mirror of
https://github.com/sern-handler/website
synced 2026-06-06 01:16:47 +00:00
1.7 KiB
1.7 KiB
id, title, sidebar_label, sidebar_position, custom_edit_url
| id | title | sidebar_label | sidebar_position | custom_edit_url |
|---|---|---|---|---|
| AutocompletePlugin | Interface: AutocompletePlugin | AutocompletePlugin | 0 | null |
Hierarchy
-
↳
AutocompletePlugin
Properties
description
• Optional description: string
Deprecated
will be removed in the next update
Inherited from
Defined in
src/handler/plugins/plugin.ts:33
execute
• execute: (autocmp: AutocompleteInteraction<CacheType>, controlller: Controller) => Awaitable<Result<void, void>>
Type declaration
▸ (autocmp, controlller): Awaitable<Result<void, void>>
Parameters
| Name | Type |
|---|---|
autocmp |
AutocompleteInteraction<CacheType> |
controlller |
Controller |
Returns
Awaitable<Result<void, void>>
Defined in
src/handler/plugins/plugin.ts:73
name
• Optional name: string
Deprecated
will be removed in the next update
Inherited from
Defined in
src/handler/plugins/plugin.ts:31
type
• type: Event