Files
website/docs/api/interfaces/ExternalEventCommand.md
2024-01-08 18:32:17 +00:00

1.9 KiB

id, title, sidebar_label, sidebar_position, custom_edit_url
id title sidebar_label sidebar_position custom_edit_url
ExternalEventCommand Interface: ExternalEventCommand ExternalEventCommand 0 null

Hierarchy

  • Module

    ExternalEventCommand

Properties

description

Optional description: string

Inherited from

Module.description

Defined in

src/types/core-modules.ts:37


emitter

emitter: keyof Dependencies

Defined in

src/types/core-modules.ts:49


name

Optional name: string

Overrides

Module.name

Defined in

src/types/core-modules.ts:48


onEvent

onEvent: ControlPlugin<any[]>[]

Inherited from

Module.onEvent

Defined in

src/types/core-modules.ts:35


plugins

plugins: InitPlugin<any[]>[]

Inherited from

Module.plugins

Defined in

src/types/core-modules.ts:36


type

type: External

Overrides

Module.type

Defined in

src/types/core-modules.ts:50

Methods

execute

execute(...args): unknown

Parameters

Name Type
...args unknown[]

Returns

unknown

Overrides

Module.execute

Defined in

src/types/core-modules.ts:51