Kind: Function
Source: src/jsx/dom/render.ts
Part of: Jsx
Signature
tsfunction build(context: Context, node: NodeObject, children: Child[]): void
Parameters
| Name | Type |
|---|---|
context | Context |
node | NodeObject |
children | Child[] |
Returns: void
Kind: Function
Source: src/jsx/dom/render.ts
Part of: Jsx
tsfunction build(context: Context, node: NodeObject, children: Child[]): void
| Name | Type |
|---|---|
context | Context |
node | NodeObject |
children | Child[] |
Returns: void
Was this page helpful?