@tempots/dom
renderWithContext() function
Renders the given renderable
with the provided ctx
DOM context.
Signature:
renderWithContext: (renderable: Renderable, ctx: DOMContext) => (removeTree?: boolean) => void
Parameters
Parameter |
Type |
Description |
---|---|---|
renderable |
The renderable node to be rendered. | |
ctx |
The DOM context to be used for rendering. |
Returns: (removeTree?: boolean) => void
A function that can be called to clear the rendered node.