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
* Whether to use master checkboxes mechanism if the useCheckbox is set to true
263
263
*/
264
-
useTriState?: boolean;
264
+
useTriState?: boolean
265
+
/**
266
+
* The HTML element that is the scroll container for the tree. The default behaviour is to wrap the tree with a container that has overflow: hidden, and then the scrolling container is the viewport inside the tree component
0 commit comments