Struct i_slint_compiler::llr::ItemTree
source · pub struct ItemTree {
pub root: SubComponent,
pub tree: TreeNode,
pub parent_context: Option<String>,
}
Fields§
§root: SubComponent
§tree: TreeNode
§parent_context: Option<String>
This tree has a parent. e.g: it is a Repeater or a PopupMenu whose property can access the parent ItemTree. The String is the type of the parent ItemTree