Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PreferenceChangeImpl

Hierarchy

  • PreferenceChangeImpl

Implements

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

Private change

change: any

Accessors

newValue

  • get newValue(): string
  • The new value of the changed preference.

    Returns string

oldValue

  • get oldValue(): string
  • The old value of the changed preference.

    Returns string

preferenceName

  • get preferenceName(): string
  • The name of the changed preference.

    Returns string

scope

Methods

affects

  • affects(resourceUri?: string): boolean
  • Tests wether the given resource is affected by the preference change.

    Parameters

    • Optional resourceUri: string

    Returns boolean