Type Alias: NumInlet
NumInlet =
OperationInlet&object
Defined in: operations/types.ts:195
An extension of Inlet that handles extra requirements for numeric data inputs
Type Declaration
max
max:
number
min
min:
number
value
value:
number
Param
the current (or default?) value of this number input
Param
the minimum allowable value
Param
the maximum allowable value