ixfx
    Preparing search index...

    Type Alias DriverOpts<V>

    DriverOpts: {
        debug?: LogOption;
        handlers: ReadonlyArray<DriverHandler<V>>;
        shuffleHandlers?: boolean;
    }

    Type Parameters

    Type declaration

    • Optional Readonlydebug?: LogOption
    • Readonlyhandlers: ReadonlyArray<DriverHandler<V>>
    • Optional ReadonlyshuffleHandlers?: boolean

      If true execution of handlers is shuffled each time