Interface CreatePreferencesGroupOptions

interface CreatePreferencesGroupOptions {
    depth?: number;
    expanded?: boolean;
    group: string;
    id: string;
    label?: string;
    root: CompositeTreeNode;
}

Properties

depth?: number
expanded?: boolean
group: string
id: string
label?: string
root: CompositeTreeNode