schema-components - v3.7.0
    Preparing search index...
    • Render a leaf WalkedField entirely as a single HTML chunk. Used inside the streaming generators when descent into containers is complete.

      Delegates to the framework-agnostic dispatchRenderField dispatcher so resolver lookup, the (unused) widget step, error wrapping, and the unresolved-type fallback share one implementation with the sync HTML renderer and the React adapter.

      Parameters

      • tree: WalkedField
      • value: unknown
      • mergedResolver: HtmlResolver
      • path: string
      • depth: number = 0

        Current recursion depth — defaults to 0 so the public signature stays additive. Callers inside the streaming pipeline thread the live currentDepth so the dispatcher's internal depth check is consistent with the streamField gate.

      Returns string