Container Node Catalog
Container category
Generated from 7 catalog nodes in UI/Container.
Nodes in this category
Showing 7 of 7 generated node docs.
Get Widget Element
UI/ContainerResolves an element inside a widget instance (from Instantiate Widget). The output plugs into any element node (Set Element Value, Update GeoMap, Push CSV To Chart, …).
Instantiate Widget
UI/ContainerCreates a new widget instance for dynamic insertion into containers. The dropdown lists project widgets and widgets from packages added to the project; selecting one auto-generates typed input pins (exposed props and customizations for project widgets, contract inputs for package widgets).
Push To Container
UI/ContainerDynamically adds an element to a container's children list
Query Widget
UI/ContainerReads a typed query result from a package widget instance. Connect Element Ref from Instantiate Widget, or Element from Get Element for a widget placed in the visual builder, then select a contract query.
Remove From Container
UI/ContainerRemoves an element from a container's children list
Set Widget Text
UI/ContainerSets the text of an element inside a widget instance (from Instantiate Widget) before it is pushed to the frontend
Update Widget Inputs
UI/ContainerSends a typed input patch to a package widget instance. Connect the Element Ref from Instantiate Widget to generate one optional pin per contract input; only set pins are included in the patch.