Iframe
Type: iframe
Embed a web page or HTML-returning UDF in an iframe using http(s) URLs, $param URL templates, or {{udf}} placeholders.
Supports children: No
Embeds a web page or HTML-returning UDF in an iframe. Use for dashboards, docs, or any site that permits framing.
Example
{
"type": "iframe",
"props": {
"src": "https://docs.fused.io",
"title": "Fused documentation",
"style": "border-radius: 8px; height: 500px"
}
}
Every widget is defined as { "type": "iframe", "props": { ... } }. The properties below describe the props object.
Props
Loading ....
Raw schema
Download the full schema file: /widget-schema/iframe.json