Interface Value<T>

A value that handles changes.

Type Parameters

  • T

    The type of the raw value.

Hierarchy

  • Value

Properties

Methods

Properties

emitter: Emitter<ValueEvents<T, Value<T>>>

The event emitter for value changes.

rawValue: T

The raw value of the model.

Methods

Generated using TypeDoc