mirror of
https://github.com/sern-handler/website
synced 2026-06-06 17:26:50 +00:00
978 B
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
onEvent
• onEvent: ControlPlugin<any[]>[]
Overrides
Omit.onEvent