Skip to main content

Module node

Module node 

Source
Expand description

The serialisable widget-tree node enum.

Node is the data structure returned by Widget::build. It has one variant per built-in widget type plus a Custom escape hatch for application-defined widgets that need custom lowering.

Structs§

CustomNode
An application-defined node with custom lowering logic.

Enums§

Node
A serialisable node in the declarative widget tree.