Skip to main content

RadioGroupOption

Documentation


Documentation / @discordeno/types / RadioGroupOption

Interface: RadioGroupOption

Defined in: discordeno/components.ts:491

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

Properties

default?

optional default?: boolean

Defined in: discordeno/components.ts:499

Will render this option as already-selected by default.


description?

optional description?: string

Defined in: discordeno/components.ts:497

An optional description for the option. Maximum 100 characters.


label

label: string

Defined in: discordeno/components.ts:495

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


value

value: string

Defined in: discordeno/components.ts:493

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