Skip to main content

Html

Type: html

Sandboxed HTML renderer with $param and {{udf}} substitution and fusedCanvas API.

Supports children: No

Sandboxed HTML with $param_name and {{udf_name}} substitution. Exposes fusedCanvas.setParam(name, value) / .clearParam(name) for canvas communication.

Example

{
"type": "html",
"props": {
"value": "<h2>Hello, $user_name!</h2><p>Selected city: <b>$city</b></p>"
}
}

Every widget is defined as { "type": "html", "props": { ... } }. The properties below describe the props object.

Props

Loading ....

Raw schema

Download the full schema file: /widget-schema/html.json