API ReferencesFramework API ReferenceNamespacesFSComponentFunctionscreateStaticContentNodeOn this pageFunction: createStaticContentNode() createStaticContentNode(content): VNode Defined in: src/sdk/components/FSComponent.ts:603 Creates a static content VNode. Parameters ParameterTypeDescriptioncontentstring | numberThe content to create a node for. Returns VNode A static content VNode.