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

    Interface WatchHandle

    Return type of the Bindable watch function, used to unregister a watch.

    interface WatchHandle {
        remove(): void;
    }
    Index

    Methods

    Methods

    • Unregister the watch handle

      Returns void