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
* The parent of the selected Item. used right under the selected item, and shows up when the item is minimized
258
+
* @type {String}
259
+
* @default ''
260
+
* @private {true}
261
+
*/
262
+
selectedItemParent: {
263
+
type: String,
264
+
value: ''
265
+
},
256
266
/**
257
267
* This attributes allows you to use the "hasChildren" or "children" properties inside your json, to show the chevron which indicates this item has children.When this attribute is true, it checks for the "hasChildren" or "children" properties inside your json, and if they exist, the chevron - which indicates this item has children - is shown.
0 commit comments