interface RadioGroupComponentData

export interface RadioGroupComponentData extends BaseComponentData

customId : string

The custom id of the radio group

optional
id? : number

the id of this component

Inherited from: BaseComponentData

options : readonly RadioGroupOption[]

The options in this radio group (2-10)

optional
required? : boolean

Whether this component is required in modals