Theia API Documentation v1.65.0
    Preparing search index...
    interface PreferenceProviderDataChange {
        domain?: string[];
        newValue?: JSONValue;
        oldValue?: JSONValue;
        preferenceName: string;
        scope: PreferenceScope;
    }

    Hierarchy (View Summary)

    Index

    Properties

    domain?: string[]

    URIs of the scopes in which this change applies.

    newValue?: JSONValue

    The new value of the changed preference.

    oldValue?: JSONValue

    The old value of the changed preference.

    preferenceName: string

    The name of the changed preference.

    The PreferenceScope of the changed preference.