Documentation
    Preparing search index...

    Interface SignalOptions<TypeName>

    The possible options for this node

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

    Type Parameters

    Hierarchy (View Summary)

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