Skip to main content

Interface: ExternalEventCommand

Hierarchy

  • Module

    ExternalEventCommand

Properties

description

Optional description: string

Inherited from

Module.description

Defined in

src/types/core-modules.ts:36


emitter

emitter: keyof Dependencies

Defined in

src/types/core-modules.ts:48


name

Optional name: string

Overrides

Module.name

Defined in

src/types/core-modules.ts:47


onEvent

onEvent: ControlPlugin<any[]>[]

Inherited from

Module.onEvent

Defined in

src/types/core-modules.ts:34


plugins

plugins: InitPlugin<any[]>[]

Inherited from

Module.plugins

Defined in

src/types/core-modules.ts:35


type

type: External

Overrides

Module.type

Defined in

src/types/core-modules.ts:49

Methods

execute

execute(...args): unknown

Parameters

NameType
...argsunknown[]

Returns

unknown

Overrides

Module.execute

Defined in

src/types/core-modules.ts:50