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

    Interface WatchHandle

    Handle that allows disconnecting from a previous watch() call.

    interface WatchHandle {
        remove(): void;
    }
    Index

    Methods

    Methods

    • Stops watching for property changes.

      Returns void