API Documentation
    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