AdaCAD Library Documentation - v1.1.4
    Preparing search index...

    Type Alias NumInlet

    NumInlet: OperationInlet & { max: number; min: number; value: number }

    An extension of Inlet that handles extra requirements for numeric data inputs

    the current (or default?) value of this number input

    the minimum allowable value

    the maximum allowable value