Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface ActionRow
import { type ActionRow } from "https://deno.land/x/discordeno@17.0.1/plugins/permissions/deps.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