schema-components - v3.7.0
    Preparing search index...

    Type Alias VueWidgetMap

    VueWidgetMap: ReadonlyMap<string, VueRenderFunction>

    Widget map — maps component hints (from .meta({ component })) to VueRenderFunctions. Parallels the React WidgetMap but produces VNodes.

    Scoped at three levels:

    1. Per-instancewidgets prop on <SchemaComponent>
    2. Context-scoped — provided via VueWidgetsContext
    3. GlobalregisterWidget() (app-wide defaults)

    Resolution order: instance → context → global → resolver → headless, mirroring the React resolution chain so dual-target consumers see identical fallback behaviour.