Skip to content

childrenToString

reference
1 min readUpdated

Kind: Function

Source: src/jsx/components.ts

Part of: Jsx

Signature

ts
async function childrenToString(children: Child[]): Promise<HtmlEscapedString[]>

Parameters

NameType
childrenChild[]

Returns: Promise<HtmlEscapedString[]>

Relationships

  • IMPORTS → html
  • IMPORTS → HtmlEscapedCallbackPhase
  • IMPORTS → resolveCallback
  • IMPORTS → Fragment
  • IMPORTS → DOM_RENDERER
  • IMPORTS → captureRenderContext
  • IMPORTS → useContext
  • IMPORTS → ErrorBoundary
  • IMPORTS → StreamingContext

Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (1)

  • StreamingContextsrc/jsx/streaming.ts:30

Was this page helpful?

Download as PDF
childrenToString — Hono (narrator proof)