Annoto Widget API - v3.65.0
    Preparing search index...

    Interface IDisposable

    Provides a mechanism for releasing resources.

    interface IDisposable {
        dispose: () => void;
    }
    Index

    Properties

    Properties

    dispose: () => void