Readonly$$typeReadonlyexternalOptional ReadonlyiconThe display icon of the plugin, used in page headers and navigation.
ReadonlyidDeprecated alias for pluginId.
ReadonlypluginThe plugin ID.
ReadonlyroutesOptional ReadonlytitleThe display title of the plugin, used in page headers and navigation. Falls back to the plugin ID if not provided.
Loads the plugin info.
Optionalextensions?: ExtensionDefinition<ExtensionDefinitionParameters>[]Extensions to add to the plugin. An extension that overrides an existing extension replaces it at its original position in the plugin's list of extensions, while other extensions are appended at the end.
Optionalicon?: IconElementOverrides the display icon of the plugin.
Optionalif?: FilterPredicateOverrides the shared condition that applies to all extensions in the plugin.
Optionalinfo?: FrontendPluginInfoOptionsOverrides the original info loaders of the plugin one by one.
Optionaltitle?: stringOverrides the display title of the plugin.
A variant of the FrontendPlugin interface that can also be used to install overrides for the plugin.