Skip to content

Interface: IAutorunOptions

Defined in: mobx:

See

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

Properties

delay?

ts
optional delay?: number;

Defined in: mobx:


name?

ts
optional name?: string;

Defined in: mobx:


onError?

ts
optional onError?: (error: any) => void;

Defined in: mobx:

Parameters

ParameterType
errorany

Returns

void


requiresObservable?

ts
optional requiresObservable?: boolean;

Defined in: mobx:

Experimental. Warns if the view doesn't track observables


scheduler?

ts
optional scheduler?: (callback: () => void) => any;

Defined in: mobx:

Parameters

ParameterType
callback() => void

Returns

any


signal?

ts
optional signal?: GenericAbortSignal;

Defined in: mobx: