Type Alias SettingBase

SettingBase: StateBase & {
    description?: LocalizeKey;
    label: LocalizeKey;
    [k: string]: unknown;
}

Base information needed to describe a setting entry

Type declaration

  • [k: string]: unknown
  • Optionaldescription?: LocalizeKey

    LocalizeKey that displays in the settings dialog to describe the setting

  • label: LocalizeKey

    LocalizeKey that displays in the settings dialog as the setting name