Skip to main content

SimpleStateManagerOptions

Overview

Type: interface

Additional options for SimpleFiniteStateManager.

Properties

  • nameThe display name. Only used for debugging.
    Type: string
    Required: No — (default value: undefined)
  • clientOnlyThis only concerns React for the time being. If set to true, then this State Manager cannot be used for server-side rendering.
    Type: boolean
    Required: No — (default value: false)
  • serializeStateA function to serialize the state. Only used for debugging.
    Type: Function
    Required: No — (default value: String(...))