Interface: SernEventCommand<T>
Type parameters
Name | Type |
---|---|
T | extends keyof SernEventsMapping = keyof SernEventsMapping |
Hierarchy
↳
SernEventCommand
Properties
description
• Optional
description: string
Inherited from
Defined in
name
• Optional
name: T
Overrides
Defined in
onEvent
• onEvent: ControlPlugin
<any
[]>[]
Inherited from
Defined in
plugins
• plugins: InitPlugin
<any
[]>[]
Inherited from
Defined in
type
• type: Sern
Overrides
Defined in
Methods
execute
▸ execute(...args
): unknown
Parameters
Name | Type |
---|---|
...args | SernEventsMapping [T ] |
Returns
unknown
Overrides
Module.execute