Interface StateChangeEventDetail

The detail property of a state-change custom event.

Hierarchy

  • StateChangeEventDetail

Properties

Properties

name: string

Name of the variable that has changed.

previous?: any

Previous value of the variable, if any exists.

value: Settable

Current value of the variable.

Generated using TypeDoc