- Preparing search index...
- The search index is not available
SylvieJS
Interface ObjectConstructor
Methods
observe
- observe(beingObserved: any, callback: ((update: any) => any), opts?: string[]): void
-
Parameters
-
beingObserved: any
-
callback: ((update: any) => any)
-
- (update: any): any
-
Returns any
-
Optional
opts: string[]
Returns void
unobserve
- unobserve(beingObserved: any, callback: ((update: any) => any)): void
-
Parameters
-
beingObserved: any
-
callback: ((update: any) => any)
-
- (update: any): any
-
Returns any
Returns void