An event class for value changes of input bindings.

Type Parameters

  • T

    The type of the value.

Hierarchy

Properties

last: boolean

The flag indicating whether the event is for the last change.

presetKey?: string

The preset key of the event target.

target: unknown

The event dispatcher.

value: T

The value.

Generated using TypeDoc