Module pax_runtime::component

source ·

Structs§

  • A render node with its own runtime context. Will push a frame to the runtime stack including the specified slot_children and a PaxType properties object. Component is used at the root of applications, at the root of reusable components like Stacker, and in special applications like Repeat where it houses the RepeatItem properties attached to each of Repeat’s virtual nodes.