Interface: StringOptions
WARNING
This API is experimental and may change in future versions.
Options for the string combinator.
Extends
Signature
ts
interface StringOptions extends BaseOptionsProperties
| Name | Type | Description |
|---|---|---|
maxLength (optional) | number | Maximum string length. |
minLength (optional) | number | Minimum string length. |
pattern (optional) | RegExp | Regular expression pattern the value must match. |
