platform-bible-utils
    Preparing search index...

    Interface SettingsGroup

    Group of related settings definitions

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

    Indexable

    • [k: string]: unknown
    Index

    Properties

    description?: `%${string}%`

    LocalizeKey that displays in the settings dialog to describe the group

    label: `%${string}%`

    LocalizeKey that displays in the settings dialog as the group name

    properties: SettingProperties