Skip to main content
Module

x/discordeno/mod.ts>ActionRow

Discord API library for Deno
Go to Latest
interface ActionRow
import { type ActionRow } from "https://deno.land/x/discordeno@17.0.1/mod.ts";

Properties

type: MessageComponentTypes.ActionRow

Action rows are a group of buttons.

components:
| [SelectMenuComponent | ButtonComponent | InputTextComponent]
| [ButtonComponent, ButtonComponent]
| [ButtonComponent, ButtonComponent, ButtonComponent]
|
[
ButtonComponent,
ButtonComponent,
ButtonComponent,
ButtonComponent,
]
|
[
ButtonComponent,
ButtonComponent,
ButtonComponent,
ButtonComponent,
ButtonComponent,
]

The components in this row