Observable

Type alias Observable

batch (callback: (): void): void

Batch multiple observable changes together into a single callback.

Name Type Default Description
callback (): void    

observe (state: T, parentModel: any): Observable<T>

Convert object to an observable Proxy with .watch() callbacks.

Name Type Default Description
state T    
parentModel any    

Copyright © 2024 Mathigon.org