SlotTemplateRenderer()
ts
function SlotTemplateRenderer(__namedParameters): Element[] | undefined;Defined in: components/template.tsx:76
Renders a previously registered template.
This component retrieves a template by its reference name and renders its content using Renderer.
Parameters
| Parameter | Type |
|---|---|
__namedParameters | SlotTemplateRendererProps |
Returns
Element[] | undefined
React Component
Remarks
- Requires a template defined via SlotTemplate
- Renders nothing if the template is not found
Since
1.0.0
Author
David Schummer
Author
Simon Kovtyk