Static methods to interact with the settings store.

Hierarchy

  • SettingsStore

Constructors

Methods

Constructors

Methods

  • Get a value form the settings store by its name.

    Returns

    The value of the setting.

    Parameters

    • name: string

      The name of the value to get.

    Returns any

  • Set a value in the settings store by its name.

    Returns

    Parameters

    • name: string

      The name of the value to set.

    • value: any

      The value to set.

    Returns Promise<void>

Generated using TypeDoc