mwg API
    Preparing search index...

    Interface HeadlessScenario<State, Command, Event>

    interface HeadlessScenario<State, Command, Event> {
        commands: readonly Command[];
        initialState: State;
        seed: number;
        status?: SimulationStatus;
        step: SimulationRule<State, Command, Event, Random.Generator>;
    }

    Type Parameters

    • State
    • Command
    • Event
    Index
    commands: readonly Command[]
    initialState: State
    seed: number