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

    Function registerWidget

    • Register a Svelte widget globally. The widget is resolved when a schema field has .meta({ component: name }) and no per-instance or context-scoped widget map provides a matching entry.

      For scoped registration, supply the widgets prop on <SchemaComponent> or <SchemaProvider> instead.

      Parameters

      Returns void