Skip to main content

DiscordRadioGroupOption

Documentation


Documentation / @discordeno/types / DiscordRadioGroupOption

Interface: DiscordRadioGroupOption

Defined in: discord/components.ts:800

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

Properties

default?

optional default?: boolean

Defined in: discord/components.ts:808

Will render this option as already-selected by default.


description?

optional description?: string

Defined in: discord/components.ts:806

An optional description for the option. Maximum 100 characters.


label

label: string

Defined in: discord/components.ts:804

The user-facing label of the option. Maximum 100 characters.


value

value: string

Defined in: discord/components.ts:802

The dev-defined value of the option. Maximum 100 characters.