Interface WatchableInternal
interface Watchable { watch(property: string, cb: WatchCallback<string, any>): WatchHandle;} Methods
watch
- watch(property: string, cb: WatchCallback<string, any>): WatchHandle
Parameters
- property: string
- cb: WatchCallback<string, any>
Returns WatchHandle
Item with the ability to watch for changes on properties.