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

    Type Alias NumParam

    NumParam: OperationParam & { max: number; min: number }

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

    the minimum allowable value

    the maximum allowable value