Options
All
  • Public
  • Public/Protected
  • All
Menu

The Action map for a state.

It is a key-value pair with the state name as key and the ActionMapEntry as it's value.

Example:

{
 "i0": {
   "a": ActionEntry,
   "A": ActionEntry
   ...
 }
}
export
interface

ActionMap

Hierarchy

  • ActionMap

Indexable

[stateName: string]: ActionMapEntry

The Action map for a state.

It is a key-value pair with the state name as key and the ActionMapEntry as it's value.

Example:

{
 "i0": {
   "a": ActionEntry,
   "A": ActionEntry
   ...
 }
}

Generated using TypeDoc