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