pub fn BaseTreeItem(props: BaseTreeItemProps) -> impl IntoViewExpand description
§Required Props
- base_tree_item_row:
BaseTreeItemRow
§Optional Props
- class:
impl Into<MaybeProp<String>> - item_type:
TreeItemType - value:
impl Into<String> - label:
String - parent_id:
impl Into<String> - order:
usize - base_tree_collapse:
BaseTreeCollapseSlot - children:
Option<Children>