APIRadioGroupComponent

https://docs.discord.com/developers/components/reference#radio-group

Signature

export interface APIRadioGroupComponent extends APIBaseComponent<ComponentType.RadioGroup>

Properties

4

Methods

0

No methods.

Properties

id?: number;

Optional identifier for component

custom_id: string;

Developer-defined identifier for the input; 1-100 characters

required?: boolean;

Whether a selection is required to submit the modal (defaults to true)