Appearance
zeropdf / TemplateRadioGroupBlock
Interface: TemplateRadioGroupBlock
Defined in: src/types.ts:1676
Template block for rendering a radio-button group form field.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
keepWithNext? | readonly | boolean | src/types.ts:1680 |
name | readonly | string | src/types.ts:1678 |
options? | readonly | Omit<RadioGroupOptions, "x" | "y"> | src/types.ts:1679 |
type | readonly | "radioGroup" | src/types.ts:1677 |