Lines Matching refs:properties
133 const properties: PropertiesTreeNode[] = [ constant
140 properties.push({propertyKey: 'handler', propertyValue: transition.handler});
146 properties.push({
153 properties.push({
160 properties.push({
167 properties.push({
174 properties.push({
184 properties.push({
191 properties.push({
198 properties.push({propertyKey: 'mergedInto', propertyValue: transition.mergedInto});
202 properties.push({
208 properties.push({
214 properties.push({propertyKey: 'changes', children: changes});
218 children: properties,