Interface: Module
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