Theia API Documentation v1.75.0
    Preparing search index...
    interface PreferenceSchema {
        defaultOverridable?: boolean;
        properties: { [name: string]: PreferenceDataProperty };
        scope?: PreferenceScope;
        title?: string;
    }
    Index

    Properties

    defaultOverridable?: boolean
    properties: { [name: string]: PreferenceDataProperty }
    title?: string