Skip to main content
FullPluginSpec<O>
Type Parameters
OUIPluginOptionsThe options type for the specific plugin.
A full surface plugin spec - name and options.
{
  options:O,
  type:string
}