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

    Interface EventHandle

    A handle that allows de-registration from events.

    interface EventHandle {
        remove(): void;
    }
    Index

    Methods

    Methods

    • Stops listening for the event associated with this handle.

      Returns void