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_childrenand aPaxTypeproperties object.Componentis used at the root of applications, at the root of reusable components likeStacker, and in special applications likeRepeatwhere it houses theRepeatItemproperties attached to each of Repeat’s virtual nodes.