A model for handling value changes.

Type Parameters

  • T

    The type of the raw value.

Hierarchy

  • Value

Properties

Methods

Properties

emitter: Emitter<ValueEvents<T>>

The event emitter for value changes.

rawValue: T

The raw value of the model.

Methods

  • Parameters

    • rawValue: T
    • Optional options: ValueChangeOptions

    Returns void

Generated using TypeDoc