ixfx
    Preparing search index...

    Type Alias DriverOptions<V>

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

    Type Parameters

    Index

    Properties

    debug?: LogOption
    handlers: readonly DriverStatesHandler<V>[]
    shuffleHandlers?: boolean

    If true execution of handlers is shuffled each time