Options
All
  • Public
  • Public/Protected
  • All
Menu

Simple value that can be used for aggregation, e.g. a value that represents a position on a slider.

Type parameters

  • Type

Hierarchy

  • AggregatorValue

Index

Constructors

Properties

Constructors

constructor

  • new AggregatorValue<Type>(name: string, initValue: Type): AggregatorValue<Type>
  • Type parameters

    • Type

    Parameters

    • name: string

      Human readable name.

    • initValue: Type

      Initial value that is displayed before the first input was made.

    Returns AggregatorValue<Type>

Properties

Readonly id

id: string

Unique Id of this AggregatorValue.

name

name: string

Human readable name that is displayed in the controller backend.

value

value: Type

Initial value of this class.

Generated using TypeDoc