platform-bible-utils
    Preparing search index...

    Interface ProjectSettingsGroup

    Group of related settings definitions

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

    Indexable

    • [k: string]: unknown
    Index

    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