sempdf v1.9.1Interfaces
Interface: TemplateChoiceFieldBlock
sempdf / TemplateChoiceFieldBlock
Defined in: src/types.ts:2071
Template block for rendering a choice form field.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
keepWithNext? | readonly | boolean | src/types.ts:2075 |
name | readonly | string | src/types.ts:2073 |
options? | readonly | Omit<ChoiceFieldOptions, "x" | "y"> | src/types.ts:2074 |
type | readonly | "choiceField" | src/types.ts:2072 |