()
| 1329 | |
| 1330 | class ThangNode extends TreemaObjectNode { |
| 1331 | static initClass () { |
| 1332 | this.prototype.valueClass = 'treema-thang' |
| 1333 | this.prototype.collection = false |
| 1334 | this.thangNameMap = {} |
| 1335 | this.thangKindMap = {} |
| 1336 | } |
| 1337 | |
| 1338 | buildValueForDisplay (valEl, data) { |
| 1339 | const pos = _.find(data.components, c => c.config?.pos)?.config.pos // TODO: hack |