Converts UIBUILDER low-code UI description data into HTML. Send a msg._ui object to the node, the output will be HTML in msg.payload. Details.

Inputs

_ui object
uibuilder low-code UI definition that will be "hydrated" to full HTML by this node.
template string
HTML string that will be wrapped around the msg._ui generated HTML output if the template option is ticked in the settings.
topic string
Passed through if provided.

Outputs

payload string
Display name (only used in the Editor for display).
topic string
The input topic.

Node Settings

Name string
Optional short description shown in the admin interface
Topic string
Fixed topic string. Only used if the input msg does not contain a topic property.
Merge HTML Template? boolean
If selected, the input will be wrapped in an HTML template.
The template can be provided in msg.template as a string. Or, if not provided, the node will add uibuilder's default "blank" template.