Files
website/src/content/docs/v4/api/interfaces/ButtonCommand.md

2.6 KiB

editUrl, next, prev, title
editUrl next prev title
false false false ButtonCommand

Extends

Properties

description?

optional description: string

Inherited from

Module.description

Source

src/types/core-modules.ts:39


execute()

execute: (ctx, tbd) => unknown

Parameters

ctx: ButtonInteraction<CacheType>

tbd: SDT

Returns

unknown

Overrides

Module.execute

Source

src/types/core-modules.ts:81


meta

meta: object

absPath

absPath: string

id

id: string

Inherited from

Module.meta

Source

src/types/core-modules.ts:40


name?

optional name: string

Inherited from

Module.name

Source

src/types/core-modules.ts:36


onEvent

onEvent: ControlPlugin<any[]>[]

Inherited from

Module.onEvent

Source

src/types/core-modules.ts:37


plugins

plugins: InitPlugin<any[]>[]

Inherited from

Module.plugins

Source

src/types/core-modules.ts:38


type

type: Button

Overrides

Module.type

Source

src/types/core-modules.ts:80