This accessor provides methods for accessing App settings in a read-only-fashion.

Hierarchy

  • ISettingRead

Methods

  • Gets the App's setting value by the provided id. Note: this will throw an error if the setting doesn't exist

    Parameters

    • id: string

      the id of the setting value to get

    Returns Promise<any>

Generated using TypeDoc