ixfx
    Preparing search index...

    Type Alias DriverOptions<V>

    type DriverOptions<V extends Transitions> = {
        debug?: LogOption;
        handlers: ReadonlyArray<DriverStatesHandler<V>>;
        shuffleHandlers?: boolean;
    }

    Type Parameters

    Index

    Properties

    debug?: LogOption
    handlers: ReadonlyArray<DriverStatesHandler<V>>
    shuffleHandlers?: boolean

    If true execution of handlers is shuffled each time