Skip to content

gui.displays reference

ShortcutRendersReference
gui.displays.alertan alert with a level (info / warning / error / success)Alert
gui.displays.displaya render-callback display (Programmatic-only)Renderer
gui.displays.customyour custom display widgetCustom Widgets

The Programmatic-only gui.displays.display(callback) lets you return raw framework markup (Lit html, React JSX, Angular template) from a function — there’s no JSON equivalent for this widget because it requires a function reference.