Interface: IAtom
Defined in: mobx:
See
https://mobx.js.org/README.html
Extends
Methods
onBO()
ts
onBO(): void;Defined in: mobx:
Returns
void
Inherited from
onBUO()
ts
onBUO(): void;Defined in: mobx:
Returns
void
Inherited from
reportChanged()
ts
reportChanged(): void;Defined in: mobx:
Returns
void
reportObserved()
ts
reportObserved(): boolean;Defined in: mobx:
Returns
boolean
Properties
diffValue
ts
diffValue: number;Defined in: mobx:
Inherited from
isBeingObserved
ts
isBeingObserved: boolean;Defined in: mobx:
Inherited from
isPendingUnobservation
ts
isPendingUnobservation: boolean;Defined in: mobx:
Inherited from
IObservable.isPendingUnobservation
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
Inherited from
lowestObserverState_
ts
lowestObserverState_: IDerivationState_;Defined in: mobx:
Inherited from
IObservable.lowestObserverState_
name_
ts
name_: string;Defined in: mobx:
Inherited from
observers_
ts
observers_: Set<IDerivation>;Defined in: mobx:
Inherited from
observing_?
ts
optional observing_?: IObservable[];Defined in: mobx:
Inherited from
onBOL
ts
onBOL: Set<Lambda> | undefined;Defined in: mobx:
Inherited from
onBUOL
ts
onBUOL: Set<Lambda> | undefined;Defined in: mobx: