Class StateIdBase

Defines a base for a StateId.

StateIdBase

Constructors

Properties

keys: Map<string, string>

The keys for this state id base.

Memberof

StateIdBase

locked: boolean

Whether this state id base is locked.

Memberof

StateIdBase

Methods

  • Adds a key to this state id base.

    Parameters

    • key: string

      The key to add.

    • defaultValue: string

      The default value for the key.

    Returns void

    Memberof

    StateIdBase

  • Gets an empty map with the current keys for this state id base.

    Returns Map<string, string>

    Memberof

    StateIdBase

  • Converts the state id base to a string.

    Returns string

    Memberof

    StateIdBase

Generated using TypeDoc