mirror of
https://github.com/sern-handler/website
synced 2026-06-06 01:16:47 +00:00
1.6 KiB
1.6 KiB
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
-
↳
AutocompleteCommand
Properties
description
• Optional description: undefined
Overrides
Defined in
execute
• execute: (ctx: AutocompleteInteraction<CacheType>) => unknown
Type declaration
▸ (ctx): unknown
Parameters
| Name | Type |
|---|---|
ctx |
AutocompleteInteraction<CacheType> |
Returns
unknown
Overrides
Defined in
name
• Optional name: undefined
Overrides
Defined in
onEvent
• onEvent: AutocompletePlugin[]
Defined in
type
• Optional type: undefined