Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ValueBase<TItem>

A basic value.

Type parameters

Hierarchy

Implements

Index

Constructors

Properties

Accessors

Constructors

constructor

  • new ValueBase(item: TItem, name?: string): ValueBase
  • Initializes a new instance of that class.

    Parameters

    • item: TItem

      The underlying item.

    • Optional name: string

    Returns ValueBase

Properties

Private _NAME

_NAME: string

item

item: TItem

The underlying item.

othersProvider

othersProvider: ValuesProvider

Gets or sets the function that returns the "other" values.

Accessors

name

  • get name(): string
  • The name of the value (if available).

    inheritdoc

    Returns string

others

value

  • get value(): any

Generated using TypeDoc