Files
website/docs/api/interfaces/AutocompleteCommand.md
2023-01-12 22:06:31 -06:00

978 B

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

Hierarchy

  • Omit<Module, "name" | "type" | "plugins" | "description">

    AutocompleteCommand

Properties

execute

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

Type declaration

▸ (ctx): unknown

Parameters
Name Type
ctx AutocompleteInteraction<CacheType>
Returns

unknown

Overrides

Omit.execute

Defined in

src/types/module.ts:111


onEvent

onEvent: ControlPlugin<any[]>[]

Overrides

Omit.onEvent

Defined in

src/types/module.ts:110