Module component

Source

Structs§

ComponentInstance
A render node with its own runtime context. Will push a frame to the runtime stack including the specified slot_children and a dyn Any 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.