Class AggregatorValue<Type>
Constructors
constructor
- new AggregatorValue<Type>(name: string, initValue: Type): AggregatorValue<Type>
Type parameters
Parameters
name: string
initValue: Type
Properties
Readonly id
id: string
name
name: string
value
value: Type
Simple value that can be used for aggregation, e.g. a value that represents a position on a slider.