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
/** When set to true, all nodes will be collapsed by default. Use an integer value to collapse at a particular depth. @default false */
59
59
collapsed?: boolean|number;
60
+
/** Determine whether the node should be expanded on the first render, or you can use collapsed to control the level of expansion (by default, the root is expanded). */
0 commit comments