Interface SignalOptions<TypeName>

The possible options for this node

interface SignalOptions<TypeName> {
    context: BaseContext;
    convert: boolean;
    maxValue?: number;
    minValue?: number;
    units: TypeName;
    value: UnitMap[TypeName];
}

Type Parameters

Hierarchy (view full)

Properties

context: BaseContext
convert: boolean
maxValue?: number
minValue?: number
units: TypeName