Options
All
  • Public
  • Public/Protected
  • All
Menu

Options you can pass when you manually create a state object

Hierarchy

  • IStateOptions

Index

Properties

Properties

Optional appName

appName: string

The name of the application this state was created in

Optional data

data: Object

State metadata

This data can be used to carry data around through the execution path.

Optional description

description: string

A description of what this state is being used for