Skip to content

Interface: IActionRunInfo

Defined in: mobx:

See

https://mobx.js.org/README.html

Properties

actionId_

ts
actionId_: number;

Defined in: mobx:


error_?

ts
optional error_?: any;

Defined in: mobx:


notifySpy_

ts
notifySpy_: boolean;

Defined in: mobx:


parentActionId_

ts
parentActionId_: number;

Defined in: mobx:


prevAllowStateChanges_

ts
prevAllowStateChanges_: boolean;

Defined in: mobx:


prevAllowStateReads_

ts
prevAllowStateReads_: boolean;

Defined in: mobx:


prevDerivation_

ts
prevDerivation_: IDerivation | null;

Defined in: mobx:


runAsAction_?

ts
optional runAsAction_?: boolean;

Defined in: mobx:


startTime_

ts
startTime_: number;

Defined in: mobx: