Reactive APIs
    Preparing search index...

    Options that can be passed to effect.

    interface EffectOptions {
        dispatch?: DispatchType;
    }
    Index

    Properties

    Properties

    dispatch?: DispatchType

    Controls when callbacks are executed.

    The default value is async.