Option
API / @publicodes/forms / Option
type Option = object;
Defined in: formElement.ts:5
Type declaration
Name | Type | Defined in |
---|---|---|
description ? | string | formElement.ts:8 |
label | string | formElement.ts:7 |
value | string | number | boolean | formElement.ts:6 |