interface RadioGroupModalData

export interface RadioGroupModalData extends BaseModalData<ComponentType.RadioGroup>

customId : string

The custom id of the radio group

id : number

The id of the component

Inherited from: BaseModalData

type : Type

The component type of the component

Inherited from: BaseModalData

value : string | null

The value selected for the radio group