ActionRow
@discordeno/bot • Docs
Documentation / @discordeno/bot / ActionRow
Interface: ActionRow
https://discord.com/developers/docs/interactions/message-components#actionrow
Properties
components
components: [
ButtonComponent
|InputTextComponent
|SelectMenuComponent
|SelectMenuChannelsComponent
|SelectMenuRolesComponent
|SelectMenuUsersComponent
|SelectMenuUsersAndRolesComponent
] | [ButtonComponent
,ButtonComponent
] | [ButtonComponent
,ButtonComponent
,ButtonComponent
] | [ButtonComponent
,ButtonComponent
,ButtonComponent
,ButtonComponent
] | [ButtonComponent
,ButtonComponent
,ButtonComponent
,ButtonComponent
,ButtonComponent
]
The components in this row
Defined in
packages/types/dist/types/discordeno.d.ts:52
type
type:
ActionRow
Action rows are a group of buttons.
Defined in
packages/types/dist/types/discordeno.d.ts:50