Searched refs:topDepth (Results 1 – 4 of 4) sorted by relevance
25 litTabPane.topDepth = 'topDepth';43 expect(litTabPane.topDepth).toBeTruthy();
28 litTreeNode.topDepth = true;47 expect(litTreeNode.topDepth).toStrictEqual(true);
77 get topDepth() { method in LitTreeNode81 set topDepth(value) { method in LitTreeNode
173 drawTree(parent: any, array: Array<TreeItemData>, topDepth: boolean = false) {180 node.topDepth = topDepth;