()
| 284 | module.exports.ThangTypeNode = (ThangTypeNode = (function () { |
| 285 | ThangTypeNode = class ThangTypeNode extends TreemaNode.nodeMap.string { |
| 286 | static initClass () { |
| 287 | this.prototype.valueClass = 'treema-thang-type' |
| 288 | this.thangTypes = null |
| 289 | this.thangTypesCollection = null |
| 290 | } |
| 291 | |
| 292 | constructor (...args) { |
| 293 | super(...Array.from(args || [])) |