PluginDefaultsContribution

Signature

export interface PluginDefaultsContribution extends PluginOrderedContribution

Properties

5

Methods

0

No methods.

Properties

kind: 'commands' | 'components' | 'modals';
hooks: Record<string, unknown> | undefined;