Trails Packages
    Preparing search index...

    Interface ReactiveHookOptions

    Advanced options for useReactiveSnapshot.

    Note that objects should either be memoized (useMemo etc.) or constants (see DISPATCH_SYNC)).

    interface ReactiveHookOptions {
        dispatch?: DispatchType;
    }
    Index

    Properties

    Properties

    dispatch?: DispatchType