GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

PluginHookContribution

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

Signature

export interface PluginHookContribution extends PluginOrderedContribution

Properties

5
recordnamehandlerscopeactive

Methods

0

No methods.

Properties

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