Appearance
zeropdf / TemplateChoiceFieldBlock
Interface: TemplateChoiceFieldBlock
Defined in: src/types.ts:1666
Template block for rendering a choice form field.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
keepWithNext? | readonly | boolean | src/types.ts:1670 |
name | readonly | string | src/types.ts:1668 |
options? | readonly | Omit<ChoiceFieldOptions, "x" | "y"> | src/types.ts:1669 |
type | readonly | "choiceField" | src/types.ts:1667 |