- Preparing search index...
- The search index is not available
luminote
Properties
Private Optional _value
_value?: T
Accessors
value
- get value(): T
-
Returns T
- set value(value: T): void
-
Returns void
Methods
notifyChange
- notifyChange(): void
-
Returns void
onChange
- onChange(callback: ObservableCallback<T>, invokeImmediately?: boolean): void
-
Parameters
-
-
invokeImmediately: boolean = true
Returns void
Notifies the registered callbacks that a change has occurred. This method should be explicitly called after any changes in an object or array.