Skip to content

a11ydocs v1.7.0


a11ydocs / RadioGroupItemOptions

Interface: RadioGroupItemOptions

Defined in: src/types.ts:2748

Options for a single radio button in a radio group.

Properties

PropertyTypeDescriptionDefined in
heightnumberHeight in PDF points.src/types.ts:2758
valuestringCurrent or default value for the option.src/types.ts:2750
widthnumberWidth in PDF points.src/types.ts:2756
xnumberHorizontal position in PDF points.src/types.ts:2752
ynumberVertical position in PDF points.src/types.ts:2754

Released under the ISC license.