Emitted the first time a compat widget shim tries to mount its delegated
web component while no widget kit is registered (see
esri-compat/widget-host.ts). Without a kit the shims stay
state-model-only and their container renders nothing, so this is the
machine-readable half of the one-time console.warn the host emits.
Subscribe before constructing widgets: the diagnostic fires once per
runtime and re-arms only when registerHonuaWidgetKit is called again.
Type declaration
api: "registerHonuaWidgetKit"
The API the application must call to fix this.
docs: string
Documentation entry describing the required registration step.
message: string
The same human-readable text written to console.warn.
tagName: string
Delegation tag the shim failed to mount (e.g. honua-legend).
Well-known event payload types for the compat layer event bus.