Interface PreferenceChange
Properties
Optional Readonly newValue
newValue: any
Defined in packages/core/lib/browser/preferences/preference-service.d.ts:38
Optional Readonly oldValue
oldValue: any
Defined in packages/core/lib/browser/preferences/preference-service.d.ts:42
Readonly preferenceName
preferenceName: string
Defined in packages/core/lib/browser/preferences/preference-service.d.ts:34
Readonly scope
Defined in packages/core/lib/browser/preferences/preference-service.d.ts:46
Methods
affects
affects( resourceUri?: string ) : boolean
Defined in packages/core/lib/browser/preferences/preference-service.d.ts:51
Parameters
Optional resourceUri: string
Returns boolean
Legend
Namespace
Variable
Function
Function with type parameter
Type alias
Type alias with type parameter
Interface
Interface with type parameter
Property
Method
Class
Class with type parameter
Representation of a preference change. A preference value can be set to
undefined
for a specific scope. This means that the value from a more general scope will be used.