Interface ReadonlyValue<T>

A readonly value that can be changed elsewhere.

Type Parameters

  • T

    The type of the raw value.

Hierarchy

  • ReadonlyValue

Properties

Properties

The event emitter for value changes.

rawValue: T

The raw value of the model.

Generated using TypeDoc