Interface: IObservable
Defined in: mobx:
See
https://mobx.js.org/README.html
Extends
Extended by
Methods
onBO()
ts
onBO(): void;Defined in: mobx:
Returns
void
onBUO()
ts
onBUO(): void;Defined in: mobx:
Returns
void
Properties
diffValue
ts
diffValue: number;Defined in: mobx:
isBeingObserved
ts
isBeingObserved: boolean;Defined in: mobx:
isPendingUnobservation
ts
isPendingUnobservation: boolean;Defined in: mobx:
lastAccessedBy_
ts
lastAccessedBy_: number;Defined in: mobx:
Id of the derivation run that last accessed this observable. If this id equals the run id of the current derivation, the dependency is already established
lowestObserverState_
ts
lowestObserverState_: IDerivationState_;Defined in: mobx:
name_
ts
name_: string;Defined in: mobx:
Inherited from
observers_
ts
observers_: Set<IDerivation>;Defined in: mobx:
observing_?
ts
optional observing_?: IObservable[];Defined in: mobx:
Inherited from
onBOL
ts
onBOL: Set<Lambda> | undefined;Defined in: mobx:
onBUOL
ts
onBUOL: Set<Lambda> | undefined;Defined in: mobx: