Observable
An observable value can be accessed and can dispatch updates about state changes to interested parties
Parameters
<T>
the type of the value
Inheritors
Functions
Link copied to clipboard
Add a new observer which is interested in updates about this value
Link copied to clipboard
Alias for addObserver.