Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StateInfo<T>

A state of the machine

Type parameters

  • T

Hierarchy

  • StateInfo

Index

Constructors

Properties

Constructors

constructor

Properties

current

current: boolean

Indicates if this state is the current one

reachable

reachable: boolean

Indicate if this state is reachable from the current state

state

state: T

The state

Generated using TypeDoc