Skip to content

Type Safety

  • Factory autocompletes states types
  • State Creator autocompletes parameters
  • State autocompletes key
  • State autocompletes data
  • match autocompletes state types
  • match handler autocompletes state properties
  • transition config autocompletes state keys
  • transition config autocompletes transition type and from properties
  • autocomplete available states
  • api autocompletes state types
  • api autocompletes transition params
  • event autocompletes event type, to, from, and params
  • event.match autocompletes event type
  • event.match handler autocompletes event params
  • type assert matching to.key, from.key and event type