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

    Function getVueRenderFunction

    • Look up the VueRenderFunction for a schema type in a VueComponentResolver. Returns undefined when the resolver has no entry for the type — the caller (typically the dispatcher in core/renderField.ts) then falls through to the headless resolver.

      Parameters

      • type:
            | "string"
            | "number"
            | "boolean"
            | "object"
            | "null"
            | "enum"
            | "literal"
            | "array"
            | "tuple"
            | "record"
            | "union"
            | "discriminatedUnion"
            | "conditional"
            | "negation"
            | "file"
            | "never"
            | "unknown"
      • resolver: VueComponentResolver

      Returns VueRenderFunction | undefined