IEnhancedObservableDelegate
API > [PersistentModelObservable Module] > IEnhancedObservableDelegate
Interface
Used internally by @besync/GraphStore on Models and Collections to notify when any observed field in the document or collection is under active observation
Implemented by
Methods
addObserver
► addObserver(): void
Defined in PersistentModelObservable.ts:41
IEnhancedObservableDelegate.addObserver
Used internally by @besync/GraphStore to indicate when the first new observer is watching this collection
Returns: void
releaseObserver
► releaseObserver(): void
Defined in PersistentModelObservable.ts:48
IEnhancedObservableDelegate.addObserver
Used internally by @besync/GraphStore to indicate when no more observers are watching this collection
Returns: void