frontend
    Preparing search index...

    A group of related settings items with optional title.

    interface SettingsGroup {
        id?: string;
        items: SettingsItem[];
        title?: string;
    }
    Index

    Properties

    Properties

    id?: string
    items: SettingsItem[]
    title?: string