mirror of
https://github.com/sern-handler/website
synced 2026-06-06 01:16:47 +00:00
2.0 KiB
2.0 KiB
id, title, sidebar_label, sidebar_position, custom_edit_url
| id | title | sidebar_label | sidebar_position | custom_edit_url |
|---|---|---|---|---|
| ContextMenuUser | Interface: ContextMenuUser | ContextMenuUser | 0 | null |
Hierarchy
-
Module↳
ContextMenuUser
Properties
description
• Optional description: string
Inherited from
Module.description
Defined in
execute
• execute: (ctx: UserContextMenuCommandInteraction<CacheType>) => unknown
Type declaration
▸ (ctx): unknown
Parameters
| Name | Type |
|---|---|
ctx |
UserContextMenuCommandInteraction<CacheType> |
Returns
unknown
Overrides
Module.execute
Defined in
name
• Optional name: string
Inherited from
Module.name
Defined in
onEvent
• onEvent: ControlPlugin<any[]>[]
Inherited from
Module.onEvent
Defined in
plugins
• plugins: InitPlugin<any[]>[]
Inherited from
Module.plugins
Defined in
type
• type: CtxUser
Overrides
Module.type