render
Serializes Valyrian.js views on the server.
Table of contents
Category
Value
Import
jsimport { render } from "valyrian.js/node";Public signature
tsrender(...args: any[]): stringDeclaration boundary
The installed declaration exposes render arguments as any[]. The public renderer accepts Valyrian.js renderable nodes in order and returns their serialized HTML string. This reference keeps the declared any[] instead of inventing a narrower exported type.
Serialization
Normal text and attribute values are escaped. Content assigned through v-html remains direct HTML in the serialized result.