PluginDefaultsContribution
Signature
export interface PluginDefaultsContribution extends PluginOrderedContributionProperties
5Methods
0No methods.
Properties
record: PluginRuntimeRecord;kind: 'commands' | 'components' | 'modals';hooks: Record<string, unknown> | undefined;suppressDefault?: boolean | readonly string[];scope: PluginEventContributionScope;