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

    Function getHtmlRenderFn

    • Look up the render function for a schema type in an HtmlResolver.

      Parameters

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

      Returns HtmlRenderFunction | undefined