Class State

Represents any generic UI state. Other specialized UI states such as inputs and tasks derive from this state.

constructor

  • Instantiates a generic UI state.

    Parameters

    Returns State

devOptions

devOptions: StateDevOptions

Development-time settings

name

  • get name(): null | string
  • Returns the UI state's debug name.

    Returns null | string

Generated using TypeDoc