Interface: IWhenOptions
Defined in: mobx:
See
https://mobx.js.org/README.html
Properties
name?
ts
optional name?: string;Defined in: mobx:
onError?
ts
optional onError?: (error: any) => void;Defined in: mobx:
Parameters
| Parameter | Type |
|---|---|
error | any |
Returns
void
signal?
ts
optional signal?: GenericAbortSignal;Defined in: mobx:
timeout?
ts
optional timeout?: number;Defined in: mobx: