Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StateInterface<TContext, TEvent>

Type parameters

Hierarchy

  • StateInterface

Implemented by

Index

Properties

actions

actions: Array<ActionObject<TContext>>

activities

activities: ActivityMap

context

context: TContext

events

events: TEvent[]

Optional history

history: State<TContext>

meta

meta: any

toStrings

toStrings: function

Type declaration

    • (): string[]
    • Returns string[]

Optional tree

tree: StateTree

value

value: StateValue

Generated using TypeDoc