You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 11, 2024. It is now read-only.
@@ -32,23 +33,20 @@ import TreeItem from "@material-ui/lab/TreeItem";
32
33
* @param {OnMouseEvent} props.onLabelClick Function to be invoked when a label is clicked
33
34
* @param {OnMouseEvent} props.onMouseOver Function to be invoked on the mouseover of a {@link TreeNode}
34
35
* @param {OnMouseEvent} props.onMouseOut Function to be invoked when the mouse hovers off a {@link TreeNode}.
35
-
* @param {Object} props.classes Material UI Styles object applied to a {@link TreeNode}. See {@link https://material-ui.com/api/tree-item/#css} for structure.
36
-
* @param {Object} [props.classes.root]
37
-
* @param {Object} [props.classes.selected]
38
-
* @param {Object} [props.classes.group]
39
-
* @param {Object} [props.classes.categoryContent] Content styles applied applied to a {@link TreeNode} with children.
40
-
* @param {Object} [props.classes.itemContent] Content styles applied to a {@link TreeNode} without children.
41
-
* @param {Object} [props.classes.categoryLabel] Label styles applied to a {@link TreeNode} with children.
42
-
* @param {Object} [props.classes.itemLabel] Label styles applied to a {@link TreeNode} without children.
43
-
* @param {Object} [props.classes.iconContainer]
36
+
* @param {Object} [props.styles]
37
+
* @param {Object} [props.styles.treeNode] Material UI styles to apply to {@link TreeNode} with children. See https://material-ui.com/api/tree-item/#css
38
+
* @param {Object} [props.styles.leafNode] Material UI styles to apply to {@link TreeNode} without children. See https://material-ui.com/api/tree-item/#css
* A custom tool-tip that is displayed over Forge Viewer canvas when a user hovers over a device. Contains a {@link DataChart} for each property along with the estimated current property value.
0 commit comments