min([value])
Class: Spinner.
Description:
Gets or sets the minimum allowed numeric value for the spinner.
Applicable only if the spinner was initialized with {Spinner.Type.Number}, {Spinner.Type.DateTime} or {Spinner.Type.IPv4}.
Returns null if spinner type is {Spinner.Type.List}.
Parameters:
| Name | Type | Description |
|---|---|---|
|
|
number |
The minimum value to set. |
Returns:
The current minimum value, null if not applicable, or the Spinner instance when setting.
Type: number | null | Spinner
