map.apps Bundle APIs 4.20.0
    Preparing search index...

    Interface Disposable

    A disposable is a cleanup handle. It will be triggered by the domain system if a domain bundle is stopped.

    interface Disposable {
        dispose(): void;
    }
    Index

    Methods

    Methods

    • Triggers cleanup of the resources associated with this disposable.

      Returns void