ValidatePluginsOptions

Options for validating that a node has the required plugin capabilities.

Signature

export interface ValidatePluginsOptions

Properties

3

Methods

0

No methods.

Properties

node: Node;

The node to validate the plugin capabilities for.

@type{Node}
required?: RegistryCapability[];

Array of capabilities that must all be present in the node.

@type{RegistryCapability[]}@default[]
any?: RegistryCapability[];

Array of capabilities where at least one must be present in the node.

@type{RegistryCapability[]}@default[]