tuil
ReferencePackages@mwillbanks/tuil-pluginAPI

PluginRegistryQuery

interface exported by @mwillbanks/tuil-plugin.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-plugin.

export interface PluginRegistryQuery {
  readonly capability?: PluginCapability;
  readonly tag?: string;
}

Members

MemberTypeRequiredDescriptionRelated types
capabilityPluginCapability | undefinedNoThe capability member uses the PluginCapability | undefined contract.PluginCapability
tagstring | undefinedNoThe tag member uses the string | undefined contract.

Parameters

This declaration has no public members.

Returns

This declaration does not return a value.

Throws

No thrown errors are documented for this declaration.

Source

View the secondary source reference

Package

@mwillbanks/tuil-plugin

On this page