mirror of
https://github.com/SrIzan10/sern-website.git
synced 2026-05-01 11:05:20 +00:00
2.2 KiB
2.2 KiB
id, title, sidebar_label, sidebar_position, custom_edit_url
| id | title | sidebar_label | sidebar_position | custom_edit_url |
|---|---|---|---|---|
| Module | Interface: Module | Module | 0 | null |
Hierarchy
-
Module
Properties
description
• Optional description: string
Defined in
execute
• execute: (...args: any[]) => any
Type declaration
▸ (...args): any
Parameters
| Name | Type |
|---|---|
...args |
any[] |
Returns
any
Defined in
name
• Optional name: string
Defined in
onEvent
• onEvent: ControlPlugin<any[]>[]
Defined in
plugins
• plugins: InitPlugin<any[]>[]
Defined in
type
• type: CommandType | EventType