Interface IStepContextOptions<S>

interface IStepContextOptions<S> {
    context: IStepContext<S>;
    steps: StepSceneHandler<object, S>[];
}

Type Parameters

  • S extends Record<string, unknown> = Record<string, any>

Properties

Properties

context: IStepContext<S>
steps: StepSceneHandler<object, S>[]

Generated using TypeDoc