GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

PluginLoadedMetadata

API/Interfaces/PluginLoadedMetadata
seyfert/lib/client/plugins/types.d.ts

Signature

export interface PluginLoadedMetadata<TKind extends 'commands' | 'components', TItem = unknown>

Properties

4
kindtotalitemsplugin

Methods

0

No methods.

Properties

kind#
kind: TKind;
total#
total: number;
items#
items: readonly TItem[];
plugin#
plugin: {    total: number;    sources: Readonly<Record<string, number>>;};