Interface: NumberOptions
WARNING
This API is experimental and may change in future versions.
Options for the number combinator.
Extends
Signature
ts
interface NumberOptions extends BaseOptionsProperties
| Name | Type | Description |
|---|---|---|
max (optional) | number | Maximum value (inclusive). |
min (optional) | number | Minimum value (inclusive). |
