GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

PluginAnyEventContribution

API/Interfaces/PluginAnyEventContribution
seyfert/lib/client/plugins/registry.d.ts

Signature

export interface PluginAnyEventContribution extends PluginOrderedContribution

Properties

4
recordhandlerscopeactive

Methods

0

No methods.

Properties

record#
record: PluginRuntimeRecord;
handler#
handler: (name: string, ...args: unknown[]) => unknown;
scope#
scope: PluginEventContributionScope;
active#
active: boolean;