Files
archived-sern-website/docs/api/interfaces/ModalSubmitCommand.md
Jacob Nguyen 49a910f90a fix docs build
2023-06-30 21:56:51 -05:00

1.8 KiB

id, title, sidebar_label, sidebar_position, custom_edit_url
id title sidebar_label sidebar_position custom_edit_url
ModalSubmitCommand Interface: ModalSubmitCommand ModalSubmitCommand 0 null

Hierarchy

  • Module

    ModalSubmitCommand

Properties

description

Optional description: string

Inherited from

Module.description

Defined in

src/core/types/modules.ts:37


execute

execute: (ctx: ModalSubmitInteraction<CacheType>) => unknown

Type declaration

▸ (ctx): unknown

Parameters
Name Type
ctx ModalSubmitInteraction<CacheType>
Returns

unknown

Overrides

Module.execute

Defined in

src/core/types/modules.ts:96


name

Optional name: string

Inherited from

Module.name

Defined in

src/core/types/modules.ts:34


onEvent

onEvent: ControlPlugin<any[]>[]

Inherited from

Module.onEvent

Defined in

src/core/types/modules.ts:35


plugins

plugins: InitPlugin<any[]>[]

Inherited from

Module.plugins

Defined in

src/core/types/modules.ts:36


type

type: Modal

Overrides

Module.type

Defined in

src/core/types/modules.ts:95