Widget map — maps component hints (from .meta({ component })) to VueRenderFunctions. Parallels the React WidgetMap but produces VNodes.
.meta({ component })
WidgetMap
VNode
Scoped at three levels:
widgets
<SchemaComponent>
registerWidget()
Resolution order: instance → context → global → resolver → headless, mirroring the React resolution chain so dual-target consumers see identical fallback behaviour.
Widget map — maps component hints (from
.meta({ component })) to VueRenderFunctions. Parallels the ReactWidgetMapbut producesVNodes.Scoped at three levels:
widgetsprop on<SchemaComponent>registerWidget()(app-wide defaults)Resolution order: instance → context → global → resolver → headless, mirroring the React resolution chain so dual-target consumers see identical fallback behaviour.