Function: createStaticContentNode()
createStaticContentNode(content
): VNode
Defined in: src/sdk/components/FSComponent.ts:603
Creates a static content VNode.
Parameters
Parameter | Type | Description |
---|
content | string | number | The content to create a node for. |
Returns
VNode
A static content VNode.