interface StateChangeInitialAction {
    action: "changeInitial";
    initial: boolean;
}

Properties

Properties

action: "changeInitial"
initial: boolean

Set to true for defining the State as initial State in a state machine and making it the first step in a workflow.

Generated using TypeDoc