React Executor - v0.0.24
    Preparing search index...

    Type Alias ExecutorPlugin<Value>

    ExecutorPlugin: (executor: Executor<Value>) => void

    The plugin callback that is invoked when the executor is created by the ExecutorManager.

    Type Parameters

    • Value = any

      The value stored by the executor.

    Type declaration