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

    Interface Handle

    A handle allows the holder to destroy or remove a resource.

    interface Handle {
        remove(): void;
    }
    Index

    Methods

    Methods

    • Performs a cleanup action.

      Returns void