Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ValueBase

A basic value.

Hierarchy

Implements

Index

Constructors

Properties

Accessors

Constructors

constructor

Properties

Protected _ITEM

Stores the underlying item.

id

id: any

Anything that identifies that value.

otherValueProvider

otherValueProvider: function

The function that provides the "other" values.

Type declaration

Accessors

item

name

  • get name(): string
  • Gets the name.

    inheritdoc

    Returns string

otherValues

value

  • get value(): any
  • Gets the (current) value.

    inheritdoc

    Returns any

Generated using TypeDoc