SernEventCommand
Extends
Module
Type parameters
• T extends keyof SernEventsMapping
= keyof SernEventsMapping
Properties
description?
optional
description:string
Inherited from
Module.description
Source
name?
optional
name:T
Overrides
Module.name
Source
onEvent
onEvent:
ControlPlugin
<any
[]>[]
Inherited from
Module.onEvent
Source
plugins
plugins:
InitPlugin
<any
[]>[]
Inherited from
Module.plugins
Source
type
type:
Sern
Overrides
Module.type
Source
Methods
execute()
execute(…
args
):unknown
Parameters
• …args: SernEventsMapping
[T
]
Returns
unknown
Overrides
Module.execute