Structs§
- Component
Instance - A render node with its own runtime context. Will push a frame
to the runtime stack including the specified
slot_children
and adyn Any
properties object.Component
is used at the root of applications, at the root of reusable components likeStacker
, and in special applications likeRepeat
where it houses theRepeatItem
properties attached to each of Repeat’s virtual nodes.