ValidatePluginsOptions
Options for validating that a node has the required plugin capabilities.
Signature
export interface ValidatePluginsOptionsProperties
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[]