Type Alias: IReactionOptions<T, FireImmediately>
ts
type IReactionOptions<T, FireImmediately> = IAutorunOptions & {
equals?: IEqualsComparer<T>;
fireImmediately?: FireImmediately;
};Defined in: mobx:
Type Declaration
| Name | Type | Defined in |
|---|---|---|
equals? | IEqualsComparer<T> | mobx: |
fireImmediately? | FireImmediately | mobx: |
Type Parameters
| Type Parameter |
|---|
T |
FireImmediately extends boolean |