Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InterpreterOptions

Hierarchy

  • InterpreterOptions

Indexable

[option: string]: any

Index

Properties

clock

clock: Clock

deferEvents

deferEvents: boolean

If true, defers processing of sent events until the service is initialized (.start()). Otherwise, an error will be thrown for events sent to an uninitialized service.

Default: true

devTools

devTools: boolean | object

If true, states and events will be logged to Redux DevTools.

Default: false

execute

execute: boolean

Whether state actions should be executed immediately upon transition. Defaults to true.

Optional id

id: undefined | string

The custom id for referencing this service.

logger

logger: (...args: any[]) => void

Type declaration

    • (...args: any[]): void
    • Parameters

      • Rest ...args: any[]

      Returns void

Optional parent

Generated using TypeDoc