Theia API Documentation v1.65.0
    Preparing search index...
    interface CreatePreferencesGroupOptions {
        depth?: number;
        expanded?: boolean;
        group: string;
        id: string;
        label?: string;
        root: CompositeTreeNode;
    }
    Index

    Properties

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