PluginGateComponent.renderConflictWarningBanner method
PluginGateComponent › renderConflictWarningBanner
Renders a banner for every conflict the host is running alongside, so a plugin can put the overlap in its own settings tab.Consumer-invoked, exactly like
PluginSuggestionComponent.renderBanner: the library registers the settings tab a BLOCKED plugin needs, because that plugin never got to register one of its own, but it has no hook into the tab a running plugin builds. Renders nothing when no warning conflict holds.Signature:
renderConflictWarningBanner(containerEl: HTMLElement): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| containerEl | HTMLElement | The element to render into. |
Returns: void