Searched defs:propertiesTree (Results 1 – 7 of 7) sorted by relevance
76 const propertiesTree = new PropertiesTreeGenerator().generate('ROOT', {KEY: 'VALUE'}); constant
47 public propertiesTree?: PropertiesTreeNode property in UiDataEntry
33 public propertiesTree: PropertiesTreeNode | null property in UiData
30 propertiesTree: PropertiesTreeNode | null = null; property in UiData
29 propertiesTree: PropertiesTreeNode | null = null; property in ImeUiData
31 propertiesTree: PropertiesTreeNode | null = null; property in UiData
123 @Input() propertiesTree: PropertiesTreeNode = {}; property in PropertiesComponent