Creates a new number control
The initial value of the number control.
Optional min: numberThe minimum value of the number control.
Optional max: numberThe maximum value of the number control.
Optional step: numberThe step value of the number control. Use 1 for integer values.
Optional change: ((number) => void)Change event of the number control.
A new number control.
Generated using TypeDoc
Number control constructor interface