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

interface WatchHandle {
    remove(): void;
}

Methods

Methods

  • Stops watching for property changes.

    Returns void