APIRadioGroupOption

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

Signature

export interface APIRadioGroupOption

Properties

4

Methods

0

No methods.

Properties

value: string;

Dev-defined value of the option; max 100 characters

label: string;

User-facing name of the option; max 100 characters

description?: string;

Additional description of the option; max 100 characters

default?: boolean;

Shows the option as selected by default