Skip to main content
Version: 1.x

RadioGroupProps

RadioGroupProps

Signature
interface RadioGroupProps extends Omit<
RadioGroupComponentData,
'type' | 'options'
> {
id?: number;
customId: string;
children?: MaybeArray<RadioGroupOptionBuilder>;
required?: boolean;
}
  • Extends: Omit< RadioGroupComponentData, 'type' | 'options' >

id

property
number

customId

property
string

children

property
MaybeArray<RadioGroupOptionBuilder>

required

property
boolean