Interface: ChangeEvent\

January 3, 2026 ยท View on GitHub

vscode-arduino-api


Interface: ChangeEvent<T>

Describes a change event with the new state of the object and an array indicating which property has changed.

Type Parameters

T

T

Properties

changedProperties

readonly changedProperties: readonly keyof T[]

An array properties that have changed in the object.


object

readonly object: T

The new state of the object

Contents

  1. 1Type Parameters
  2. 1.1T
  3. 2Properties
  4. 2.1changedProperties
  5. 2.2object