Interface ProjectSettingsGroup

Group of related settings definitions

interface ProjectSettingsGroup {
    description?: `%${string}%`;
    label: `%${string}%`;
    properties: ProjectSettingProperties;
    [k: string]: unknown;
}

Indexable

  • [k: string]: unknown

Properties

description?: `%${string}%`

LocalizeKey that displays in the project settings dialog to describe the group

label: `%${string}%`

LocalizeKey that displays in the project settings dialog as the group name