Skip to main content

UIPluginSpec

UIPluginSpec<O> = string | FullPluginSpec<O>

A UI plugin spec - either just its name, or its name and options

Type Parameters

O

O extends UIPluginOptions

The options type for the specific plugin.