sempdf v1.9.1Interfaces
Interface: TemplateRadioGroupBlock
sempdf / TemplateRadioGroupBlock
Defined in: src/types.ts:2081
Template block for rendering a radio-button group form field.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
keepWithNext? | readonly | boolean | src/types.ts:2085 |
name | readonly | string | src/types.ts:2083 |
options? | readonly | Omit<RadioGroupOptions, "x" | "y"> | src/types.ts:2084 |
type | readonly | "radioGroup" | src/types.ts:2082 |