Skip to main content

ActionRow

@discordeno/bot


Documentation / @discordeno/bot / ActionRow

Interface: ActionRow

Defined in: packages/types/dist/types/discordeno.d.ts:48

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]

Defined in: packages/types/dist/types/discordeno.d.ts:52

The components in this row


type

type: ActionRow

Defined in: packages/types/dist/types/discordeno.d.ts:50

Action rows are a group of buttons.