ActionRow
Documentation / @discordeno/types / ActionRow
Interface: ActionRow
Defined in: discordeno/components.ts:46
https://docs.discord.com/developers/components/reference#action-row-action-row-structure
Extends
Properties
components
components: (
ButtonComponent|TextInputComponent|StringSelectComponent|ChannelSelectComponent|RoleSelectComponent|UserSelectComponent|MentionableSelectComponent)[]
Defined in: discordeno/components.ts:58
The components in this row
Remarks
Up to 5 button components, a single select component or a single text input component
Using a TextInputComponent inside the Action Row is deprecated, use a LabelComponent for modals
id?
optionalid?:number
Defined in: discordeno/components.ts:42
32 bit integer used as an optional identifier for component
Inherited from
type
type:
ActionRow
Defined in: discordeno/components.ts:47
The type of the component