A collection of valid state transitions.

Used with transitions to define all valid state transitions.

Example

{ from: ['SomeState'], to: ['AnotherState', 'AlsoThisState'] }

See

transitions

Type Parameters

  • T

Hierarchy

  • StatelyTransition

Properties

Properties

from: readonly T[]
to: readonly T[]

Generated using TypeDoc