Signature: {
    effect?: Definition.Effect.Signature;
    on?: Definition.On.Signature;
}

Type declaration

  • Optional Readonlyeffect?: Definition.Effect.Signature

    The actions to perform when the state is entered.

  • Optional Readonlyon?: Definition.On.Signature

    The type of definition how a state machine will transition when it receives a specific event.