NODEDC_BIM_VIEWER/docs/ast/source/inspector/PropertiesInspector.js.json

49289 lines
1.6 MiB

{
"type": "File",
"start": 0,
"end": 6557,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 158,
"column": 29
}
},
"program": {
"type": "Program",
"start": 0,
"end": 6557,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 158,
"column": 29
}
},
"sourceType": "module",
"body": [
{
"type": "ImportDeclaration",
"start": 0,
"end": 44,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 44
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 8,
"end": 18,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 18
}
},
"imported": {
"type": "Identifier",
"start": 8,
"end": 18,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 18
},
"identifierName": "Controller"
},
"name": "Controller"
},
"local": {
"type": "Identifier",
"start": 8,
"end": 18,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 18
},
"identifierName": "Controller"
},
"name": "Controller"
}
}
],
"source": {
"type": "StringLiteral",
"start": 25,
"end": 43,
"loc": {
"start": {
"line": 1,
"column": 25
},
"end": {
"line": 1,
"column": 43
}
},
"extra": {
"rawValue": "../Controller.js",
"raw": "\"../Controller.js\""
},
"value": "../Controller.js"
},
"trailingComments": [
{
"type": "CommentBlock",
"value": "* @private ",
"start": 46,
"end": 61,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 15
}
}
}
]
},
{
"type": "Identifier",
"start": 62,
"end": 6391,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 149,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 68,
"end": 87,
"loc": {
"start": {
"line": 4,
"column": 6
},
"end": {
"line": 4,
"column": 25
},
"identifierName": "PropertiesInspector"
},
"name": "PropertiesInspector",
"leadingComments": null
},
"superClass": {
"type": "Identifier",
"start": 96,
"end": 106,
"loc": {
"start": {
"line": 4,
"column": 34
},
"end": {
"line": 4,
"column": 44
},
"identifierName": "Controller"
},
"name": "Controller"
},
"body": {
"type": "ClassBody",
"start": 107,
"end": 6391,
"loc": {
"start": {
"line": 4,
"column": 45
},
"end": {
"line": 149,
"column": 1
}
},
"body": [
{
"type": "ClassMethod",
"start": 114,
"end": 1809,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 57,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 114,
"end": 125,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 6,
"column": 15
},
"identifierName": "constructor"
},
"name": "constructor"
},
"kind": "constructor",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 126,
"end": 132,
"loc": {
"start": {
"line": 6,
"column": 16
},
"end": {
"line": 6,
"column": 22
},
"identifierName": "parent"
},
"name": "parent"
},
{
"type": "AssignmentPattern",
"start": 134,
"end": 142,
"loc": {
"start": {
"line": 6,
"column": 24
},
"end": {
"line": 6,
"column": 32
}
},
"left": {
"type": "Identifier",
"start": 134,
"end": 137,
"loc": {
"start": {
"line": 6,
"column": 24
},
"end": {
"line": 6,
"column": 27
},
"identifierName": "cfg"
},
"name": "cfg"
},
"right": {
"type": "ObjectExpression",
"start": 140,
"end": 142,
"loc": {
"start": {
"line": 6,
"column": 30
},
"end": {
"line": 6,
"column": 32
}
},
"properties": []
}
}
],
"body": {
"type": "BlockStatement",
"start": 144,
"end": 1809,
"loc": {
"start": {
"line": 6,
"column": 34
},
"end": {
"line": 57,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 155,
"end": 169,
"loc": {
"start": {
"line": 8,
"column": 8
},
"end": {
"line": 8,
"column": 22
}
},
"expression": {
"type": "CallExpression",
"start": 155,
"end": 168,
"loc": {
"start": {
"line": 8,
"column": 8
},
"end": {
"line": 8,
"column": 21
}
},
"callee": {
"type": "Super",
"start": 155,
"end": 160,
"loc": {
"start": {
"line": 8,
"column": 8
},
"end": {
"line": 8,
"column": 13
}
}
},
"arguments": [
{
"type": "Identifier",
"start": 161,
"end": 167,
"loc": {
"start": {
"line": 8,
"column": 14
},
"end": {
"line": 8,
"column": 20
},
"identifierName": "parent"
},
"name": "parent"
}
]
}
},
{
"type": "IfStatement",
"start": 179,
"end": 279,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 12,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 183,
"end": 208,
"loc": {
"start": {
"line": 10,
"column": 12
},
"end": {
"line": 10,
"column": 37
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 184,
"end": 208,
"loc": {
"start": {
"line": 10,
"column": 13
},
"end": {
"line": 10,
"column": 37
}
},
"object": {
"type": "Identifier",
"start": 184,
"end": 187,
"loc": {
"start": {
"line": 10,
"column": 13
},
"end": {
"line": 10,
"column": 16
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 188,
"end": 208,
"loc": {
"start": {
"line": 10,
"column": 17
},
"end": {
"line": 10,
"column": 37
},
"identifierName": "propertiesTabElement"
},
"name": "propertiesTabElement"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 210,
"end": 279,
"loc": {
"start": {
"line": 10,
"column": 39
},
"end": {
"line": 12,
"column": 9
}
},
"body": [
{
"type": "ThrowStatement",
"start": 224,
"end": 269,
"loc": {
"start": {
"line": 11,
"column": 12
},
"end": {
"line": 11,
"column": 57
}
},
"argument": {
"type": "StringLiteral",
"start": 230,
"end": 268,
"loc": {
"start": {
"line": 11,
"column": 18
},
"end": {
"line": 11,
"column": 56
}
},
"extra": {
"rawValue": "Missing config: propertiesTabElement",
"raw": "\"Missing config: propertiesTabElement\""
},
"value": "Missing config: propertiesTabElement"
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "IfStatement",
"start": 289,
"end": 383,
"loc": {
"start": {
"line": 14,
"column": 8
},
"end": {
"line": 16,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 293,
"end": 315,
"loc": {
"start": {
"line": 14,
"column": 12
},
"end": {
"line": 14,
"column": 34
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 294,
"end": 315,
"loc": {
"start": {
"line": 14,
"column": 13
},
"end": {
"line": 14,
"column": 34
}
},
"object": {
"type": "Identifier",
"start": 294,
"end": 297,
"loc": {
"start": {
"line": 14,
"column": 13
},
"end": {
"line": 14,
"column": 16
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 298,
"end": 315,
"loc": {
"start": {
"line": 14,
"column": 17
},
"end": {
"line": 14,
"column": 34
},
"identifierName": "propertiesElement"
},
"name": "propertiesElement"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 317,
"end": 383,
"loc": {
"start": {
"line": 14,
"column": 36
},
"end": {
"line": 16,
"column": 9
}
},
"body": [
{
"type": "ThrowStatement",
"start": 331,
"end": 373,
"loc": {
"start": {
"line": 15,
"column": 12
},
"end": {
"line": 15,
"column": 54
}
},
"argument": {
"type": "StringLiteral",
"start": 337,
"end": 372,
"loc": {
"start": {
"line": 15,
"column": 18
},
"end": {
"line": 15,
"column": 53
}
},
"extra": {
"rawValue": "Missing config: propertiesElement",
"raw": "\"Missing config: propertiesElement\""
},
"value": "Missing config: propertiesElement"
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 393,
"end": 417,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 32
}
},
"expression": {
"type": "AssignmentExpression",
"start": 393,
"end": 416,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 31
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 393,
"end": 409,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 24
}
},
"object": {
"type": "ThisExpression",
"start": 393,
"end": 397,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 398,
"end": 409,
"loc": {
"start": {
"line": 18,
"column": 13
},
"end": {
"line": 18,
"column": 24
},
"identifierName": "_metaObject"
},
"name": "_metaObject"
},
"computed": false
},
"right": {
"type": "NullLiteral",
"start": 412,
"end": 416,
"loc": {
"start": {
"line": 18,
"column": 27
},
"end": {
"line": 18,
"column": 31
}
}
}
}
},
{
"type": "ExpressionStatement",
"start": 427,
"end": 481,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 62
}
},
"expression": {
"type": "AssignmentExpression",
"start": 427,
"end": 480,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 61
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 427,
"end": 453,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 34
}
},
"object": {
"type": "ThisExpression",
"start": 427,
"end": 431,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 432,
"end": 453,
"loc": {
"start": {
"line": 20,
"column": 13
},
"end": {
"line": 20,
"column": 34
},
"identifierName": "_propertiesTabElement"
},
"name": "_propertiesTabElement"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 456,
"end": 480,
"loc": {
"start": {
"line": 20,
"column": 37
},
"end": {
"line": 20,
"column": 61
}
},
"object": {
"type": "Identifier",
"start": 456,
"end": 459,
"loc": {
"start": {
"line": 20,
"column": 37
},
"end": {
"line": 20,
"column": 40
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 460,
"end": 480,
"loc": {
"start": {
"line": 20,
"column": 41
},
"end": {
"line": 20,
"column": 61
},
"identifierName": "propertiesTabElement"
},
"name": "propertiesTabElement"
},
"computed": false
}
}
},
{
"type": "ExpressionStatement",
"start": 490,
"end": 538,
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 56
}
},
"expression": {
"type": "AssignmentExpression",
"start": 490,
"end": 537,
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 55
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 490,
"end": 513,
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 31
}
},
"object": {
"type": "ThisExpression",
"start": 490,
"end": 494,
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 495,
"end": 513,
"loc": {
"start": {
"line": 21,
"column": 13
},
"end": {
"line": 21,
"column": 31
},
"identifierName": "_propertiesElement"
},
"name": "_propertiesElement"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 516,
"end": 537,
"loc": {
"start": {
"line": 21,
"column": 34
},
"end": {
"line": 21,
"column": 55
}
},
"object": {
"type": "Identifier",
"start": 516,
"end": 519,
"loc": {
"start": {
"line": 21,
"column": 34
},
"end": {
"line": 21,
"column": 37
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 520,
"end": 537,
"loc": {
"start": {
"line": 21,
"column": 38
},
"end": {
"line": 21,
"column": 55
},
"identifierName": "propertiesElement"
},
"name": "propertiesElement"
},
"computed": false
}
}
},
{
"type": "ExpressionStatement",
"start": 547,
"end": 642,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 103
}
},
"expression": {
"type": "AssignmentExpression",
"start": 547,
"end": 641,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 102
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 547,
"end": 579,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 40
}
},
"object": {
"type": "ThisExpression",
"start": 547,
"end": 551,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 552,
"end": 579,
"loc": {
"start": {
"line": 22,
"column": 13
},
"end": {
"line": 22,
"column": 40
},
"identifierName": "_propertiesTabButtonElement"
},
"name": "_propertiesTabButtonElement"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 582,
"end": 641,
"loc": {
"start": {
"line": 22,
"column": 43
},
"end": {
"line": 22,
"column": 102
}
},
"callee": {
"type": "MemberExpression",
"start": 582,
"end": 622,
"loc": {
"start": {
"line": 22,
"column": 43
},
"end": {
"line": 22,
"column": 83
}
},
"object": {
"type": "MemberExpression",
"start": 582,
"end": 608,
"loc": {
"start": {
"line": 22,
"column": 43
},
"end": {
"line": 22,
"column": 69
}
},
"object": {
"type": "ThisExpression",
"start": 582,
"end": 586,
"loc": {
"start": {
"line": 22,
"column": 43
},
"end": {
"line": 22,
"column": 47
}
}
},
"property": {
"type": "Identifier",
"start": 587,
"end": 608,
"loc": {
"start": {
"line": 22,
"column": 48
},
"end": {
"line": 22,
"column": 69
},
"identifierName": "_propertiesTabElement"
},
"name": "_propertiesTabElement"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 609,
"end": 622,
"loc": {
"start": {
"line": 22,
"column": 70
},
"end": {
"line": 22,
"column": 83
},
"identifierName": "querySelector"
},
"name": "querySelector"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 623,
"end": 640,
"loc": {
"start": {
"line": 22,
"column": 84
},
"end": {
"line": 22,
"column": 101
}
},
"extra": {
"rawValue": ".xeokit-tab-btn",
"raw": "\".xeokit-tab-btn\""
},
"value": ".xeokit-tab-btn"
}
]
}
}
},
{
"type": "IfStatement",
"start": 652,
"end": 760,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 26,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 656,
"end": 689,
"loc": {
"start": {
"line": 24,
"column": 12
},
"end": {
"line": 24,
"column": 45
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 657,
"end": 689,
"loc": {
"start": {
"line": 24,
"column": 13
},
"end": {
"line": 24,
"column": 45
}
},
"object": {
"type": "ThisExpression",
"start": 657,
"end": 661,
"loc": {
"start": {
"line": 24,
"column": 13
},
"end": {
"line": 24,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"start": 662,
"end": 689,
"loc": {
"start": {
"line": 24,
"column": 18
},
"end": {
"line": 24,
"column": 45
},
"identifierName": "_propertiesTabButtonElement"
},
"name": "_propertiesTabButtonElement"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 691,
"end": 760,
"loc": {
"start": {
"line": 24,
"column": 47
},
"end": {
"line": 26,
"column": 9
}
},
"body": [
{
"type": "ThrowStatement",
"start": 705,
"end": 750,
"loc": {
"start": {
"line": 25,
"column": 12
},
"end": {
"line": 25,
"column": 57
}
},
"argument": {
"type": "StringLiteral",
"start": 711,
"end": 749,
"loc": {
"start": {
"line": 25,
"column": 18
},
"end": {
"line": 25,
"column": 56
}
},
"extra": {
"rawValue": "Missing DOM element: ,xeokit-tab-btn",
"raw": "\"Missing DOM element: ,xeokit-tab-btn\""
},
"value": "Missing DOM element: ,xeokit-tab-btn"
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 770,
"end": 1211,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 38,
"column": 11
}
},
"expression": {
"type": "AssignmentExpression",
"start": 770,
"end": 1210,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 38,
"column": 10
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 770,
"end": 791,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 29
}
},
"object": {
"type": "ThisExpression",
"start": 770,
"end": 774,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 775,
"end": 791,
"loc": {
"start": {
"line": 28,
"column": 13
},
"end": {
"line": 28,
"column": 29
},
"identifierName": "_onModelUnloaded"
},
"name": "_onModelUnloaded"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 794,
"end": 1210,
"loc": {
"start": {
"line": 28,
"column": 32
},
"end": {
"line": 38,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 794,
"end": 814,
"loc": {
"start": {
"line": 28,
"column": 32
},
"end": {
"line": 28,
"column": 52
}
},
"object": {
"type": "MemberExpression",
"start": 794,
"end": 811,
"loc": {
"start": {
"line": 28,
"column": 32
},
"end": {
"line": 28,
"column": 49
}
},
"object": {
"type": "MemberExpression",
"start": 794,
"end": 805,
"loc": {
"start": {
"line": 28,
"column": 32
},
"end": {
"line": 28,
"column": 43
}
},
"object": {
"type": "ThisExpression",
"start": 794,
"end": 798,
"loc": {
"start": {
"line": 28,
"column": 32
},
"end": {
"line": 28,
"column": 36
}
}
},
"property": {
"type": "Identifier",
"start": 799,
"end": 805,
"loc": {
"start": {
"line": 28,
"column": 37
},
"end": {
"line": 28,
"column": 43
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 806,
"end": 811,
"loc": {
"start": {
"line": 28,
"column": 44
},
"end": {
"line": 28,
"column": 49
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 812,
"end": 814,
"loc": {
"start": {
"line": 28,
"column": 50
},
"end": {
"line": 28,
"column": 52
},
"identifierName": "on"
},
"name": "on"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 815,
"end": 830,
"loc": {
"start": {
"line": 28,
"column": 53
},
"end": {
"line": 28,
"column": 68
}
},
"extra": {
"rawValue": "modelUnloaded",
"raw": "\"modelUnloaded\""
},
"value": "modelUnloaded"
},
{
"type": "ArrowFunctionExpression",
"start": 832,
"end": 1209,
"loc": {
"start": {
"line": 28,
"column": 70
},
"end": {
"line": 38,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 833,
"end": 840,
"loc": {
"start": {
"line": 28,
"column": 71
},
"end": {
"line": 28,
"column": 78
},
"identifierName": "modelId"
},
"name": "modelId"
}
],
"body": {
"type": "BlockStatement",
"start": 845,
"end": 1209,
"loc": {
"start": {
"line": 28,
"column": 83
},
"end": {
"line": 38,
"column": 9
}
},
"body": [
{
"type": "IfStatement",
"start": 859,
"end": 1199,
"loc": {
"start": {
"line": 29,
"column": 12
},
"end": {
"line": 37,
"column": 13
}
},
"test": {
"type": "MemberExpression",
"start": 863,
"end": 879,
"loc": {
"start": {
"line": 29,
"column": 16
},
"end": {
"line": 29,
"column": 32
}
},
"object": {
"type": "ThisExpression",
"start": 863,
"end": 867,
"loc": {
"start": {
"line": 29,
"column": 16
},
"end": {
"line": 29,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"start": 868,
"end": 879,
"loc": {
"start": {
"line": 29,
"column": 21
},
"end": {
"line": 29,
"column": 32
},
"identifierName": "_metaObject"
},
"name": "_metaObject"
},
"computed": false
},
"consequent": {
"type": "BlockStatement",
"start": 881,
"end": 1199,
"loc": {
"start": {
"line": 29,
"column": 34
},
"end": {
"line": 37,
"column": 13
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 899,
"end": 946,
"loc": {
"start": {
"line": 30,
"column": 16
},
"end": {
"line": 30,
"column": 63
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 905,
"end": 945,
"loc": {
"start": {
"line": 30,
"column": 22
},
"end": {
"line": 30,
"column": 62
}
},
"id": {
"type": "Identifier",
"start": 905,
"end": 915,
"loc": {
"start": {
"line": 30,
"column": 22
},
"end": {
"line": 30,
"column": 32
},
"identifierName": "metaModels"
},
"name": "metaModels"
},
"init": {
"type": "MemberExpression",
"start": 918,
"end": 945,
"loc": {
"start": {
"line": 30,
"column": 35
},
"end": {
"line": 30,
"column": 62
}
},
"object": {
"type": "MemberExpression",
"start": 918,
"end": 934,
"loc": {
"start": {
"line": 30,
"column": 35
},
"end": {
"line": 30,
"column": 51
}
},
"object": {
"type": "ThisExpression",
"start": 918,
"end": 922,
"loc": {
"start": {
"line": 30,
"column": 35
},
"end": {
"line": 30,
"column": 39
}
}
},
"property": {
"type": "Identifier",
"start": 923,
"end": 934,
"loc": {
"start": {
"line": 30,
"column": 40
},
"end": {
"line": 30,
"column": 51
},
"identifierName": "_metaObject"
},
"name": "_metaObject"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 935,
"end": 945,
"loc": {
"start": {
"line": 30,
"column": 52
},
"end": {
"line": 30,
"column": 62
},
"identifierName": "metaModels"
},
"name": "metaModels"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "ForStatement",
"start": 963,
"end": 1185,
"loc": {
"start": {
"line": 31,
"column": 16
},
"end": {
"line": 36,
"column": 17
}
},
"init": {
"type": "VariableDeclaration",
"start": 968,
"end": 1002,
"loc": {
"start": {
"line": 31,
"column": 21
},
"end": {
"line": 31,
"column": 55
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 972,
"end": 977,
"loc": {
"start": {
"line": 31,
"column": 25
},
"end": {
"line": 31,
"column": 30
}
},
"id": {
"type": "Identifier",
"start": 972,
"end": 973,
"loc": {
"start": {
"line": 31,
"column": 25
},
"end": {
"line": 31,
"column": 26
},
"identifierName": "i"
},
"name": "i"
},
"init": {
"type": "NumericLiteral",
"start": 976,
"end": 977,
"loc": {
"start": {
"line": 31,
"column": 29
},
"end": {
"line": 31,
"column": 30
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
},
{
"type": "VariableDeclarator",
"start": 979,
"end": 1002,
"loc": {
"start": {
"line": 31,
"column": 32
},
"end": {
"line": 31,
"column": 55
}
},
"id": {
"type": "Identifier",
"start": 979,
"end": 982,
"loc": {
"start": {
"line": 31,
"column": 32
},
"end": {
"line": 31,
"column": 35
},
"identifierName": "len"
},
"name": "len"
},
"init": {
"type": "MemberExpression",
"start": 985,
"end": 1002,
"loc": {
"start": {
"line": 31,
"column": 38
},
"end": {
"line": 31,
"column": 55
}
},
"object": {
"type": "Identifier",
"start": 985,
"end": 995,
"loc": {
"start": {
"line": 31,
"column": 38
},
"end": {
"line": 31,
"column": 48
},
"identifierName": "metaModels"
},
"name": "metaModels"
},
"property": {
"type": "Identifier",
"start": 996,
"end": 1002,
"loc": {
"start": {
"line": 31,
"column": 49
},
"end": {
"line": 31,
"column": 55
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
}
}
],
"kind": "let"
},
"test": {
"type": "BinaryExpression",
"start": 1004,
"end": 1011,
"loc": {
"start": {
"line": 31,
"column": 57
},
"end": {
"line": 31,
"column": 64
}
},
"left": {
"type": "Identifier",
"start": 1004,
"end": 1005,
"loc": {
"start": {
"line": 31,
"column": 57
},
"end": {
"line": 31,
"column": 58
},
"identifierName": "i"
},
"name": "i"
},
"operator": "<",
"right": {
"type": "Identifier",
"start": 1008,
"end": 1011,
"loc": {
"start": {
"line": 31,
"column": 61
},
"end": {
"line": 31,
"column": 64
},
"identifierName": "len"
},
"name": "len"
}
},
"update": {
"type": "UpdateExpression",
"start": 1013,
"end": 1016,
"loc": {
"start": {
"line": 31,
"column": 66
},
"end": {
"line": 31,
"column": 69
}
},
"operator": "++",
"prefix": false,
"argument": {
"type": "Identifier",
"start": 1013,
"end": 1014,
"loc": {
"start": {
"line": 31,
"column": 66
},
"end": {
"line": 31,
"column": 67
},
"identifierName": "i"
},
"name": "i"
}
},
"body": {
"type": "BlockStatement",
"start": 1018,
"end": 1185,
"loc": {
"start": {
"line": 31,
"column": 71
},
"end": {
"line": 36,
"column": 17
}
},
"body": [
{
"type": "IfStatement",
"start": 1040,
"end": 1167,
"loc": {
"start": {
"line": 32,
"column": 20
},
"end": {
"line": 35,
"column": 21
}
},
"test": {
"type": "BinaryExpression",
"start": 1044,
"end": 1072,
"loc": {
"start": {
"line": 32,
"column": 24
},
"end": {
"line": 32,
"column": 52
}
},
"left": {
"type": "MemberExpression",
"start": 1044,
"end": 1060,
"loc": {
"start": {
"line": 32,
"column": 24
},
"end": {
"line": 32,
"column": 40
}
},
"object": {
"type": "MemberExpression",
"start": 1044,
"end": 1057,
"loc": {
"start": {
"line": 32,
"column": 24
},
"end": {
"line": 32,
"column": 37
}
},
"object": {
"type": "Identifier",
"start": 1044,
"end": 1054,
"loc": {
"start": {
"line": 32,
"column": 24
},
"end": {
"line": 32,
"column": 34
},
"identifierName": "metaModels"
},
"name": "metaModels"
},
"property": {
"type": "Identifier",
"start": 1055,
"end": 1056,
"loc": {
"start": {
"line": 32,
"column": 35
},
"end": {
"line": 32,
"column": 36
},
"identifierName": "i"
},
"name": "i"
},
"computed": true
},
"property": {
"type": "Identifier",
"start": 1058,
"end": 1060,
"loc": {
"start": {
"line": 32,
"column": 38
},
"end": {
"line": 32,
"column": 40
},
"identifierName": "id"
},
"name": "id"
},
"computed": false
},
"operator": "===",
"right": {
"type": "Identifier",
"start": 1065,
"end": 1072,
"loc": {
"start": {
"line": 32,
"column": 45
},
"end": {
"line": 32,
"column": 52
},
"identifierName": "modelId"
},
"name": "modelId"
}
},
"consequent": {
"type": "BlockStatement",
"start": 1074,
"end": 1167,
"loc": {
"start": {
"line": 32,
"column": 54
},
"end": {
"line": 35,
"column": 21
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1100,
"end": 1113,
"loc": {
"start": {
"line": 33,
"column": 24
},
"end": {
"line": 33,
"column": 37
}
},
"expression": {
"type": "CallExpression",
"start": 1100,
"end": 1112,
"loc": {
"start": {
"line": 33,
"column": 24
},
"end": {
"line": 33,
"column": 36
}
},
"callee": {
"type": "MemberExpression",
"start": 1100,
"end": 1110,
"loc": {
"start": {
"line": 33,
"column": 24
},
"end": {
"line": 33,
"column": 34
}
},
"object": {
"type": "ThisExpression",
"start": 1100,
"end": 1104,
"loc": {
"start": {
"line": 33,
"column": 24
},
"end": {
"line": 33,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"start": 1105,
"end": 1110,
"loc": {
"start": {
"line": 33,
"column": 29
},
"end": {
"line": 33,
"column": 34
},
"identifierName": "clear"
},
"name": "clear"
},
"computed": false
},
"arguments": []
}
},
{
"type": "ReturnStatement",
"start": 1138,
"end": 1145,
"loc": {
"start": {
"line": 34,
"column": 24
},
"end": {
"line": 34,
"column": 31
}
},
"argument": null
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
}
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
}
}
]
}
}
},
{
"type": "ExpressionStatement",
"start": 1221,
"end": 1293,
"loc": {
"start": {
"line": 40,
"column": 8
},
"end": {
"line": 42,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 1221,
"end": 1292,
"loc": {
"start": {
"line": 40,
"column": 8
},
"end": {
"line": 42,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 1221,
"end": 1238,
"loc": {
"start": {
"line": 40,
"column": 8
},
"end": {
"line": 40,
"column": 25
}
},
"object": {
"type": "MemberExpression",
"start": 1221,
"end": 1235,
"loc": {
"start": {
"line": 40,
"column": 8
},
"end": {
"line": 40,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 1221,
"end": 1225,
"loc": {
"start": {
"line": 40,
"column": 8
},
"end": {
"line": 40,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1226,
"end": 1235,
"loc": {
"start": {
"line": 40,
"column": 13
},
"end": {
"line": 40,
"column": 22
},
"identifierName": "bimViewer"
},
"name": "bimViewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1236,
"end": 1238,
"loc": {
"start": {
"line": 40,
"column": 23
},
"end": {
"line": 40,
"column": 25
},
"identifierName": "on"
},
"name": "on"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1239,
"end": 1246,
"loc": {
"start": {
"line": 40,
"column": 26
},
"end": {
"line": 40,
"column": 33
}
},
"extra": {
"rawValue": "reset",
"raw": "\"reset\""
},
"value": "reset"
},
{
"type": "ArrowFunctionExpression",
"start": 1248,
"end": 1291,
"loc": {
"start": {
"line": 40,
"column": 35
},
"end": {
"line": 42,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 1254,
"end": 1291,
"loc": {
"start": {
"line": 40,
"column": 41
},
"end": {
"line": 42,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1268,
"end": 1281,
"loc": {
"start": {
"line": 41,
"column": 12
},
"end": {
"line": 41,
"column": 25
}
},
"expression": {
"type": "CallExpression",
"start": 1268,
"end": 1280,
"loc": {
"start": {
"line": 41,
"column": 12
},
"end": {
"line": 41,
"column": 24
}
},
"callee": {
"type": "MemberExpression",
"start": 1268,
"end": 1278,
"loc": {
"start": {
"line": 41,
"column": 12
},
"end": {
"line": 41,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 1268,
"end": 1272,
"loc": {
"start": {
"line": 41,
"column": 12
},
"end": {
"line": 41,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 1273,
"end": 1278,
"loc": {
"start": {
"line": 41,
"column": 17
},
"end": {
"line": 41,
"column": 22
},
"identifierName": "clear"
},
"name": "clear"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1303,
"end": 1780,
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 54,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 1303,
"end": 1779,
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 54,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 1303,
"end": 1328,
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 44,
"column": 33
}
},
"object": {
"type": "Identifier",
"start": 1303,
"end": 1311,
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 44,
"column": 16
},
"identifierName": "document"
},
"name": "document"
},
"property": {
"type": "Identifier",
"start": 1312,
"end": 1328,
"loc": {
"start": {
"line": 44,
"column": 17
},
"end": {
"line": 44,
"column": 33
},
"identifierName": "addEventListener"
},
"name": "addEventListener"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1329,
"end": 1336,
"loc": {
"start": {
"line": 44,
"column": 34
},
"end": {
"line": 44,
"column": 41
}
},
"extra": {
"rawValue": "click",
"raw": "'click'"
},
"value": "click"
},
{
"type": "AssignmentExpression",
"start": 1338,
"end": 1778,
"loc": {
"start": {
"line": 44,
"column": 43
},
"end": {
"line": 54,
"column": 9
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1338,
"end": 1357,
"loc": {
"start": {
"line": 44,
"column": 43
},
"end": {
"line": 44,
"column": 62
}
},
"object": {
"type": "ThisExpression",
"start": 1338,
"end": 1342,
"loc": {
"start": {
"line": 44,
"column": 43
},
"end": {
"line": 44,
"column": 47
}
}
},
"property": {
"type": "Identifier",
"start": 1343,
"end": 1357,
"loc": {
"start": {
"line": 44,
"column": 48
},
"end": {
"line": 44,
"column": 62
},
"identifierName": "_clickListener"
},
"name": "_clickListener"
},
"computed": false
},
"right": {
"type": "ArrowFunctionExpression",
"start": 1360,
"end": 1778,
"loc": {
"start": {
"line": 44,
"column": 65
},
"end": {
"line": 54,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1361,
"end": 1362,
"loc": {
"start": {
"line": 44,
"column": 66
},
"end": {
"line": 44,
"column": 67
},
"identifierName": "e"
},
"name": "e"
}
],
"body": {
"type": "BlockStatement",
"start": 1367,
"end": 1778,
"loc": {
"start": {
"line": 44,
"column": 72
},
"end": {
"line": 54,
"column": 9
}
},
"body": [
{
"type": "IfStatement",
"start": 1381,
"end": 1768,
"loc": {
"start": {
"line": 45,
"column": 12
},
"end": {
"line": 53,
"column": 13
}
},
"test": {
"type": "UnaryExpression",
"start": 1385,
"end": 1448,
"loc": {
"start": {
"line": 45,
"column": 16
},
"end": {
"line": 45,
"column": 79
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "CallExpression",
"start": 1386,
"end": 1448,
"loc": {
"start": {
"line": 45,
"column": 17
},
"end": {
"line": 45,
"column": 79
}
},
"callee": {
"type": "MemberExpression",
"start": 1386,
"end": 1402,
"loc": {
"start": {
"line": 45,
"column": 17
},
"end": {
"line": 45,
"column": 33
}
},
"object": {
"type": "MemberExpression",
"start": 1386,
"end": 1394,
"loc": {
"start": {
"line": 45,
"column": 17
},
"end": {
"line": 45,
"column": 25
}
},
"object": {
"type": "Identifier",
"start": 1386,
"end": 1387,
"loc": {
"start": {
"line": 45,
"column": 17
},
"end": {
"line": 45,
"column": 18
},
"identifierName": "e"
},
"name": "e"
},
"property": {
"type": "Identifier",
"start": 1388,
"end": 1394,
"loc": {
"start": {
"line": 45,
"column": 19
},
"end": {
"line": 45,
"column": 25
},
"identifierName": "target"
},
"name": "target"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1395,
"end": 1402,
"loc": {
"start": {
"line": 45,
"column": 26
},
"end": {
"line": 45,
"column": 33
},
"identifierName": "matches"
},
"name": "matches"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1403,
"end": 1447,
"loc": {
"start": {
"line": 45,
"column": 34
},
"end": {
"line": 45,
"column": 78
}
},
"extra": {
"rawValue": ".xeokit-accordion .xeokit-accordion-button",
"raw": "'.xeokit-accordion .xeokit-accordion-button'"
},
"value": ".xeokit-accordion .xeokit-accordion-button"
}
]
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 1450,
"end": 1489,
"loc": {
"start": {
"line": 45,
"column": 81
},
"end": {
"line": 47,
"column": 13
}
},
"body": [
{
"type": "ReturnStatement",
"start": 1468,
"end": 1475,
"loc": {
"start": {
"line": 46,
"column": 16
},
"end": {
"line": 46,
"column": 23
}
},
"argument": null
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 1495,
"end": 1768,
"loc": {
"start": {
"line": 47,
"column": 19
},
"end": {
"line": 53,
"column": 13
}
},
"body": [
{
"type": "IfStatement",
"start": 1513,
"end": 1754,
"loc": {
"start": {
"line": 48,
"column": 16
},
"end": {
"line": 52,
"column": 17
}
},
"test": {
"type": "UnaryExpression",
"start": 1517,
"end": 1569,
"loc": {
"start": {
"line": 48,
"column": 20
},
"end": {
"line": 48,
"column": 72
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "CallExpression",
"start": 1518,
"end": 1569,
"loc": {
"start": {
"line": 48,
"column": 21
},
"end": {
"line": 48,
"column": 72
}
},
"callee": {
"type": "MemberExpression",
"start": 1518,
"end": 1559,
"loc": {
"start": {
"line": 48,
"column": 21
},
"end": {
"line": 48,
"column": 62
}
},
"object": {
"type": "MemberExpression",
"start": 1518,
"end": 1550,
"loc": {
"start": {
"line": 48,
"column": 21
},
"end": {
"line": 48,
"column": 53
}
},
"object": {
"type": "MemberExpression",
"start": 1518,
"end": 1540,
"loc": {
"start": {
"line": 48,
"column": 21
},
"end": {
"line": 48,
"column": 43
}
},
"object": {
"type": "MemberExpression",
"start": 1518,
"end": 1526,
"loc": {
"start": {
"line": 48,
"column": 21
},
"end": {
"line": 48,
"column": 29
}
},
"object": {
"type": "Identifier",
"start": 1518,
"end": 1519,
"loc": {
"start": {
"line": 48,
"column": 21
},
"end": {
"line": 48,
"column": 22
},
"identifierName": "e"
},
"name": "e"
},
"property": {
"type": "Identifier",
"start": 1520,
"end": 1526,
"loc": {
"start": {
"line": 48,
"column": 23
},
"end": {
"line": 48,
"column": 29
},
"identifierName": "target"
},
"name": "target"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1527,
"end": 1540,
"loc": {
"start": {
"line": 48,
"column": 30
},
"end": {
"line": 48,
"column": 43
},
"identifierName": "parentElement"
},
"name": "parentElement"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1541,
"end": 1550,
"loc": {
"start": {
"line": 48,
"column": 44
},
"end": {
"line": 48,
"column": 53
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1551,
"end": 1559,
"loc": {
"start": {
"line": 48,
"column": 54
},
"end": {
"line": 48,
"column": 62
},
"identifierName": "contains"
},
"name": "contains"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1560,
"end": 1568,
"loc": {
"start": {
"line": 48,
"column": 63
},
"end": {
"line": 48,
"column": 71
}
},
"extra": {
"rawValue": "active",
"raw": "'active'"
},
"value": "active"
}
]
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 1571,
"end": 1658,
"loc": {
"start": {
"line": 48,
"column": 74
},
"end": {
"line": 50,
"column": 17
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1593,
"end": 1640,
"loc": {
"start": {
"line": 49,
"column": 20
},
"end": {
"line": 49,
"column": 67
}
},
"expression": {
"type": "CallExpression",
"start": 1593,
"end": 1639,
"loc": {
"start": {
"line": 49,
"column": 20
},
"end": {
"line": 49,
"column": 66
}
},
"callee": {
"type": "MemberExpression",
"start": 1593,
"end": 1629,
"loc": {
"start": {
"line": 49,
"column": 20
},
"end": {
"line": 49,
"column": 56
}
},
"object": {
"type": "MemberExpression",
"start": 1593,
"end": 1625,
"loc": {
"start": {
"line": 49,
"column": 20
},
"end": {
"line": 49,
"column": 52
}
},
"object": {
"type": "MemberExpression",
"start": 1593,
"end": 1615,
"loc": {
"start": {
"line": 49,
"column": 20
},
"end": {
"line": 49,
"column": 42
}
},
"object": {
"type": "MemberExpression",
"start": 1593,
"end": 1601,
"loc": {
"start": {
"line": 49,
"column": 20
},
"end": {
"line": 49,
"column": 28
}
},
"object": {
"type": "Identifier",
"start": 1593,
"end": 1594,
"loc": {
"start": {
"line": 49,
"column": 20
},
"end": {
"line": 49,
"column": 21
},
"identifierName": "e"
},
"name": "e"
},
"property": {
"type": "Identifier",
"start": 1595,
"end": 1601,
"loc": {
"start": {
"line": 49,
"column": 22
},
"end": {
"line": 49,
"column": 28
},
"identifierName": "target"
},
"name": "target"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1602,
"end": 1615,
"loc": {
"start": {
"line": 49,
"column": 29
},
"end": {
"line": 49,
"column": 42
},
"identifierName": "parentElement"
},
"name": "parentElement"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1616,
"end": 1625,
"loc": {
"start": {
"line": 49,
"column": 43
},
"end": {
"line": 49,
"column": 52
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1626,
"end": 1629,
"loc": {
"start": {
"line": 49,
"column": 53
},
"end": {
"line": 49,
"column": 56
},
"identifierName": "add"
},
"name": "add"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1630,
"end": 1638,
"loc": {
"start": {
"line": 49,
"column": 57
},
"end": {
"line": 49,
"column": 65
}
},
"extra": {
"rawValue": "active",
"raw": "'active'"
},
"value": "active"
}
]
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 1664,
"end": 1754,
"loc": {
"start": {
"line": 50,
"column": 23
},
"end": {
"line": 52,
"column": 17
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1686,
"end": 1736,
"loc": {
"start": {
"line": 51,
"column": 20
},
"end": {
"line": 51,
"column": 70
}
},
"expression": {
"type": "CallExpression",
"start": 1686,
"end": 1735,
"loc": {
"start": {
"line": 51,
"column": 20
},
"end": {
"line": 51,
"column": 69
}
},
"callee": {
"type": "MemberExpression",
"start": 1686,
"end": 1725,
"loc": {
"start": {
"line": 51,
"column": 20
},
"end": {
"line": 51,
"column": 59
}
},
"object": {
"type": "MemberExpression",
"start": 1686,
"end": 1718,
"loc": {
"start": {
"line": 51,
"column": 20
},
"end": {
"line": 51,
"column": 52
}
},
"object": {
"type": "MemberExpression",
"start": 1686,
"end": 1708,
"loc": {
"start": {
"line": 51,
"column": 20
},
"end": {
"line": 51,
"column": 42
}
},
"object": {
"type": "MemberExpression",
"start": 1686,
"end": 1694,
"loc": {
"start": {
"line": 51,
"column": 20
},
"end": {
"line": 51,
"column": 28
}
},
"object": {
"type": "Identifier",
"start": 1686,
"end": 1687,
"loc": {
"start": {
"line": 51,
"column": 20
},
"end": {
"line": 51,
"column": 21
},
"identifierName": "e"
},
"name": "e"
},
"property": {
"type": "Identifier",
"start": 1688,
"end": 1694,
"loc": {
"start": {
"line": 51,
"column": 22
},
"end": {
"line": 51,
"column": 28
},
"identifierName": "target"
},
"name": "target"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1695,
"end": 1708,
"loc": {
"start": {
"line": 51,
"column": 29
},
"end": {
"line": 51,
"column": 42
},
"identifierName": "parentElement"
},
"name": "parentElement"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1709,
"end": 1718,
"loc": {
"start": {
"line": 51,
"column": 43
},
"end": {
"line": 51,
"column": 52
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1719,
"end": 1725,
"loc": {
"start": {
"line": 51,
"column": 53
},
"end": {
"line": 51,
"column": 59
},
"identifierName": "remove"
},
"name": "remove"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1726,
"end": 1734,
"loc": {
"start": {
"line": 51,
"column": 60
},
"end": {
"line": 51,
"column": 68
}
},
"extra": {
"rawValue": "active",
"raw": "'active'"
},
"value": "active"
}
]
}
}
],
"directives": []
}
}
],
"directives": []
}
}
],
"directives": []
}
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1790,
"end": 1803,
"loc": {
"start": {
"line": 56,
"column": 8
},
"end": {
"line": 56,
"column": 21
}
},
"expression": {
"type": "CallExpression",
"start": 1790,
"end": 1802,
"loc": {
"start": {
"line": 56,
"column": 8
},
"end": {
"line": 56,
"column": 20
}
},
"callee": {
"type": "MemberExpression",
"start": 1790,
"end": 1800,
"loc": {
"start": {
"line": 56,
"column": 8
},
"end": {
"line": 56,
"column": 18
}
},
"object": {
"type": "ThisExpression",
"start": 1790,
"end": 1794,
"loc": {
"start": {
"line": 56,
"column": 8
},
"end": {
"line": 56,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1795,
"end": 1800,
"loc": {
"start": {
"line": 56,
"column": 13
},
"end": {
"line": 56,
"column": 18
},
"identifierName": "clear"
},
"name": "clear"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 1815,
"end": 2267,
"loc": {
"start": {
"line": 59,
"column": 4
},
"end": {
"line": 71,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1815,
"end": 1837,
"loc": {
"start": {
"line": 59,
"column": 4
},
"end": {
"line": 59,
"column": 26
},
"identifierName": "showObjectPropertySets"
},
"name": "showObjectPropertySets"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1838,
"end": 1846,
"loc": {
"start": {
"line": 59,
"column": 27
},
"end": {
"line": 59,
"column": 35
},
"identifierName": "objectId"
},
"name": "objectId"
}
],
"body": {
"type": "BlockStatement",
"start": 1848,
"end": 2267,
"loc": {
"start": {
"line": 59,
"column": 37
},
"end": {
"line": 71,
"column": 5
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 1858,
"end": 1921,
"loc": {
"start": {
"line": 60,
"column": 8
},
"end": {
"line": 60,
"column": 71
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1864,
"end": 1920,
"loc": {
"start": {
"line": 60,
"column": 14
},
"end": {
"line": 60,
"column": 70
}
},
"id": {
"type": "Identifier",
"start": 1864,
"end": 1874,
"loc": {
"start": {
"line": 60,
"column": 14
},
"end": {
"line": 60,
"column": 24
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"init": {
"type": "MemberExpression",
"start": 1877,
"end": 1920,
"loc": {
"start": {
"line": 60,
"column": 27
},
"end": {
"line": 60,
"column": 70
}
},
"object": {
"type": "MemberExpression",
"start": 1877,
"end": 1910,
"loc": {
"start": {
"line": 60,
"column": 27
},
"end": {
"line": 60,
"column": 60
}
},
"object": {
"type": "MemberExpression",
"start": 1877,
"end": 1898,
"loc": {
"start": {
"line": 60,
"column": 27
},
"end": {
"line": 60,
"column": 48
}
},
"object": {
"type": "MemberExpression",
"start": 1877,
"end": 1888,
"loc": {
"start": {
"line": 60,
"column": 27
},
"end": {
"line": 60,
"column": 38
}
},
"object": {
"type": "ThisExpression",
"start": 1877,
"end": 1881,
"loc": {
"start": {
"line": 60,
"column": 27
},
"end": {
"line": 60,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"start": 1882,
"end": 1888,
"loc": {
"start": {
"line": 60,
"column": 32
},
"end": {
"line": 60,
"column": 38
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1889,
"end": 1898,
"loc": {
"start": {
"line": 60,
"column": 39
},
"end": {
"line": 60,
"column": 48
},
"identifierName": "metaScene"
},
"name": "metaScene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1899,
"end": 1910,
"loc": {
"start": {
"line": 60,
"column": 49
},
"end": {
"line": 60,
"column": 60
},
"identifierName": "metaObjects"
},
"name": "metaObjects"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1911,
"end": 1919,
"loc": {
"start": {
"line": 60,
"column": 61
},
"end": {
"line": 60,
"column": 69
},
"identifierName": "objectId"
},
"name": "objectId"
},
"computed": true
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 1930,
"end": 1978,
"loc": {
"start": {
"line": 61,
"column": 8
},
"end": {
"line": 63,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 1934,
"end": 1945,
"loc": {
"start": {
"line": 61,
"column": 12
},
"end": {
"line": 61,
"column": 23
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 1935,
"end": 1945,
"loc": {
"start": {
"line": 61,
"column": 13
},
"end": {
"line": 61,
"column": 23
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 1947,
"end": 1978,
"loc": {
"start": {
"line": 61,
"column": 25
},
"end": {
"line": 63,
"column": 9
}
},
"body": [
{
"type": "ReturnStatement",
"start": 1961,
"end": 1968,
"loc": {
"start": {
"line": 62,
"column": 12
},
"end": {
"line": 62,
"column": 19
}
},
"argument": null
}
],
"directives": []
},
"alternate": null
},
{
"type": "VariableDeclaration",
"start": 1987,
"end": 2032,
"loc": {
"start": {
"line": 64,
"column": 8
},
"end": {
"line": 64,
"column": 53
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1993,
"end": 2031,
"loc": {
"start": {
"line": 64,
"column": 14
},
"end": {
"line": 64,
"column": 52
}
},
"id": {
"type": "Identifier",
"start": 1993,
"end": 2005,
"loc": {
"start": {
"line": 64,
"column": 14
},
"end": {
"line": 64,
"column": 26
},
"identifierName": "propertySets"
},
"name": "propertySets"
},
"init": {
"type": "MemberExpression",
"start": 2008,
"end": 2031,
"loc": {
"start": {
"line": 64,
"column": 29
},
"end": {
"line": 64,
"column": 52
}
},
"object": {
"type": "Identifier",
"start": 2008,
"end": 2018,
"loc": {
"start": {
"line": 64,
"column": 29
},
"end": {
"line": 64,
"column": 39
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"property": {
"type": "Identifier",
"start": 2019,
"end": 2031,
"loc": {
"start": {
"line": 64,
"column": 40
},
"end": {
"line": 64,
"column": 52
},
"identifierName": "propertySets"
},
"name": "propertySets"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 2041,
"end": 2222,
"loc": {
"start": {
"line": 65,
"column": 8
},
"end": {
"line": 69,
"column": 9
}
},
"test": {
"type": "LogicalExpression",
"start": 2045,
"end": 2084,
"loc": {
"start": {
"line": 65,
"column": 12
},
"end": {
"line": 65,
"column": 51
}
},
"left": {
"type": "Identifier",
"start": 2045,
"end": 2057,
"loc": {
"start": {
"line": 65,
"column": 12
},
"end": {
"line": 65,
"column": 24
},
"identifierName": "propertySets"
},
"name": "propertySets"
},
"operator": "&&",
"right": {
"type": "BinaryExpression",
"start": 2061,
"end": 2084,
"loc": {
"start": {
"line": 65,
"column": 28
},
"end": {
"line": 65,
"column": 51
}
},
"left": {
"type": "MemberExpression",
"start": 2061,
"end": 2080,
"loc": {
"start": {
"line": 65,
"column": 28
},
"end": {
"line": 65,
"column": 47
}
},
"object": {
"type": "Identifier",
"start": 2061,
"end": 2073,
"loc": {
"start": {
"line": 65,
"column": 28
},
"end": {
"line": 65,
"column": 40
},
"identifierName": "propertySets"
},
"name": "propertySets"
},
"property": {
"type": "Identifier",
"start": 2074,
"end": 2080,
"loc": {
"start": {
"line": 65,
"column": 41
},
"end": {
"line": 65,
"column": 47
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
},
"operator": ">",
"right": {
"type": "NumericLiteral",
"start": 2083,
"end": 2084,
"loc": {
"start": {
"line": 65,
"column": 50
},
"end": {
"line": 65,
"column": 51
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
}
},
"consequent": {
"type": "BlockStatement",
"start": 2086,
"end": 2158,
"loc": {
"start": {
"line": 65,
"column": 53
},
"end": {
"line": 67,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 2100,
"end": 2148,
"loc": {
"start": {
"line": 66,
"column": 12
},
"end": {
"line": 66,
"column": 60
}
},
"expression": {
"type": "CallExpression",
"start": 2100,
"end": 2147,
"loc": {
"start": {
"line": 66,
"column": 12
},
"end": {
"line": 66,
"column": 59
}
},
"callee": {
"type": "MemberExpression",
"start": 2100,
"end": 2121,
"loc": {
"start": {
"line": 66,
"column": 12
},
"end": {
"line": 66,
"column": 33
}
},
"object": {
"type": "ThisExpression",
"start": 2100,
"end": 2104,
"loc": {
"start": {
"line": 66,
"column": 12
},
"end": {
"line": 66,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 2105,
"end": 2121,
"loc": {
"start": {
"line": 66,
"column": 17
},
"end": {
"line": 66,
"column": 33
},
"identifierName": "_setPropertySets"
},
"name": "_setPropertySets"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 2122,
"end": 2132,
"loc": {
"start": {
"line": 66,
"column": 34
},
"end": {
"line": 66,
"column": 44
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
{
"type": "Identifier",
"start": 2134,
"end": 2146,
"loc": {
"start": {
"line": 66,
"column": 46
},
"end": {
"line": 66,
"column": 58
},
"identifierName": "propertySets"
},
"name": "propertySets"
}
]
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 2164,
"end": 2222,
"loc": {
"start": {
"line": 67,
"column": 15
},
"end": {
"line": 69,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 2178,
"end": 2212,
"loc": {
"start": {
"line": 68,
"column": 12
},
"end": {
"line": 68,
"column": 46
}
},
"expression": {
"type": "CallExpression",
"start": 2178,
"end": 2211,
"loc": {
"start": {
"line": 68,
"column": 12
},
"end": {
"line": 68,
"column": 45
}
},
"callee": {
"type": "MemberExpression",
"start": 2178,
"end": 2199,
"loc": {
"start": {
"line": 68,
"column": 12
},
"end": {
"line": 68,
"column": 33
}
},
"object": {
"type": "ThisExpression",
"start": 2178,
"end": 2182,
"loc": {
"start": {
"line": 68,
"column": 12
},
"end": {
"line": 68,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 2183,
"end": 2199,
"loc": {
"start": {
"line": 68,
"column": 17
},
"end": {
"line": 68,
"column": 33
},
"identifierName": "_setPropertySets"
},
"name": "_setPropertySets"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 2200,
"end": 2210,
"loc": {
"start": {
"line": 68,
"column": 34
},
"end": {
"line": 68,
"column": 44
},
"identifierName": "metaObject"
},
"name": "metaObject"
}
]
}
}
],
"directives": []
}
},
{
"type": "ExpressionStatement",
"start": 2231,
"end": 2261,
"loc": {
"start": {
"line": 70,
"column": 8
},
"end": {
"line": 70,
"column": 38
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2231,
"end": 2260,
"loc": {
"start": {
"line": 70,
"column": 8
},
"end": {
"line": 70,
"column": 37
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2231,
"end": 2247,
"loc": {
"start": {
"line": 70,
"column": 8
},
"end": {
"line": 70,
"column": 24
}
},
"object": {
"type": "ThisExpression",
"start": 2231,
"end": 2235,
"loc": {
"start": {
"line": 70,
"column": 8
},
"end": {
"line": 70,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 2236,
"end": 2247,
"loc": {
"start": {
"line": 70,
"column": 13
},
"end": {
"line": 70,
"column": 24
},
"identifierName": "_metaObject"
},
"name": "_metaObject"
},
"computed": false
},
"right": {
"type": "Identifier",
"start": 2250,
"end": 2260,
"loc": {
"start": {
"line": 70,
"column": 27
},
"end": {
"line": 70,
"column": 37
},
"identifierName": "metaObject"
},
"name": "metaObject"
}
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 2273,
"end": 2891,
"loc": {
"start": {
"line": 73,
"column": 4
},
"end": {
"line": 81,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2273,
"end": 2278,
"loc": {
"start": {
"line": 73,
"column": 4
},
"end": {
"line": 73,
"column": 9
},
"identifierName": "clear"
},
"name": "clear"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 2281,
"end": 2891,
"loc": {
"start": {
"line": 73,
"column": 12
},
"end": {
"line": 81,
"column": 5
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 2291,
"end": 2542,
"loc": {
"start": {
"line": 74,
"column": 8
},
"end": {
"line": 75,
"column": 234
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2297,
"end": 2306,
"loc": {
"start": {
"line": 74,
"column": 14
},
"end": {
"line": 74,
"column": 23
}
},
"id": {
"type": "Identifier",
"start": 2297,
"end": 2301,
"loc": {
"start": {
"line": 74,
"column": 14
},
"end": {
"line": 74,
"column": 18
},
"identifierName": "html"
},
"name": "html"
},
"init": {
"type": "ArrayExpression",
"start": 2304,
"end": 2306,
"loc": {
"start": {
"line": 74,
"column": 21
},
"end": {
"line": 74,
"column": 23
}
},
"elements": []
}
},
{
"type": "VariableDeclarator",
"start": 2320,
"end": 2541,
"loc": {
"start": {
"line": 75,
"column": 12
},
"end": {
"line": 75,
"column": 233
}
},
"id": {
"type": "Identifier",
"start": 2320,
"end": 2333,
"loc": {
"start": {
"line": 75,
"column": 12
},
"end": {
"line": 75,
"column": 25
},
"identifierName": "localizedText"
},
"name": "localizedText"
},
"init": {
"type": "LogicalExpression",
"start": 2336,
"end": 2541,
"loc": {
"start": {
"line": 75,
"column": 28
},
"end": {
"line": 75,
"column": 233
}
},
"left": {
"type": "CallExpression",
"start": 2336,
"end": 2418,
"loc": {
"start": {
"line": 75,
"column": 28
},
"end": {
"line": 75,
"column": 110
}
},
"callee": {
"type": "MemberExpression",
"start": 2336,
"end": 2371,
"loc": {
"start": {
"line": 75,
"column": 28
},
"end": {
"line": 75,
"column": 63
}
},
"object": {
"type": "MemberExpression",
"start": 2336,
"end": 2361,
"loc": {
"start": {
"line": 75,
"column": 28
},
"end": {
"line": 75,
"column": 53
}
},
"object": {
"type": "MemberExpression",
"start": 2336,
"end": 2347,
"loc": {
"start": {
"line": 75,
"column": 28
},
"end": {
"line": 75,
"column": 39
}
},
"object": {
"type": "ThisExpression",
"start": 2336,
"end": 2340,
"loc": {
"start": {
"line": 75,
"column": 28
},
"end": {
"line": 75,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"start": 2341,
"end": 2347,
"loc": {
"start": {
"line": 75,
"column": 33
},
"end": {
"line": 75,
"column": 39
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2348,
"end": 2361,
"loc": {
"start": {
"line": 75,
"column": 40
},
"end": {
"line": 75,
"column": 53
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2362,
"end": 2371,
"loc": {
"start": {
"line": 75,
"column": 54
},
"end": {
"line": 75,
"column": 63
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 2372,
"end": 2417,
"loc": {
"start": {
"line": 75,
"column": 64
},
"end": {
"line": 75,
"column": 109
}
},
"extra": {
"rawValue": "propertiesInspector.noObjectSelectedWarning",
"raw": "'propertiesInspector.noObjectSelectedWarning'"
},
"value": "propertiesInspector.noObjectSelectedWarning"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 2422,
"end": 2541,
"loc": {
"start": {
"line": 75,
"column": 114
},
"end": {
"line": 75,
"column": 233
}
},
"extra": {
"rawValue": "No object inspected. Right-click or long-tab an object and select 'Inspect Properties' to view its properties here.",
"raw": "'No object inspected. Right-click or long-tab an object and select \\'Inspect Properties\\' to view its properties here.'"
},
"value": "No object inspected. Right-click or long-tab an object and select 'Inspect Properties' to view its properties here."
}
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 2551,
"end": 2597,
"loc": {
"start": {
"line": 76,
"column": 8
},
"end": {
"line": 76,
"column": 54
}
},
"expression": {
"type": "CallExpression",
"start": 2551,
"end": 2596,
"loc": {
"start": {
"line": 76,
"column": 8
},
"end": {
"line": 76,
"column": 53
}
},
"callee": {
"type": "MemberExpression",
"start": 2551,
"end": 2560,
"loc": {
"start": {
"line": 76,
"column": 8
},
"end": {
"line": 76,
"column": 17
}
},
"object": {
"type": "Identifier",
"start": 2551,
"end": 2555,
"loc": {
"start": {
"line": 76,
"column": 8
},
"end": {
"line": 76,
"column": 12
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 2556,
"end": 2560,
"loc": {
"start": {
"line": 76,
"column": 13
},
"end": {
"line": 76,
"column": 17
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 2561,
"end": 2595,
"loc": {
"start": {
"line": 76,
"column": 18
},
"end": {
"line": 76,
"column": 52
}
},
"expressions": [],
"quasis": [
{
"type": "TemplateElement",
"start": 2562,
"end": 2594,
"loc": {
"start": {
"line": 76,
"column": 19
},
"end": {
"line": 76,
"column": 51
}
},
"value": {
"raw": "<div class=\"element-attributes\">",
"cooked": "<div class=\"element-attributes\">"
},
"tail": true
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 2606,
"end": 2765,
"loc": {
"start": {
"line": 77,
"column": 8
},
"end": {
"line": 77,
"column": 167
}
},
"expression": {
"type": "CallExpression",
"start": 2606,
"end": 2764,
"loc": {
"start": {
"line": 77,
"column": 8
},
"end": {
"line": 77,
"column": 166
}
},
"callee": {
"type": "MemberExpression",
"start": 2606,
"end": 2615,
"loc": {
"start": {
"line": 77,
"column": 8
},
"end": {
"line": 77,
"column": 17
}
},
"object": {
"type": "Identifier",
"start": 2606,
"end": 2610,
"loc": {
"start": {
"line": 77,
"column": 8
},
"end": {
"line": 77,
"column": 12
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 2611,
"end": 2615,
"loc": {
"start": {
"line": 77,
"column": 13
},
"end": {
"line": 77,
"column": 17
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 2616,
"end": 2763,
"loc": {
"start": {
"line": 77,
"column": 18
},
"end": {
"line": 77,
"column": 165
}
},
"expressions": [
{
"type": "Identifier",
"start": 2744,
"end": 2757,
"loc": {
"start": {
"line": 77,
"column": 146
},
"end": {
"line": 77,
"column": 159
},
"identifierName": "localizedText"
},
"name": "localizedText"
}
],
"quasis": [
{
"type": "TemplateElement",
"start": 2617,
"end": 2742,
"loc": {
"start": {
"line": 77,
"column": 19
},
"end": {
"line": 77,
"column": 144
}
},
"value": {
"raw": "<p class=\"xeokit-i18n subsubtitle no-object-selected-warning\" data-xeokit-i18n=\"propertiesInspector.noObjectSelectedWarning\">",
"cooked": "<p class=\"xeokit-i18n subsubtitle no-object-selected-warning\" data-xeokit-i18n=\"propertiesInspector.noObjectSelectedWarning\">"
},
"tail": false
},
{
"type": "TemplateElement",
"start": 2758,
"end": 2762,
"loc": {
"start": {
"line": 77,
"column": 160
},
"end": {
"line": 77,
"column": 164
}
},
"value": {
"raw": "</p>",
"cooked": "</p>"
},
"tail": true
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 2774,
"end": 2794,
"loc": {
"start": {
"line": 78,
"column": 8
},
"end": {
"line": 78,
"column": 28
}
},
"expression": {
"type": "CallExpression",
"start": 2774,
"end": 2793,
"loc": {
"start": {
"line": 78,
"column": 8
},
"end": {
"line": 78,
"column": 27
}
},
"callee": {
"type": "MemberExpression",
"start": 2774,
"end": 2783,
"loc": {
"start": {
"line": 78,
"column": 8
},
"end": {
"line": 78,
"column": 17
}
},
"object": {
"type": "Identifier",
"start": 2774,
"end": 2778,
"loc": {
"start": {
"line": 78,
"column": 8
},
"end": {
"line": 78,
"column": 12
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 2779,
"end": 2783,
"loc": {
"start": {
"line": 78,
"column": 13
},
"end": {
"line": 78,
"column": 17
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 2784,
"end": 2792,
"loc": {
"start": {
"line": 78,
"column": 18
},
"end": {
"line": 78,
"column": 26
}
},
"expressions": [],
"quasis": [
{
"type": "TemplateElement",
"start": 2785,
"end": 2791,
"loc": {
"start": {
"line": 78,
"column": 19
},
"end": {
"line": 78,
"column": 25
}
},
"value": {
"raw": "</div>",
"cooked": "</div>"
},
"tail": true
}
]
}
]
}
},
{
"type": "VariableDeclaration",
"start": 2803,
"end": 2833,
"loc": {
"start": {
"line": 79,
"column": 8
},
"end": {
"line": 79,
"column": 38
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2809,
"end": 2832,
"loc": {
"start": {
"line": 79,
"column": 14
},
"end": {
"line": 79,
"column": 37
}
},
"id": {
"type": "Identifier",
"start": 2809,
"end": 2816,
"loc": {
"start": {
"line": 79,
"column": 14
},
"end": {
"line": 79,
"column": 21
},
"identifierName": "htmlStr"
},
"name": "htmlStr"
},
"init": {
"type": "CallExpression",
"start": 2819,
"end": 2832,
"loc": {
"start": {
"line": 79,
"column": 24
},
"end": {
"line": 79,
"column": 37
}
},
"callee": {
"type": "MemberExpression",
"start": 2819,
"end": 2828,
"loc": {
"start": {
"line": 79,
"column": 24
},
"end": {
"line": 79,
"column": 33
}
},
"object": {
"type": "Identifier",
"start": 2819,
"end": 2823,
"loc": {
"start": {
"line": 79,
"column": 24
},
"end": {
"line": 79,
"column": 28
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 2824,
"end": 2828,
"loc": {
"start": {
"line": 79,
"column": 29
},
"end": {
"line": 79,
"column": 33
},
"identifierName": "join"
},
"name": "join"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 2829,
"end": 2831,
"loc": {
"start": {
"line": 79,
"column": 34
},
"end": {
"line": 79,
"column": 36
}
},
"extra": {
"rawValue": "",
"raw": "\"\""
},
"value": ""
}
]
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 2841,
"end": 2885,
"loc": {
"start": {
"line": 80,
"column": 7
},
"end": {
"line": 80,
"column": 51
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2841,
"end": 2884,
"loc": {
"start": {
"line": 80,
"column": 7
},
"end": {
"line": 80,
"column": 50
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2841,
"end": 2874,
"loc": {
"start": {
"line": 80,
"column": 7
},
"end": {
"line": 80,
"column": 40
}
},
"object": {
"type": "MemberExpression",
"start": 2841,
"end": 2864,
"loc": {
"start": {
"line": 80,
"column": 7
},
"end": {
"line": 80,
"column": 30
}
},
"object": {
"type": "ThisExpression",
"start": 2841,
"end": 2845,
"loc": {
"start": {
"line": 80,
"column": 7
},
"end": {
"line": 80,
"column": 11
}
}
},
"property": {
"type": "Identifier",
"start": 2846,
"end": 2864,
"loc": {
"start": {
"line": 80,
"column": 12
},
"end": {
"line": 80,
"column": 30
},
"identifierName": "_propertiesElement"
},
"name": "_propertiesElement"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2865,
"end": 2874,
"loc": {
"start": {
"line": 80,
"column": 31
},
"end": {
"line": 80,
"column": 40
},
"identifierName": "innerHTML"
},
"name": "innerHTML"
},
"computed": false
},
"right": {
"type": "Identifier",
"start": 2877,
"end": 2884,
"loc": {
"start": {
"line": 80,
"column": 43
},
"end": {
"line": 80,
"column": 50
},
"identifierName": "htmlStr"
},
"name": "htmlStr"
}
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 2897,
"end": 5936,
"loc": {
"start": {
"line": 83,
"column": 4
},
"end": {
"line": 133,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2897,
"end": 2913,
"loc": {
"start": {
"line": 83,
"column": 4
},
"end": {
"line": 83,
"column": 20
},
"identifierName": "_setPropertySets"
},
"name": "_setPropertySets"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2914,
"end": 2924,
"loc": {
"start": {
"line": 83,
"column": 21
},
"end": {
"line": 83,
"column": 31
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
{
"type": "Identifier",
"start": 2926,
"end": 2938,
"loc": {
"start": {
"line": 83,
"column": 33
},
"end": {
"line": 83,
"column": 45
},
"identifierName": "propertySets"
},
"name": "propertySets"
}
],
"body": {
"type": "BlockStatement",
"start": 2940,
"end": 5936,
"loc": {
"start": {
"line": 83,
"column": 47
},
"end": {
"line": 133,
"column": 5
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 2950,
"end": 2966,
"loc": {
"start": {
"line": 84,
"column": 8
},
"end": {
"line": 84,
"column": 24
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2956,
"end": 2965,
"loc": {
"start": {
"line": 84,
"column": 14
},
"end": {
"line": 84,
"column": 23
}
},
"id": {
"type": "Identifier",
"start": 2956,
"end": 2960,
"loc": {
"start": {
"line": 84,
"column": 14
},
"end": {
"line": 84,
"column": 18
},
"identifierName": "html"
},
"name": "html"
},
"init": {
"type": "ArrayExpression",
"start": 2963,
"end": 2965,
"loc": {
"start": {
"line": 84,
"column": 21
},
"end": {
"line": 84,
"column": 23
}
},
"elements": []
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 2975,
"end": 3021,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 54
}
},
"expression": {
"type": "CallExpression",
"start": 2975,
"end": 3020,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 53
}
},
"callee": {
"type": "MemberExpression",
"start": 2975,
"end": 2984,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 17
}
},
"object": {
"type": "Identifier",
"start": 2975,
"end": 2979,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 12
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 2980,
"end": 2984,
"loc": {
"start": {
"line": 85,
"column": 13
},
"end": {
"line": 85,
"column": 17
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 2985,
"end": 3019,
"loc": {
"start": {
"line": 85,
"column": 18
},
"end": {
"line": 85,
"column": 52
}
},
"expressions": [],
"quasis": [
{
"type": "TemplateElement",
"start": 2986,
"end": 3018,
"loc": {
"start": {
"line": 85,
"column": 19
},
"end": {
"line": 85,
"column": 51
}
},
"value": {
"raw": "<div class=\"element-attributes\">",
"cooked": "<div class=\"element-attributes\">"
},
"tail": true
}
]
}
]
}
},
{
"type": "IfStatement",
"start": 3030,
"end": 5871,
"loc": {
"start": {
"line": 86,
"column": 8
},
"end": {
"line": 131,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 3034,
"end": 3045,
"loc": {
"start": {
"line": 86,
"column": 12
},
"end": {
"line": 86,
"column": 23
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 3035,
"end": 3045,
"loc": {
"start": {
"line": 86,
"column": 13
},
"end": {
"line": 86,
"column": 23
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 3047,
"end": 3130,
"loc": {
"start": {
"line": 86,
"column": 25
},
"end": {
"line": 88,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3061,
"end": 3120,
"loc": {
"start": {
"line": 87,
"column": 12
},
"end": {
"line": 87,
"column": 71
}
},
"expression": {
"type": "CallExpression",
"start": 3061,
"end": 3119,
"loc": {
"start": {
"line": 87,
"column": 12
},
"end": {
"line": 87,
"column": 70
}
},
"callee": {
"type": "MemberExpression",
"start": 3061,
"end": 3070,
"loc": {
"start": {
"line": 87,
"column": 12
},
"end": {
"line": 87,
"column": 21
}
},
"object": {
"type": "Identifier",
"start": 3061,
"end": 3065,
"loc": {
"start": {
"line": 87,
"column": 12
},
"end": {
"line": 87,
"column": 16
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 3066,
"end": 3070,
"loc": {
"start": {
"line": 87,
"column": 17
},
"end": {
"line": 87,
"column": 21
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 3071,
"end": 3118,
"loc": {
"start": {
"line": 87,
"column": 22
},
"end": {
"line": 87,
"column": 69
}
},
"expressions": [],
"quasis": [
{
"type": "TemplateElement",
"start": 3072,
"end": 3117,
"loc": {
"start": {
"line": 87,
"column": 23
},
"end": {
"line": 87,
"column": 68
}
},
"value": {
"raw": "<p class=\"subsubtitle\">No object selected</p>",
"cooked": "<p class=\"subsubtitle\">No object selected</p>"
},
"tail": true
}
]
}
]
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 3136,
"end": 5871,
"loc": {
"start": {
"line": 88,
"column": 15
},
"end": {
"line": 131,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3150,
"end": 3192,
"loc": {
"start": {
"line": 89,
"column": 12
},
"end": {
"line": 89,
"column": 54
}
},
"expression": {
"type": "CallExpression",
"start": 3150,
"end": 3191,
"loc": {
"start": {
"line": 89,
"column": 12
},
"end": {
"line": 89,
"column": 53
}
},
"callee": {
"type": "MemberExpression",
"start": 3150,
"end": 3159,
"loc": {
"start": {
"line": 89,
"column": 12
},
"end": {
"line": 89,
"column": 21
}
},
"object": {
"type": "Identifier",
"start": 3150,
"end": 3154,
"loc": {
"start": {
"line": 89,
"column": 12
},
"end": {
"line": 89,
"column": 16
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 3155,
"end": 3159,
"loc": {
"start": {
"line": 89,
"column": 17
},
"end": {
"line": 89,
"column": 21
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 3160,
"end": 3190,
"loc": {
"start": {
"line": 89,
"column": 22
},
"end": {
"line": 89,
"column": 52
}
},
"extra": {
"rawValue": "<table class=\"xeokit-table\">",
"raw": "'<table class=\"xeokit-table\">'"
},
"value": "<table class=\"xeokit-table\">"
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3205,
"end": 3293,
"loc": {
"start": {
"line": 90,
"column": 12
},
"end": {
"line": 90,
"column": 100
}
},
"expression": {
"type": "CallExpression",
"start": 3205,
"end": 3292,
"loc": {
"start": {
"line": 90,
"column": 12
},
"end": {
"line": 90,
"column": 99
}
},
"callee": {
"type": "MemberExpression",
"start": 3205,
"end": 3214,
"loc": {
"start": {
"line": 90,
"column": 12
},
"end": {
"line": 90,
"column": 21
}
},
"object": {
"type": "Identifier",
"start": 3205,
"end": 3209,
"loc": {
"start": {
"line": 90,
"column": 12
},
"end": {
"line": 90,
"column": 16
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 3210,
"end": 3214,
"loc": {
"start": {
"line": 90,
"column": 17
},
"end": {
"line": 90,
"column": 21
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 3215,
"end": 3291,
"loc": {
"start": {
"line": 90,
"column": 22
},
"end": {
"line": 90,
"column": 98
}
},
"expressions": [
{
"type": "MemberExpression",
"start": 3264,
"end": 3279,
"loc": {
"start": {
"line": 90,
"column": 71
},
"end": {
"line": 90,
"column": 86
}
},
"object": {
"type": "Identifier",
"start": 3264,
"end": 3274,
"loc": {
"start": {
"line": 90,
"column": 71
},
"end": {
"line": 90,
"column": 81
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"property": {
"type": "Identifier",
"start": 3275,
"end": 3279,
"loc": {
"start": {
"line": 90,
"column": 82
},
"end": {
"line": 90,
"column": 86
},
"identifierName": "name"
},
"name": "name"
},
"computed": false
}
],
"quasis": [
{
"type": "TemplateElement",
"start": 3216,
"end": 3262,
"loc": {
"start": {
"line": 90,
"column": 23
},
"end": {
"line": 90,
"column": 69
}
},
"value": {
"raw": "<tr><td class=\"td1\">Name:</td><td class=\"td2\">",
"cooked": "<tr><td class=\"td1\">Name:</td><td class=\"td2\">"
},
"tail": false
},
{
"type": "TemplateElement",
"start": 3280,
"end": 3290,
"loc": {
"start": {
"line": 90,
"column": 87
},
"end": {
"line": 90,
"column": 97
}
},
"value": {
"raw": "</td></tr>",
"cooked": "</td></tr>"
},
"tail": true
}
]
}
]
}
},
{
"type": "IfStatement",
"start": 3306,
"end": 3448,
"loc": {
"start": {
"line": 91,
"column": 12
},
"end": {
"line": 93,
"column": 13
}
},
"test": {
"type": "MemberExpression",
"start": 3310,
"end": 3325,
"loc": {
"start": {
"line": 91,
"column": 16
},
"end": {
"line": 91,
"column": 31
}
},
"object": {
"type": "Identifier",
"start": 3310,
"end": 3320,
"loc": {
"start": {
"line": 91,
"column": 16
},
"end": {
"line": 91,
"column": 26
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"property": {
"type": "Identifier",
"start": 3321,
"end": 3325,
"loc": {
"start": {
"line": 91,
"column": 27
},
"end": {
"line": 91,
"column": 31
},
"identifierName": "type"
},
"name": "type"
},
"computed": false
},
"consequent": {
"type": "BlockStatement",
"start": 3327,
"end": 3448,
"loc": {
"start": {
"line": 91,
"column": 33
},
"end": {
"line": 93,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3345,
"end": 3434,
"loc": {
"start": {
"line": 92,
"column": 16
},
"end": {
"line": 92,
"column": 105
}
},
"expression": {
"type": "CallExpression",
"start": 3345,
"end": 3433,
"loc": {
"start": {
"line": 92,
"column": 16
},
"end": {
"line": 92,
"column": 104
}
},
"callee": {
"type": "MemberExpression",
"start": 3345,
"end": 3354,
"loc": {
"start": {
"line": 92,
"column": 16
},
"end": {
"line": 92,
"column": 25
}
},
"object": {
"type": "Identifier",
"start": 3345,
"end": 3349,
"loc": {
"start": {
"line": 92,
"column": 16
},
"end": {
"line": 92,
"column": 20
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 3350,
"end": 3354,
"loc": {
"start": {
"line": 92,
"column": 21
},
"end": {
"line": 92,
"column": 25
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 3355,
"end": 3432,
"loc": {
"start": {
"line": 92,
"column": 26
},
"end": {
"line": 92,
"column": 103
}
},
"expressions": [
{
"type": "MemberExpression",
"start": 3405,
"end": 3420,
"loc": {
"start": {
"line": 92,
"column": 76
},
"end": {
"line": 92,
"column": 91
}
},
"object": {
"type": "Identifier",
"start": 3405,
"end": 3415,
"loc": {
"start": {
"line": 92,
"column": 76
},
"end": {
"line": 92,
"column": 86
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"property": {
"type": "Identifier",
"start": 3416,
"end": 3420,
"loc": {
"start": {
"line": 92,
"column": 87
},
"end": {
"line": 92,
"column": 91
},
"identifierName": "type"
},
"name": "type"
},
"computed": false
}
],
"quasis": [
{
"type": "TemplateElement",
"start": 3356,
"end": 3403,
"loc": {
"start": {
"line": 92,
"column": 27
},
"end": {
"line": 92,
"column": 74
}
},
"value": {
"raw": "<tr><td class=\"td1\">Class:</td><td class=\"td2\">",
"cooked": "<tr><td class=\"td1\">Class:</td><td class=\"td2\">"
},
"tail": false
},
{
"type": "TemplateElement",
"start": 3421,
"end": 3431,
"loc": {
"start": {
"line": 92,
"column": 92
},
"end": {
"line": 92,
"column": 102
}
},
"value": {
"raw": "</td></tr>",
"cooked": "</td></tr>"
},
"tail": true
}
]
}
]
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 3461,
"end": 3561,
"loc": {
"start": {
"line": 94,
"column": 12
},
"end": {
"line": 94,
"column": 112
}
},
"expression": {
"type": "CallExpression",
"start": 3461,
"end": 3560,
"loc": {
"start": {
"line": 94,
"column": 12
},
"end": {
"line": 94,
"column": 111
}
},
"callee": {
"type": "MemberExpression",
"start": 3461,
"end": 3470,
"loc": {
"start": {
"line": 94,
"column": 12
},
"end": {
"line": 94,
"column": 21
}
},
"object": {
"type": "Identifier",
"start": 3461,
"end": 3465,
"loc": {
"start": {
"line": 94,
"column": 12
},
"end": {
"line": 94,
"column": 16
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 3466,
"end": 3470,
"loc": {
"start": {
"line": 94,
"column": 17
},
"end": {
"line": 94,
"column": 21
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 3471,
"end": 3559,
"loc": {
"start": {
"line": 94,
"column": 22
},
"end": {
"line": 94,
"column": 110
}
},
"expressions": [
{
"type": "MemberExpression",
"start": 3520,
"end": 3547,
"loc": {
"start": {
"line": 94,
"column": 71
},
"end": {
"line": 94,
"column": 98
}
},
"object": {
"type": "Identifier",
"start": 3520,
"end": 3530,
"loc": {
"start": {
"line": 94,
"column": 71
},
"end": {
"line": 94,
"column": 81
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"property": {
"type": "Identifier",
"start": 3531,
"end": 3547,
"loc": {
"start": {
"line": 94,
"column": 82
},
"end": {
"line": 94,
"column": 98
},
"identifierName": "originalSystemId"
},
"name": "originalSystemId"
},
"computed": false
}
],
"quasis": [
{
"type": "TemplateElement",
"start": 3472,
"end": 3518,
"loc": {
"start": {
"line": 94,
"column": 23
},
"end": {
"line": 94,
"column": 69
}
},
"value": {
"raw": "<tr><td class=\"td1\">UUID:</td><td class=\"td2\">",
"cooked": "<tr><td class=\"td1\">UUID:</td><td class=\"td2\">"
},
"tail": false
},
{
"type": "TemplateElement",
"start": 3548,
"end": 3558,
"loc": {
"start": {
"line": 94,
"column": 99
},
"end": {
"line": 94,
"column": 109
}
},
"value": {
"raw": "</td></tr>",
"cooked": "</td></tr>"
},
"tail": true
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3574,
"end": 3665,
"loc": {
"start": {
"line": 95,
"column": 12
},
"end": {
"line": 95,
"column": 103
}
},
"expression": {
"type": "CallExpression",
"start": 3574,
"end": 3664,
"loc": {
"start": {
"line": 95,
"column": 12
},
"end": {
"line": 95,
"column": 102
}
},
"callee": {
"type": "MemberExpression",
"start": 3574,
"end": 3583,
"loc": {
"start": {
"line": 95,
"column": 12
},
"end": {
"line": 95,
"column": 21
}
},
"object": {
"type": "Identifier",
"start": 3574,
"end": 3578,
"loc": {
"start": {
"line": 95,
"column": 12
},
"end": {
"line": 95,
"column": 16
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 3579,
"end": 3583,
"loc": {
"start": {
"line": 95,
"column": 17
},
"end": {
"line": 95,
"column": 21
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 3584,
"end": 3663,
"loc": {
"start": {
"line": 95,
"column": 22
},
"end": {
"line": 95,
"column": 101
}
},
"expressions": [
{
"type": "MemberExpression",
"start": 3638,
"end": 3651,
"loc": {
"start": {
"line": 95,
"column": 76
},
"end": {
"line": 95,
"column": 89
}
},
"object": {
"type": "Identifier",
"start": 3638,
"end": 3648,
"loc": {
"start": {
"line": 95,
"column": 76
},
"end": {
"line": 95,
"column": 86
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"property": {
"type": "Identifier",
"start": 3649,
"end": 3651,
"loc": {
"start": {
"line": 95,
"column": 87
},
"end": {
"line": 95,
"column": 89
},
"identifierName": "id"
},
"name": "id"
},
"computed": false
}
],
"quasis": [
{
"type": "TemplateElement",
"start": 3585,
"end": 3636,
"loc": {
"start": {
"line": 95,
"column": 23
},
"end": {
"line": 95,
"column": 74
}
},
"value": {
"raw": "<tr><td class=\"td1\">Viewer ID:</td><td class=\"td2\">",
"cooked": "<tr><td class=\"td1\">Viewer ID:</td><td class=\"td2\">"
},
"tail": false
},
{
"type": "TemplateElement",
"start": 3652,
"end": 3662,
"loc": {
"start": {
"line": 95,
"column": 90
},
"end": {
"line": 95,
"column": 100
}
},
"value": {
"raw": "</td></tr>",
"cooked": "</td></tr>"
},
"tail": true
}
]
}
]
}
},
{
"type": "VariableDeclaration",
"start": 3678,
"end": 3719,
"loc": {
"start": {
"line": 96,
"column": 12
},
"end": {
"line": 96,
"column": 53
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 3684,
"end": 3718,
"loc": {
"start": {
"line": 96,
"column": 18
},
"end": {
"line": 96,
"column": 52
}
},
"id": {
"type": "Identifier",
"start": 3684,
"end": 3694,
"loc": {
"start": {
"line": 96,
"column": 18
},
"end": {
"line": 96,
"column": 28
},
"identifierName": "attributes"
},
"name": "attributes"
},
"init": {
"type": "MemberExpression",
"start": 3697,
"end": 3718,
"loc": {
"start": {
"line": 96,
"column": 31
},
"end": {
"line": 96,
"column": 52
}
},
"object": {
"type": "Identifier",
"start": 3697,
"end": 3707,
"loc": {
"start": {
"line": 96,
"column": 31
},
"end": {
"line": 96,
"column": 41
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"property": {
"type": "Identifier",
"start": 3708,
"end": 3718,
"loc": {
"start": {
"line": 96,
"column": 42
},
"end": {
"line": 96,
"column": 52
},
"identifierName": "attributes"
},
"name": "attributes"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 3732,
"end": 3959,
"loc": {
"start": {
"line": 97,
"column": 12
},
"end": {
"line": 101,
"column": 13
}
},
"test": {
"type": "Identifier",
"start": 3736,
"end": 3746,
"loc": {
"start": {
"line": 97,
"column": 16
},
"end": {
"line": 97,
"column": 26
},
"identifierName": "attributes"
},
"name": "attributes"
},
"consequent": {
"type": "BlockStatement",
"start": 3748,
"end": 3959,
"loc": {
"start": {
"line": 97,
"column": 28
},
"end": {
"line": 101,
"column": 13
}
},
"body": [
{
"type": "ForInStatement",
"start": 3766,
"end": 3945,
"loc": {
"start": {
"line": 98,
"column": 16
},
"end": {
"line": 100,
"column": 17
}
},
"left": {
"type": "VariableDeclaration",
"start": 3771,
"end": 3778,
"loc": {
"start": {
"line": 98,
"column": 21
},
"end": {
"line": 98,
"column": 28
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 3775,
"end": 3778,
"loc": {
"start": {
"line": 98,
"column": 25
},
"end": {
"line": 98,
"column": 28
}
},
"id": {
"type": "Identifier",
"start": 3775,
"end": 3778,
"loc": {
"start": {
"line": 98,
"column": 25
},
"end": {
"line": 98,
"column": 28
},
"identifierName": "key"
},
"name": "key"
},
"init": null
}
],
"kind": "let"
},
"right": {
"type": "Identifier",
"start": 3782,
"end": 3792,
"loc": {
"start": {
"line": 98,
"column": 32
},
"end": {
"line": 98,
"column": 42
},
"identifierName": "attributes"
},
"name": "attributes"
},
"body": {
"type": "BlockStatement",
"start": 3794,
"end": 3945,
"loc": {
"start": {
"line": 98,
"column": 44
},
"end": {
"line": 100,
"column": 17
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3816,
"end": 3927,
"loc": {
"start": {
"line": 99,
"column": 20
},
"end": {
"line": 99,
"column": 131
}
},
"expression": {
"type": "CallExpression",
"start": 3816,
"end": 3926,
"loc": {
"start": {
"line": 99,
"column": 20
},
"end": {
"line": 99,
"column": 130
}
},
"callee": {
"type": "MemberExpression",
"start": 3816,
"end": 3825,
"loc": {
"start": {
"line": 99,
"column": 20
},
"end": {
"line": 99,
"column": 29
}
},
"object": {
"type": "Identifier",
"start": 3816,
"end": 3820,
"loc": {
"start": {
"line": 99,
"column": 20
},
"end": {
"line": 99,
"column": 24
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 3821,
"end": 3825,
"loc": {
"start": {
"line": 99,
"column": 25
},
"end": {
"line": 99,
"column": 29
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 3826,
"end": 3925,
"loc": {
"start": {
"line": 99,
"column": 30
},
"end": {
"line": 99,
"column": 129
}
},
"expressions": [
{
"type": "CallExpression",
"start": 3849,
"end": 3873,
"loc": {
"start": {
"line": 99,
"column": 53
},
"end": {
"line": 99,
"column": 77
}
},
"callee": {
"type": "Identifier",
"start": 3849,
"end": 3868,
"loc": {
"start": {
"line": 99,
"column": 53
},
"end": {
"line": 99,
"column": 72
},
"identifierName": "capitalizeFirstChar"
},
"name": "capitalizeFirstChar"
},
"arguments": [
{
"type": "Identifier",
"start": 3869,
"end": 3872,
"loc": {
"start": {
"line": 99,
"column": 73
},
"end": {
"line": 99,
"column": 76
},
"identifierName": "key"
},
"name": "key"
}
]
},
{
"type": "MemberExpression",
"start": 3898,
"end": 3913,
"loc": {
"start": {
"line": 99,
"column": 102
},
"end": {
"line": 99,
"column": 117
}
},
"object": {
"type": "Identifier",
"start": 3898,
"end": 3908,
"loc": {
"start": {
"line": 99,
"column": 102
},
"end": {
"line": 99,
"column": 112
},
"identifierName": "attributes"
},
"name": "attributes"
},
"property": {
"type": "Identifier",
"start": 3909,
"end": 3912,
"loc": {
"start": {
"line": 99,
"column": 113
},
"end": {
"line": 99,
"column": 116
},
"identifierName": "key"
},
"name": "key"
},
"computed": true
}
],
"quasis": [
{
"type": "TemplateElement",
"start": 3827,
"end": 3847,
"loc": {
"start": {
"line": 99,
"column": 31
},
"end": {
"line": 99,
"column": 51
}
},
"value": {
"raw": "<tr><td class=\"td1\">",
"cooked": "<tr><td class=\"td1\">"
},
"tail": false
},
{
"type": "TemplateElement",
"start": 3874,
"end": 3896,
"loc": {
"start": {
"line": 99,
"column": 78
},
"end": {
"line": 99,
"column": 100
}
},
"value": {
"raw": ":</td><td class=\"td2\">",
"cooked": ":</td><td class=\"td2\">"
},
"tail": false
},
{
"type": "TemplateElement",
"start": 3914,
"end": 3924,
"loc": {
"start": {
"line": 99,
"column": 118
},
"end": {
"line": 99,
"column": 128
}
},
"value": {
"raw": "</td></tr>",
"cooked": "</td></tr>"
},
"tail": true
}
]
}
]
}
}
],
"directives": []
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 3972,
"end": 3994,
"loc": {
"start": {
"line": 102,
"column": 12
},
"end": {
"line": 102,
"column": 34
}
},
"expression": {
"type": "CallExpression",
"start": 3972,
"end": 3993,
"loc": {
"start": {
"line": 102,
"column": 12
},
"end": {
"line": 102,
"column": 33
}
},
"callee": {
"type": "MemberExpression",
"start": 3972,
"end": 3981,
"loc": {
"start": {
"line": 102,
"column": 12
},
"end": {
"line": 102,
"column": 21
}
},
"object": {
"type": "Identifier",
"start": 3972,
"end": 3976,
"loc": {
"start": {
"line": 102,
"column": 12
},
"end": {
"line": 102,
"column": 16
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 3977,
"end": 3981,
"loc": {
"start": {
"line": 102,
"column": 17
},
"end": {
"line": 102,
"column": 21
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 3982,
"end": 3992,
"loc": {
"start": {
"line": 102,
"column": 22
},
"end": {
"line": 102,
"column": 32
}
},
"extra": {
"rawValue": "</table>",
"raw": "'</table>'"
},
"value": "</table>"
}
]
}
},
{
"type": "IfStatement",
"start": 4007,
"end": 5861,
"loc": {
"start": {
"line": 103,
"column": 12
},
"end": {
"line": 130,
"column": 13
}
},
"test": {
"type": "LogicalExpression",
"start": 4011,
"end": 4053,
"loc": {
"start": {
"line": 103,
"column": 16
},
"end": {
"line": 103,
"column": 58
}
},
"left": {
"type": "UnaryExpression",
"start": 4011,
"end": 4024,
"loc": {
"start": {
"line": 103,
"column": 16
},
"end": {
"line": 103,
"column": 29
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 4012,
"end": 4024,
"loc": {
"start": {
"line": 103,
"column": 17
},
"end": {
"line": 103,
"column": 29
},
"identifierName": "propertySets"
},
"name": "propertySets"
},
"extra": {
"parenthesizedArgument": false
}
},
"operator": "||",
"right": {
"type": "BinaryExpression",
"start": 4028,
"end": 4053,
"loc": {
"start": {
"line": 103,
"column": 33
},
"end": {
"line": 103,
"column": 58
}
},
"left": {
"type": "MemberExpression",
"start": 4028,
"end": 4047,
"loc": {
"start": {
"line": 103,
"column": 33
},
"end": {
"line": 103,
"column": 52
}
},
"object": {
"type": "Identifier",
"start": 4028,
"end": 4040,
"loc": {
"start": {
"line": 103,
"column": 33
},
"end": {
"line": 103,
"column": 45
},
"identifierName": "propertySets"
},
"name": "propertySets"
},
"property": {
"type": "Identifier",
"start": 4041,
"end": 4047,
"loc": {
"start": {
"line": 103,
"column": 46
},
"end": {
"line": 103,
"column": 52
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
},
"operator": "===",
"right": {
"type": "NumericLiteral",
"start": 4052,
"end": 4053,
"loc": {
"start": {
"line": 103,
"column": 57
},
"end": {
"line": 103,
"column": 58
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
}
},
"consequent": {
"type": "BlockStatement",
"start": 4055,
"end": 4434,
"loc": {
"start": {
"line": 103,
"column": 60
},
"end": {
"line": 107,
"column": 13
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 4073,
"end": 4217,
"loc": {
"start": {
"line": 104,
"column": 16
},
"end": {
"line": 104,
"column": 160
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4079,
"end": 4216,
"loc": {
"start": {
"line": 104,
"column": 22
},
"end": {
"line": 104,
"column": 159
}
},
"id": {
"type": "Identifier",
"start": 4079,
"end": 4092,
"loc": {
"start": {
"line": 104,
"column": 22
},
"end": {
"line": 104,
"column": 35
},
"identifierName": "localizedText"
},
"name": "localizedText"
},
"init": {
"type": "LogicalExpression",
"start": 4095,
"end": 4216,
"loc": {
"start": {
"line": 104,
"column": 38
},
"end": {
"line": 104,
"column": 159
}
},
"left": {
"type": "CallExpression",
"start": 4095,
"end": 4170,
"loc": {
"start": {
"line": 104,
"column": 38
},
"end": {
"line": 104,
"column": 113
}
},
"callee": {
"type": "MemberExpression",
"start": 4095,
"end": 4130,
"loc": {
"start": {
"line": 104,
"column": 38
},
"end": {
"line": 104,
"column": 73
}
},
"object": {
"type": "MemberExpression",
"start": 4095,
"end": 4120,
"loc": {
"start": {
"line": 104,
"column": 38
},
"end": {
"line": 104,
"column": 63
}
},
"object": {
"type": "MemberExpression",
"start": 4095,
"end": 4106,
"loc": {
"start": {
"line": 104,
"column": 38
},
"end": {
"line": 104,
"column": 49
}
},
"object": {
"type": "ThisExpression",
"start": 4095,
"end": 4099,
"loc": {
"start": {
"line": 104,
"column": 38
},
"end": {
"line": 104,
"column": 42
}
}
},
"property": {
"type": "Identifier",
"start": 4100,
"end": 4106,
"loc": {
"start": {
"line": 104,
"column": 43
},
"end": {
"line": 104,
"column": 49
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4107,
"end": 4120,
"loc": {
"start": {
"line": 104,
"column": 50
},
"end": {
"line": 104,
"column": 63
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4121,
"end": 4130,
"loc": {
"start": {
"line": 104,
"column": 64
},
"end": {
"line": 104,
"column": 73
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 4131,
"end": 4169,
"loc": {
"start": {
"line": 104,
"column": 74
},
"end": {
"line": 104,
"column": 112
}
},
"extra": {
"rawValue": "propertiesInspector.noPropSetWarning",
"raw": "'propertiesInspector.noPropSetWarning'"
},
"value": "propertiesInspector.noPropSetWarning"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 4174,
"end": 4216,
"loc": {
"start": {
"line": 104,
"column": 117
},
"end": {
"line": 104,
"column": 159
}
},
"extra": {
"rawValue": "No properties sets found for this object",
"raw": "'No properties sets found for this object'"
},
"value": "No properties sets found for this object"
}
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 4234,
"end": 4383,
"loc": {
"start": {
"line": 105,
"column": 16
},
"end": {
"line": 105,
"column": 165
}
},
"expression": {
"type": "CallExpression",
"start": 4234,
"end": 4382,
"loc": {
"start": {
"line": 105,
"column": 16
},
"end": {
"line": 105,
"column": 164
}
},
"callee": {
"type": "MemberExpression",
"start": 4234,
"end": 4243,
"loc": {
"start": {
"line": 105,
"column": 16
},
"end": {
"line": 105,
"column": 25
}
},
"object": {
"type": "Identifier",
"start": 4234,
"end": 4238,
"loc": {
"start": {
"line": 105,
"column": 16
},
"end": {
"line": 105,
"column": 20
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 4239,
"end": 4243,
"loc": {
"start": {
"line": 105,
"column": 21
},
"end": {
"line": 105,
"column": 25
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 4244,
"end": 4381,
"loc": {
"start": {
"line": 105,
"column": 26
},
"end": {
"line": 105,
"column": 163
}
},
"expressions": [
{
"type": "Identifier",
"start": 4362,
"end": 4375,
"loc": {
"start": {
"line": 105,
"column": 144
},
"end": {
"line": 105,
"column": 157
},
"identifierName": "localizedText"
},
"name": "localizedText"
}
],
"quasis": [
{
"type": "TemplateElement",
"start": 4245,
"end": 4360,
"loc": {
"start": {
"line": 105,
"column": 27
},
"end": {
"line": 105,
"column": 142
}
},
"value": {
"raw": "<p class=\"xeokit-i18n subtitle xeokit-no-prop-set-warning\" data-xeokit-i18n=\"propertiesInspector.noPropSetWarning\">",
"cooked": "<p class=\"xeokit-i18n subtitle xeokit-no-prop-set-warning\" data-xeokit-i18n=\"propertiesInspector.noPropSetWarning\">"
},
"tail": false
},
{
"type": "TemplateElement",
"start": 4376,
"end": 4380,
"loc": {
"start": {
"line": 105,
"column": 158
},
"end": {
"line": 105,
"column": 162
}
},
"value": {
"raw": "</p>",
"cooked": "</p>"
},
"tail": true
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 4400,
"end": 4420,
"loc": {
"start": {
"line": 106,
"column": 16
},
"end": {
"line": 106,
"column": 36
}
},
"expression": {
"type": "CallExpression",
"start": 4400,
"end": 4419,
"loc": {
"start": {
"line": 106,
"column": 16
},
"end": {
"line": 106,
"column": 35
}
},
"callee": {
"type": "MemberExpression",
"start": 4400,
"end": 4409,
"loc": {
"start": {
"line": 106,
"column": 16
},
"end": {
"line": 106,
"column": 25
}
},
"object": {
"type": "Identifier",
"start": 4400,
"end": 4404,
"loc": {
"start": {
"line": 106,
"column": 16
},
"end": {
"line": 106,
"column": 20
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 4405,
"end": 4409,
"loc": {
"start": {
"line": 106,
"column": 21
},
"end": {
"line": 106,
"column": 25
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 4410,
"end": 4418,
"loc": {
"start": {
"line": 106,
"column": 26
},
"end": {
"line": 106,
"column": 34
}
},
"expressions": [],
"quasis": [
{
"type": "TemplateElement",
"start": 4411,
"end": 4417,
"loc": {
"start": {
"line": 106,
"column": 27
},
"end": {
"line": 106,
"column": 33
}
},
"value": {
"raw": "</div>",
"cooked": "</div>"
},
"tail": true
}
]
}
]
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 4440,
"end": 5861,
"loc": {
"start": {
"line": 107,
"column": 19
},
"end": {
"line": 130,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 4458,
"end": 4478,
"loc": {
"start": {
"line": 108,
"column": 16
},
"end": {
"line": 108,
"column": 36
}
},
"expression": {
"type": "CallExpression",
"start": 4458,
"end": 4477,
"loc": {
"start": {
"line": 108,
"column": 16
},
"end": {
"line": 108,
"column": 35
}
},
"callee": {
"type": "MemberExpression",
"start": 4458,
"end": 4467,
"loc": {
"start": {
"line": 108,
"column": 16
},
"end": {
"line": 108,
"column": 25
}
},
"object": {
"type": "Identifier",
"start": 4458,
"end": 4462,
"loc": {
"start": {
"line": 108,
"column": 16
},
"end": {
"line": 108,
"column": 20
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 4463,
"end": 4467,
"loc": {
"start": {
"line": 108,
"column": 21
},
"end": {
"line": 108,
"column": 25
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 4468,
"end": 4476,
"loc": {
"start": {
"line": 108,
"column": 26
},
"end": {
"line": 108,
"column": 34
}
},
"expressions": [],
"quasis": [
{
"type": "TemplateElement",
"start": 4469,
"end": 4475,
"loc": {
"start": {
"line": 108,
"column": 27
},
"end": {
"line": 108,
"column": 33
}
},
"value": {
"raw": "</div>",
"cooked": "</div>"
},
"tail": true
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 4495,
"end": 4539,
"loc": {
"start": {
"line": 109,
"column": 16
},
"end": {
"line": 109,
"column": 60
}
},
"expression": {
"type": "CallExpression",
"start": 4495,
"end": 4538,
"loc": {
"start": {
"line": 109,
"column": 16
},
"end": {
"line": 109,
"column": 59
}
},
"callee": {
"type": "MemberExpression",
"start": 4495,
"end": 4504,
"loc": {
"start": {
"line": 109,
"column": 16
},
"end": {
"line": 109,
"column": 25
}
},
"object": {
"type": "Identifier",
"start": 4495,
"end": 4499,
"loc": {
"start": {
"line": 109,
"column": 16
},
"end": {
"line": 109,
"column": 20
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 4500,
"end": 4504,
"loc": {
"start": {
"line": 109,
"column": 21
},
"end": {
"line": 109,
"column": 25
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 4505,
"end": 4537,
"loc": {
"start": {
"line": 109,
"column": 26
},
"end": {
"line": 109,
"column": 58
}
},
"expressions": [],
"quasis": [
{
"type": "TemplateElement",
"start": 4506,
"end": 4536,
"loc": {
"start": {
"line": 109,
"column": 27
},
"end": {
"line": 109,
"column": 57
}
},
"value": {
"raw": "<div class=\"xeokit-accordion\">",
"cooked": "<div class=\"xeokit-accordion\">"
},
"tail": true
}
]
}
]
}
},
{
"type": "ForStatement",
"start": 4556,
"end": 5810,
"loc": {
"start": {
"line": 110,
"column": 16
},
"end": {
"line": 128,
"column": 17
}
},
"init": {
"type": "VariableDeclaration",
"start": 4561,
"end": 4597,
"loc": {
"start": {
"line": 110,
"column": 21
},
"end": {
"line": 110,
"column": 57
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4565,
"end": 4570,
"loc": {
"start": {
"line": 110,
"column": 25
},
"end": {
"line": 110,
"column": 30
}
},
"id": {
"type": "Identifier",
"start": 4565,
"end": 4566,
"loc": {
"start": {
"line": 110,
"column": 25
},
"end": {
"line": 110,
"column": 26
},
"identifierName": "i"
},
"name": "i"
},
"init": {
"type": "NumericLiteral",
"start": 4569,
"end": 4570,
"loc": {
"start": {
"line": 110,
"column": 29
},
"end": {
"line": 110,
"column": 30
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
},
{
"type": "VariableDeclarator",
"start": 4572,
"end": 4597,
"loc": {
"start": {
"line": 110,
"column": 32
},
"end": {
"line": 110,
"column": 57
}
},
"id": {
"type": "Identifier",
"start": 4572,
"end": 4575,
"loc": {
"start": {
"line": 110,
"column": 32
},
"end": {
"line": 110,
"column": 35
},
"identifierName": "len"
},
"name": "len"
},
"init": {
"type": "MemberExpression",
"start": 4578,
"end": 4597,
"loc": {
"start": {
"line": 110,
"column": 38
},
"end": {
"line": 110,
"column": 57
}
},
"object": {
"type": "Identifier",
"start": 4578,
"end": 4590,
"loc": {
"start": {
"line": 110,
"column": 38
},
"end": {
"line": 110,
"column": 50
},
"identifierName": "propertySets"
},
"name": "propertySets"
},
"property": {
"type": "Identifier",
"start": 4591,
"end": 4597,
"loc": {
"start": {
"line": 110,
"column": 51
},
"end": {
"line": 110,
"column": 57
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
}
}
],
"kind": "let"
},
"test": {
"type": "BinaryExpression",
"start": 4599,
"end": 4606,
"loc": {
"start": {
"line": 110,
"column": 59
},
"end": {
"line": 110,
"column": 66
}
},
"left": {
"type": "Identifier",
"start": 4599,
"end": 4600,
"loc": {
"start": {
"line": 110,
"column": 59
},
"end": {
"line": 110,
"column": 60
},
"identifierName": "i"
},
"name": "i"
},
"operator": "<",
"right": {
"type": "Identifier",
"start": 4603,
"end": 4606,
"loc": {
"start": {
"line": 110,
"column": 63
},
"end": {
"line": 110,
"column": 66
},
"identifierName": "len"
},
"name": "len"
}
},
"update": {
"type": "UpdateExpression",
"start": 4608,
"end": 4611,
"loc": {
"start": {
"line": 110,
"column": 68
},
"end": {
"line": 110,
"column": 71
}
},
"operator": "++",
"prefix": false,
"argument": {
"type": "Identifier",
"start": 4608,
"end": 4609,
"loc": {
"start": {
"line": 110,
"column": 68
},
"end": {
"line": 110,
"column": 69
},
"identifierName": "i"
},
"name": "i"
}
},
"body": {
"type": "BlockStatement",
"start": 4613,
"end": 5810,
"loc": {
"start": {
"line": 110,
"column": 73
},
"end": {
"line": 128,
"column": 17
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 4635,
"end": 4671,
"loc": {
"start": {
"line": 111,
"column": 20
},
"end": {
"line": 111,
"column": 56
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4641,
"end": 4670,
"loc": {
"start": {
"line": 111,
"column": 26
},
"end": {
"line": 111,
"column": 55
}
},
"id": {
"type": "Identifier",
"start": 4641,
"end": 4652,
"loc": {
"start": {
"line": 111,
"column": 26
},
"end": {
"line": 111,
"column": 37
},
"identifierName": "propertySet"
},
"name": "propertySet"
},
"init": {
"type": "MemberExpression",
"start": 4655,
"end": 4670,
"loc": {
"start": {
"line": 111,
"column": 40
},
"end": {
"line": 111,
"column": 55
}
},
"object": {
"type": "Identifier",
"start": 4655,
"end": 4667,
"loc": {
"start": {
"line": 111,
"column": 40
},
"end": {
"line": 111,
"column": 52
},
"identifierName": "propertySets"
},
"name": "propertySets"
},
"property": {
"type": "Identifier",
"start": 4668,
"end": 4669,
"loc": {
"start": {
"line": 111,
"column": 53
},
"end": {
"line": 111,
"column": 54
},
"identifierName": "i"
},
"name": "i"
},
"computed": true
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 4692,
"end": 4740,
"loc": {
"start": {
"line": 112,
"column": 20
},
"end": {
"line": 112,
"column": 68
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4698,
"end": 4739,
"loc": {
"start": {
"line": 112,
"column": 26
},
"end": {
"line": 112,
"column": 67
}
},
"id": {
"type": "Identifier",
"start": 4698,
"end": 4708,
"loc": {
"start": {
"line": 112,
"column": 26
},
"end": {
"line": 112,
"column": 36
},
"identifierName": "properties"
},
"name": "properties"
},
"init": {
"type": "LogicalExpression",
"start": 4711,
"end": 4739,
"loc": {
"start": {
"line": 112,
"column": 39
},
"end": {
"line": 112,
"column": 67
}
},
"left": {
"type": "MemberExpression",
"start": 4711,
"end": 4733,
"loc": {
"start": {
"line": 112,
"column": 39
},
"end": {
"line": 112,
"column": 61
}
},
"object": {
"type": "Identifier",
"start": 4711,
"end": 4722,
"loc": {
"start": {
"line": 112,
"column": 39
},
"end": {
"line": 112,
"column": 50
},
"identifierName": "propertySet"
},
"name": "propertySet"
},
"property": {
"type": "Identifier",
"start": 4723,
"end": 4733,
"loc": {
"start": {
"line": 112,
"column": 51
},
"end": {
"line": 112,
"column": 61
},
"identifierName": "properties"
},
"name": "properties"
},
"computed": false
},
"operator": "||",
"right": {
"type": "ArrayExpression",
"start": 4737,
"end": 4739,
"loc": {
"start": {
"line": 112,
"column": 65
},
"end": {
"line": 112,
"column": 67
}
},
"elements": []
}
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 4761,
"end": 5792,
"loc": {
"start": {
"line": 113,
"column": 20
},
"end": {
"line": 127,
"column": 21
}
},
"test": {
"type": "BinaryExpression",
"start": 4765,
"end": 4786,
"loc": {
"start": {
"line": 113,
"column": 24
},
"end": {
"line": 113,
"column": 45
}
},
"left": {
"type": "MemberExpression",
"start": 4765,
"end": 4782,
"loc": {
"start": {
"line": 113,
"column": 24
},
"end": {
"line": 113,
"column": 41
}
},
"object": {
"type": "Identifier",
"start": 4765,
"end": 4775,
"loc": {
"start": {
"line": 113,
"column": 24
},
"end": {
"line": 113,
"column": 34
},
"identifierName": "properties"
},
"name": "properties"
},
"property": {
"type": "Identifier",
"start": 4776,
"end": 4782,
"loc": {
"start": {
"line": 113,
"column": 35
},
"end": {
"line": 113,
"column": 41
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
},
"operator": ">",
"right": {
"type": "NumericLiteral",
"start": 4785,
"end": 4786,
"loc": {
"start": {
"line": 113,
"column": 44
},
"end": {
"line": 113,
"column": 45
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
},
"consequent": {
"type": "BlockStatement",
"start": 4788,
"end": 5671,
"loc": {
"start": {
"line": 113,
"column": 47
},
"end": {
"line": 125,
"column": 21
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 4814,
"end": 5219,
"loc": {
"start": {
"line": 114,
"column": 24
},
"end": {
"line": 117,
"column": 82
}
},
"expression": {
"type": "CallExpression",
"start": 4814,
"end": 5218,
"loc": {
"start": {
"line": 114,
"column": 24
},
"end": {
"line": 117,
"column": 81
}
},
"callee": {
"type": "MemberExpression",
"start": 4814,
"end": 4823,
"loc": {
"start": {
"line": 114,
"column": 24
},
"end": {
"line": 114,
"column": 33
}
},
"object": {
"type": "Identifier",
"start": 4814,
"end": 4818,
"loc": {
"start": {
"line": 114,
"column": 24
},
"end": {
"line": 114,
"column": 28
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 4819,
"end": 4823,
"loc": {
"start": {
"line": 114,
"column": 29
},
"end": {
"line": 114,
"column": 33
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 4824,
"end": 5217,
"loc": {
"start": {
"line": 114,
"column": 34
},
"end": {
"line": 117,
"column": 80
}
},
"expressions": [
{
"type": "MemberExpression",
"start": 4956,
"end": 4972,
"loc": {
"start": {
"line": 115,
"column": 90
},
"end": {
"line": 115,
"column": 106
}
},
"object": {
"type": "Identifier",
"start": 4956,
"end": 4967,
"loc": {
"start": {
"line": 115,
"column": 90
},
"end": {
"line": 115,
"column": 101
},
"identifierName": "propertySet"
},
"name": "propertySet"
},
"property": {
"type": "Identifier",
"start": 4968,
"end": 4972,
"loc": {
"start": {
"line": 115,
"column": 102
},
"end": {
"line": 115,
"column": 106
},
"identifierName": "name"
},
"name": "name"
},
"computed": false
}
],
"quasis": [
{
"type": "TemplateElement",
"start": 4825,
"end": 4954,
"loc": {
"start": {
"line": 114,
"column": 35
},
"end": {
"line": 115,
"column": 88
}
},
"value": {
"raw": "<div class=\"xeokit-accordion-container\">\n <p class=\"xeokit-accordion-button\"><span></span>",
"cooked": "<div class=\"xeokit-accordion-container\">\n <p class=\"xeokit-accordion-button\"><span></span>"
},
"tail": false
},
{
"type": "TemplateElement",
"start": 4973,
"end": 5216,
"loc": {
"start": {
"line": 115,
"column": 107
},
"end": {
"line": 117,
"column": 79
}
},
"value": {
"raw": "</p> \n <div class=\"xeokit-accordion-panel\"> \n <table class=\"xeokit-table\"><tbody>",
"cooked": "</p> \n <div class=\"xeokit-accordion-panel\"> \n <table class=\"xeokit-table\"><tbody>"
},
"tail": true
}
]
}
]
}
},
{
"type": "ForStatement",
"start": 5244,
"end": 5532,
"loc": {
"start": {
"line": 118,
"column": 24
},
"end": {
"line": 121,
"column": 25
}
},
"init": {
"type": "VariableDeclaration",
"start": 5249,
"end": 5283,
"loc": {
"start": {
"line": 118,
"column": 29
},
"end": {
"line": 118,
"column": 63
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 5253,
"end": 5258,
"loc": {
"start": {
"line": 118,
"column": 33
},
"end": {
"line": 118,
"column": 38
}
},
"id": {
"type": "Identifier",
"start": 5253,
"end": 5254,
"loc": {
"start": {
"line": 118,
"column": 33
},
"end": {
"line": 118,
"column": 34
},
"identifierName": "i"
},
"name": "i"
},
"init": {
"type": "NumericLiteral",
"start": 5257,
"end": 5258,
"loc": {
"start": {
"line": 118,
"column": 37
},
"end": {
"line": 118,
"column": 38
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
},
{
"type": "VariableDeclarator",
"start": 5260,
"end": 5283,
"loc": {
"start": {
"line": 118,
"column": 40
},
"end": {
"line": 118,
"column": 63
}
},
"id": {
"type": "Identifier",
"start": 5260,
"end": 5263,
"loc": {
"start": {
"line": 118,
"column": 40
},
"end": {
"line": 118,
"column": 43
},
"identifierName": "len"
},
"name": "len"
},
"init": {
"type": "MemberExpression",
"start": 5266,
"end": 5283,
"loc": {
"start": {
"line": 118,
"column": 46
},
"end": {
"line": 118,
"column": 63
}
},
"object": {
"type": "Identifier",
"start": 5266,
"end": 5276,
"loc": {
"start": {
"line": 118,
"column": 46
},
"end": {
"line": 118,
"column": 56
},
"identifierName": "properties"
},
"name": "properties"
},
"property": {
"type": "Identifier",
"start": 5277,
"end": 5283,
"loc": {
"start": {
"line": 118,
"column": 57
},
"end": {
"line": 118,
"column": 63
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
}
}
],
"kind": "let"
},
"test": {
"type": "BinaryExpression",
"start": 5285,
"end": 5292,
"loc": {
"start": {
"line": 118,
"column": 65
},
"end": {
"line": 118,
"column": 72
}
},
"left": {
"type": "Identifier",
"start": 5285,
"end": 5286,
"loc": {
"start": {
"line": 118,
"column": 65
},
"end": {
"line": 118,
"column": 66
},
"identifierName": "i"
},
"name": "i"
},
"operator": "<",
"right": {
"type": "Identifier",
"start": 5289,
"end": 5292,
"loc": {
"start": {
"line": 118,
"column": 69
},
"end": {
"line": 118,
"column": 72
},
"identifierName": "len"
},
"name": "len"
}
},
"update": {
"type": "UpdateExpression",
"start": 5294,
"end": 5297,
"loc": {
"start": {
"line": 118,
"column": 74
},
"end": {
"line": 118,
"column": 77
}
},
"operator": "++",
"prefix": false,
"argument": {
"type": "Identifier",
"start": 5294,
"end": 5295,
"loc": {
"start": {
"line": 118,
"column": 74
},
"end": {
"line": 118,
"column": 75
},
"identifierName": "i"
},
"name": "i"
}
},
"body": {
"type": "BlockStatement",
"start": 5299,
"end": 5532,
"loc": {
"start": {
"line": 118,
"column": 79
},
"end": {
"line": 121,
"column": 25
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 5329,
"end": 5360,
"loc": {
"start": {
"line": 119,
"column": 28
},
"end": {
"line": 119,
"column": 59
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 5335,
"end": 5359,
"loc": {
"start": {
"line": 119,
"column": 34
},
"end": {
"line": 119,
"column": 58
}
},
"id": {
"type": "Identifier",
"start": 5335,
"end": 5343,
"loc": {
"start": {
"line": 119,
"column": 34
},
"end": {
"line": 119,
"column": 42
},
"identifierName": "property"
},
"name": "property"
},
"init": {
"type": "MemberExpression",
"start": 5346,
"end": 5359,
"loc": {
"start": {
"line": 119,
"column": 45
},
"end": {
"line": 119,
"column": 58
}
},
"object": {
"type": "Identifier",
"start": 5346,
"end": 5356,
"loc": {
"start": {
"line": 119,
"column": 45
},
"end": {
"line": 119,
"column": 55
},
"identifierName": "properties"
},
"name": "properties"
},
"property": {
"type": "Identifier",
"start": 5357,
"end": 5358,
"loc": {
"start": {
"line": 119,
"column": 56
},
"end": {
"line": 119,
"column": 57
},
"identifierName": "i"
},
"name": "i"
},
"computed": true
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 5389,
"end": 5506,
"loc": {
"start": {
"line": 120,
"column": 28
},
"end": {
"line": 120,
"column": 145
}
},
"expression": {
"type": "CallExpression",
"start": 5389,
"end": 5505,
"loc": {
"start": {
"line": 120,
"column": 28
},
"end": {
"line": 120,
"column": 144
}
},
"callee": {
"type": "MemberExpression",
"start": 5389,
"end": 5398,
"loc": {
"start": {
"line": 120,
"column": 28
},
"end": {
"line": 120,
"column": 37
}
},
"object": {
"type": "Identifier",
"start": 5389,
"end": 5393,
"loc": {
"start": {
"line": 120,
"column": 28
},
"end": {
"line": 120,
"column": 32
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 5394,
"end": 5398,
"loc": {
"start": {
"line": 120,
"column": 33
},
"end": {
"line": 120,
"column": 37
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 5399,
"end": 5504,
"loc": {
"start": {
"line": 120,
"column": 38
},
"end": {
"line": 120,
"column": 143
}
},
"expressions": [
{
"type": "LogicalExpression",
"start": 5422,
"end": 5453,
"loc": {
"start": {
"line": 120,
"column": 61
},
"end": {
"line": 120,
"column": 92
}
},
"left": {
"type": "MemberExpression",
"start": 5422,
"end": 5435,
"loc": {
"start": {
"line": 120,
"column": 61
},
"end": {
"line": 120,
"column": 74
}
},
"object": {
"type": "Identifier",
"start": 5422,
"end": 5430,
"loc": {
"start": {
"line": 120,
"column": 61
},
"end": {
"line": 120,
"column": 69
},
"identifierName": "property"
},
"name": "property"
},
"property": {
"type": "Identifier",
"start": 5431,
"end": 5435,
"loc": {
"start": {
"line": 120,
"column": 70
},
"end": {
"line": 120,
"column": 74
},
"identifierName": "name"
},
"name": "name"
},
"computed": false
},
"operator": "||",
"right": {
"type": "MemberExpression",
"start": 5439,
"end": 5453,
"loc": {
"start": {
"line": 120,
"column": 78
},
"end": {
"line": 120,
"column": 92
}
},
"object": {
"type": "Identifier",
"start": 5439,
"end": 5447,
"loc": {
"start": {
"line": 120,
"column": 78
},
"end": {
"line": 120,
"column": 86
},
"identifierName": "property"
},
"name": "property"
},
"property": {
"type": "Identifier",
"start": 5448,
"end": 5453,
"loc": {
"start": {
"line": 120,
"column": 87
},
"end": {
"line": 120,
"column": 92
},
"identifierName": "label"
},
"name": "label"
},
"computed": false
}
},
{
"type": "MemberExpression",
"start": 5478,
"end": 5492,
"loc": {
"start": {
"line": 120,
"column": 117
},
"end": {
"line": 120,
"column": 131
}
},
"object": {
"type": "Identifier",
"start": 5478,
"end": 5486,
"loc": {
"start": {
"line": 120,
"column": 117
},
"end": {
"line": 120,
"column": 125
},
"identifierName": "property"
},
"name": "property"
},
"property": {
"type": "Identifier",
"start": 5487,
"end": 5492,
"loc": {
"start": {
"line": 120,
"column": 126
},
"end": {
"line": 120,
"column": 131
},
"identifierName": "value"
},
"name": "value"
},
"computed": false
}
],
"quasis": [
{
"type": "TemplateElement",
"start": 5400,
"end": 5420,
"loc": {
"start": {
"line": 120,
"column": 39
},
"end": {
"line": 120,
"column": 59
}
},
"value": {
"raw": "<tr><td class=\"td1\">",
"cooked": "<tr><td class=\"td1\">"
},
"tail": false
},
{
"type": "TemplateElement",
"start": 5454,
"end": 5476,
"loc": {
"start": {
"line": 120,
"column": 93
},
"end": {
"line": 120,
"column": 115
}
},
"value": {
"raw": ":</td><td class=\"td2\">",
"cooked": ":</td><td class=\"td2\">"
},
"tail": false
},
{
"type": "TemplateElement",
"start": 5493,
"end": 5503,
"loc": {
"start": {
"line": 120,
"column": 132
},
"end": {
"line": 120,
"column": 142
}
},
"value": {
"raw": "</td></tr>",
"cooked": "</td></tr>"
},
"tail": true
}
]
}
]
}
}
],
"directives": []
}
},
{
"type": "ExpressionStatement",
"start": 5557,
"end": 5649,
"loc": {
"start": {
"line": 122,
"column": 24
},
"end": {
"line": 124,
"column": 33
}
},
"expression": {
"type": "CallExpression",
"start": 5557,
"end": 5648,
"loc": {
"start": {
"line": 122,
"column": 24
},
"end": {
"line": 124,
"column": 32
}
},
"callee": {
"type": "MemberExpression",
"start": 5557,
"end": 5566,
"loc": {
"start": {
"line": 122,
"column": 24
},
"end": {
"line": 122,
"column": 33
}
},
"object": {
"type": "Identifier",
"start": 5557,
"end": 5561,
"loc": {
"start": {
"line": 122,
"column": 24
},
"end": {
"line": 122,
"column": 28
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 5562,
"end": 5566,
"loc": {
"start": {
"line": 122,
"column": 29
},
"end": {
"line": 122,
"column": 33
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 5567,
"end": 5647,
"loc": {
"start": {
"line": 122,
"column": 34
},
"end": {
"line": 124,
"column": 31
}
},
"expressions": [],
"quasis": [
{
"type": "TemplateElement",
"start": 5568,
"end": 5646,
"loc": {
"start": {
"line": 122,
"column": 35
},
"end": {
"line": 124,
"column": 30
}
},
"value": {
"raw": "</tbody></table>\n </div>\n </div>",
"cooked": "</tbody></table>\n </div>\n </div>"
},
"tail": true
}
]
}
]
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 5677,
"end": 5792,
"loc": {
"start": {
"line": 125,
"column": 27
},
"end": {
"line": 127,
"column": 21
}
},
"body": [],
"directives": [],
"leadingComments": null,
"innerComments": [
{
"type": "CommentLine",
"value": " html.push(`<p class=\"subtitle\">No properties sets found.</p>`);",
"start": 5703,
"end": 5770,
"loc": {
"start": {
"line": 126,
"column": 24
},
"end": {
"line": 126,
"column": 91
}
}
}
]
}
}
],
"directives": []
}
},
{
"type": "ExpressionStatement",
"start": 5827,
"end": 5847,
"loc": {
"start": {
"line": 129,
"column": 16
},
"end": {
"line": 129,
"column": 36
}
},
"expression": {
"type": "CallExpression",
"start": 5827,
"end": 5846,
"loc": {
"start": {
"line": 129,
"column": 16
},
"end": {
"line": 129,
"column": 35
}
},
"callee": {
"type": "MemberExpression",
"start": 5827,
"end": 5836,
"loc": {
"start": {
"line": 129,
"column": 16
},
"end": {
"line": 129,
"column": 25
}
},
"object": {
"type": "Identifier",
"start": 5827,
"end": 5831,
"loc": {
"start": {
"line": 129,
"column": 16
},
"end": {
"line": 129,
"column": 20
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 5832,
"end": 5836,
"loc": {
"start": {
"line": 129,
"column": 21
},
"end": {
"line": 129,
"column": 25
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 5837,
"end": 5845,
"loc": {
"start": {
"line": 129,
"column": 26
},
"end": {
"line": 129,
"column": 34
}
},
"expressions": [],
"quasis": [
{
"type": "TemplateElement",
"start": 5838,
"end": 5844,
"loc": {
"start": {
"line": 129,
"column": 27
},
"end": {
"line": 129,
"column": 33
}
},
"value": {
"raw": "</div>",
"cooked": "</div>"
},
"tail": true
}
]
}
]
}
}
],
"directives": []
}
}
],
"directives": []
}
},
{
"type": "ExpressionStatement",
"start": 5880,
"end": 5930,
"loc": {
"start": {
"line": 132,
"column": 8
},
"end": {
"line": 132,
"column": 58
}
},
"expression": {
"type": "AssignmentExpression",
"start": 5880,
"end": 5929,
"loc": {
"start": {
"line": 132,
"column": 8
},
"end": {
"line": 132,
"column": 57
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 5880,
"end": 5913,
"loc": {
"start": {
"line": 132,
"column": 8
},
"end": {
"line": 132,
"column": 41
}
},
"object": {
"type": "MemberExpression",
"start": 5880,
"end": 5903,
"loc": {
"start": {
"line": 132,
"column": 8
},
"end": {
"line": 132,
"column": 31
}
},
"object": {
"type": "ThisExpression",
"start": 5880,
"end": 5884,
"loc": {
"start": {
"line": 132,
"column": 8
},
"end": {
"line": 132,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 5885,
"end": 5903,
"loc": {
"start": {
"line": 132,
"column": 13
},
"end": {
"line": 132,
"column": 31
},
"identifierName": "_propertiesElement"
},
"name": "_propertiesElement"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5904,
"end": 5913,
"loc": {
"start": {
"line": 132,
"column": 32
},
"end": {
"line": 132,
"column": 41
},
"identifierName": "innerHTML"
},
"name": "innerHTML"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 5916,
"end": 5929,
"loc": {
"start": {
"line": 132,
"column": 44
},
"end": {
"line": 132,
"column": 57
}
},
"callee": {
"type": "MemberExpression",
"start": 5916,
"end": 5925,
"loc": {
"start": {
"line": 132,
"column": 44
},
"end": {
"line": 132,
"column": 53
}
},
"object": {
"type": "Identifier",
"start": 5916,
"end": 5920,
"loc": {
"start": {
"line": 132,
"column": 44
},
"end": {
"line": 132,
"column": 48
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 5921,
"end": 5925,
"loc": {
"start": {
"line": 132,
"column": 49
},
"end": {
"line": 132,
"column": 53
},
"identifierName": "join"
},
"name": "join"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 5926,
"end": 5928,
"loc": {
"start": {
"line": 132,
"column": 54
},
"end": {
"line": 132,
"column": 56
}
},
"extra": {
"rawValue": "",
"raw": "\"\""
},
"value": ""
}
]
}
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 5942,
"end": 6167,
"loc": {
"start": {
"line": 135,
"column": 4
},
"end": {
"line": 141,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 5942,
"end": 5952,
"loc": {
"start": {
"line": 135,
"column": 4
},
"end": {
"line": 135,
"column": 14
},
"identifierName": "setEnabled"
},
"name": "setEnabled"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 5953,
"end": 5960,
"loc": {
"start": {
"line": 135,
"column": 15
},
"end": {
"line": 135,
"column": 22
},
"identifierName": "enabled"
},
"name": "enabled"
}
],
"body": {
"type": "BlockStatement",
"start": 5962,
"end": 6167,
"loc": {
"start": {
"line": 135,
"column": 24
},
"end": {
"line": 141,
"column": 5
}
},
"body": [
{
"type": "IfStatement",
"start": 5972,
"end": 6161,
"loc": {
"start": {
"line": 136,
"column": 8
},
"end": {
"line": 140,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 5976,
"end": 5984,
"loc": {
"start": {
"line": 136,
"column": 12
},
"end": {
"line": 136,
"column": 20
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 5977,
"end": 5984,
"loc": {
"start": {
"line": 136,
"column": 13
},
"end": {
"line": 136,
"column": 20
},
"identifierName": "enabled"
},
"name": "enabled"
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 5986,
"end": 6069,
"loc": {
"start": {
"line": 136,
"column": 22
},
"end": {
"line": 138,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 6000,
"end": 6059,
"loc": {
"start": {
"line": 137,
"column": 12
},
"end": {
"line": 137,
"column": 71
}
},
"expression": {
"type": "CallExpression",
"start": 6000,
"end": 6058,
"loc": {
"start": {
"line": 137,
"column": 12
},
"end": {
"line": 137,
"column": 70
}
},
"callee": {
"type": "MemberExpression",
"start": 6000,
"end": 6046,
"loc": {
"start": {
"line": 137,
"column": 12
},
"end": {
"line": 137,
"column": 58
}
},
"object": {
"type": "MemberExpression",
"start": 6000,
"end": 6042,
"loc": {
"start": {
"line": 137,
"column": 12
},
"end": {
"line": 137,
"column": 54
}
},
"object": {
"type": "MemberExpression",
"start": 6000,
"end": 6032,
"loc": {
"start": {
"line": 137,
"column": 12
},
"end": {
"line": 137,
"column": 44
}
},
"object": {
"type": "ThisExpression",
"start": 6000,
"end": 6004,
"loc": {
"start": {
"line": 137,
"column": 12
},
"end": {
"line": 137,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 6005,
"end": 6032,
"loc": {
"start": {
"line": 137,
"column": 17
},
"end": {
"line": 137,
"column": 44
},
"identifierName": "_propertiesTabButtonElement"
},
"name": "_propertiesTabButtonElement"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6033,
"end": 6042,
"loc": {
"start": {
"line": 137,
"column": 45
},
"end": {
"line": 137,
"column": 54
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6043,
"end": 6046,
"loc": {
"start": {
"line": 137,
"column": 55
},
"end": {
"line": 137,
"column": 58
},
"identifierName": "add"
},
"name": "add"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 6047,
"end": 6057,
"loc": {
"start": {
"line": 137,
"column": 59
},
"end": {
"line": 137,
"column": 69
}
},
"extra": {
"rawValue": "disabled",
"raw": "\"disabled\""
},
"value": "disabled"
}
]
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 6075,
"end": 6161,
"loc": {
"start": {
"line": 138,
"column": 15
},
"end": {
"line": 140,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 6089,
"end": 6151,
"loc": {
"start": {
"line": 139,
"column": 12
},
"end": {
"line": 139,
"column": 74
}
},
"expression": {
"type": "CallExpression",
"start": 6089,
"end": 6150,
"loc": {
"start": {
"line": 139,
"column": 12
},
"end": {
"line": 139,
"column": 73
}
},
"callee": {
"type": "MemberExpression",
"start": 6089,
"end": 6138,
"loc": {
"start": {
"line": 139,
"column": 12
},
"end": {
"line": 139,
"column": 61
}
},
"object": {
"type": "MemberExpression",
"start": 6089,
"end": 6131,
"loc": {
"start": {
"line": 139,
"column": 12
},
"end": {
"line": 139,
"column": 54
}
},
"object": {
"type": "MemberExpression",
"start": 6089,
"end": 6121,
"loc": {
"start": {
"line": 139,
"column": 12
},
"end": {
"line": 139,
"column": 44
}
},
"object": {
"type": "ThisExpression",
"start": 6089,
"end": 6093,
"loc": {
"start": {
"line": 139,
"column": 12
},
"end": {
"line": 139,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 6094,
"end": 6121,
"loc": {
"start": {
"line": 139,
"column": 17
},
"end": {
"line": 139,
"column": 44
},
"identifierName": "_propertiesTabButtonElement"
},
"name": "_propertiesTabButtonElement"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6122,
"end": 6131,
"loc": {
"start": {
"line": 139,
"column": 45
},
"end": {
"line": 139,
"column": 54
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6132,
"end": 6138,
"loc": {
"start": {
"line": 139,
"column": 55
},
"end": {
"line": 139,
"column": 61
},
"identifierName": "remove"
},
"name": "remove"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 6139,
"end": 6149,
"loc": {
"start": {
"line": 139,
"column": 62
},
"end": {
"line": 139,
"column": 72
}
},
"extra": {
"rawValue": "disabled",
"raw": "\"disabled\""
},
"value": "disabled"
}
]
}
}
],
"directives": []
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 6173,
"end": 6389,
"loc": {
"start": {
"line": 143,
"column": 4
},
"end": {
"line": 148,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 6173,
"end": 6180,
"loc": {
"start": {
"line": 143,
"column": 4
},
"end": {
"line": 143,
"column": 11
},
"identifierName": "destroy"
},
"name": "destroy"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 6183,
"end": 6389,
"loc": {
"start": {
"line": 143,
"column": 14
},
"end": {
"line": 148,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 6193,
"end": 6209,
"loc": {
"start": {
"line": 144,
"column": 8
},
"end": {
"line": 144,
"column": 24
}
},
"expression": {
"type": "CallExpression",
"start": 6193,
"end": 6208,
"loc": {
"start": {
"line": 144,
"column": 8
},
"end": {
"line": 144,
"column": 23
}
},
"callee": {
"type": "MemberExpression",
"start": 6193,
"end": 6206,
"loc": {
"start": {
"line": 144,
"column": 8
},
"end": {
"line": 144,
"column": 21
}
},
"object": {
"type": "Super",
"start": 6193,
"end": 6198,
"loc": {
"start": {
"line": 144,
"column": 8
},
"end": {
"line": 144,
"column": 13
}
}
},
"property": {
"type": "Identifier",
"start": 6199,
"end": 6206,
"loc": {
"start": {
"line": 144,
"column": 14
},
"end": {
"line": 144,
"column": 21
},
"identifierName": "destroy"
},
"name": "destroy"
},
"computed": false
},
"arguments": []
}
},
{
"type": "ExpressionStatement",
"start": 6218,
"end": 6261,
"loc": {
"start": {
"line": 145,
"column": 8
},
"end": {
"line": 145,
"column": 51
}
},
"expression": {
"type": "CallExpression",
"start": 6218,
"end": 6260,
"loc": {
"start": {
"line": 145,
"column": 8
},
"end": {
"line": 145,
"column": 50
}
},
"callee": {
"type": "MemberExpression",
"start": 6218,
"end": 6239,
"loc": {
"start": {
"line": 145,
"column": 8
},
"end": {
"line": 145,
"column": 29
}
},
"object": {
"type": "MemberExpression",
"start": 6218,
"end": 6235,
"loc": {
"start": {
"line": 145,
"column": 8
},
"end": {
"line": 145,
"column": 25
}
},
"object": {
"type": "MemberExpression",
"start": 6218,
"end": 6229,
"loc": {
"start": {
"line": 145,
"column": 8
},
"end": {
"line": 145,
"column": 19
}
},
"object": {
"type": "ThisExpression",
"start": 6218,
"end": 6222,
"loc": {
"start": {
"line": 145,
"column": 8
},
"end": {
"line": 145,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 6223,
"end": 6229,
"loc": {
"start": {
"line": 145,
"column": 13
},
"end": {
"line": 145,
"column": 19
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6230,
"end": 6235,
"loc": {
"start": {
"line": 145,
"column": 20
},
"end": {
"line": 145,
"column": 25
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6236,
"end": 6239,
"loc": {
"start": {
"line": 145,
"column": 26
},
"end": {
"line": 145,
"column": 29
},
"identifierName": "off"
},
"name": "off"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 6240,
"end": 6259,
"loc": {
"start": {
"line": 145,
"column": 30
},
"end": {
"line": 145,
"column": 49
}
},
"object": {
"type": "ThisExpression",
"start": 6240,
"end": 6244,
"loc": {
"start": {
"line": 145,
"column": 30
},
"end": {
"line": 145,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"start": 6245,
"end": 6259,
"loc": {
"start": {
"line": 145,
"column": 35
},
"end": {
"line": 145,
"column": 49
},
"identifierName": "_onModelLoaded"
},
"name": "_onModelLoaded"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 6270,
"end": 6315,
"loc": {
"start": {
"line": 146,
"column": 8
},
"end": {
"line": 146,
"column": 53
}
},
"expression": {
"type": "CallExpression",
"start": 6270,
"end": 6314,
"loc": {
"start": {
"line": 146,
"column": 8
},
"end": {
"line": 146,
"column": 52
}
},
"callee": {
"type": "MemberExpression",
"start": 6270,
"end": 6291,
"loc": {
"start": {
"line": 146,
"column": 8
},
"end": {
"line": 146,
"column": 29
}
},
"object": {
"type": "MemberExpression",
"start": 6270,
"end": 6287,
"loc": {
"start": {
"line": 146,
"column": 8
},
"end": {
"line": 146,
"column": 25
}
},
"object": {
"type": "MemberExpression",
"start": 6270,
"end": 6281,
"loc": {
"start": {
"line": 146,
"column": 8
},
"end": {
"line": 146,
"column": 19
}
},
"object": {
"type": "ThisExpression",
"start": 6270,
"end": 6274,
"loc": {
"start": {
"line": 146,
"column": 8
},
"end": {
"line": 146,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 6275,
"end": 6281,
"loc": {
"start": {
"line": 146,
"column": 13
},
"end": {
"line": 146,
"column": 19
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6282,
"end": 6287,
"loc": {
"start": {
"line": 146,
"column": 20
},
"end": {
"line": 146,
"column": 25
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6288,
"end": 6291,
"loc": {
"start": {
"line": 146,
"column": 26
},
"end": {
"line": 146,
"column": 29
},
"identifierName": "off"
},
"name": "off"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 6292,
"end": 6313,
"loc": {
"start": {
"line": 146,
"column": 30
},
"end": {
"line": 146,
"column": 51
}
},
"object": {
"type": "ThisExpression",
"start": 6292,
"end": 6296,
"loc": {
"start": {
"line": 146,
"column": 30
},
"end": {
"line": 146,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"start": 6297,
"end": 6313,
"loc": {
"start": {
"line": 146,
"column": 35
},
"end": {
"line": 146,
"column": 51
},
"identifierName": "_onModelUnloaded"
},
"name": "_onModelUnloaded"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 6324,
"end": 6383,
"loc": {
"start": {
"line": 147,
"column": 8
},
"end": {
"line": 147,
"column": 67
}
},
"expression": {
"type": "CallExpression",
"start": 6324,
"end": 6382,
"loc": {
"start": {
"line": 147,
"column": 8
},
"end": {
"line": 147,
"column": 66
}
},
"callee": {
"type": "MemberExpression",
"start": 6324,
"end": 6352,
"loc": {
"start": {
"line": 147,
"column": 8
},
"end": {
"line": 147,
"column": 36
}
},
"object": {
"type": "Identifier",
"start": 6324,
"end": 6332,
"loc": {
"start": {
"line": 147,
"column": 8
},
"end": {
"line": 147,
"column": 16
},
"identifierName": "document"
},
"name": "document"
},
"property": {
"type": "Identifier",
"start": 6333,
"end": 6352,
"loc": {
"start": {
"line": 147,
"column": 17
},
"end": {
"line": 147,
"column": 36
},
"identifierName": "removeEventListener"
},
"name": "removeEventListener"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 6353,
"end": 6360,
"loc": {
"start": {
"line": 147,
"column": 37
},
"end": {
"line": 147,
"column": 44
}
},
"extra": {
"rawValue": "click",
"raw": "'click'"
},
"value": "click"
},
{
"type": "MemberExpression",
"start": 6362,
"end": 6381,
"loc": {
"start": {
"line": 147,
"column": 46
},
"end": {
"line": 147,
"column": 65
}
},
"object": {
"type": "ThisExpression",
"start": 6362,
"end": 6366,
"loc": {
"start": {
"line": 147,
"column": 46
},
"end": {
"line": 147,
"column": 50
}
}
},
"property": {
"type": "Identifier",
"start": 6367,
"end": 6381,
"loc": {
"start": {
"line": 147,
"column": 51
},
"end": {
"line": 147,
"column": 65
},
"identifierName": "_clickListener"
},
"name": "_clickListener"
},
"computed": false
}
]
}
}
],
"directives": []
}
}
]
},
"leadingComments": [],
"name": "_",
"trailingComments": []
},
{
"type": "FunctionDeclaration",
"start": 6393,
"end": 6526,
"loc": {
"start": {
"line": 151,
"column": 0
},
"end": {
"line": 156,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 6402,
"end": 6421,
"loc": {
"start": {
"line": 151,
"column": 9
},
"end": {
"line": 151,
"column": 28
},
"identifierName": "capitalizeFirstChar"
},
"name": "capitalizeFirstChar"
},
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 6422,
"end": 6425,
"loc": {
"start": {
"line": 151,
"column": 29
},
"end": {
"line": 151,
"column": 32
},
"identifierName": "str"
},
"name": "str"
}
],
"body": {
"type": "BlockStatement",
"start": 6427,
"end": 6526,
"loc": {
"start": {
"line": 151,
"column": 34
},
"end": {
"line": 156,
"column": 1
}
},
"body": [
{
"type": "IfStatement",
"start": 6433,
"end": 6470,
"loc": {
"start": {
"line": 152,
"column": 4
},
"end": {
"line": 154,
"column": 5
}
},
"test": {
"type": "UnaryExpression",
"start": 6437,
"end": 6441,
"loc": {
"start": {
"line": 152,
"column": 8
},
"end": {
"line": 152,
"column": 12
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 6438,
"end": 6441,
"loc": {
"start": {
"line": 152,
"column": 9
},
"end": {
"line": 152,
"column": 12
},
"identifierName": "str"
},
"name": "str"
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 6443,
"end": 6470,
"loc": {
"start": {
"line": 152,
"column": 14
},
"end": {
"line": 154,
"column": 5
}
},
"body": [
{
"type": "ReturnStatement",
"start": 6453,
"end": 6464,
"loc": {
"start": {
"line": 153,
"column": 8
},
"end": {
"line": 153,
"column": 19
}
},
"argument": {
"type": "Identifier",
"start": 6460,
"end": 6463,
"loc": {
"start": {
"line": 153,
"column": 15
},
"end": {
"line": 153,
"column": 18
},
"identifierName": "str"
},
"name": "str"
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ReturnStatement",
"start": 6474,
"end": 6524,
"loc": {
"start": {
"line": 155,
"column": 3
},
"end": {
"line": 155,
"column": 53
}
},
"argument": {
"type": "BinaryExpression",
"start": 6481,
"end": 6523,
"loc": {
"start": {
"line": 155,
"column": 10
},
"end": {
"line": 155,
"column": 52
}
},
"left": {
"type": "CallExpression",
"start": 6481,
"end": 6508,
"loc": {
"start": {
"line": 155,
"column": 10
},
"end": {
"line": 155,
"column": 37
}
},
"callee": {
"type": "MemberExpression",
"start": 6481,
"end": 6506,
"loc": {
"start": {
"line": 155,
"column": 10
},
"end": {
"line": 155,
"column": 35
}
},
"object": {
"type": "CallExpression",
"start": 6481,
"end": 6494,
"loc": {
"start": {
"line": 155,
"column": 10
},
"end": {
"line": 155,
"column": 23
}
},
"callee": {
"type": "MemberExpression",
"start": 6481,
"end": 6491,
"loc": {
"start": {
"line": 155,
"column": 10
},
"end": {
"line": 155,
"column": 20
}
},
"object": {
"type": "Identifier",
"start": 6481,
"end": 6484,
"loc": {
"start": {
"line": 155,
"column": 10
},
"end": {
"line": 155,
"column": 13
},
"identifierName": "str"
},
"name": "str"
},
"property": {
"type": "Identifier",
"start": 6485,
"end": 6491,
"loc": {
"start": {
"line": 155,
"column": 14
},
"end": {
"line": 155,
"column": 20
},
"identifierName": "charAt"
},
"name": "charAt"
},
"computed": false
},
"arguments": [
{
"type": "NumericLiteral",
"start": 6492,
"end": 6493,
"loc": {
"start": {
"line": 155,
"column": 21
},
"end": {
"line": 155,
"column": 22
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
]
},
"property": {
"type": "Identifier",
"start": 6495,
"end": 6506,
"loc": {
"start": {
"line": 155,
"column": 24
},
"end": {
"line": 155,
"column": 35
},
"identifierName": "toUpperCase"
},
"name": "toUpperCase"
},
"computed": false
},
"arguments": []
},
"operator": "+",
"right": {
"type": "CallExpression",
"start": 6511,
"end": 6523,
"loc": {
"start": {
"line": 155,
"column": 40
},
"end": {
"line": 155,
"column": 52
}
},
"callee": {
"type": "MemberExpression",
"start": 6511,
"end": 6520,
"loc": {
"start": {
"line": 155,
"column": 40
},
"end": {
"line": 155,
"column": 49
}
},
"object": {
"type": "Identifier",
"start": 6511,
"end": 6514,
"loc": {
"start": {
"line": 155,
"column": 40
},
"end": {
"line": 155,
"column": 43
},
"identifierName": "str"
},
"name": "str"
},
"property": {
"type": "Identifier",
"start": 6515,
"end": 6520,
"loc": {
"start": {
"line": 155,
"column": 44
},
"end": {
"line": 155,
"column": 49
},
"identifierName": "slice"
},
"name": "slice"
},
"computed": false
},
"arguments": [
{
"type": "NumericLiteral",
"start": 6521,
"end": 6522,
"loc": {
"start": {
"line": 155,
"column": 50
},
"end": {
"line": 155,
"column": 51
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
}
]
}
}
}
],
"directives": []
}
},
{
"type": "ExportNamedDeclaration",
"start": 6528,
"end": 6557,
"loc": {
"start": {
"line": 158,
"column": 0
},
"end": {
"line": 158,
"column": 29
}
},
"declaration": null,
"specifiers": [
{
"type": "ExportSpecifier",
"start": 6536,
"end": 6555,
"loc": {
"start": {
"line": 158,
"column": 8
},
"end": {
"line": 158,
"column": 27
}
},
"local": {
"type": "Identifier",
"start": 6536,
"end": 6555,
"loc": {
"start": {
"line": 158,
"column": 8
},
"end": {
"line": 158,
"column": 27
},
"identifierName": "PropertiesInspector"
},
"name": "PropertiesInspector"
},
"exported": {
"type": "Identifier",
"start": 6536,
"end": 6555,
"loc": {
"start": {
"line": 158,
"column": 8
},
"end": {
"line": 158,
"column": 27
},
"identifierName": "PropertiesInspector"
},
"name": "PropertiesInspector"
}
}
],
"source": null
},
{
"type": "ExportNamedDeclaration",
"start": 6528,
"end": 6557,
"loc": {
"start": {
"line": 158,
"column": 0
},
"end": {
"line": 158,
"column": 29
}
},
"declaration": {
"type": "ClassDeclaration",
"start": 62,
"end": 6391,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 149,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 68,
"end": 87,
"loc": {
"start": {
"line": 4,
"column": 6
},
"end": {
"line": 4,
"column": 25
},
"identifierName": "PropertiesInspector"
},
"name": "PropertiesInspector",
"leadingComments": null
},
"superClass": {
"type": "Identifier",
"start": 96,
"end": 106,
"loc": {
"start": {
"line": 4,
"column": 34
},
"end": {
"line": 4,
"column": 44
},
"identifierName": "Controller"
},
"name": "Controller"
},
"body": {
"type": "ClassBody",
"start": 107,
"end": 6391,
"loc": {
"start": {
"line": 4,
"column": 45
},
"end": {
"line": 149,
"column": 1
}
},
"body": [
{
"type": "ClassMethod",
"start": 114,
"end": 1809,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 57,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 114,
"end": 125,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 6,
"column": 15
},
"identifierName": "constructor"
},
"name": "constructor"
},
"kind": "constructor",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 126,
"end": 132,
"loc": {
"start": {
"line": 6,
"column": 16
},
"end": {
"line": 6,
"column": 22
},
"identifierName": "parent"
},
"name": "parent"
},
{
"type": "AssignmentPattern",
"start": 134,
"end": 142,
"loc": {
"start": {
"line": 6,
"column": 24
},
"end": {
"line": 6,
"column": 32
}
},
"left": {
"type": "Identifier",
"start": 134,
"end": 137,
"loc": {
"start": {
"line": 6,
"column": 24
},
"end": {
"line": 6,
"column": 27
},
"identifierName": "cfg"
},
"name": "cfg"
},
"right": {
"type": "ObjectExpression",
"start": 140,
"end": 142,
"loc": {
"start": {
"line": 6,
"column": 30
},
"end": {
"line": 6,
"column": 32
}
},
"properties": []
}
}
],
"body": {
"type": "BlockStatement",
"start": 144,
"end": 1809,
"loc": {
"start": {
"line": 6,
"column": 34
},
"end": {
"line": 57,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 155,
"end": 169,
"loc": {
"start": {
"line": 8,
"column": 8
},
"end": {
"line": 8,
"column": 22
}
},
"expression": {
"type": "CallExpression",
"start": 155,
"end": 168,
"loc": {
"start": {
"line": 8,
"column": 8
},
"end": {
"line": 8,
"column": 21
}
},
"callee": {
"type": "Super",
"start": 155,
"end": 160,
"loc": {
"start": {
"line": 8,
"column": 8
},
"end": {
"line": 8,
"column": 13
}
}
},
"arguments": [
{
"type": "Identifier",
"start": 161,
"end": 167,
"loc": {
"start": {
"line": 8,
"column": 14
},
"end": {
"line": 8,
"column": 20
},
"identifierName": "parent"
},
"name": "parent"
}
]
}
},
{
"type": "IfStatement",
"start": 179,
"end": 279,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 12,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 183,
"end": 208,
"loc": {
"start": {
"line": 10,
"column": 12
},
"end": {
"line": 10,
"column": 37
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 184,
"end": 208,
"loc": {
"start": {
"line": 10,
"column": 13
},
"end": {
"line": 10,
"column": 37
}
},
"object": {
"type": "Identifier",
"start": 184,
"end": 187,
"loc": {
"start": {
"line": 10,
"column": 13
},
"end": {
"line": 10,
"column": 16
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 188,
"end": 208,
"loc": {
"start": {
"line": 10,
"column": 17
},
"end": {
"line": 10,
"column": 37
},
"identifierName": "propertiesTabElement"
},
"name": "propertiesTabElement"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 210,
"end": 279,
"loc": {
"start": {
"line": 10,
"column": 39
},
"end": {
"line": 12,
"column": 9
}
},
"body": [
{
"type": "ThrowStatement",
"start": 224,
"end": 269,
"loc": {
"start": {
"line": 11,
"column": 12
},
"end": {
"line": 11,
"column": 57
}
},
"argument": {
"type": "StringLiteral",
"start": 230,
"end": 268,
"loc": {
"start": {
"line": 11,
"column": 18
},
"end": {
"line": 11,
"column": 56
}
},
"extra": {
"rawValue": "Missing config: propertiesTabElement",
"raw": "\"Missing config: propertiesTabElement\""
},
"value": "Missing config: propertiesTabElement"
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "IfStatement",
"start": 289,
"end": 383,
"loc": {
"start": {
"line": 14,
"column": 8
},
"end": {
"line": 16,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 293,
"end": 315,
"loc": {
"start": {
"line": 14,
"column": 12
},
"end": {
"line": 14,
"column": 34
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 294,
"end": 315,
"loc": {
"start": {
"line": 14,
"column": 13
},
"end": {
"line": 14,
"column": 34
}
},
"object": {
"type": "Identifier",
"start": 294,
"end": 297,
"loc": {
"start": {
"line": 14,
"column": 13
},
"end": {
"line": 14,
"column": 16
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 298,
"end": 315,
"loc": {
"start": {
"line": 14,
"column": 17
},
"end": {
"line": 14,
"column": 34
},
"identifierName": "propertiesElement"
},
"name": "propertiesElement"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 317,
"end": 383,
"loc": {
"start": {
"line": 14,
"column": 36
},
"end": {
"line": 16,
"column": 9
}
},
"body": [
{
"type": "ThrowStatement",
"start": 331,
"end": 373,
"loc": {
"start": {
"line": 15,
"column": 12
},
"end": {
"line": 15,
"column": 54
}
},
"argument": {
"type": "StringLiteral",
"start": 337,
"end": 372,
"loc": {
"start": {
"line": 15,
"column": 18
},
"end": {
"line": 15,
"column": 53
}
},
"extra": {
"rawValue": "Missing config: propertiesElement",
"raw": "\"Missing config: propertiesElement\""
},
"value": "Missing config: propertiesElement"
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 393,
"end": 417,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 32
}
},
"expression": {
"type": "AssignmentExpression",
"start": 393,
"end": 416,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 31
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 393,
"end": 409,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 24
}
},
"object": {
"type": "ThisExpression",
"start": 393,
"end": 397,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 398,
"end": 409,
"loc": {
"start": {
"line": 18,
"column": 13
},
"end": {
"line": 18,
"column": 24
},
"identifierName": "_metaObject"
},
"name": "_metaObject"
},
"computed": false
},
"right": {
"type": "NullLiteral",
"start": 412,
"end": 416,
"loc": {
"start": {
"line": 18,
"column": 27
},
"end": {
"line": 18,
"column": 31
}
}
}
}
},
{
"type": "ExpressionStatement",
"start": 427,
"end": 481,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 62
}
},
"expression": {
"type": "AssignmentExpression",
"start": 427,
"end": 480,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 61
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 427,
"end": 453,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 34
}
},
"object": {
"type": "ThisExpression",
"start": 427,
"end": 431,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 432,
"end": 453,
"loc": {
"start": {
"line": 20,
"column": 13
},
"end": {
"line": 20,
"column": 34
},
"identifierName": "_propertiesTabElement"
},
"name": "_propertiesTabElement"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 456,
"end": 480,
"loc": {
"start": {
"line": 20,
"column": 37
},
"end": {
"line": 20,
"column": 61
}
},
"object": {
"type": "Identifier",
"start": 456,
"end": 459,
"loc": {
"start": {
"line": 20,
"column": 37
},
"end": {
"line": 20,
"column": 40
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 460,
"end": 480,
"loc": {
"start": {
"line": 20,
"column": 41
},
"end": {
"line": 20,
"column": 61
},
"identifierName": "propertiesTabElement"
},
"name": "propertiesTabElement"
},
"computed": false
}
}
},
{
"type": "ExpressionStatement",
"start": 490,
"end": 538,
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 56
}
},
"expression": {
"type": "AssignmentExpression",
"start": 490,
"end": 537,
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 55
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 490,
"end": 513,
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 31
}
},
"object": {
"type": "ThisExpression",
"start": 490,
"end": 494,
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 495,
"end": 513,
"loc": {
"start": {
"line": 21,
"column": 13
},
"end": {
"line": 21,
"column": 31
},
"identifierName": "_propertiesElement"
},
"name": "_propertiesElement"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 516,
"end": 537,
"loc": {
"start": {
"line": 21,
"column": 34
},
"end": {
"line": 21,
"column": 55
}
},
"object": {
"type": "Identifier",
"start": 516,
"end": 519,
"loc": {
"start": {
"line": 21,
"column": 34
},
"end": {
"line": 21,
"column": 37
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 520,
"end": 537,
"loc": {
"start": {
"line": 21,
"column": 38
},
"end": {
"line": 21,
"column": 55
},
"identifierName": "propertiesElement"
},
"name": "propertiesElement"
},
"computed": false
}
}
},
{
"type": "ExpressionStatement",
"start": 547,
"end": 642,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 103
}
},
"expression": {
"type": "AssignmentExpression",
"start": 547,
"end": 641,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 102
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 547,
"end": 579,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 40
}
},
"object": {
"type": "ThisExpression",
"start": 547,
"end": 551,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 552,
"end": 579,
"loc": {
"start": {
"line": 22,
"column": 13
},
"end": {
"line": 22,
"column": 40
},
"identifierName": "_propertiesTabButtonElement"
},
"name": "_propertiesTabButtonElement"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 582,
"end": 641,
"loc": {
"start": {
"line": 22,
"column": 43
},
"end": {
"line": 22,
"column": 102
}
},
"callee": {
"type": "MemberExpression",
"start": 582,
"end": 622,
"loc": {
"start": {
"line": 22,
"column": 43
},
"end": {
"line": 22,
"column": 83
}
},
"object": {
"type": "MemberExpression",
"start": 582,
"end": 608,
"loc": {
"start": {
"line": 22,
"column": 43
},
"end": {
"line": 22,
"column": 69
}
},
"object": {
"type": "ThisExpression",
"start": 582,
"end": 586,
"loc": {
"start": {
"line": 22,
"column": 43
},
"end": {
"line": 22,
"column": 47
}
}
},
"property": {
"type": "Identifier",
"start": 587,
"end": 608,
"loc": {
"start": {
"line": 22,
"column": 48
},
"end": {
"line": 22,
"column": 69
},
"identifierName": "_propertiesTabElement"
},
"name": "_propertiesTabElement"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 609,
"end": 622,
"loc": {
"start": {
"line": 22,
"column": 70
},
"end": {
"line": 22,
"column": 83
},
"identifierName": "querySelector"
},
"name": "querySelector"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 623,
"end": 640,
"loc": {
"start": {
"line": 22,
"column": 84
},
"end": {
"line": 22,
"column": 101
}
},
"extra": {
"rawValue": ".xeokit-tab-btn",
"raw": "\".xeokit-tab-btn\""
},
"value": ".xeokit-tab-btn"
}
]
}
}
},
{
"type": "IfStatement",
"start": 652,
"end": 760,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 26,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 656,
"end": 689,
"loc": {
"start": {
"line": 24,
"column": 12
},
"end": {
"line": 24,
"column": 45
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 657,
"end": 689,
"loc": {
"start": {
"line": 24,
"column": 13
},
"end": {
"line": 24,
"column": 45
}
},
"object": {
"type": "ThisExpression",
"start": 657,
"end": 661,
"loc": {
"start": {
"line": 24,
"column": 13
},
"end": {
"line": 24,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"start": 662,
"end": 689,
"loc": {
"start": {
"line": 24,
"column": 18
},
"end": {
"line": 24,
"column": 45
},
"identifierName": "_propertiesTabButtonElement"
},
"name": "_propertiesTabButtonElement"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 691,
"end": 760,
"loc": {
"start": {
"line": 24,
"column": 47
},
"end": {
"line": 26,
"column": 9
}
},
"body": [
{
"type": "ThrowStatement",
"start": 705,
"end": 750,
"loc": {
"start": {
"line": 25,
"column": 12
},
"end": {
"line": 25,
"column": 57
}
},
"argument": {
"type": "StringLiteral",
"start": 711,
"end": 749,
"loc": {
"start": {
"line": 25,
"column": 18
},
"end": {
"line": 25,
"column": 56
}
},
"extra": {
"rawValue": "Missing DOM element: ,xeokit-tab-btn",
"raw": "\"Missing DOM element: ,xeokit-tab-btn\""
},
"value": "Missing DOM element: ,xeokit-tab-btn"
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 770,
"end": 1211,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 38,
"column": 11
}
},
"expression": {
"type": "AssignmentExpression",
"start": 770,
"end": 1210,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 38,
"column": 10
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 770,
"end": 791,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 29
}
},
"object": {
"type": "ThisExpression",
"start": 770,
"end": 774,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 775,
"end": 791,
"loc": {
"start": {
"line": 28,
"column": 13
},
"end": {
"line": 28,
"column": 29
},
"identifierName": "_onModelUnloaded"
},
"name": "_onModelUnloaded"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 794,
"end": 1210,
"loc": {
"start": {
"line": 28,
"column": 32
},
"end": {
"line": 38,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 794,
"end": 814,
"loc": {
"start": {
"line": 28,
"column": 32
},
"end": {
"line": 28,
"column": 52
}
},
"object": {
"type": "MemberExpression",
"start": 794,
"end": 811,
"loc": {
"start": {
"line": 28,
"column": 32
},
"end": {
"line": 28,
"column": 49
}
},
"object": {
"type": "MemberExpression",
"start": 794,
"end": 805,
"loc": {
"start": {
"line": 28,
"column": 32
},
"end": {
"line": 28,
"column": 43
}
},
"object": {
"type": "ThisExpression",
"start": 794,
"end": 798,
"loc": {
"start": {
"line": 28,
"column": 32
},
"end": {
"line": 28,
"column": 36
}
}
},
"property": {
"type": "Identifier",
"start": 799,
"end": 805,
"loc": {
"start": {
"line": 28,
"column": 37
},
"end": {
"line": 28,
"column": 43
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 806,
"end": 811,
"loc": {
"start": {
"line": 28,
"column": 44
},
"end": {
"line": 28,
"column": 49
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 812,
"end": 814,
"loc": {
"start": {
"line": 28,
"column": 50
},
"end": {
"line": 28,
"column": 52
},
"identifierName": "on"
},
"name": "on"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 815,
"end": 830,
"loc": {
"start": {
"line": 28,
"column": 53
},
"end": {
"line": 28,
"column": 68
}
},
"extra": {
"rawValue": "modelUnloaded",
"raw": "\"modelUnloaded\""
},
"value": "modelUnloaded"
},
{
"type": "ArrowFunctionExpression",
"start": 832,
"end": 1209,
"loc": {
"start": {
"line": 28,
"column": 70
},
"end": {
"line": 38,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 833,
"end": 840,
"loc": {
"start": {
"line": 28,
"column": 71
},
"end": {
"line": 28,
"column": 78
},
"identifierName": "modelId"
},
"name": "modelId"
}
],
"body": {
"type": "BlockStatement",
"start": 845,
"end": 1209,
"loc": {
"start": {
"line": 28,
"column": 83
},
"end": {
"line": 38,
"column": 9
}
},
"body": [
{
"type": "IfStatement",
"start": 859,
"end": 1199,
"loc": {
"start": {
"line": 29,
"column": 12
},
"end": {
"line": 37,
"column": 13
}
},
"test": {
"type": "MemberExpression",
"start": 863,
"end": 879,
"loc": {
"start": {
"line": 29,
"column": 16
},
"end": {
"line": 29,
"column": 32
}
},
"object": {
"type": "ThisExpression",
"start": 863,
"end": 867,
"loc": {
"start": {
"line": 29,
"column": 16
},
"end": {
"line": 29,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"start": 868,
"end": 879,
"loc": {
"start": {
"line": 29,
"column": 21
},
"end": {
"line": 29,
"column": 32
},
"identifierName": "_metaObject"
},
"name": "_metaObject"
},
"computed": false
},
"consequent": {
"type": "BlockStatement",
"start": 881,
"end": 1199,
"loc": {
"start": {
"line": 29,
"column": 34
},
"end": {
"line": 37,
"column": 13
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 899,
"end": 946,
"loc": {
"start": {
"line": 30,
"column": 16
},
"end": {
"line": 30,
"column": 63
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 905,
"end": 945,
"loc": {
"start": {
"line": 30,
"column": 22
},
"end": {
"line": 30,
"column": 62
}
},
"id": {
"type": "Identifier",
"start": 905,
"end": 915,
"loc": {
"start": {
"line": 30,
"column": 22
},
"end": {
"line": 30,
"column": 32
},
"identifierName": "metaModels"
},
"name": "metaModels"
},
"init": {
"type": "MemberExpression",
"start": 918,
"end": 945,
"loc": {
"start": {
"line": 30,
"column": 35
},
"end": {
"line": 30,
"column": 62
}
},
"object": {
"type": "MemberExpression",
"start": 918,
"end": 934,
"loc": {
"start": {
"line": 30,
"column": 35
},
"end": {
"line": 30,
"column": 51
}
},
"object": {
"type": "ThisExpression",
"start": 918,
"end": 922,
"loc": {
"start": {
"line": 30,
"column": 35
},
"end": {
"line": 30,
"column": 39
}
}
},
"property": {
"type": "Identifier",
"start": 923,
"end": 934,
"loc": {
"start": {
"line": 30,
"column": 40
},
"end": {
"line": 30,
"column": 51
},
"identifierName": "_metaObject"
},
"name": "_metaObject"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 935,
"end": 945,
"loc": {
"start": {
"line": 30,
"column": 52
},
"end": {
"line": 30,
"column": 62
},
"identifierName": "metaModels"
},
"name": "metaModels"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "ForStatement",
"start": 963,
"end": 1185,
"loc": {
"start": {
"line": 31,
"column": 16
},
"end": {
"line": 36,
"column": 17
}
},
"init": {
"type": "VariableDeclaration",
"start": 968,
"end": 1002,
"loc": {
"start": {
"line": 31,
"column": 21
},
"end": {
"line": 31,
"column": 55
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 972,
"end": 977,
"loc": {
"start": {
"line": 31,
"column": 25
},
"end": {
"line": 31,
"column": 30
}
},
"id": {
"type": "Identifier",
"start": 972,
"end": 973,
"loc": {
"start": {
"line": 31,
"column": 25
},
"end": {
"line": 31,
"column": 26
},
"identifierName": "i"
},
"name": "i"
},
"init": {
"type": "NumericLiteral",
"start": 976,
"end": 977,
"loc": {
"start": {
"line": 31,
"column": 29
},
"end": {
"line": 31,
"column": 30
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
},
{
"type": "VariableDeclarator",
"start": 979,
"end": 1002,
"loc": {
"start": {
"line": 31,
"column": 32
},
"end": {
"line": 31,
"column": 55
}
},
"id": {
"type": "Identifier",
"start": 979,
"end": 982,
"loc": {
"start": {
"line": 31,
"column": 32
},
"end": {
"line": 31,
"column": 35
},
"identifierName": "len"
},
"name": "len"
},
"init": {
"type": "MemberExpression",
"start": 985,
"end": 1002,
"loc": {
"start": {
"line": 31,
"column": 38
},
"end": {
"line": 31,
"column": 55
}
},
"object": {
"type": "Identifier",
"start": 985,
"end": 995,
"loc": {
"start": {
"line": 31,
"column": 38
},
"end": {
"line": 31,
"column": 48
},
"identifierName": "metaModels"
},
"name": "metaModels"
},
"property": {
"type": "Identifier",
"start": 996,
"end": 1002,
"loc": {
"start": {
"line": 31,
"column": 49
},
"end": {
"line": 31,
"column": 55
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
}
}
],
"kind": "let"
},
"test": {
"type": "BinaryExpression",
"start": 1004,
"end": 1011,
"loc": {
"start": {
"line": 31,
"column": 57
},
"end": {
"line": 31,
"column": 64
}
},
"left": {
"type": "Identifier",
"start": 1004,
"end": 1005,
"loc": {
"start": {
"line": 31,
"column": 57
},
"end": {
"line": 31,
"column": 58
},
"identifierName": "i"
},
"name": "i"
},
"operator": "<",
"right": {
"type": "Identifier",
"start": 1008,
"end": 1011,
"loc": {
"start": {
"line": 31,
"column": 61
},
"end": {
"line": 31,
"column": 64
},
"identifierName": "len"
},
"name": "len"
}
},
"update": {
"type": "UpdateExpression",
"start": 1013,
"end": 1016,
"loc": {
"start": {
"line": 31,
"column": 66
},
"end": {
"line": 31,
"column": 69
}
},
"operator": "++",
"prefix": false,
"argument": {
"type": "Identifier",
"start": 1013,
"end": 1014,
"loc": {
"start": {
"line": 31,
"column": 66
},
"end": {
"line": 31,
"column": 67
},
"identifierName": "i"
},
"name": "i"
}
},
"body": {
"type": "BlockStatement",
"start": 1018,
"end": 1185,
"loc": {
"start": {
"line": 31,
"column": 71
},
"end": {
"line": 36,
"column": 17
}
},
"body": [
{
"type": "IfStatement",
"start": 1040,
"end": 1167,
"loc": {
"start": {
"line": 32,
"column": 20
},
"end": {
"line": 35,
"column": 21
}
},
"test": {
"type": "BinaryExpression",
"start": 1044,
"end": 1072,
"loc": {
"start": {
"line": 32,
"column": 24
},
"end": {
"line": 32,
"column": 52
}
},
"left": {
"type": "MemberExpression",
"start": 1044,
"end": 1060,
"loc": {
"start": {
"line": 32,
"column": 24
},
"end": {
"line": 32,
"column": 40
}
},
"object": {
"type": "MemberExpression",
"start": 1044,
"end": 1057,
"loc": {
"start": {
"line": 32,
"column": 24
},
"end": {
"line": 32,
"column": 37
}
},
"object": {
"type": "Identifier",
"start": 1044,
"end": 1054,
"loc": {
"start": {
"line": 32,
"column": 24
},
"end": {
"line": 32,
"column": 34
},
"identifierName": "metaModels"
},
"name": "metaModels"
},
"property": {
"type": "Identifier",
"start": 1055,
"end": 1056,
"loc": {
"start": {
"line": 32,
"column": 35
},
"end": {
"line": 32,
"column": 36
},
"identifierName": "i"
},
"name": "i"
},
"computed": true
},
"property": {
"type": "Identifier",
"start": 1058,
"end": 1060,
"loc": {
"start": {
"line": 32,
"column": 38
},
"end": {
"line": 32,
"column": 40
},
"identifierName": "id"
},
"name": "id"
},
"computed": false
},
"operator": "===",
"right": {
"type": "Identifier",
"start": 1065,
"end": 1072,
"loc": {
"start": {
"line": 32,
"column": 45
},
"end": {
"line": 32,
"column": 52
},
"identifierName": "modelId"
},
"name": "modelId"
}
},
"consequent": {
"type": "BlockStatement",
"start": 1074,
"end": 1167,
"loc": {
"start": {
"line": 32,
"column": 54
},
"end": {
"line": 35,
"column": 21
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1100,
"end": 1113,
"loc": {
"start": {
"line": 33,
"column": 24
},
"end": {
"line": 33,
"column": 37
}
},
"expression": {
"type": "CallExpression",
"start": 1100,
"end": 1112,
"loc": {
"start": {
"line": 33,
"column": 24
},
"end": {
"line": 33,
"column": 36
}
},
"callee": {
"type": "MemberExpression",
"start": 1100,
"end": 1110,
"loc": {
"start": {
"line": 33,
"column": 24
},
"end": {
"line": 33,
"column": 34
}
},
"object": {
"type": "ThisExpression",
"start": 1100,
"end": 1104,
"loc": {
"start": {
"line": 33,
"column": 24
},
"end": {
"line": 33,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"start": 1105,
"end": 1110,
"loc": {
"start": {
"line": 33,
"column": 29
},
"end": {
"line": 33,
"column": 34
},
"identifierName": "clear"
},
"name": "clear"
},
"computed": false
},
"arguments": []
}
},
{
"type": "ReturnStatement",
"start": 1138,
"end": 1145,
"loc": {
"start": {
"line": 34,
"column": 24
},
"end": {
"line": 34,
"column": 31
}
},
"argument": null
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
}
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
}
}
]
}
}
},
{
"type": "ExpressionStatement",
"start": 1221,
"end": 1293,
"loc": {
"start": {
"line": 40,
"column": 8
},
"end": {
"line": 42,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 1221,
"end": 1292,
"loc": {
"start": {
"line": 40,
"column": 8
},
"end": {
"line": 42,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 1221,
"end": 1238,
"loc": {
"start": {
"line": 40,
"column": 8
},
"end": {
"line": 40,
"column": 25
}
},
"object": {
"type": "MemberExpression",
"start": 1221,
"end": 1235,
"loc": {
"start": {
"line": 40,
"column": 8
},
"end": {
"line": 40,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 1221,
"end": 1225,
"loc": {
"start": {
"line": 40,
"column": 8
},
"end": {
"line": 40,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1226,
"end": 1235,
"loc": {
"start": {
"line": 40,
"column": 13
},
"end": {
"line": 40,
"column": 22
},
"identifierName": "bimViewer"
},
"name": "bimViewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1236,
"end": 1238,
"loc": {
"start": {
"line": 40,
"column": 23
},
"end": {
"line": 40,
"column": 25
},
"identifierName": "on"
},
"name": "on"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1239,
"end": 1246,
"loc": {
"start": {
"line": 40,
"column": 26
},
"end": {
"line": 40,
"column": 33
}
},
"extra": {
"rawValue": "reset",
"raw": "\"reset\""
},
"value": "reset"
},
{
"type": "ArrowFunctionExpression",
"start": 1248,
"end": 1291,
"loc": {
"start": {
"line": 40,
"column": 35
},
"end": {
"line": 42,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 1254,
"end": 1291,
"loc": {
"start": {
"line": 40,
"column": 41
},
"end": {
"line": 42,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1268,
"end": 1281,
"loc": {
"start": {
"line": 41,
"column": 12
},
"end": {
"line": 41,
"column": 25
}
},
"expression": {
"type": "CallExpression",
"start": 1268,
"end": 1280,
"loc": {
"start": {
"line": 41,
"column": 12
},
"end": {
"line": 41,
"column": 24
}
},
"callee": {
"type": "MemberExpression",
"start": 1268,
"end": 1278,
"loc": {
"start": {
"line": 41,
"column": 12
},
"end": {
"line": 41,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 1268,
"end": 1272,
"loc": {
"start": {
"line": 41,
"column": 12
},
"end": {
"line": 41,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 1273,
"end": 1278,
"loc": {
"start": {
"line": 41,
"column": 17
},
"end": {
"line": 41,
"column": 22
},
"identifierName": "clear"
},
"name": "clear"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1303,
"end": 1780,
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 54,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 1303,
"end": 1779,
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 54,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 1303,
"end": 1328,
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 44,
"column": 33
}
},
"object": {
"type": "Identifier",
"start": 1303,
"end": 1311,
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 44,
"column": 16
},
"identifierName": "document"
},
"name": "document"
},
"property": {
"type": "Identifier",
"start": 1312,
"end": 1328,
"loc": {
"start": {
"line": 44,
"column": 17
},
"end": {
"line": 44,
"column": 33
},
"identifierName": "addEventListener"
},
"name": "addEventListener"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1329,
"end": 1336,
"loc": {
"start": {
"line": 44,
"column": 34
},
"end": {
"line": 44,
"column": 41
}
},
"extra": {
"rawValue": "click",
"raw": "'click'"
},
"value": "click"
},
{
"type": "AssignmentExpression",
"start": 1338,
"end": 1778,
"loc": {
"start": {
"line": 44,
"column": 43
},
"end": {
"line": 54,
"column": 9
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1338,
"end": 1357,
"loc": {
"start": {
"line": 44,
"column": 43
},
"end": {
"line": 44,
"column": 62
}
},
"object": {
"type": "ThisExpression",
"start": 1338,
"end": 1342,
"loc": {
"start": {
"line": 44,
"column": 43
},
"end": {
"line": 44,
"column": 47
}
}
},
"property": {
"type": "Identifier",
"start": 1343,
"end": 1357,
"loc": {
"start": {
"line": 44,
"column": 48
},
"end": {
"line": 44,
"column": 62
},
"identifierName": "_clickListener"
},
"name": "_clickListener"
},
"computed": false
},
"right": {
"type": "ArrowFunctionExpression",
"start": 1360,
"end": 1778,
"loc": {
"start": {
"line": 44,
"column": 65
},
"end": {
"line": 54,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1361,
"end": 1362,
"loc": {
"start": {
"line": 44,
"column": 66
},
"end": {
"line": 44,
"column": 67
},
"identifierName": "e"
},
"name": "e"
}
],
"body": {
"type": "BlockStatement",
"start": 1367,
"end": 1778,
"loc": {
"start": {
"line": 44,
"column": 72
},
"end": {
"line": 54,
"column": 9
}
},
"body": [
{
"type": "IfStatement",
"start": 1381,
"end": 1768,
"loc": {
"start": {
"line": 45,
"column": 12
},
"end": {
"line": 53,
"column": 13
}
},
"test": {
"type": "UnaryExpression",
"start": 1385,
"end": 1448,
"loc": {
"start": {
"line": 45,
"column": 16
},
"end": {
"line": 45,
"column": 79
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "CallExpression",
"start": 1386,
"end": 1448,
"loc": {
"start": {
"line": 45,
"column": 17
},
"end": {
"line": 45,
"column": 79
}
},
"callee": {
"type": "MemberExpression",
"start": 1386,
"end": 1402,
"loc": {
"start": {
"line": 45,
"column": 17
},
"end": {
"line": 45,
"column": 33
}
},
"object": {
"type": "MemberExpression",
"start": 1386,
"end": 1394,
"loc": {
"start": {
"line": 45,
"column": 17
},
"end": {
"line": 45,
"column": 25
}
},
"object": {
"type": "Identifier",
"start": 1386,
"end": 1387,
"loc": {
"start": {
"line": 45,
"column": 17
},
"end": {
"line": 45,
"column": 18
},
"identifierName": "e"
},
"name": "e"
},
"property": {
"type": "Identifier",
"start": 1388,
"end": 1394,
"loc": {
"start": {
"line": 45,
"column": 19
},
"end": {
"line": 45,
"column": 25
},
"identifierName": "target"
},
"name": "target"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1395,
"end": 1402,
"loc": {
"start": {
"line": 45,
"column": 26
},
"end": {
"line": 45,
"column": 33
},
"identifierName": "matches"
},
"name": "matches"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1403,
"end": 1447,
"loc": {
"start": {
"line": 45,
"column": 34
},
"end": {
"line": 45,
"column": 78
}
},
"extra": {
"rawValue": ".xeokit-accordion .xeokit-accordion-button",
"raw": "'.xeokit-accordion .xeokit-accordion-button'"
},
"value": ".xeokit-accordion .xeokit-accordion-button"
}
]
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 1450,
"end": 1489,
"loc": {
"start": {
"line": 45,
"column": 81
},
"end": {
"line": 47,
"column": 13
}
},
"body": [
{
"type": "ReturnStatement",
"start": 1468,
"end": 1475,
"loc": {
"start": {
"line": 46,
"column": 16
},
"end": {
"line": 46,
"column": 23
}
},
"argument": null
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 1495,
"end": 1768,
"loc": {
"start": {
"line": 47,
"column": 19
},
"end": {
"line": 53,
"column": 13
}
},
"body": [
{
"type": "IfStatement",
"start": 1513,
"end": 1754,
"loc": {
"start": {
"line": 48,
"column": 16
},
"end": {
"line": 52,
"column": 17
}
},
"test": {
"type": "UnaryExpression",
"start": 1517,
"end": 1569,
"loc": {
"start": {
"line": 48,
"column": 20
},
"end": {
"line": 48,
"column": 72
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "CallExpression",
"start": 1518,
"end": 1569,
"loc": {
"start": {
"line": 48,
"column": 21
},
"end": {
"line": 48,
"column": 72
}
},
"callee": {
"type": "MemberExpression",
"start": 1518,
"end": 1559,
"loc": {
"start": {
"line": 48,
"column": 21
},
"end": {
"line": 48,
"column": 62
}
},
"object": {
"type": "MemberExpression",
"start": 1518,
"end": 1550,
"loc": {
"start": {
"line": 48,
"column": 21
},
"end": {
"line": 48,
"column": 53
}
},
"object": {
"type": "MemberExpression",
"start": 1518,
"end": 1540,
"loc": {
"start": {
"line": 48,
"column": 21
},
"end": {
"line": 48,
"column": 43
}
},
"object": {
"type": "MemberExpression",
"start": 1518,
"end": 1526,
"loc": {
"start": {
"line": 48,
"column": 21
},
"end": {
"line": 48,
"column": 29
}
},
"object": {
"type": "Identifier",
"start": 1518,
"end": 1519,
"loc": {
"start": {
"line": 48,
"column": 21
},
"end": {
"line": 48,
"column": 22
},
"identifierName": "e"
},
"name": "e"
},
"property": {
"type": "Identifier",
"start": 1520,
"end": 1526,
"loc": {
"start": {
"line": 48,
"column": 23
},
"end": {
"line": 48,
"column": 29
},
"identifierName": "target"
},
"name": "target"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1527,
"end": 1540,
"loc": {
"start": {
"line": 48,
"column": 30
},
"end": {
"line": 48,
"column": 43
},
"identifierName": "parentElement"
},
"name": "parentElement"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1541,
"end": 1550,
"loc": {
"start": {
"line": 48,
"column": 44
},
"end": {
"line": 48,
"column": 53
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1551,
"end": 1559,
"loc": {
"start": {
"line": 48,
"column": 54
},
"end": {
"line": 48,
"column": 62
},
"identifierName": "contains"
},
"name": "contains"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1560,
"end": 1568,
"loc": {
"start": {
"line": 48,
"column": 63
},
"end": {
"line": 48,
"column": 71
}
},
"extra": {
"rawValue": "active",
"raw": "'active'"
},
"value": "active"
}
]
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 1571,
"end": 1658,
"loc": {
"start": {
"line": 48,
"column": 74
},
"end": {
"line": 50,
"column": 17
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1593,
"end": 1640,
"loc": {
"start": {
"line": 49,
"column": 20
},
"end": {
"line": 49,
"column": 67
}
},
"expression": {
"type": "CallExpression",
"start": 1593,
"end": 1639,
"loc": {
"start": {
"line": 49,
"column": 20
},
"end": {
"line": 49,
"column": 66
}
},
"callee": {
"type": "MemberExpression",
"start": 1593,
"end": 1629,
"loc": {
"start": {
"line": 49,
"column": 20
},
"end": {
"line": 49,
"column": 56
}
},
"object": {
"type": "MemberExpression",
"start": 1593,
"end": 1625,
"loc": {
"start": {
"line": 49,
"column": 20
},
"end": {
"line": 49,
"column": 52
}
},
"object": {
"type": "MemberExpression",
"start": 1593,
"end": 1615,
"loc": {
"start": {
"line": 49,
"column": 20
},
"end": {
"line": 49,
"column": 42
}
},
"object": {
"type": "MemberExpression",
"start": 1593,
"end": 1601,
"loc": {
"start": {
"line": 49,
"column": 20
},
"end": {
"line": 49,
"column": 28
}
},
"object": {
"type": "Identifier",
"start": 1593,
"end": 1594,
"loc": {
"start": {
"line": 49,
"column": 20
},
"end": {
"line": 49,
"column": 21
},
"identifierName": "e"
},
"name": "e"
},
"property": {
"type": "Identifier",
"start": 1595,
"end": 1601,
"loc": {
"start": {
"line": 49,
"column": 22
},
"end": {
"line": 49,
"column": 28
},
"identifierName": "target"
},
"name": "target"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1602,
"end": 1615,
"loc": {
"start": {
"line": 49,
"column": 29
},
"end": {
"line": 49,
"column": 42
},
"identifierName": "parentElement"
},
"name": "parentElement"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1616,
"end": 1625,
"loc": {
"start": {
"line": 49,
"column": 43
},
"end": {
"line": 49,
"column": 52
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1626,
"end": 1629,
"loc": {
"start": {
"line": 49,
"column": 53
},
"end": {
"line": 49,
"column": 56
},
"identifierName": "add"
},
"name": "add"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1630,
"end": 1638,
"loc": {
"start": {
"line": 49,
"column": 57
},
"end": {
"line": 49,
"column": 65
}
},
"extra": {
"rawValue": "active",
"raw": "'active'"
},
"value": "active"
}
]
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 1664,
"end": 1754,
"loc": {
"start": {
"line": 50,
"column": 23
},
"end": {
"line": 52,
"column": 17
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1686,
"end": 1736,
"loc": {
"start": {
"line": 51,
"column": 20
},
"end": {
"line": 51,
"column": 70
}
},
"expression": {
"type": "CallExpression",
"start": 1686,
"end": 1735,
"loc": {
"start": {
"line": 51,
"column": 20
},
"end": {
"line": 51,
"column": 69
}
},
"callee": {
"type": "MemberExpression",
"start": 1686,
"end": 1725,
"loc": {
"start": {
"line": 51,
"column": 20
},
"end": {
"line": 51,
"column": 59
}
},
"object": {
"type": "MemberExpression",
"start": 1686,
"end": 1718,
"loc": {
"start": {
"line": 51,
"column": 20
},
"end": {
"line": 51,
"column": 52
}
},
"object": {
"type": "MemberExpression",
"start": 1686,
"end": 1708,
"loc": {
"start": {
"line": 51,
"column": 20
},
"end": {
"line": 51,
"column": 42
}
},
"object": {
"type": "MemberExpression",
"start": 1686,
"end": 1694,
"loc": {
"start": {
"line": 51,
"column": 20
},
"end": {
"line": 51,
"column": 28
}
},
"object": {
"type": "Identifier",
"start": 1686,
"end": 1687,
"loc": {
"start": {
"line": 51,
"column": 20
},
"end": {
"line": 51,
"column": 21
},
"identifierName": "e"
},
"name": "e"
},
"property": {
"type": "Identifier",
"start": 1688,
"end": 1694,
"loc": {
"start": {
"line": 51,
"column": 22
},
"end": {
"line": 51,
"column": 28
},
"identifierName": "target"
},
"name": "target"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1695,
"end": 1708,
"loc": {
"start": {
"line": 51,
"column": 29
},
"end": {
"line": 51,
"column": 42
},
"identifierName": "parentElement"
},
"name": "parentElement"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1709,
"end": 1718,
"loc": {
"start": {
"line": 51,
"column": 43
},
"end": {
"line": 51,
"column": 52
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1719,
"end": 1725,
"loc": {
"start": {
"line": 51,
"column": 53
},
"end": {
"line": 51,
"column": 59
},
"identifierName": "remove"
},
"name": "remove"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1726,
"end": 1734,
"loc": {
"start": {
"line": 51,
"column": 60
},
"end": {
"line": 51,
"column": 68
}
},
"extra": {
"rawValue": "active",
"raw": "'active'"
},
"value": "active"
}
]
}
}
],
"directives": []
}
}
],
"directives": []
}
}
],
"directives": []
}
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1790,
"end": 1803,
"loc": {
"start": {
"line": 56,
"column": 8
},
"end": {
"line": 56,
"column": 21
}
},
"expression": {
"type": "CallExpression",
"start": 1790,
"end": 1802,
"loc": {
"start": {
"line": 56,
"column": 8
},
"end": {
"line": 56,
"column": 20
}
},
"callee": {
"type": "MemberExpression",
"start": 1790,
"end": 1800,
"loc": {
"start": {
"line": 56,
"column": 8
},
"end": {
"line": 56,
"column": 18
}
},
"object": {
"type": "ThisExpression",
"start": 1790,
"end": 1794,
"loc": {
"start": {
"line": 56,
"column": 8
},
"end": {
"line": 56,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1795,
"end": 1800,
"loc": {
"start": {
"line": 56,
"column": 13
},
"end": {
"line": 56,
"column": 18
},
"identifierName": "clear"
},
"name": "clear"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 1815,
"end": 2267,
"loc": {
"start": {
"line": 59,
"column": 4
},
"end": {
"line": 71,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1815,
"end": 1837,
"loc": {
"start": {
"line": 59,
"column": 4
},
"end": {
"line": 59,
"column": 26
},
"identifierName": "showObjectPropertySets"
},
"name": "showObjectPropertySets"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1838,
"end": 1846,
"loc": {
"start": {
"line": 59,
"column": 27
},
"end": {
"line": 59,
"column": 35
},
"identifierName": "objectId"
},
"name": "objectId"
}
],
"body": {
"type": "BlockStatement",
"start": 1848,
"end": 2267,
"loc": {
"start": {
"line": 59,
"column": 37
},
"end": {
"line": 71,
"column": 5
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 1858,
"end": 1921,
"loc": {
"start": {
"line": 60,
"column": 8
},
"end": {
"line": 60,
"column": 71
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1864,
"end": 1920,
"loc": {
"start": {
"line": 60,
"column": 14
},
"end": {
"line": 60,
"column": 70
}
},
"id": {
"type": "Identifier",
"start": 1864,
"end": 1874,
"loc": {
"start": {
"line": 60,
"column": 14
},
"end": {
"line": 60,
"column": 24
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"init": {
"type": "MemberExpression",
"start": 1877,
"end": 1920,
"loc": {
"start": {
"line": 60,
"column": 27
},
"end": {
"line": 60,
"column": 70
}
},
"object": {
"type": "MemberExpression",
"start": 1877,
"end": 1910,
"loc": {
"start": {
"line": 60,
"column": 27
},
"end": {
"line": 60,
"column": 60
}
},
"object": {
"type": "MemberExpression",
"start": 1877,
"end": 1898,
"loc": {
"start": {
"line": 60,
"column": 27
},
"end": {
"line": 60,
"column": 48
}
},
"object": {
"type": "MemberExpression",
"start": 1877,
"end": 1888,
"loc": {
"start": {
"line": 60,
"column": 27
},
"end": {
"line": 60,
"column": 38
}
},
"object": {
"type": "ThisExpression",
"start": 1877,
"end": 1881,
"loc": {
"start": {
"line": 60,
"column": 27
},
"end": {
"line": 60,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"start": 1882,
"end": 1888,
"loc": {
"start": {
"line": 60,
"column": 32
},
"end": {
"line": 60,
"column": 38
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1889,
"end": 1898,
"loc": {
"start": {
"line": 60,
"column": 39
},
"end": {
"line": 60,
"column": 48
},
"identifierName": "metaScene"
},
"name": "metaScene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1899,
"end": 1910,
"loc": {
"start": {
"line": 60,
"column": 49
},
"end": {
"line": 60,
"column": 60
},
"identifierName": "metaObjects"
},
"name": "metaObjects"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1911,
"end": 1919,
"loc": {
"start": {
"line": 60,
"column": 61
},
"end": {
"line": 60,
"column": 69
},
"identifierName": "objectId"
},
"name": "objectId"
},
"computed": true
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 1930,
"end": 1978,
"loc": {
"start": {
"line": 61,
"column": 8
},
"end": {
"line": 63,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 1934,
"end": 1945,
"loc": {
"start": {
"line": 61,
"column": 12
},
"end": {
"line": 61,
"column": 23
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 1935,
"end": 1945,
"loc": {
"start": {
"line": 61,
"column": 13
},
"end": {
"line": 61,
"column": 23
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 1947,
"end": 1978,
"loc": {
"start": {
"line": 61,
"column": 25
},
"end": {
"line": 63,
"column": 9
}
},
"body": [
{
"type": "ReturnStatement",
"start": 1961,
"end": 1968,
"loc": {
"start": {
"line": 62,
"column": 12
},
"end": {
"line": 62,
"column": 19
}
},
"argument": null
}
],
"directives": []
},
"alternate": null
},
{
"type": "VariableDeclaration",
"start": 1987,
"end": 2032,
"loc": {
"start": {
"line": 64,
"column": 8
},
"end": {
"line": 64,
"column": 53
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1993,
"end": 2031,
"loc": {
"start": {
"line": 64,
"column": 14
},
"end": {
"line": 64,
"column": 52
}
},
"id": {
"type": "Identifier",
"start": 1993,
"end": 2005,
"loc": {
"start": {
"line": 64,
"column": 14
},
"end": {
"line": 64,
"column": 26
},
"identifierName": "propertySets"
},
"name": "propertySets"
},
"init": {
"type": "MemberExpression",
"start": 2008,
"end": 2031,
"loc": {
"start": {
"line": 64,
"column": 29
},
"end": {
"line": 64,
"column": 52
}
},
"object": {
"type": "Identifier",
"start": 2008,
"end": 2018,
"loc": {
"start": {
"line": 64,
"column": 29
},
"end": {
"line": 64,
"column": 39
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"property": {
"type": "Identifier",
"start": 2019,
"end": 2031,
"loc": {
"start": {
"line": 64,
"column": 40
},
"end": {
"line": 64,
"column": 52
},
"identifierName": "propertySets"
},
"name": "propertySets"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 2041,
"end": 2222,
"loc": {
"start": {
"line": 65,
"column": 8
},
"end": {
"line": 69,
"column": 9
}
},
"test": {
"type": "LogicalExpression",
"start": 2045,
"end": 2084,
"loc": {
"start": {
"line": 65,
"column": 12
},
"end": {
"line": 65,
"column": 51
}
},
"left": {
"type": "Identifier",
"start": 2045,
"end": 2057,
"loc": {
"start": {
"line": 65,
"column": 12
},
"end": {
"line": 65,
"column": 24
},
"identifierName": "propertySets"
},
"name": "propertySets"
},
"operator": "&&",
"right": {
"type": "BinaryExpression",
"start": 2061,
"end": 2084,
"loc": {
"start": {
"line": 65,
"column": 28
},
"end": {
"line": 65,
"column": 51
}
},
"left": {
"type": "MemberExpression",
"start": 2061,
"end": 2080,
"loc": {
"start": {
"line": 65,
"column": 28
},
"end": {
"line": 65,
"column": 47
}
},
"object": {
"type": "Identifier",
"start": 2061,
"end": 2073,
"loc": {
"start": {
"line": 65,
"column": 28
},
"end": {
"line": 65,
"column": 40
},
"identifierName": "propertySets"
},
"name": "propertySets"
},
"property": {
"type": "Identifier",
"start": 2074,
"end": 2080,
"loc": {
"start": {
"line": 65,
"column": 41
},
"end": {
"line": 65,
"column": 47
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
},
"operator": ">",
"right": {
"type": "NumericLiteral",
"start": 2083,
"end": 2084,
"loc": {
"start": {
"line": 65,
"column": 50
},
"end": {
"line": 65,
"column": 51
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
}
},
"consequent": {
"type": "BlockStatement",
"start": 2086,
"end": 2158,
"loc": {
"start": {
"line": 65,
"column": 53
},
"end": {
"line": 67,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 2100,
"end": 2148,
"loc": {
"start": {
"line": 66,
"column": 12
},
"end": {
"line": 66,
"column": 60
}
},
"expression": {
"type": "CallExpression",
"start": 2100,
"end": 2147,
"loc": {
"start": {
"line": 66,
"column": 12
},
"end": {
"line": 66,
"column": 59
}
},
"callee": {
"type": "MemberExpression",
"start": 2100,
"end": 2121,
"loc": {
"start": {
"line": 66,
"column": 12
},
"end": {
"line": 66,
"column": 33
}
},
"object": {
"type": "ThisExpression",
"start": 2100,
"end": 2104,
"loc": {
"start": {
"line": 66,
"column": 12
},
"end": {
"line": 66,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 2105,
"end": 2121,
"loc": {
"start": {
"line": 66,
"column": 17
},
"end": {
"line": 66,
"column": 33
},
"identifierName": "_setPropertySets"
},
"name": "_setPropertySets"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 2122,
"end": 2132,
"loc": {
"start": {
"line": 66,
"column": 34
},
"end": {
"line": 66,
"column": 44
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
{
"type": "Identifier",
"start": 2134,
"end": 2146,
"loc": {
"start": {
"line": 66,
"column": 46
},
"end": {
"line": 66,
"column": 58
},
"identifierName": "propertySets"
},
"name": "propertySets"
}
]
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 2164,
"end": 2222,
"loc": {
"start": {
"line": 67,
"column": 15
},
"end": {
"line": 69,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 2178,
"end": 2212,
"loc": {
"start": {
"line": 68,
"column": 12
},
"end": {
"line": 68,
"column": 46
}
},
"expression": {
"type": "CallExpression",
"start": 2178,
"end": 2211,
"loc": {
"start": {
"line": 68,
"column": 12
},
"end": {
"line": 68,
"column": 45
}
},
"callee": {
"type": "MemberExpression",
"start": 2178,
"end": 2199,
"loc": {
"start": {
"line": 68,
"column": 12
},
"end": {
"line": 68,
"column": 33
}
},
"object": {
"type": "ThisExpression",
"start": 2178,
"end": 2182,
"loc": {
"start": {
"line": 68,
"column": 12
},
"end": {
"line": 68,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 2183,
"end": 2199,
"loc": {
"start": {
"line": 68,
"column": 17
},
"end": {
"line": 68,
"column": 33
},
"identifierName": "_setPropertySets"
},
"name": "_setPropertySets"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 2200,
"end": 2210,
"loc": {
"start": {
"line": 68,
"column": 34
},
"end": {
"line": 68,
"column": 44
},
"identifierName": "metaObject"
},
"name": "metaObject"
}
]
}
}
],
"directives": []
}
},
{
"type": "ExpressionStatement",
"start": 2231,
"end": 2261,
"loc": {
"start": {
"line": 70,
"column": 8
},
"end": {
"line": 70,
"column": 38
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2231,
"end": 2260,
"loc": {
"start": {
"line": 70,
"column": 8
},
"end": {
"line": 70,
"column": 37
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2231,
"end": 2247,
"loc": {
"start": {
"line": 70,
"column": 8
},
"end": {
"line": 70,
"column": 24
}
},
"object": {
"type": "ThisExpression",
"start": 2231,
"end": 2235,
"loc": {
"start": {
"line": 70,
"column": 8
},
"end": {
"line": 70,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 2236,
"end": 2247,
"loc": {
"start": {
"line": 70,
"column": 13
},
"end": {
"line": 70,
"column": 24
},
"identifierName": "_metaObject"
},
"name": "_metaObject"
},
"computed": false
},
"right": {
"type": "Identifier",
"start": 2250,
"end": 2260,
"loc": {
"start": {
"line": 70,
"column": 27
},
"end": {
"line": 70,
"column": 37
},
"identifierName": "metaObject"
},
"name": "metaObject"
}
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 2273,
"end": 2891,
"loc": {
"start": {
"line": 73,
"column": 4
},
"end": {
"line": 81,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2273,
"end": 2278,
"loc": {
"start": {
"line": 73,
"column": 4
},
"end": {
"line": 73,
"column": 9
},
"identifierName": "clear"
},
"name": "clear"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 2281,
"end": 2891,
"loc": {
"start": {
"line": 73,
"column": 12
},
"end": {
"line": 81,
"column": 5
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 2291,
"end": 2542,
"loc": {
"start": {
"line": 74,
"column": 8
},
"end": {
"line": 75,
"column": 234
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2297,
"end": 2306,
"loc": {
"start": {
"line": 74,
"column": 14
},
"end": {
"line": 74,
"column": 23
}
},
"id": {
"type": "Identifier",
"start": 2297,
"end": 2301,
"loc": {
"start": {
"line": 74,
"column": 14
},
"end": {
"line": 74,
"column": 18
},
"identifierName": "html"
},
"name": "html"
},
"init": {
"type": "ArrayExpression",
"start": 2304,
"end": 2306,
"loc": {
"start": {
"line": 74,
"column": 21
},
"end": {
"line": 74,
"column": 23
}
},
"elements": []
}
},
{
"type": "VariableDeclarator",
"start": 2320,
"end": 2541,
"loc": {
"start": {
"line": 75,
"column": 12
},
"end": {
"line": 75,
"column": 233
}
},
"id": {
"type": "Identifier",
"start": 2320,
"end": 2333,
"loc": {
"start": {
"line": 75,
"column": 12
},
"end": {
"line": 75,
"column": 25
},
"identifierName": "localizedText"
},
"name": "localizedText"
},
"init": {
"type": "LogicalExpression",
"start": 2336,
"end": 2541,
"loc": {
"start": {
"line": 75,
"column": 28
},
"end": {
"line": 75,
"column": 233
}
},
"left": {
"type": "CallExpression",
"start": 2336,
"end": 2418,
"loc": {
"start": {
"line": 75,
"column": 28
},
"end": {
"line": 75,
"column": 110
}
},
"callee": {
"type": "MemberExpression",
"start": 2336,
"end": 2371,
"loc": {
"start": {
"line": 75,
"column": 28
},
"end": {
"line": 75,
"column": 63
}
},
"object": {
"type": "MemberExpression",
"start": 2336,
"end": 2361,
"loc": {
"start": {
"line": 75,
"column": 28
},
"end": {
"line": 75,
"column": 53
}
},
"object": {
"type": "MemberExpression",
"start": 2336,
"end": 2347,
"loc": {
"start": {
"line": 75,
"column": 28
},
"end": {
"line": 75,
"column": 39
}
},
"object": {
"type": "ThisExpression",
"start": 2336,
"end": 2340,
"loc": {
"start": {
"line": 75,
"column": 28
},
"end": {
"line": 75,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"start": 2341,
"end": 2347,
"loc": {
"start": {
"line": 75,
"column": 33
},
"end": {
"line": 75,
"column": 39
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2348,
"end": 2361,
"loc": {
"start": {
"line": 75,
"column": 40
},
"end": {
"line": 75,
"column": 53
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2362,
"end": 2371,
"loc": {
"start": {
"line": 75,
"column": 54
},
"end": {
"line": 75,
"column": 63
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 2372,
"end": 2417,
"loc": {
"start": {
"line": 75,
"column": 64
},
"end": {
"line": 75,
"column": 109
}
},
"extra": {
"rawValue": "propertiesInspector.noObjectSelectedWarning",
"raw": "'propertiesInspector.noObjectSelectedWarning'"
},
"value": "propertiesInspector.noObjectSelectedWarning"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 2422,
"end": 2541,
"loc": {
"start": {
"line": 75,
"column": 114
},
"end": {
"line": 75,
"column": 233
}
},
"extra": {
"rawValue": "No object inspected. Right-click or long-tab an object and select 'Inspect Properties' to view its properties here.",
"raw": "'No object inspected. Right-click or long-tab an object and select \\'Inspect Properties\\' to view its properties here.'"
},
"value": "No object inspected. Right-click or long-tab an object and select 'Inspect Properties' to view its properties here."
}
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 2551,
"end": 2597,
"loc": {
"start": {
"line": 76,
"column": 8
},
"end": {
"line": 76,
"column": 54
}
},
"expression": {
"type": "CallExpression",
"start": 2551,
"end": 2596,
"loc": {
"start": {
"line": 76,
"column": 8
},
"end": {
"line": 76,
"column": 53
}
},
"callee": {
"type": "MemberExpression",
"start": 2551,
"end": 2560,
"loc": {
"start": {
"line": 76,
"column": 8
},
"end": {
"line": 76,
"column": 17
}
},
"object": {
"type": "Identifier",
"start": 2551,
"end": 2555,
"loc": {
"start": {
"line": 76,
"column": 8
},
"end": {
"line": 76,
"column": 12
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 2556,
"end": 2560,
"loc": {
"start": {
"line": 76,
"column": 13
},
"end": {
"line": 76,
"column": 17
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 2561,
"end": 2595,
"loc": {
"start": {
"line": 76,
"column": 18
},
"end": {
"line": 76,
"column": 52
}
},
"expressions": [],
"quasis": [
{
"type": "TemplateElement",
"start": 2562,
"end": 2594,
"loc": {
"start": {
"line": 76,
"column": 19
},
"end": {
"line": 76,
"column": 51
}
},
"value": {
"raw": "<div class=\"element-attributes\">",
"cooked": "<div class=\"element-attributes\">"
},
"tail": true
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 2606,
"end": 2765,
"loc": {
"start": {
"line": 77,
"column": 8
},
"end": {
"line": 77,
"column": 167
}
},
"expression": {
"type": "CallExpression",
"start": 2606,
"end": 2764,
"loc": {
"start": {
"line": 77,
"column": 8
},
"end": {
"line": 77,
"column": 166
}
},
"callee": {
"type": "MemberExpression",
"start": 2606,
"end": 2615,
"loc": {
"start": {
"line": 77,
"column": 8
},
"end": {
"line": 77,
"column": 17
}
},
"object": {
"type": "Identifier",
"start": 2606,
"end": 2610,
"loc": {
"start": {
"line": 77,
"column": 8
},
"end": {
"line": 77,
"column": 12
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 2611,
"end": 2615,
"loc": {
"start": {
"line": 77,
"column": 13
},
"end": {
"line": 77,
"column": 17
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 2616,
"end": 2763,
"loc": {
"start": {
"line": 77,
"column": 18
},
"end": {
"line": 77,
"column": 165
}
},
"expressions": [
{
"type": "Identifier",
"start": 2744,
"end": 2757,
"loc": {
"start": {
"line": 77,
"column": 146
},
"end": {
"line": 77,
"column": 159
},
"identifierName": "localizedText"
},
"name": "localizedText"
}
],
"quasis": [
{
"type": "TemplateElement",
"start": 2617,
"end": 2742,
"loc": {
"start": {
"line": 77,
"column": 19
},
"end": {
"line": 77,
"column": 144
}
},
"value": {
"raw": "<p class=\"xeokit-i18n subsubtitle no-object-selected-warning\" data-xeokit-i18n=\"propertiesInspector.noObjectSelectedWarning\">",
"cooked": "<p class=\"xeokit-i18n subsubtitle no-object-selected-warning\" data-xeokit-i18n=\"propertiesInspector.noObjectSelectedWarning\">"
},
"tail": false
},
{
"type": "TemplateElement",
"start": 2758,
"end": 2762,
"loc": {
"start": {
"line": 77,
"column": 160
},
"end": {
"line": 77,
"column": 164
}
},
"value": {
"raw": "</p>",
"cooked": "</p>"
},
"tail": true
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 2774,
"end": 2794,
"loc": {
"start": {
"line": 78,
"column": 8
},
"end": {
"line": 78,
"column": 28
}
},
"expression": {
"type": "CallExpression",
"start": 2774,
"end": 2793,
"loc": {
"start": {
"line": 78,
"column": 8
},
"end": {
"line": 78,
"column": 27
}
},
"callee": {
"type": "MemberExpression",
"start": 2774,
"end": 2783,
"loc": {
"start": {
"line": 78,
"column": 8
},
"end": {
"line": 78,
"column": 17
}
},
"object": {
"type": "Identifier",
"start": 2774,
"end": 2778,
"loc": {
"start": {
"line": 78,
"column": 8
},
"end": {
"line": 78,
"column": 12
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 2779,
"end": 2783,
"loc": {
"start": {
"line": 78,
"column": 13
},
"end": {
"line": 78,
"column": 17
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 2784,
"end": 2792,
"loc": {
"start": {
"line": 78,
"column": 18
},
"end": {
"line": 78,
"column": 26
}
},
"expressions": [],
"quasis": [
{
"type": "TemplateElement",
"start": 2785,
"end": 2791,
"loc": {
"start": {
"line": 78,
"column": 19
},
"end": {
"line": 78,
"column": 25
}
},
"value": {
"raw": "</div>",
"cooked": "</div>"
},
"tail": true
}
]
}
]
}
},
{
"type": "VariableDeclaration",
"start": 2803,
"end": 2833,
"loc": {
"start": {
"line": 79,
"column": 8
},
"end": {
"line": 79,
"column": 38
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2809,
"end": 2832,
"loc": {
"start": {
"line": 79,
"column": 14
},
"end": {
"line": 79,
"column": 37
}
},
"id": {
"type": "Identifier",
"start": 2809,
"end": 2816,
"loc": {
"start": {
"line": 79,
"column": 14
},
"end": {
"line": 79,
"column": 21
},
"identifierName": "htmlStr"
},
"name": "htmlStr"
},
"init": {
"type": "CallExpression",
"start": 2819,
"end": 2832,
"loc": {
"start": {
"line": 79,
"column": 24
},
"end": {
"line": 79,
"column": 37
}
},
"callee": {
"type": "MemberExpression",
"start": 2819,
"end": 2828,
"loc": {
"start": {
"line": 79,
"column": 24
},
"end": {
"line": 79,
"column": 33
}
},
"object": {
"type": "Identifier",
"start": 2819,
"end": 2823,
"loc": {
"start": {
"line": 79,
"column": 24
},
"end": {
"line": 79,
"column": 28
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 2824,
"end": 2828,
"loc": {
"start": {
"line": 79,
"column": 29
},
"end": {
"line": 79,
"column": 33
},
"identifierName": "join"
},
"name": "join"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 2829,
"end": 2831,
"loc": {
"start": {
"line": 79,
"column": 34
},
"end": {
"line": 79,
"column": 36
}
},
"extra": {
"rawValue": "",
"raw": "\"\""
},
"value": ""
}
]
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 2841,
"end": 2885,
"loc": {
"start": {
"line": 80,
"column": 7
},
"end": {
"line": 80,
"column": 51
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2841,
"end": 2884,
"loc": {
"start": {
"line": 80,
"column": 7
},
"end": {
"line": 80,
"column": 50
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2841,
"end": 2874,
"loc": {
"start": {
"line": 80,
"column": 7
},
"end": {
"line": 80,
"column": 40
}
},
"object": {
"type": "MemberExpression",
"start": 2841,
"end": 2864,
"loc": {
"start": {
"line": 80,
"column": 7
},
"end": {
"line": 80,
"column": 30
}
},
"object": {
"type": "ThisExpression",
"start": 2841,
"end": 2845,
"loc": {
"start": {
"line": 80,
"column": 7
},
"end": {
"line": 80,
"column": 11
}
}
},
"property": {
"type": "Identifier",
"start": 2846,
"end": 2864,
"loc": {
"start": {
"line": 80,
"column": 12
},
"end": {
"line": 80,
"column": 30
},
"identifierName": "_propertiesElement"
},
"name": "_propertiesElement"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2865,
"end": 2874,
"loc": {
"start": {
"line": 80,
"column": 31
},
"end": {
"line": 80,
"column": 40
},
"identifierName": "innerHTML"
},
"name": "innerHTML"
},
"computed": false
},
"right": {
"type": "Identifier",
"start": 2877,
"end": 2884,
"loc": {
"start": {
"line": 80,
"column": 43
},
"end": {
"line": 80,
"column": 50
},
"identifierName": "htmlStr"
},
"name": "htmlStr"
}
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 2897,
"end": 5936,
"loc": {
"start": {
"line": 83,
"column": 4
},
"end": {
"line": 133,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2897,
"end": 2913,
"loc": {
"start": {
"line": 83,
"column": 4
},
"end": {
"line": 83,
"column": 20
},
"identifierName": "_setPropertySets"
},
"name": "_setPropertySets"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2914,
"end": 2924,
"loc": {
"start": {
"line": 83,
"column": 21
},
"end": {
"line": 83,
"column": 31
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
{
"type": "Identifier",
"start": 2926,
"end": 2938,
"loc": {
"start": {
"line": 83,
"column": 33
},
"end": {
"line": 83,
"column": 45
},
"identifierName": "propertySets"
},
"name": "propertySets"
}
],
"body": {
"type": "BlockStatement",
"start": 2940,
"end": 5936,
"loc": {
"start": {
"line": 83,
"column": 47
},
"end": {
"line": 133,
"column": 5
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 2950,
"end": 2966,
"loc": {
"start": {
"line": 84,
"column": 8
},
"end": {
"line": 84,
"column": 24
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2956,
"end": 2965,
"loc": {
"start": {
"line": 84,
"column": 14
},
"end": {
"line": 84,
"column": 23
}
},
"id": {
"type": "Identifier",
"start": 2956,
"end": 2960,
"loc": {
"start": {
"line": 84,
"column": 14
},
"end": {
"line": 84,
"column": 18
},
"identifierName": "html"
},
"name": "html"
},
"init": {
"type": "ArrayExpression",
"start": 2963,
"end": 2965,
"loc": {
"start": {
"line": 84,
"column": 21
},
"end": {
"line": 84,
"column": 23
}
},
"elements": []
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 2975,
"end": 3021,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 54
}
},
"expression": {
"type": "CallExpression",
"start": 2975,
"end": 3020,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 53
}
},
"callee": {
"type": "MemberExpression",
"start": 2975,
"end": 2984,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 17
}
},
"object": {
"type": "Identifier",
"start": 2975,
"end": 2979,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 12
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 2980,
"end": 2984,
"loc": {
"start": {
"line": 85,
"column": 13
},
"end": {
"line": 85,
"column": 17
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 2985,
"end": 3019,
"loc": {
"start": {
"line": 85,
"column": 18
},
"end": {
"line": 85,
"column": 52
}
},
"expressions": [],
"quasis": [
{
"type": "TemplateElement",
"start": 2986,
"end": 3018,
"loc": {
"start": {
"line": 85,
"column": 19
},
"end": {
"line": 85,
"column": 51
}
},
"value": {
"raw": "<div class=\"element-attributes\">",
"cooked": "<div class=\"element-attributes\">"
},
"tail": true
}
]
}
]
}
},
{
"type": "IfStatement",
"start": 3030,
"end": 5871,
"loc": {
"start": {
"line": 86,
"column": 8
},
"end": {
"line": 131,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 3034,
"end": 3045,
"loc": {
"start": {
"line": 86,
"column": 12
},
"end": {
"line": 86,
"column": 23
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 3035,
"end": 3045,
"loc": {
"start": {
"line": 86,
"column": 13
},
"end": {
"line": 86,
"column": 23
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 3047,
"end": 3130,
"loc": {
"start": {
"line": 86,
"column": 25
},
"end": {
"line": 88,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3061,
"end": 3120,
"loc": {
"start": {
"line": 87,
"column": 12
},
"end": {
"line": 87,
"column": 71
}
},
"expression": {
"type": "CallExpression",
"start": 3061,
"end": 3119,
"loc": {
"start": {
"line": 87,
"column": 12
},
"end": {
"line": 87,
"column": 70
}
},
"callee": {
"type": "MemberExpression",
"start": 3061,
"end": 3070,
"loc": {
"start": {
"line": 87,
"column": 12
},
"end": {
"line": 87,
"column": 21
}
},
"object": {
"type": "Identifier",
"start": 3061,
"end": 3065,
"loc": {
"start": {
"line": 87,
"column": 12
},
"end": {
"line": 87,
"column": 16
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 3066,
"end": 3070,
"loc": {
"start": {
"line": 87,
"column": 17
},
"end": {
"line": 87,
"column": 21
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 3071,
"end": 3118,
"loc": {
"start": {
"line": 87,
"column": 22
},
"end": {
"line": 87,
"column": 69
}
},
"expressions": [],
"quasis": [
{
"type": "TemplateElement",
"start": 3072,
"end": 3117,
"loc": {
"start": {
"line": 87,
"column": 23
},
"end": {
"line": 87,
"column": 68
}
},
"value": {
"raw": "<p class=\"subsubtitle\">No object selected</p>",
"cooked": "<p class=\"subsubtitle\">No object selected</p>"
},
"tail": true
}
]
}
]
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 3136,
"end": 5871,
"loc": {
"start": {
"line": 88,
"column": 15
},
"end": {
"line": 131,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3150,
"end": 3192,
"loc": {
"start": {
"line": 89,
"column": 12
},
"end": {
"line": 89,
"column": 54
}
},
"expression": {
"type": "CallExpression",
"start": 3150,
"end": 3191,
"loc": {
"start": {
"line": 89,
"column": 12
},
"end": {
"line": 89,
"column": 53
}
},
"callee": {
"type": "MemberExpression",
"start": 3150,
"end": 3159,
"loc": {
"start": {
"line": 89,
"column": 12
},
"end": {
"line": 89,
"column": 21
}
},
"object": {
"type": "Identifier",
"start": 3150,
"end": 3154,
"loc": {
"start": {
"line": 89,
"column": 12
},
"end": {
"line": 89,
"column": 16
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 3155,
"end": 3159,
"loc": {
"start": {
"line": 89,
"column": 17
},
"end": {
"line": 89,
"column": 21
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 3160,
"end": 3190,
"loc": {
"start": {
"line": 89,
"column": 22
},
"end": {
"line": 89,
"column": 52
}
},
"extra": {
"rawValue": "<table class=\"xeokit-table\">",
"raw": "'<table class=\"xeokit-table\">'"
},
"value": "<table class=\"xeokit-table\">"
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3205,
"end": 3293,
"loc": {
"start": {
"line": 90,
"column": 12
},
"end": {
"line": 90,
"column": 100
}
},
"expression": {
"type": "CallExpression",
"start": 3205,
"end": 3292,
"loc": {
"start": {
"line": 90,
"column": 12
},
"end": {
"line": 90,
"column": 99
}
},
"callee": {
"type": "MemberExpression",
"start": 3205,
"end": 3214,
"loc": {
"start": {
"line": 90,
"column": 12
},
"end": {
"line": 90,
"column": 21
}
},
"object": {
"type": "Identifier",
"start": 3205,
"end": 3209,
"loc": {
"start": {
"line": 90,
"column": 12
},
"end": {
"line": 90,
"column": 16
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 3210,
"end": 3214,
"loc": {
"start": {
"line": 90,
"column": 17
},
"end": {
"line": 90,
"column": 21
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 3215,
"end": 3291,
"loc": {
"start": {
"line": 90,
"column": 22
},
"end": {
"line": 90,
"column": 98
}
},
"expressions": [
{
"type": "MemberExpression",
"start": 3264,
"end": 3279,
"loc": {
"start": {
"line": 90,
"column": 71
},
"end": {
"line": 90,
"column": 86
}
},
"object": {
"type": "Identifier",
"start": 3264,
"end": 3274,
"loc": {
"start": {
"line": 90,
"column": 71
},
"end": {
"line": 90,
"column": 81
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"property": {
"type": "Identifier",
"start": 3275,
"end": 3279,
"loc": {
"start": {
"line": 90,
"column": 82
},
"end": {
"line": 90,
"column": 86
},
"identifierName": "name"
},
"name": "name"
},
"computed": false
}
],
"quasis": [
{
"type": "TemplateElement",
"start": 3216,
"end": 3262,
"loc": {
"start": {
"line": 90,
"column": 23
},
"end": {
"line": 90,
"column": 69
}
},
"value": {
"raw": "<tr><td class=\"td1\">Name:</td><td class=\"td2\">",
"cooked": "<tr><td class=\"td1\">Name:</td><td class=\"td2\">"
},
"tail": false
},
{
"type": "TemplateElement",
"start": 3280,
"end": 3290,
"loc": {
"start": {
"line": 90,
"column": 87
},
"end": {
"line": 90,
"column": 97
}
},
"value": {
"raw": "</td></tr>",
"cooked": "</td></tr>"
},
"tail": true
}
]
}
]
}
},
{
"type": "IfStatement",
"start": 3306,
"end": 3448,
"loc": {
"start": {
"line": 91,
"column": 12
},
"end": {
"line": 93,
"column": 13
}
},
"test": {
"type": "MemberExpression",
"start": 3310,
"end": 3325,
"loc": {
"start": {
"line": 91,
"column": 16
},
"end": {
"line": 91,
"column": 31
}
},
"object": {
"type": "Identifier",
"start": 3310,
"end": 3320,
"loc": {
"start": {
"line": 91,
"column": 16
},
"end": {
"line": 91,
"column": 26
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"property": {
"type": "Identifier",
"start": 3321,
"end": 3325,
"loc": {
"start": {
"line": 91,
"column": 27
},
"end": {
"line": 91,
"column": 31
},
"identifierName": "type"
},
"name": "type"
},
"computed": false
},
"consequent": {
"type": "BlockStatement",
"start": 3327,
"end": 3448,
"loc": {
"start": {
"line": 91,
"column": 33
},
"end": {
"line": 93,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3345,
"end": 3434,
"loc": {
"start": {
"line": 92,
"column": 16
},
"end": {
"line": 92,
"column": 105
}
},
"expression": {
"type": "CallExpression",
"start": 3345,
"end": 3433,
"loc": {
"start": {
"line": 92,
"column": 16
},
"end": {
"line": 92,
"column": 104
}
},
"callee": {
"type": "MemberExpression",
"start": 3345,
"end": 3354,
"loc": {
"start": {
"line": 92,
"column": 16
},
"end": {
"line": 92,
"column": 25
}
},
"object": {
"type": "Identifier",
"start": 3345,
"end": 3349,
"loc": {
"start": {
"line": 92,
"column": 16
},
"end": {
"line": 92,
"column": 20
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 3350,
"end": 3354,
"loc": {
"start": {
"line": 92,
"column": 21
},
"end": {
"line": 92,
"column": 25
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 3355,
"end": 3432,
"loc": {
"start": {
"line": 92,
"column": 26
},
"end": {
"line": 92,
"column": 103
}
},
"expressions": [
{
"type": "MemberExpression",
"start": 3405,
"end": 3420,
"loc": {
"start": {
"line": 92,
"column": 76
},
"end": {
"line": 92,
"column": 91
}
},
"object": {
"type": "Identifier",
"start": 3405,
"end": 3415,
"loc": {
"start": {
"line": 92,
"column": 76
},
"end": {
"line": 92,
"column": 86
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"property": {
"type": "Identifier",
"start": 3416,
"end": 3420,
"loc": {
"start": {
"line": 92,
"column": 87
},
"end": {
"line": 92,
"column": 91
},
"identifierName": "type"
},
"name": "type"
},
"computed": false
}
],
"quasis": [
{
"type": "TemplateElement",
"start": 3356,
"end": 3403,
"loc": {
"start": {
"line": 92,
"column": 27
},
"end": {
"line": 92,
"column": 74
}
},
"value": {
"raw": "<tr><td class=\"td1\">Class:</td><td class=\"td2\">",
"cooked": "<tr><td class=\"td1\">Class:</td><td class=\"td2\">"
},
"tail": false
},
{
"type": "TemplateElement",
"start": 3421,
"end": 3431,
"loc": {
"start": {
"line": 92,
"column": 92
},
"end": {
"line": 92,
"column": 102
}
},
"value": {
"raw": "</td></tr>",
"cooked": "</td></tr>"
},
"tail": true
}
]
}
]
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 3461,
"end": 3561,
"loc": {
"start": {
"line": 94,
"column": 12
},
"end": {
"line": 94,
"column": 112
}
},
"expression": {
"type": "CallExpression",
"start": 3461,
"end": 3560,
"loc": {
"start": {
"line": 94,
"column": 12
},
"end": {
"line": 94,
"column": 111
}
},
"callee": {
"type": "MemberExpression",
"start": 3461,
"end": 3470,
"loc": {
"start": {
"line": 94,
"column": 12
},
"end": {
"line": 94,
"column": 21
}
},
"object": {
"type": "Identifier",
"start": 3461,
"end": 3465,
"loc": {
"start": {
"line": 94,
"column": 12
},
"end": {
"line": 94,
"column": 16
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 3466,
"end": 3470,
"loc": {
"start": {
"line": 94,
"column": 17
},
"end": {
"line": 94,
"column": 21
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 3471,
"end": 3559,
"loc": {
"start": {
"line": 94,
"column": 22
},
"end": {
"line": 94,
"column": 110
}
},
"expressions": [
{
"type": "MemberExpression",
"start": 3520,
"end": 3547,
"loc": {
"start": {
"line": 94,
"column": 71
},
"end": {
"line": 94,
"column": 98
}
},
"object": {
"type": "Identifier",
"start": 3520,
"end": 3530,
"loc": {
"start": {
"line": 94,
"column": 71
},
"end": {
"line": 94,
"column": 81
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"property": {
"type": "Identifier",
"start": 3531,
"end": 3547,
"loc": {
"start": {
"line": 94,
"column": 82
},
"end": {
"line": 94,
"column": 98
},
"identifierName": "originalSystemId"
},
"name": "originalSystemId"
},
"computed": false
}
],
"quasis": [
{
"type": "TemplateElement",
"start": 3472,
"end": 3518,
"loc": {
"start": {
"line": 94,
"column": 23
},
"end": {
"line": 94,
"column": 69
}
},
"value": {
"raw": "<tr><td class=\"td1\">UUID:</td><td class=\"td2\">",
"cooked": "<tr><td class=\"td1\">UUID:</td><td class=\"td2\">"
},
"tail": false
},
{
"type": "TemplateElement",
"start": 3548,
"end": 3558,
"loc": {
"start": {
"line": 94,
"column": 99
},
"end": {
"line": 94,
"column": 109
}
},
"value": {
"raw": "</td></tr>",
"cooked": "</td></tr>"
},
"tail": true
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3574,
"end": 3665,
"loc": {
"start": {
"line": 95,
"column": 12
},
"end": {
"line": 95,
"column": 103
}
},
"expression": {
"type": "CallExpression",
"start": 3574,
"end": 3664,
"loc": {
"start": {
"line": 95,
"column": 12
},
"end": {
"line": 95,
"column": 102
}
},
"callee": {
"type": "MemberExpression",
"start": 3574,
"end": 3583,
"loc": {
"start": {
"line": 95,
"column": 12
},
"end": {
"line": 95,
"column": 21
}
},
"object": {
"type": "Identifier",
"start": 3574,
"end": 3578,
"loc": {
"start": {
"line": 95,
"column": 12
},
"end": {
"line": 95,
"column": 16
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 3579,
"end": 3583,
"loc": {
"start": {
"line": 95,
"column": 17
},
"end": {
"line": 95,
"column": 21
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 3584,
"end": 3663,
"loc": {
"start": {
"line": 95,
"column": 22
},
"end": {
"line": 95,
"column": 101
}
},
"expressions": [
{
"type": "MemberExpression",
"start": 3638,
"end": 3651,
"loc": {
"start": {
"line": 95,
"column": 76
},
"end": {
"line": 95,
"column": 89
}
},
"object": {
"type": "Identifier",
"start": 3638,
"end": 3648,
"loc": {
"start": {
"line": 95,
"column": 76
},
"end": {
"line": 95,
"column": 86
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"property": {
"type": "Identifier",
"start": 3649,
"end": 3651,
"loc": {
"start": {
"line": 95,
"column": 87
},
"end": {
"line": 95,
"column": 89
},
"identifierName": "id"
},
"name": "id"
},
"computed": false
}
],
"quasis": [
{
"type": "TemplateElement",
"start": 3585,
"end": 3636,
"loc": {
"start": {
"line": 95,
"column": 23
},
"end": {
"line": 95,
"column": 74
}
},
"value": {
"raw": "<tr><td class=\"td1\">Viewer ID:</td><td class=\"td2\">",
"cooked": "<tr><td class=\"td1\">Viewer ID:</td><td class=\"td2\">"
},
"tail": false
},
{
"type": "TemplateElement",
"start": 3652,
"end": 3662,
"loc": {
"start": {
"line": 95,
"column": 90
},
"end": {
"line": 95,
"column": 100
}
},
"value": {
"raw": "</td></tr>",
"cooked": "</td></tr>"
},
"tail": true
}
]
}
]
}
},
{
"type": "VariableDeclaration",
"start": 3678,
"end": 3719,
"loc": {
"start": {
"line": 96,
"column": 12
},
"end": {
"line": 96,
"column": 53
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 3684,
"end": 3718,
"loc": {
"start": {
"line": 96,
"column": 18
},
"end": {
"line": 96,
"column": 52
}
},
"id": {
"type": "Identifier",
"start": 3684,
"end": 3694,
"loc": {
"start": {
"line": 96,
"column": 18
},
"end": {
"line": 96,
"column": 28
},
"identifierName": "attributes"
},
"name": "attributes"
},
"init": {
"type": "MemberExpression",
"start": 3697,
"end": 3718,
"loc": {
"start": {
"line": 96,
"column": 31
},
"end": {
"line": 96,
"column": 52
}
},
"object": {
"type": "Identifier",
"start": 3697,
"end": 3707,
"loc": {
"start": {
"line": 96,
"column": 31
},
"end": {
"line": 96,
"column": 41
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"property": {
"type": "Identifier",
"start": 3708,
"end": 3718,
"loc": {
"start": {
"line": 96,
"column": 42
},
"end": {
"line": 96,
"column": 52
},
"identifierName": "attributes"
},
"name": "attributes"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 3732,
"end": 3959,
"loc": {
"start": {
"line": 97,
"column": 12
},
"end": {
"line": 101,
"column": 13
}
},
"test": {
"type": "Identifier",
"start": 3736,
"end": 3746,
"loc": {
"start": {
"line": 97,
"column": 16
},
"end": {
"line": 97,
"column": 26
},
"identifierName": "attributes"
},
"name": "attributes"
},
"consequent": {
"type": "BlockStatement",
"start": 3748,
"end": 3959,
"loc": {
"start": {
"line": 97,
"column": 28
},
"end": {
"line": 101,
"column": 13
}
},
"body": [
{
"type": "ForInStatement",
"start": 3766,
"end": 3945,
"loc": {
"start": {
"line": 98,
"column": 16
},
"end": {
"line": 100,
"column": 17
}
},
"left": {
"type": "VariableDeclaration",
"start": 3771,
"end": 3778,
"loc": {
"start": {
"line": 98,
"column": 21
},
"end": {
"line": 98,
"column": 28
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 3775,
"end": 3778,
"loc": {
"start": {
"line": 98,
"column": 25
},
"end": {
"line": 98,
"column": 28
}
},
"id": {
"type": "Identifier",
"start": 3775,
"end": 3778,
"loc": {
"start": {
"line": 98,
"column": 25
},
"end": {
"line": 98,
"column": 28
},
"identifierName": "key"
},
"name": "key"
},
"init": null
}
],
"kind": "let"
},
"right": {
"type": "Identifier",
"start": 3782,
"end": 3792,
"loc": {
"start": {
"line": 98,
"column": 32
},
"end": {
"line": 98,
"column": 42
},
"identifierName": "attributes"
},
"name": "attributes"
},
"body": {
"type": "BlockStatement",
"start": 3794,
"end": 3945,
"loc": {
"start": {
"line": 98,
"column": 44
},
"end": {
"line": 100,
"column": 17
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3816,
"end": 3927,
"loc": {
"start": {
"line": 99,
"column": 20
},
"end": {
"line": 99,
"column": 131
}
},
"expression": {
"type": "CallExpression",
"start": 3816,
"end": 3926,
"loc": {
"start": {
"line": 99,
"column": 20
},
"end": {
"line": 99,
"column": 130
}
},
"callee": {
"type": "MemberExpression",
"start": 3816,
"end": 3825,
"loc": {
"start": {
"line": 99,
"column": 20
},
"end": {
"line": 99,
"column": 29
}
},
"object": {
"type": "Identifier",
"start": 3816,
"end": 3820,
"loc": {
"start": {
"line": 99,
"column": 20
},
"end": {
"line": 99,
"column": 24
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 3821,
"end": 3825,
"loc": {
"start": {
"line": 99,
"column": 25
},
"end": {
"line": 99,
"column": 29
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 3826,
"end": 3925,
"loc": {
"start": {
"line": 99,
"column": 30
},
"end": {
"line": 99,
"column": 129
}
},
"expressions": [
{
"type": "CallExpression",
"start": 3849,
"end": 3873,
"loc": {
"start": {
"line": 99,
"column": 53
},
"end": {
"line": 99,
"column": 77
}
},
"callee": {
"type": "Identifier",
"start": 3849,
"end": 3868,
"loc": {
"start": {
"line": 99,
"column": 53
},
"end": {
"line": 99,
"column": 72
},
"identifierName": "capitalizeFirstChar"
},
"name": "capitalizeFirstChar"
},
"arguments": [
{
"type": "Identifier",
"start": 3869,
"end": 3872,
"loc": {
"start": {
"line": 99,
"column": 73
},
"end": {
"line": 99,
"column": 76
},
"identifierName": "key"
},
"name": "key"
}
]
},
{
"type": "MemberExpression",
"start": 3898,
"end": 3913,
"loc": {
"start": {
"line": 99,
"column": 102
},
"end": {
"line": 99,
"column": 117
}
},
"object": {
"type": "Identifier",
"start": 3898,
"end": 3908,
"loc": {
"start": {
"line": 99,
"column": 102
},
"end": {
"line": 99,
"column": 112
},
"identifierName": "attributes"
},
"name": "attributes"
},
"property": {
"type": "Identifier",
"start": 3909,
"end": 3912,
"loc": {
"start": {
"line": 99,
"column": 113
},
"end": {
"line": 99,
"column": 116
},
"identifierName": "key"
},
"name": "key"
},
"computed": true
}
],
"quasis": [
{
"type": "TemplateElement",
"start": 3827,
"end": 3847,
"loc": {
"start": {
"line": 99,
"column": 31
},
"end": {
"line": 99,
"column": 51
}
},
"value": {
"raw": "<tr><td class=\"td1\">",
"cooked": "<tr><td class=\"td1\">"
},
"tail": false
},
{
"type": "TemplateElement",
"start": 3874,
"end": 3896,
"loc": {
"start": {
"line": 99,
"column": 78
},
"end": {
"line": 99,
"column": 100
}
},
"value": {
"raw": ":</td><td class=\"td2\">",
"cooked": ":</td><td class=\"td2\">"
},
"tail": false
},
{
"type": "TemplateElement",
"start": 3914,
"end": 3924,
"loc": {
"start": {
"line": 99,
"column": 118
},
"end": {
"line": 99,
"column": 128
}
},
"value": {
"raw": "</td></tr>",
"cooked": "</td></tr>"
},
"tail": true
}
]
}
]
}
}
],
"directives": []
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 3972,
"end": 3994,
"loc": {
"start": {
"line": 102,
"column": 12
},
"end": {
"line": 102,
"column": 34
}
},
"expression": {
"type": "CallExpression",
"start": 3972,
"end": 3993,
"loc": {
"start": {
"line": 102,
"column": 12
},
"end": {
"line": 102,
"column": 33
}
},
"callee": {
"type": "MemberExpression",
"start": 3972,
"end": 3981,
"loc": {
"start": {
"line": 102,
"column": 12
},
"end": {
"line": 102,
"column": 21
}
},
"object": {
"type": "Identifier",
"start": 3972,
"end": 3976,
"loc": {
"start": {
"line": 102,
"column": 12
},
"end": {
"line": 102,
"column": 16
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 3977,
"end": 3981,
"loc": {
"start": {
"line": 102,
"column": 17
},
"end": {
"line": 102,
"column": 21
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 3982,
"end": 3992,
"loc": {
"start": {
"line": 102,
"column": 22
},
"end": {
"line": 102,
"column": 32
}
},
"extra": {
"rawValue": "</table>",
"raw": "'</table>'"
},
"value": "</table>"
}
]
}
},
{
"type": "IfStatement",
"start": 4007,
"end": 5861,
"loc": {
"start": {
"line": 103,
"column": 12
},
"end": {
"line": 130,
"column": 13
}
},
"test": {
"type": "LogicalExpression",
"start": 4011,
"end": 4053,
"loc": {
"start": {
"line": 103,
"column": 16
},
"end": {
"line": 103,
"column": 58
}
},
"left": {
"type": "UnaryExpression",
"start": 4011,
"end": 4024,
"loc": {
"start": {
"line": 103,
"column": 16
},
"end": {
"line": 103,
"column": 29
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 4012,
"end": 4024,
"loc": {
"start": {
"line": 103,
"column": 17
},
"end": {
"line": 103,
"column": 29
},
"identifierName": "propertySets"
},
"name": "propertySets"
},
"extra": {
"parenthesizedArgument": false
}
},
"operator": "||",
"right": {
"type": "BinaryExpression",
"start": 4028,
"end": 4053,
"loc": {
"start": {
"line": 103,
"column": 33
},
"end": {
"line": 103,
"column": 58
}
},
"left": {
"type": "MemberExpression",
"start": 4028,
"end": 4047,
"loc": {
"start": {
"line": 103,
"column": 33
},
"end": {
"line": 103,
"column": 52
}
},
"object": {
"type": "Identifier",
"start": 4028,
"end": 4040,
"loc": {
"start": {
"line": 103,
"column": 33
},
"end": {
"line": 103,
"column": 45
},
"identifierName": "propertySets"
},
"name": "propertySets"
},
"property": {
"type": "Identifier",
"start": 4041,
"end": 4047,
"loc": {
"start": {
"line": 103,
"column": 46
},
"end": {
"line": 103,
"column": 52
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
},
"operator": "===",
"right": {
"type": "NumericLiteral",
"start": 4052,
"end": 4053,
"loc": {
"start": {
"line": 103,
"column": 57
},
"end": {
"line": 103,
"column": 58
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
}
},
"consequent": {
"type": "BlockStatement",
"start": 4055,
"end": 4434,
"loc": {
"start": {
"line": 103,
"column": 60
},
"end": {
"line": 107,
"column": 13
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 4073,
"end": 4217,
"loc": {
"start": {
"line": 104,
"column": 16
},
"end": {
"line": 104,
"column": 160
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4079,
"end": 4216,
"loc": {
"start": {
"line": 104,
"column": 22
},
"end": {
"line": 104,
"column": 159
}
},
"id": {
"type": "Identifier",
"start": 4079,
"end": 4092,
"loc": {
"start": {
"line": 104,
"column": 22
},
"end": {
"line": 104,
"column": 35
},
"identifierName": "localizedText"
},
"name": "localizedText"
},
"init": {
"type": "LogicalExpression",
"start": 4095,
"end": 4216,
"loc": {
"start": {
"line": 104,
"column": 38
},
"end": {
"line": 104,
"column": 159
}
},
"left": {
"type": "CallExpression",
"start": 4095,
"end": 4170,
"loc": {
"start": {
"line": 104,
"column": 38
},
"end": {
"line": 104,
"column": 113
}
},
"callee": {
"type": "MemberExpression",
"start": 4095,
"end": 4130,
"loc": {
"start": {
"line": 104,
"column": 38
},
"end": {
"line": 104,
"column": 73
}
},
"object": {
"type": "MemberExpression",
"start": 4095,
"end": 4120,
"loc": {
"start": {
"line": 104,
"column": 38
},
"end": {
"line": 104,
"column": 63
}
},
"object": {
"type": "MemberExpression",
"start": 4095,
"end": 4106,
"loc": {
"start": {
"line": 104,
"column": 38
},
"end": {
"line": 104,
"column": 49
}
},
"object": {
"type": "ThisExpression",
"start": 4095,
"end": 4099,
"loc": {
"start": {
"line": 104,
"column": 38
},
"end": {
"line": 104,
"column": 42
}
}
},
"property": {
"type": "Identifier",
"start": 4100,
"end": 4106,
"loc": {
"start": {
"line": 104,
"column": 43
},
"end": {
"line": 104,
"column": 49
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4107,
"end": 4120,
"loc": {
"start": {
"line": 104,
"column": 50
},
"end": {
"line": 104,
"column": 63
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4121,
"end": 4130,
"loc": {
"start": {
"line": 104,
"column": 64
},
"end": {
"line": 104,
"column": 73
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 4131,
"end": 4169,
"loc": {
"start": {
"line": 104,
"column": 74
},
"end": {
"line": 104,
"column": 112
}
},
"extra": {
"rawValue": "propertiesInspector.noPropSetWarning",
"raw": "'propertiesInspector.noPropSetWarning'"
},
"value": "propertiesInspector.noPropSetWarning"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 4174,
"end": 4216,
"loc": {
"start": {
"line": 104,
"column": 117
},
"end": {
"line": 104,
"column": 159
}
},
"extra": {
"rawValue": "No properties sets found for this object",
"raw": "'No properties sets found for this object'"
},
"value": "No properties sets found for this object"
}
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 4234,
"end": 4383,
"loc": {
"start": {
"line": 105,
"column": 16
},
"end": {
"line": 105,
"column": 165
}
},
"expression": {
"type": "CallExpression",
"start": 4234,
"end": 4382,
"loc": {
"start": {
"line": 105,
"column": 16
},
"end": {
"line": 105,
"column": 164
}
},
"callee": {
"type": "MemberExpression",
"start": 4234,
"end": 4243,
"loc": {
"start": {
"line": 105,
"column": 16
},
"end": {
"line": 105,
"column": 25
}
},
"object": {
"type": "Identifier",
"start": 4234,
"end": 4238,
"loc": {
"start": {
"line": 105,
"column": 16
},
"end": {
"line": 105,
"column": 20
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 4239,
"end": 4243,
"loc": {
"start": {
"line": 105,
"column": 21
},
"end": {
"line": 105,
"column": 25
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 4244,
"end": 4381,
"loc": {
"start": {
"line": 105,
"column": 26
},
"end": {
"line": 105,
"column": 163
}
},
"expressions": [
{
"type": "Identifier",
"start": 4362,
"end": 4375,
"loc": {
"start": {
"line": 105,
"column": 144
},
"end": {
"line": 105,
"column": 157
},
"identifierName": "localizedText"
},
"name": "localizedText"
}
],
"quasis": [
{
"type": "TemplateElement",
"start": 4245,
"end": 4360,
"loc": {
"start": {
"line": 105,
"column": 27
},
"end": {
"line": 105,
"column": 142
}
},
"value": {
"raw": "<p class=\"xeokit-i18n subtitle xeokit-no-prop-set-warning\" data-xeokit-i18n=\"propertiesInspector.noPropSetWarning\">",
"cooked": "<p class=\"xeokit-i18n subtitle xeokit-no-prop-set-warning\" data-xeokit-i18n=\"propertiesInspector.noPropSetWarning\">"
},
"tail": false
},
{
"type": "TemplateElement",
"start": 4376,
"end": 4380,
"loc": {
"start": {
"line": 105,
"column": 158
},
"end": {
"line": 105,
"column": 162
}
},
"value": {
"raw": "</p>",
"cooked": "</p>"
},
"tail": true
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 4400,
"end": 4420,
"loc": {
"start": {
"line": 106,
"column": 16
},
"end": {
"line": 106,
"column": 36
}
},
"expression": {
"type": "CallExpression",
"start": 4400,
"end": 4419,
"loc": {
"start": {
"line": 106,
"column": 16
},
"end": {
"line": 106,
"column": 35
}
},
"callee": {
"type": "MemberExpression",
"start": 4400,
"end": 4409,
"loc": {
"start": {
"line": 106,
"column": 16
},
"end": {
"line": 106,
"column": 25
}
},
"object": {
"type": "Identifier",
"start": 4400,
"end": 4404,
"loc": {
"start": {
"line": 106,
"column": 16
},
"end": {
"line": 106,
"column": 20
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 4405,
"end": 4409,
"loc": {
"start": {
"line": 106,
"column": 21
},
"end": {
"line": 106,
"column": 25
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 4410,
"end": 4418,
"loc": {
"start": {
"line": 106,
"column": 26
},
"end": {
"line": 106,
"column": 34
}
},
"expressions": [],
"quasis": [
{
"type": "TemplateElement",
"start": 4411,
"end": 4417,
"loc": {
"start": {
"line": 106,
"column": 27
},
"end": {
"line": 106,
"column": 33
}
},
"value": {
"raw": "</div>",
"cooked": "</div>"
},
"tail": true
}
]
}
]
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 4440,
"end": 5861,
"loc": {
"start": {
"line": 107,
"column": 19
},
"end": {
"line": 130,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 4458,
"end": 4478,
"loc": {
"start": {
"line": 108,
"column": 16
},
"end": {
"line": 108,
"column": 36
}
},
"expression": {
"type": "CallExpression",
"start": 4458,
"end": 4477,
"loc": {
"start": {
"line": 108,
"column": 16
},
"end": {
"line": 108,
"column": 35
}
},
"callee": {
"type": "MemberExpression",
"start": 4458,
"end": 4467,
"loc": {
"start": {
"line": 108,
"column": 16
},
"end": {
"line": 108,
"column": 25
}
},
"object": {
"type": "Identifier",
"start": 4458,
"end": 4462,
"loc": {
"start": {
"line": 108,
"column": 16
},
"end": {
"line": 108,
"column": 20
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 4463,
"end": 4467,
"loc": {
"start": {
"line": 108,
"column": 21
},
"end": {
"line": 108,
"column": 25
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 4468,
"end": 4476,
"loc": {
"start": {
"line": 108,
"column": 26
},
"end": {
"line": 108,
"column": 34
}
},
"expressions": [],
"quasis": [
{
"type": "TemplateElement",
"start": 4469,
"end": 4475,
"loc": {
"start": {
"line": 108,
"column": 27
},
"end": {
"line": 108,
"column": 33
}
},
"value": {
"raw": "</div>",
"cooked": "</div>"
},
"tail": true
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 4495,
"end": 4539,
"loc": {
"start": {
"line": 109,
"column": 16
},
"end": {
"line": 109,
"column": 60
}
},
"expression": {
"type": "CallExpression",
"start": 4495,
"end": 4538,
"loc": {
"start": {
"line": 109,
"column": 16
},
"end": {
"line": 109,
"column": 59
}
},
"callee": {
"type": "MemberExpression",
"start": 4495,
"end": 4504,
"loc": {
"start": {
"line": 109,
"column": 16
},
"end": {
"line": 109,
"column": 25
}
},
"object": {
"type": "Identifier",
"start": 4495,
"end": 4499,
"loc": {
"start": {
"line": 109,
"column": 16
},
"end": {
"line": 109,
"column": 20
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 4500,
"end": 4504,
"loc": {
"start": {
"line": 109,
"column": 21
},
"end": {
"line": 109,
"column": 25
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 4505,
"end": 4537,
"loc": {
"start": {
"line": 109,
"column": 26
},
"end": {
"line": 109,
"column": 58
}
},
"expressions": [],
"quasis": [
{
"type": "TemplateElement",
"start": 4506,
"end": 4536,
"loc": {
"start": {
"line": 109,
"column": 27
},
"end": {
"line": 109,
"column": 57
}
},
"value": {
"raw": "<div class=\"xeokit-accordion\">",
"cooked": "<div class=\"xeokit-accordion\">"
},
"tail": true
}
]
}
]
}
},
{
"type": "ForStatement",
"start": 4556,
"end": 5810,
"loc": {
"start": {
"line": 110,
"column": 16
},
"end": {
"line": 128,
"column": 17
}
},
"init": {
"type": "VariableDeclaration",
"start": 4561,
"end": 4597,
"loc": {
"start": {
"line": 110,
"column": 21
},
"end": {
"line": 110,
"column": 57
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4565,
"end": 4570,
"loc": {
"start": {
"line": 110,
"column": 25
},
"end": {
"line": 110,
"column": 30
}
},
"id": {
"type": "Identifier",
"start": 4565,
"end": 4566,
"loc": {
"start": {
"line": 110,
"column": 25
},
"end": {
"line": 110,
"column": 26
},
"identifierName": "i"
},
"name": "i"
},
"init": {
"type": "NumericLiteral",
"start": 4569,
"end": 4570,
"loc": {
"start": {
"line": 110,
"column": 29
},
"end": {
"line": 110,
"column": 30
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
},
{
"type": "VariableDeclarator",
"start": 4572,
"end": 4597,
"loc": {
"start": {
"line": 110,
"column": 32
},
"end": {
"line": 110,
"column": 57
}
},
"id": {
"type": "Identifier",
"start": 4572,
"end": 4575,
"loc": {
"start": {
"line": 110,
"column": 32
},
"end": {
"line": 110,
"column": 35
},
"identifierName": "len"
},
"name": "len"
},
"init": {
"type": "MemberExpression",
"start": 4578,
"end": 4597,
"loc": {
"start": {
"line": 110,
"column": 38
},
"end": {
"line": 110,
"column": 57
}
},
"object": {
"type": "Identifier",
"start": 4578,
"end": 4590,
"loc": {
"start": {
"line": 110,
"column": 38
},
"end": {
"line": 110,
"column": 50
},
"identifierName": "propertySets"
},
"name": "propertySets"
},
"property": {
"type": "Identifier",
"start": 4591,
"end": 4597,
"loc": {
"start": {
"line": 110,
"column": 51
},
"end": {
"line": 110,
"column": 57
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
}
}
],
"kind": "let"
},
"test": {
"type": "BinaryExpression",
"start": 4599,
"end": 4606,
"loc": {
"start": {
"line": 110,
"column": 59
},
"end": {
"line": 110,
"column": 66
}
},
"left": {
"type": "Identifier",
"start": 4599,
"end": 4600,
"loc": {
"start": {
"line": 110,
"column": 59
},
"end": {
"line": 110,
"column": 60
},
"identifierName": "i"
},
"name": "i"
},
"operator": "<",
"right": {
"type": "Identifier",
"start": 4603,
"end": 4606,
"loc": {
"start": {
"line": 110,
"column": 63
},
"end": {
"line": 110,
"column": 66
},
"identifierName": "len"
},
"name": "len"
}
},
"update": {
"type": "UpdateExpression",
"start": 4608,
"end": 4611,
"loc": {
"start": {
"line": 110,
"column": 68
},
"end": {
"line": 110,
"column": 71
}
},
"operator": "++",
"prefix": false,
"argument": {
"type": "Identifier",
"start": 4608,
"end": 4609,
"loc": {
"start": {
"line": 110,
"column": 68
},
"end": {
"line": 110,
"column": 69
},
"identifierName": "i"
},
"name": "i"
}
},
"body": {
"type": "BlockStatement",
"start": 4613,
"end": 5810,
"loc": {
"start": {
"line": 110,
"column": 73
},
"end": {
"line": 128,
"column": 17
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 4635,
"end": 4671,
"loc": {
"start": {
"line": 111,
"column": 20
},
"end": {
"line": 111,
"column": 56
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4641,
"end": 4670,
"loc": {
"start": {
"line": 111,
"column": 26
},
"end": {
"line": 111,
"column": 55
}
},
"id": {
"type": "Identifier",
"start": 4641,
"end": 4652,
"loc": {
"start": {
"line": 111,
"column": 26
},
"end": {
"line": 111,
"column": 37
},
"identifierName": "propertySet"
},
"name": "propertySet"
},
"init": {
"type": "MemberExpression",
"start": 4655,
"end": 4670,
"loc": {
"start": {
"line": 111,
"column": 40
},
"end": {
"line": 111,
"column": 55
}
},
"object": {
"type": "Identifier",
"start": 4655,
"end": 4667,
"loc": {
"start": {
"line": 111,
"column": 40
},
"end": {
"line": 111,
"column": 52
},
"identifierName": "propertySets"
},
"name": "propertySets"
},
"property": {
"type": "Identifier",
"start": 4668,
"end": 4669,
"loc": {
"start": {
"line": 111,
"column": 53
},
"end": {
"line": 111,
"column": 54
},
"identifierName": "i"
},
"name": "i"
},
"computed": true
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 4692,
"end": 4740,
"loc": {
"start": {
"line": 112,
"column": 20
},
"end": {
"line": 112,
"column": 68
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4698,
"end": 4739,
"loc": {
"start": {
"line": 112,
"column": 26
},
"end": {
"line": 112,
"column": 67
}
},
"id": {
"type": "Identifier",
"start": 4698,
"end": 4708,
"loc": {
"start": {
"line": 112,
"column": 26
},
"end": {
"line": 112,
"column": 36
},
"identifierName": "properties"
},
"name": "properties"
},
"init": {
"type": "LogicalExpression",
"start": 4711,
"end": 4739,
"loc": {
"start": {
"line": 112,
"column": 39
},
"end": {
"line": 112,
"column": 67
}
},
"left": {
"type": "MemberExpression",
"start": 4711,
"end": 4733,
"loc": {
"start": {
"line": 112,
"column": 39
},
"end": {
"line": 112,
"column": 61
}
},
"object": {
"type": "Identifier",
"start": 4711,
"end": 4722,
"loc": {
"start": {
"line": 112,
"column": 39
},
"end": {
"line": 112,
"column": 50
},
"identifierName": "propertySet"
},
"name": "propertySet"
},
"property": {
"type": "Identifier",
"start": 4723,
"end": 4733,
"loc": {
"start": {
"line": 112,
"column": 51
},
"end": {
"line": 112,
"column": 61
},
"identifierName": "properties"
},
"name": "properties"
},
"computed": false
},
"operator": "||",
"right": {
"type": "ArrayExpression",
"start": 4737,
"end": 4739,
"loc": {
"start": {
"line": 112,
"column": 65
},
"end": {
"line": 112,
"column": 67
}
},
"elements": []
}
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 4761,
"end": 5792,
"loc": {
"start": {
"line": 113,
"column": 20
},
"end": {
"line": 127,
"column": 21
}
},
"test": {
"type": "BinaryExpression",
"start": 4765,
"end": 4786,
"loc": {
"start": {
"line": 113,
"column": 24
},
"end": {
"line": 113,
"column": 45
}
},
"left": {
"type": "MemberExpression",
"start": 4765,
"end": 4782,
"loc": {
"start": {
"line": 113,
"column": 24
},
"end": {
"line": 113,
"column": 41
}
},
"object": {
"type": "Identifier",
"start": 4765,
"end": 4775,
"loc": {
"start": {
"line": 113,
"column": 24
},
"end": {
"line": 113,
"column": 34
},
"identifierName": "properties"
},
"name": "properties"
},
"property": {
"type": "Identifier",
"start": 4776,
"end": 4782,
"loc": {
"start": {
"line": 113,
"column": 35
},
"end": {
"line": 113,
"column": 41
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
},
"operator": ">",
"right": {
"type": "NumericLiteral",
"start": 4785,
"end": 4786,
"loc": {
"start": {
"line": 113,
"column": 44
},
"end": {
"line": 113,
"column": 45
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
},
"consequent": {
"type": "BlockStatement",
"start": 4788,
"end": 5671,
"loc": {
"start": {
"line": 113,
"column": 47
},
"end": {
"line": 125,
"column": 21
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 4814,
"end": 5219,
"loc": {
"start": {
"line": 114,
"column": 24
},
"end": {
"line": 117,
"column": 82
}
},
"expression": {
"type": "CallExpression",
"start": 4814,
"end": 5218,
"loc": {
"start": {
"line": 114,
"column": 24
},
"end": {
"line": 117,
"column": 81
}
},
"callee": {
"type": "MemberExpression",
"start": 4814,
"end": 4823,
"loc": {
"start": {
"line": 114,
"column": 24
},
"end": {
"line": 114,
"column": 33
}
},
"object": {
"type": "Identifier",
"start": 4814,
"end": 4818,
"loc": {
"start": {
"line": 114,
"column": 24
},
"end": {
"line": 114,
"column": 28
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 4819,
"end": 4823,
"loc": {
"start": {
"line": 114,
"column": 29
},
"end": {
"line": 114,
"column": 33
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 4824,
"end": 5217,
"loc": {
"start": {
"line": 114,
"column": 34
},
"end": {
"line": 117,
"column": 80
}
},
"expressions": [
{
"type": "MemberExpression",
"start": 4956,
"end": 4972,
"loc": {
"start": {
"line": 115,
"column": 90
},
"end": {
"line": 115,
"column": 106
}
},
"object": {
"type": "Identifier",
"start": 4956,
"end": 4967,
"loc": {
"start": {
"line": 115,
"column": 90
},
"end": {
"line": 115,
"column": 101
},
"identifierName": "propertySet"
},
"name": "propertySet"
},
"property": {
"type": "Identifier",
"start": 4968,
"end": 4972,
"loc": {
"start": {
"line": 115,
"column": 102
},
"end": {
"line": 115,
"column": 106
},
"identifierName": "name"
},
"name": "name"
},
"computed": false
}
],
"quasis": [
{
"type": "TemplateElement",
"start": 4825,
"end": 4954,
"loc": {
"start": {
"line": 114,
"column": 35
},
"end": {
"line": 115,
"column": 88
}
},
"value": {
"raw": "<div class=\"xeokit-accordion-container\">\n <p class=\"xeokit-accordion-button\"><span></span>",
"cooked": "<div class=\"xeokit-accordion-container\">\n <p class=\"xeokit-accordion-button\"><span></span>"
},
"tail": false
},
{
"type": "TemplateElement",
"start": 4973,
"end": 5216,
"loc": {
"start": {
"line": 115,
"column": 107
},
"end": {
"line": 117,
"column": 79
}
},
"value": {
"raw": "</p> \n <div class=\"xeokit-accordion-panel\"> \n <table class=\"xeokit-table\"><tbody>",
"cooked": "</p> \n <div class=\"xeokit-accordion-panel\"> \n <table class=\"xeokit-table\"><tbody>"
},
"tail": true
}
]
}
]
}
},
{
"type": "ForStatement",
"start": 5244,
"end": 5532,
"loc": {
"start": {
"line": 118,
"column": 24
},
"end": {
"line": 121,
"column": 25
}
},
"init": {
"type": "VariableDeclaration",
"start": 5249,
"end": 5283,
"loc": {
"start": {
"line": 118,
"column": 29
},
"end": {
"line": 118,
"column": 63
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 5253,
"end": 5258,
"loc": {
"start": {
"line": 118,
"column": 33
},
"end": {
"line": 118,
"column": 38
}
},
"id": {
"type": "Identifier",
"start": 5253,
"end": 5254,
"loc": {
"start": {
"line": 118,
"column": 33
},
"end": {
"line": 118,
"column": 34
},
"identifierName": "i"
},
"name": "i"
},
"init": {
"type": "NumericLiteral",
"start": 5257,
"end": 5258,
"loc": {
"start": {
"line": 118,
"column": 37
},
"end": {
"line": 118,
"column": 38
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
}
},
{
"type": "VariableDeclarator",
"start": 5260,
"end": 5283,
"loc": {
"start": {
"line": 118,
"column": 40
},
"end": {
"line": 118,
"column": 63
}
},
"id": {
"type": "Identifier",
"start": 5260,
"end": 5263,
"loc": {
"start": {
"line": 118,
"column": 40
},
"end": {
"line": 118,
"column": 43
},
"identifierName": "len"
},
"name": "len"
},
"init": {
"type": "MemberExpression",
"start": 5266,
"end": 5283,
"loc": {
"start": {
"line": 118,
"column": 46
},
"end": {
"line": 118,
"column": 63
}
},
"object": {
"type": "Identifier",
"start": 5266,
"end": 5276,
"loc": {
"start": {
"line": 118,
"column": 46
},
"end": {
"line": 118,
"column": 56
},
"identifierName": "properties"
},
"name": "properties"
},
"property": {
"type": "Identifier",
"start": 5277,
"end": 5283,
"loc": {
"start": {
"line": 118,
"column": 57
},
"end": {
"line": 118,
"column": 63
},
"identifierName": "length"
},
"name": "length"
},
"computed": false
}
}
],
"kind": "let"
},
"test": {
"type": "BinaryExpression",
"start": 5285,
"end": 5292,
"loc": {
"start": {
"line": 118,
"column": 65
},
"end": {
"line": 118,
"column": 72
}
},
"left": {
"type": "Identifier",
"start": 5285,
"end": 5286,
"loc": {
"start": {
"line": 118,
"column": 65
},
"end": {
"line": 118,
"column": 66
},
"identifierName": "i"
},
"name": "i"
},
"operator": "<",
"right": {
"type": "Identifier",
"start": 5289,
"end": 5292,
"loc": {
"start": {
"line": 118,
"column": 69
},
"end": {
"line": 118,
"column": 72
},
"identifierName": "len"
},
"name": "len"
}
},
"update": {
"type": "UpdateExpression",
"start": 5294,
"end": 5297,
"loc": {
"start": {
"line": 118,
"column": 74
},
"end": {
"line": 118,
"column": 77
}
},
"operator": "++",
"prefix": false,
"argument": {
"type": "Identifier",
"start": 5294,
"end": 5295,
"loc": {
"start": {
"line": 118,
"column": 74
},
"end": {
"line": 118,
"column": 75
},
"identifierName": "i"
},
"name": "i"
}
},
"body": {
"type": "BlockStatement",
"start": 5299,
"end": 5532,
"loc": {
"start": {
"line": 118,
"column": 79
},
"end": {
"line": 121,
"column": 25
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 5329,
"end": 5360,
"loc": {
"start": {
"line": 119,
"column": 28
},
"end": {
"line": 119,
"column": 59
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 5335,
"end": 5359,
"loc": {
"start": {
"line": 119,
"column": 34
},
"end": {
"line": 119,
"column": 58
}
},
"id": {
"type": "Identifier",
"start": 5335,
"end": 5343,
"loc": {
"start": {
"line": 119,
"column": 34
},
"end": {
"line": 119,
"column": 42
},
"identifierName": "property"
},
"name": "property"
},
"init": {
"type": "MemberExpression",
"start": 5346,
"end": 5359,
"loc": {
"start": {
"line": 119,
"column": 45
},
"end": {
"line": 119,
"column": 58
}
},
"object": {
"type": "Identifier",
"start": 5346,
"end": 5356,
"loc": {
"start": {
"line": 119,
"column": 45
},
"end": {
"line": 119,
"column": 55
},
"identifierName": "properties"
},
"name": "properties"
},
"property": {
"type": "Identifier",
"start": 5357,
"end": 5358,
"loc": {
"start": {
"line": 119,
"column": 56
},
"end": {
"line": 119,
"column": 57
},
"identifierName": "i"
},
"name": "i"
},
"computed": true
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 5389,
"end": 5506,
"loc": {
"start": {
"line": 120,
"column": 28
},
"end": {
"line": 120,
"column": 145
}
},
"expression": {
"type": "CallExpression",
"start": 5389,
"end": 5505,
"loc": {
"start": {
"line": 120,
"column": 28
},
"end": {
"line": 120,
"column": 144
}
},
"callee": {
"type": "MemberExpression",
"start": 5389,
"end": 5398,
"loc": {
"start": {
"line": 120,
"column": 28
},
"end": {
"line": 120,
"column": 37
}
},
"object": {
"type": "Identifier",
"start": 5389,
"end": 5393,
"loc": {
"start": {
"line": 120,
"column": 28
},
"end": {
"line": 120,
"column": 32
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 5394,
"end": 5398,
"loc": {
"start": {
"line": 120,
"column": 33
},
"end": {
"line": 120,
"column": 37
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 5399,
"end": 5504,
"loc": {
"start": {
"line": 120,
"column": 38
},
"end": {
"line": 120,
"column": 143
}
},
"expressions": [
{
"type": "LogicalExpression",
"start": 5422,
"end": 5453,
"loc": {
"start": {
"line": 120,
"column": 61
},
"end": {
"line": 120,
"column": 92
}
},
"left": {
"type": "MemberExpression",
"start": 5422,
"end": 5435,
"loc": {
"start": {
"line": 120,
"column": 61
},
"end": {
"line": 120,
"column": 74
}
},
"object": {
"type": "Identifier",
"start": 5422,
"end": 5430,
"loc": {
"start": {
"line": 120,
"column": 61
},
"end": {
"line": 120,
"column": 69
},
"identifierName": "property"
},
"name": "property"
},
"property": {
"type": "Identifier",
"start": 5431,
"end": 5435,
"loc": {
"start": {
"line": 120,
"column": 70
},
"end": {
"line": 120,
"column": 74
},
"identifierName": "name"
},
"name": "name"
},
"computed": false
},
"operator": "||",
"right": {
"type": "MemberExpression",
"start": 5439,
"end": 5453,
"loc": {
"start": {
"line": 120,
"column": 78
},
"end": {
"line": 120,
"column": 92
}
},
"object": {
"type": "Identifier",
"start": 5439,
"end": 5447,
"loc": {
"start": {
"line": 120,
"column": 78
},
"end": {
"line": 120,
"column": 86
},
"identifierName": "property"
},
"name": "property"
},
"property": {
"type": "Identifier",
"start": 5448,
"end": 5453,
"loc": {
"start": {
"line": 120,
"column": 87
},
"end": {
"line": 120,
"column": 92
},
"identifierName": "label"
},
"name": "label"
},
"computed": false
}
},
{
"type": "MemberExpression",
"start": 5478,
"end": 5492,
"loc": {
"start": {
"line": 120,
"column": 117
},
"end": {
"line": 120,
"column": 131
}
},
"object": {
"type": "Identifier",
"start": 5478,
"end": 5486,
"loc": {
"start": {
"line": 120,
"column": 117
},
"end": {
"line": 120,
"column": 125
},
"identifierName": "property"
},
"name": "property"
},
"property": {
"type": "Identifier",
"start": 5487,
"end": 5492,
"loc": {
"start": {
"line": 120,
"column": 126
},
"end": {
"line": 120,
"column": 131
},
"identifierName": "value"
},
"name": "value"
},
"computed": false
}
],
"quasis": [
{
"type": "TemplateElement",
"start": 5400,
"end": 5420,
"loc": {
"start": {
"line": 120,
"column": 39
},
"end": {
"line": 120,
"column": 59
}
},
"value": {
"raw": "<tr><td class=\"td1\">",
"cooked": "<tr><td class=\"td1\">"
},
"tail": false
},
{
"type": "TemplateElement",
"start": 5454,
"end": 5476,
"loc": {
"start": {
"line": 120,
"column": 93
},
"end": {
"line": 120,
"column": 115
}
},
"value": {
"raw": ":</td><td class=\"td2\">",
"cooked": ":</td><td class=\"td2\">"
},
"tail": false
},
{
"type": "TemplateElement",
"start": 5493,
"end": 5503,
"loc": {
"start": {
"line": 120,
"column": 132
},
"end": {
"line": 120,
"column": 142
}
},
"value": {
"raw": "</td></tr>",
"cooked": "</td></tr>"
},
"tail": true
}
]
}
]
}
}
],
"directives": []
}
},
{
"type": "ExpressionStatement",
"start": 5557,
"end": 5649,
"loc": {
"start": {
"line": 122,
"column": 24
},
"end": {
"line": 124,
"column": 33
}
},
"expression": {
"type": "CallExpression",
"start": 5557,
"end": 5648,
"loc": {
"start": {
"line": 122,
"column": 24
},
"end": {
"line": 124,
"column": 32
}
},
"callee": {
"type": "MemberExpression",
"start": 5557,
"end": 5566,
"loc": {
"start": {
"line": 122,
"column": 24
},
"end": {
"line": 122,
"column": 33
}
},
"object": {
"type": "Identifier",
"start": 5557,
"end": 5561,
"loc": {
"start": {
"line": 122,
"column": 24
},
"end": {
"line": 122,
"column": 28
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 5562,
"end": 5566,
"loc": {
"start": {
"line": 122,
"column": 29
},
"end": {
"line": 122,
"column": 33
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 5567,
"end": 5647,
"loc": {
"start": {
"line": 122,
"column": 34
},
"end": {
"line": 124,
"column": 31
}
},
"expressions": [],
"quasis": [
{
"type": "TemplateElement",
"start": 5568,
"end": 5646,
"loc": {
"start": {
"line": 122,
"column": 35
},
"end": {
"line": 124,
"column": 30
}
},
"value": {
"raw": "</tbody></table>\n </div>\n </div>",
"cooked": "</tbody></table>\n </div>\n </div>"
},
"tail": true
}
]
}
]
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 5677,
"end": 5792,
"loc": {
"start": {
"line": 125,
"column": 27
},
"end": {
"line": 127,
"column": 21
}
},
"body": [],
"directives": [],
"leadingComments": null,
"innerComments": [
{
"type": "CommentLine",
"value": " html.push(`<p class=\"subtitle\">No properties sets found.</p>`);",
"start": 5703,
"end": 5770,
"loc": {
"start": {
"line": 126,
"column": 24
},
"end": {
"line": 126,
"column": 91
}
}
}
]
}
}
],
"directives": []
}
},
{
"type": "ExpressionStatement",
"start": 5827,
"end": 5847,
"loc": {
"start": {
"line": 129,
"column": 16
},
"end": {
"line": 129,
"column": 36
}
},
"expression": {
"type": "CallExpression",
"start": 5827,
"end": 5846,
"loc": {
"start": {
"line": 129,
"column": 16
},
"end": {
"line": 129,
"column": 35
}
},
"callee": {
"type": "MemberExpression",
"start": 5827,
"end": 5836,
"loc": {
"start": {
"line": 129,
"column": 16
},
"end": {
"line": 129,
"column": 25
}
},
"object": {
"type": "Identifier",
"start": 5827,
"end": 5831,
"loc": {
"start": {
"line": 129,
"column": 16
},
"end": {
"line": 129,
"column": 20
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 5832,
"end": 5836,
"loc": {
"start": {
"line": 129,
"column": 21
},
"end": {
"line": 129,
"column": 25
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "TemplateLiteral",
"start": 5837,
"end": 5845,
"loc": {
"start": {
"line": 129,
"column": 26
},
"end": {
"line": 129,
"column": 34
}
},
"expressions": [],
"quasis": [
{
"type": "TemplateElement",
"start": 5838,
"end": 5844,
"loc": {
"start": {
"line": 129,
"column": 27
},
"end": {
"line": 129,
"column": 33
}
},
"value": {
"raw": "</div>",
"cooked": "</div>"
},
"tail": true
}
]
}
]
}
}
],
"directives": []
}
}
],
"directives": []
}
},
{
"type": "ExpressionStatement",
"start": 5880,
"end": 5930,
"loc": {
"start": {
"line": 132,
"column": 8
},
"end": {
"line": 132,
"column": 58
}
},
"expression": {
"type": "AssignmentExpression",
"start": 5880,
"end": 5929,
"loc": {
"start": {
"line": 132,
"column": 8
},
"end": {
"line": 132,
"column": 57
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 5880,
"end": 5913,
"loc": {
"start": {
"line": 132,
"column": 8
},
"end": {
"line": 132,
"column": 41
}
},
"object": {
"type": "MemberExpression",
"start": 5880,
"end": 5903,
"loc": {
"start": {
"line": 132,
"column": 8
},
"end": {
"line": 132,
"column": 31
}
},
"object": {
"type": "ThisExpression",
"start": 5880,
"end": 5884,
"loc": {
"start": {
"line": 132,
"column": 8
},
"end": {
"line": 132,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 5885,
"end": 5903,
"loc": {
"start": {
"line": 132,
"column": 13
},
"end": {
"line": 132,
"column": 31
},
"identifierName": "_propertiesElement"
},
"name": "_propertiesElement"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5904,
"end": 5913,
"loc": {
"start": {
"line": 132,
"column": 32
},
"end": {
"line": 132,
"column": 41
},
"identifierName": "innerHTML"
},
"name": "innerHTML"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 5916,
"end": 5929,
"loc": {
"start": {
"line": 132,
"column": 44
},
"end": {
"line": 132,
"column": 57
}
},
"callee": {
"type": "MemberExpression",
"start": 5916,
"end": 5925,
"loc": {
"start": {
"line": 132,
"column": 44
},
"end": {
"line": 132,
"column": 53
}
},
"object": {
"type": "Identifier",
"start": 5916,
"end": 5920,
"loc": {
"start": {
"line": 132,
"column": 44
},
"end": {
"line": 132,
"column": 48
},
"identifierName": "html"
},
"name": "html"
},
"property": {
"type": "Identifier",
"start": 5921,
"end": 5925,
"loc": {
"start": {
"line": 132,
"column": 49
},
"end": {
"line": 132,
"column": 53
},
"identifierName": "join"
},
"name": "join"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 5926,
"end": 5928,
"loc": {
"start": {
"line": 132,
"column": 54
},
"end": {
"line": 132,
"column": 56
}
},
"extra": {
"rawValue": "",
"raw": "\"\""
},
"value": ""
}
]
}
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 5942,
"end": 6167,
"loc": {
"start": {
"line": 135,
"column": 4
},
"end": {
"line": 141,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 5942,
"end": 5952,
"loc": {
"start": {
"line": 135,
"column": 4
},
"end": {
"line": 135,
"column": 14
},
"identifierName": "setEnabled"
},
"name": "setEnabled"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 5953,
"end": 5960,
"loc": {
"start": {
"line": 135,
"column": 15
},
"end": {
"line": 135,
"column": 22
},
"identifierName": "enabled"
},
"name": "enabled"
}
],
"body": {
"type": "BlockStatement",
"start": 5962,
"end": 6167,
"loc": {
"start": {
"line": 135,
"column": 24
},
"end": {
"line": 141,
"column": 5
}
},
"body": [
{
"type": "IfStatement",
"start": 5972,
"end": 6161,
"loc": {
"start": {
"line": 136,
"column": 8
},
"end": {
"line": 140,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 5976,
"end": 5984,
"loc": {
"start": {
"line": 136,
"column": 12
},
"end": {
"line": 136,
"column": 20
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 5977,
"end": 5984,
"loc": {
"start": {
"line": 136,
"column": 13
},
"end": {
"line": 136,
"column": 20
},
"identifierName": "enabled"
},
"name": "enabled"
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 5986,
"end": 6069,
"loc": {
"start": {
"line": 136,
"column": 22
},
"end": {
"line": 138,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 6000,
"end": 6059,
"loc": {
"start": {
"line": 137,
"column": 12
},
"end": {
"line": 137,
"column": 71
}
},
"expression": {
"type": "CallExpression",
"start": 6000,
"end": 6058,
"loc": {
"start": {
"line": 137,
"column": 12
},
"end": {
"line": 137,
"column": 70
}
},
"callee": {
"type": "MemberExpression",
"start": 6000,
"end": 6046,
"loc": {
"start": {
"line": 137,
"column": 12
},
"end": {
"line": 137,
"column": 58
}
},
"object": {
"type": "MemberExpression",
"start": 6000,
"end": 6042,
"loc": {
"start": {
"line": 137,
"column": 12
},
"end": {
"line": 137,
"column": 54
}
},
"object": {
"type": "MemberExpression",
"start": 6000,
"end": 6032,
"loc": {
"start": {
"line": 137,
"column": 12
},
"end": {
"line": 137,
"column": 44
}
},
"object": {
"type": "ThisExpression",
"start": 6000,
"end": 6004,
"loc": {
"start": {
"line": 137,
"column": 12
},
"end": {
"line": 137,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 6005,
"end": 6032,
"loc": {
"start": {
"line": 137,
"column": 17
},
"end": {
"line": 137,
"column": 44
},
"identifierName": "_propertiesTabButtonElement"
},
"name": "_propertiesTabButtonElement"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6033,
"end": 6042,
"loc": {
"start": {
"line": 137,
"column": 45
},
"end": {
"line": 137,
"column": 54
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6043,
"end": 6046,
"loc": {
"start": {
"line": 137,
"column": 55
},
"end": {
"line": 137,
"column": 58
},
"identifierName": "add"
},
"name": "add"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 6047,
"end": 6057,
"loc": {
"start": {
"line": 137,
"column": 59
},
"end": {
"line": 137,
"column": 69
}
},
"extra": {
"rawValue": "disabled",
"raw": "\"disabled\""
},
"value": "disabled"
}
]
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 6075,
"end": 6161,
"loc": {
"start": {
"line": 138,
"column": 15
},
"end": {
"line": 140,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 6089,
"end": 6151,
"loc": {
"start": {
"line": 139,
"column": 12
},
"end": {
"line": 139,
"column": 74
}
},
"expression": {
"type": "CallExpression",
"start": 6089,
"end": 6150,
"loc": {
"start": {
"line": 139,
"column": 12
},
"end": {
"line": 139,
"column": 73
}
},
"callee": {
"type": "MemberExpression",
"start": 6089,
"end": 6138,
"loc": {
"start": {
"line": 139,
"column": 12
},
"end": {
"line": 139,
"column": 61
}
},
"object": {
"type": "MemberExpression",
"start": 6089,
"end": 6131,
"loc": {
"start": {
"line": 139,
"column": 12
},
"end": {
"line": 139,
"column": 54
}
},
"object": {
"type": "MemberExpression",
"start": 6089,
"end": 6121,
"loc": {
"start": {
"line": 139,
"column": 12
},
"end": {
"line": 139,
"column": 44
}
},
"object": {
"type": "ThisExpression",
"start": 6089,
"end": 6093,
"loc": {
"start": {
"line": 139,
"column": 12
},
"end": {
"line": 139,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 6094,
"end": 6121,
"loc": {
"start": {
"line": 139,
"column": 17
},
"end": {
"line": 139,
"column": 44
},
"identifierName": "_propertiesTabButtonElement"
},
"name": "_propertiesTabButtonElement"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6122,
"end": 6131,
"loc": {
"start": {
"line": 139,
"column": 45
},
"end": {
"line": 139,
"column": 54
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6132,
"end": 6138,
"loc": {
"start": {
"line": 139,
"column": 55
},
"end": {
"line": 139,
"column": 61
},
"identifierName": "remove"
},
"name": "remove"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 6139,
"end": 6149,
"loc": {
"start": {
"line": 139,
"column": 62
},
"end": {
"line": 139,
"column": 72
}
},
"extra": {
"rawValue": "disabled",
"raw": "\"disabled\""
},
"value": "disabled"
}
]
}
}
],
"directives": []
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 6173,
"end": 6389,
"loc": {
"start": {
"line": 143,
"column": 4
},
"end": {
"line": 148,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 6173,
"end": 6180,
"loc": {
"start": {
"line": 143,
"column": 4
},
"end": {
"line": 143,
"column": 11
},
"identifierName": "destroy"
},
"name": "destroy"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 6183,
"end": 6389,
"loc": {
"start": {
"line": 143,
"column": 14
},
"end": {
"line": 148,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 6193,
"end": 6209,
"loc": {
"start": {
"line": 144,
"column": 8
},
"end": {
"line": 144,
"column": 24
}
},
"expression": {
"type": "CallExpression",
"start": 6193,
"end": 6208,
"loc": {
"start": {
"line": 144,
"column": 8
},
"end": {
"line": 144,
"column": 23
}
},
"callee": {
"type": "MemberExpression",
"start": 6193,
"end": 6206,
"loc": {
"start": {
"line": 144,
"column": 8
},
"end": {
"line": 144,
"column": 21
}
},
"object": {
"type": "Super",
"start": 6193,
"end": 6198,
"loc": {
"start": {
"line": 144,
"column": 8
},
"end": {
"line": 144,
"column": 13
}
}
},
"property": {
"type": "Identifier",
"start": 6199,
"end": 6206,
"loc": {
"start": {
"line": 144,
"column": 14
},
"end": {
"line": 144,
"column": 21
},
"identifierName": "destroy"
},
"name": "destroy"
},
"computed": false
},
"arguments": []
}
},
{
"type": "ExpressionStatement",
"start": 6218,
"end": 6261,
"loc": {
"start": {
"line": 145,
"column": 8
},
"end": {
"line": 145,
"column": 51
}
},
"expression": {
"type": "CallExpression",
"start": 6218,
"end": 6260,
"loc": {
"start": {
"line": 145,
"column": 8
},
"end": {
"line": 145,
"column": 50
}
},
"callee": {
"type": "MemberExpression",
"start": 6218,
"end": 6239,
"loc": {
"start": {
"line": 145,
"column": 8
},
"end": {
"line": 145,
"column": 29
}
},
"object": {
"type": "MemberExpression",
"start": 6218,
"end": 6235,
"loc": {
"start": {
"line": 145,
"column": 8
},
"end": {
"line": 145,
"column": 25
}
},
"object": {
"type": "MemberExpression",
"start": 6218,
"end": 6229,
"loc": {
"start": {
"line": 145,
"column": 8
},
"end": {
"line": 145,
"column": 19
}
},
"object": {
"type": "ThisExpression",
"start": 6218,
"end": 6222,
"loc": {
"start": {
"line": 145,
"column": 8
},
"end": {
"line": 145,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 6223,
"end": 6229,
"loc": {
"start": {
"line": 145,
"column": 13
},
"end": {
"line": 145,
"column": 19
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6230,
"end": 6235,
"loc": {
"start": {
"line": 145,
"column": 20
},
"end": {
"line": 145,
"column": 25
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6236,
"end": 6239,
"loc": {
"start": {
"line": 145,
"column": 26
},
"end": {
"line": 145,
"column": 29
},
"identifierName": "off"
},
"name": "off"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 6240,
"end": 6259,
"loc": {
"start": {
"line": 145,
"column": 30
},
"end": {
"line": 145,
"column": 49
}
},
"object": {
"type": "ThisExpression",
"start": 6240,
"end": 6244,
"loc": {
"start": {
"line": 145,
"column": 30
},
"end": {
"line": 145,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"start": 6245,
"end": 6259,
"loc": {
"start": {
"line": 145,
"column": 35
},
"end": {
"line": 145,
"column": 49
},
"identifierName": "_onModelLoaded"
},
"name": "_onModelLoaded"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 6270,
"end": 6315,
"loc": {
"start": {
"line": 146,
"column": 8
},
"end": {
"line": 146,
"column": 53
}
},
"expression": {
"type": "CallExpression",
"start": 6270,
"end": 6314,
"loc": {
"start": {
"line": 146,
"column": 8
},
"end": {
"line": 146,
"column": 52
}
},
"callee": {
"type": "MemberExpression",
"start": 6270,
"end": 6291,
"loc": {
"start": {
"line": 146,
"column": 8
},
"end": {
"line": 146,
"column": 29
}
},
"object": {
"type": "MemberExpression",
"start": 6270,
"end": 6287,
"loc": {
"start": {
"line": 146,
"column": 8
},
"end": {
"line": 146,
"column": 25
}
},
"object": {
"type": "MemberExpression",
"start": 6270,
"end": 6281,
"loc": {
"start": {
"line": 146,
"column": 8
},
"end": {
"line": 146,
"column": 19
}
},
"object": {
"type": "ThisExpression",
"start": 6270,
"end": 6274,
"loc": {
"start": {
"line": 146,
"column": 8
},
"end": {
"line": 146,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 6275,
"end": 6281,
"loc": {
"start": {
"line": 146,
"column": 13
},
"end": {
"line": 146,
"column": 19
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6282,
"end": 6287,
"loc": {
"start": {
"line": 146,
"column": 20
},
"end": {
"line": 146,
"column": 25
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6288,
"end": 6291,
"loc": {
"start": {
"line": 146,
"column": 26
},
"end": {
"line": 146,
"column": 29
},
"identifierName": "off"
},
"name": "off"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 6292,
"end": 6313,
"loc": {
"start": {
"line": 146,
"column": 30
},
"end": {
"line": 146,
"column": 51
}
},
"object": {
"type": "ThisExpression",
"start": 6292,
"end": 6296,
"loc": {
"start": {
"line": 146,
"column": 30
},
"end": {
"line": 146,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"start": 6297,
"end": 6313,
"loc": {
"start": {
"line": 146,
"column": 35
},
"end": {
"line": 146,
"column": 51
},
"identifierName": "_onModelUnloaded"
},
"name": "_onModelUnloaded"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 6324,
"end": 6383,
"loc": {
"start": {
"line": 147,
"column": 8
},
"end": {
"line": 147,
"column": 67
}
},
"expression": {
"type": "CallExpression",
"start": 6324,
"end": 6382,
"loc": {
"start": {
"line": 147,
"column": 8
},
"end": {
"line": 147,
"column": 66
}
},
"callee": {
"type": "MemberExpression",
"start": 6324,
"end": 6352,
"loc": {
"start": {
"line": 147,
"column": 8
},
"end": {
"line": 147,
"column": 36
}
},
"object": {
"type": "Identifier",
"start": 6324,
"end": 6332,
"loc": {
"start": {
"line": 147,
"column": 8
},
"end": {
"line": 147,
"column": 16
},
"identifierName": "document"
},
"name": "document"
},
"property": {
"type": "Identifier",
"start": 6333,
"end": 6352,
"loc": {
"start": {
"line": 147,
"column": 17
},
"end": {
"line": 147,
"column": 36
},
"identifierName": "removeEventListener"
},
"name": "removeEventListener"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 6353,
"end": 6360,
"loc": {
"start": {
"line": 147,
"column": 37
},
"end": {
"line": 147,
"column": 44
}
},
"extra": {
"rawValue": "click",
"raw": "'click'"
},
"value": "click"
},
{
"type": "MemberExpression",
"start": 6362,
"end": 6381,
"loc": {
"start": {
"line": 147,
"column": 46
},
"end": {
"line": 147,
"column": 65
}
},
"object": {
"type": "ThisExpression",
"start": 6362,
"end": 6366,
"loc": {
"start": {
"line": 147,
"column": 46
},
"end": {
"line": 147,
"column": 50
}
}
},
"property": {
"type": "Identifier",
"start": 6367,
"end": 6381,
"loc": {
"start": {
"line": 147,
"column": 51
},
"end": {
"line": 147,
"column": 65
},
"identifierName": "_clickListener"
},
"name": "_clickListener"
},
"computed": false
}
]
}
}
],
"directives": []
}
}
]
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "* @private ",
"start": 46,
"end": 61,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 15
}
}
}
],
"__PseudoExport__": false,
"trailingComments": []
},
"specifiers": null,
"source": null,
"leadingComments": null
}
],
"directives": []
},
"comments": [
{
"type": "CommentBlock",
"value": "* @private ",
"start": 46,
"end": 61,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 15
}
}
},
{
"type": "CommentLine",
"value": " html.push(`<p class=\"subtitle\">No properties sets found.</p>`);",
"start": 5703,
"end": 5770,
"loc": {
"start": {
"line": 126,
"column": 24
},
"end": {
"line": 126,
"column": 91
}
}
}
],
"tokens": [
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 0,
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 7,
"end": 8,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Controller",
"start": 8,
"end": 18,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 18
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 18,
"end": 19,
"loc": {
"start": {
"line": 1,
"column": 18
},
"end": {
"line": 1,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 20,
"end": 24,
"loc": {
"start": {
"line": 1,
"column": 20
},
"end": {
"line": 1,
"column": 24
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../Controller.js",
"start": 25,
"end": 43,
"loc": {
"start": {
"line": 1,
"column": 25
},
"end": {
"line": 1,
"column": 43
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 43,
"end": 44,
"loc": {
"start": {
"line": 1,
"column": 43
},
"end": {
"line": 1,
"column": 44
}
}
},
{
"type": "CommentBlock",
"value": "* @private ",
"start": 46,
"end": 61,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 15
}
}
},
{
"type": {
"label": "class",
"keyword": "class",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "class",
"start": 62,
"end": 67,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "PropertiesInspector",
"start": 68,
"end": 87,
"loc": {
"start": {
"line": 4,
"column": 6
},
"end": {
"line": 4,
"column": 25
}
}
},
{
"type": {
"label": "extends",
"keyword": "extends",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "extends",
"start": 88,
"end": 95,
"loc": {
"start": {
"line": 4,
"column": 26
},
"end": {
"line": 4,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Controller",
"start": 96,
"end": 106,
"loc": {
"start": {
"line": 4,
"column": 34
},
"end": {
"line": 4,
"column": 44
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 107,
"end": 108,
"loc": {
"start": {
"line": 4,
"column": 45
},
"end": {
"line": 4,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "constructor",
"start": 114,
"end": 125,
"loc": {
"start": {
"line": 6,
"column": 4
},
"end": {
"line": 6,
"column": 15
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 125,
"end": 126,
"loc": {
"start": {
"line": 6,
"column": 15
},
"end": {
"line": 6,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parent",
"start": 126,
"end": 132,
"loc": {
"start": {
"line": 6,
"column": 16
},
"end": {
"line": 6,
"column": 22
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 132,
"end": 133,
"loc": {
"start": {
"line": 6,
"column": 22
},
"end": {
"line": 6,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cfg",
"start": 134,
"end": 137,
"loc": {
"start": {
"line": 6,
"column": 24
},
"end": {
"line": 6,
"column": 27
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 138,
"end": 139,
"loc": {
"start": {
"line": 6,
"column": 28
},
"end": {
"line": 6,
"column": 29
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 140,
"end": 141,
"loc": {
"start": {
"line": 6,
"column": 30
},
"end": {
"line": 6,
"column": 31
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 141,
"end": 142,
"loc": {
"start": {
"line": 6,
"column": 31
},
"end": {
"line": 6,
"column": 32
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 142,
"end": 143,
"loc": {
"start": {
"line": 6,
"column": 32
},
"end": {
"line": 6,
"column": 33
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 144,
"end": 145,
"loc": {
"start": {
"line": 6,
"column": 34
},
"end": {
"line": 6,
"column": 35
}
}
},
{
"type": {
"label": "super",
"keyword": "super",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "super",
"start": 155,
"end": 160,
"loc": {
"start": {
"line": 8,
"column": 8
},
"end": {
"line": 8,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 160,
"end": 161,
"loc": {
"start": {
"line": 8,
"column": 13
},
"end": {
"line": 8,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parent",
"start": 161,
"end": 167,
"loc": {
"start": {
"line": 8,
"column": 14
},
"end": {
"line": 8,
"column": 20
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 167,
"end": 168,
"loc": {
"start": {
"line": 8,
"column": 20
},
"end": {
"line": 8,
"column": 21
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 168,
"end": 169,
"loc": {
"start": {
"line": 8,
"column": 21
},
"end": {
"line": 8,
"column": 22
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 179,
"end": 181,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 10,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 182,
"end": 183,
"loc": {
"start": {
"line": 10,
"column": 11
},
"end": {
"line": 10,
"column": 12
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 183,
"end": 184,
"loc": {
"start": {
"line": 10,
"column": 12
},
"end": {
"line": 10,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cfg",
"start": 184,
"end": 187,
"loc": {
"start": {
"line": 10,
"column": 13
},
"end": {
"line": 10,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 187,
"end": 188,
"loc": {
"start": {
"line": 10,
"column": 16
},
"end": {
"line": 10,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "propertiesTabElement",
"start": 188,
"end": 208,
"loc": {
"start": {
"line": 10,
"column": 17
},
"end": {
"line": 10,
"column": 37
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 208,
"end": 209,
"loc": {
"start": {
"line": 10,
"column": 37
},
"end": {
"line": 10,
"column": 38
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 210,
"end": 211,
"loc": {
"start": {
"line": 10,
"column": 39
},
"end": {
"line": 10,
"column": 40
}
}
},
{
"type": {
"label": "throw",
"keyword": "throw",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "throw",
"start": 224,
"end": 229,
"loc": {
"start": {
"line": 11,
"column": 12
},
"end": {
"line": 11,
"column": 17
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Missing config: propertiesTabElement",
"start": 230,
"end": 268,
"loc": {
"start": {
"line": 11,
"column": 18
},
"end": {
"line": 11,
"column": 56
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 268,
"end": 269,
"loc": {
"start": {
"line": 11,
"column": 56
},
"end": {
"line": 11,
"column": 57
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 278,
"end": 279,
"loc": {
"start": {
"line": 12,
"column": 8
},
"end": {
"line": 12,
"column": 9
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 289,
"end": 291,
"loc": {
"start": {
"line": 14,
"column": 8
},
"end": {
"line": 14,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 292,
"end": 293,
"loc": {
"start": {
"line": 14,
"column": 11
},
"end": {
"line": 14,
"column": 12
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 293,
"end": 294,
"loc": {
"start": {
"line": 14,
"column": 12
},
"end": {
"line": 14,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cfg",
"start": 294,
"end": 297,
"loc": {
"start": {
"line": 14,
"column": 13
},
"end": {
"line": 14,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 297,
"end": 298,
"loc": {
"start": {
"line": 14,
"column": 16
},
"end": {
"line": 14,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "propertiesElement",
"start": 298,
"end": 315,
"loc": {
"start": {
"line": 14,
"column": 17
},
"end": {
"line": 14,
"column": 34
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 315,
"end": 316,
"loc": {
"start": {
"line": 14,
"column": 34
},
"end": {
"line": 14,
"column": 35
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 317,
"end": 318,
"loc": {
"start": {
"line": 14,
"column": 36
},
"end": {
"line": 14,
"column": 37
}
}
},
{
"type": {
"label": "throw",
"keyword": "throw",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "throw",
"start": 331,
"end": 336,
"loc": {
"start": {
"line": 15,
"column": 12
},
"end": {
"line": 15,
"column": 17
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Missing config: propertiesElement",
"start": 337,
"end": 372,
"loc": {
"start": {
"line": 15,
"column": 18
},
"end": {
"line": 15,
"column": 53
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 372,
"end": 373,
"loc": {
"start": {
"line": 15,
"column": 53
},
"end": {
"line": 15,
"column": 54
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 382,
"end": 383,
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 9
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 393,
"end": 397,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 397,
"end": 398,
"loc": {
"start": {
"line": 18,
"column": 12
},
"end": {
"line": 18,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_metaObject",
"start": 398,
"end": 409,
"loc": {
"start": {
"line": 18,
"column": 13
},
"end": {
"line": 18,
"column": 24
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 410,
"end": 411,
"loc": {
"start": {
"line": 18,
"column": 25
},
"end": {
"line": 18,
"column": 26
}
}
},
{
"type": {
"label": "null",
"keyword": "null",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "null",
"start": 412,
"end": 416,
"loc": {
"start": {
"line": 18,
"column": 27
},
"end": {
"line": 18,
"column": 31
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 416,
"end": 417,
"loc": {
"start": {
"line": 18,
"column": 31
},
"end": {
"line": 18,
"column": 32
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 427,
"end": 431,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 431,
"end": 432,
"loc": {
"start": {
"line": 20,
"column": 12
},
"end": {
"line": 20,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_propertiesTabElement",
"start": 432,
"end": 453,
"loc": {
"start": {
"line": 20,
"column": 13
},
"end": {
"line": 20,
"column": 34
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 454,
"end": 455,
"loc": {
"start": {
"line": 20,
"column": 35
},
"end": {
"line": 20,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cfg",
"start": 456,
"end": 459,
"loc": {
"start": {
"line": 20,
"column": 37
},
"end": {
"line": 20,
"column": 40
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 459,
"end": 460,
"loc": {
"start": {
"line": 20,
"column": 40
},
"end": {
"line": 20,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "propertiesTabElement",
"start": 460,
"end": 480,
"loc": {
"start": {
"line": 20,
"column": 41
},
"end": {
"line": 20,
"column": 61
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 480,
"end": 481,
"loc": {
"start": {
"line": 20,
"column": 61
},
"end": {
"line": 20,
"column": 62
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 490,
"end": 494,
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 494,
"end": 495,
"loc": {
"start": {
"line": 21,
"column": 12
},
"end": {
"line": 21,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_propertiesElement",
"start": 495,
"end": 513,
"loc": {
"start": {
"line": 21,
"column": 13
},
"end": {
"line": 21,
"column": 31
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 514,
"end": 515,
"loc": {
"start": {
"line": 21,
"column": 32
},
"end": {
"line": 21,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cfg",
"start": 516,
"end": 519,
"loc": {
"start": {
"line": 21,
"column": 34
},
"end": {
"line": 21,
"column": 37
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 519,
"end": 520,
"loc": {
"start": {
"line": 21,
"column": 37
},
"end": {
"line": 21,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "propertiesElement",
"start": 520,
"end": 537,
"loc": {
"start": {
"line": 21,
"column": 38
},
"end": {
"line": 21,
"column": 55
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 537,
"end": 538,
"loc": {
"start": {
"line": 21,
"column": 55
},
"end": {
"line": 21,
"column": 56
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 547,
"end": 551,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 551,
"end": 552,
"loc": {
"start": {
"line": 22,
"column": 12
},
"end": {
"line": 22,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_propertiesTabButtonElement",
"start": 552,
"end": 579,
"loc": {
"start": {
"line": 22,
"column": 13
},
"end": {
"line": 22,
"column": 40
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 580,
"end": 581,
"loc": {
"start": {
"line": 22,
"column": 41
},
"end": {
"line": 22,
"column": 42
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 582,
"end": 586,
"loc": {
"start": {
"line": 22,
"column": 43
},
"end": {
"line": 22,
"column": 47
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 586,
"end": 587,
"loc": {
"start": {
"line": 22,
"column": 47
},
"end": {
"line": 22,
"column": 48
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_propertiesTabElement",
"start": 587,
"end": 608,
"loc": {
"start": {
"line": 22,
"column": 48
},
"end": {
"line": 22,
"column": 69
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 608,
"end": 609,
"loc": {
"start": {
"line": 22,
"column": 69
},
"end": {
"line": 22,
"column": 70
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "querySelector",
"start": 609,
"end": 622,
"loc": {
"start": {
"line": 22,
"column": 70
},
"end": {
"line": 22,
"column": 83
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 622,
"end": 623,
"loc": {
"start": {
"line": 22,
"column": 83
},
"end": {
"line": 22,
"column": 84
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": ".xeokit-tab-btn",
"start": 623,
"end": 640,
"loc": {
"start": {
"line": 22,
"column": 84
},
"end": {
"line": 22,
"column": 101
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 640,
"end": 641,
"loc": {
"start": {
"line": 22,
"column": 101
},
"end": {
"line": 22,
"column": 102
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 641,
"end": 642,
"loc": {
"start": {
"line": 22,
"column": 102
},
"end": {
"line": 22,
"column": 103
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 652,
"end": 654,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 655,
"end": 656,
"loc": {
"start": {
"line": 24,
"column": 11
},
"end": {
"line": 24,
"column": 12
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 656,
"end": 657,
"loc": {
"start": {
"line": 24,
"column": 12
},
"end": {
"line": 24,
"column": 13
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 657,
"end": 661,
"loc": {
"start": {
"line": 24,
"column": 13
},
"end": {
"line": 24,
"column": 17
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 661,
"end": 662,
"loc": {
"start": {
"line": 24,
"column": 17
},
"end": {
"line": 24,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_propertiesTabButtonElement",
"start": 662,
"end": 689,
"loc": {
"start": {
"line": 24,
"column": 18
},
"end": {
"line": 24,
"column": 45
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 689,
"end": 690,
"loc": {
"start": {
"line": 24,
"column": 45
},
"end": {
"line": 24,
"column": 46
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 691,
"end": 692,
"loc": {
"start": {
"line": 24,
"column": 47
},
"end": {
"line": 24,
"column": 48
}
}
},
{
"type": {
"label": "throw",
"keyword": "throw",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "throw",
"start": 705,
"end": 710,
"loc": {
"start": {
"line": 25,
"column": 12
},
"end": {
"line": 25,
"column": 17
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Missing DOM element: ,xeokit-tab-btn",
"start": 711,
"end": 749,
"loc": {
"start": {
"line": 25,
"column": 18
},
"end": {
"line": 25,
"column": 56
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 749,
"end": 750,
"loc": {
"start": {
"line": 25,
"column": 56
},
"end": {
"line": 25,
"column": 57
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 759,
"end": 760,
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 9
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 770,
"end": 774,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 774,
"end": 775,
"loc": {
"start": {
"line": 28,
"column": 12
},
"end": {
"line": 28,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_onModelUnloaded",
"start": 775,
"end": 791,
"loc": {
"start": {
"line": 28,
"column": 13
},
"end": {
"line": 28,
"column": 29
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 792,
"end": 793,
"loc": {
"start": {
"line": 28,
"column": 30
},
"end": {
"line": 28,
"column": 31
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 794,
"end": 798,
"loc": {
"start": {
"line": 28,
"column": 32
},
"end": {
"line": 28,
"column": 36
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 798,
"end": 799,
"loc": {
"start": {
"line": 28,
"column": 36
},
"end": {
"line": 28,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 799,
"end": 805,
"loc": {
"start": {
"line": 28,
"column": 37
},
"end": {
"line": 28,
"column": 43
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 805,
"end": 806,
"loc": {
"start": {
"line": 28,
"column": 43
},
"end": {
"line": 28,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 806,
"end": 811,
"loc": {
"start": {
"line": 28,
"column": 44
},
"end": {
"line": 28,
"column": 49
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 811,
"end": 812,
"loc": {
"start": {
"line": 28,
"column": 49
},
"end": {
"line": 28,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "on",
"start": 812,
"end": 814,
"loc": {
"start": {
"line": 28,
"column": 50
},
"end": {
"line": 28,
"column": 52
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 814,
"end": 815,
"loc": {
"start": {
"line": 28,
"column": 52
},
"end": {
"line": 28,
"column": 53
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "modelUnloaded",
"start": 815,
"end": 830,
"loc": {
"start": {
"line": 28,
"column": 53
},
"end": {
"line": 28,
"column": 68
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 830,
"end": 831,
"loc": {
"start": {
"line": 28,
"column": 68
},
"end": {
"line": 28,
"column": 69
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 832,
"end": 833,
"loc": {
"start": {
"line": 28,
"column": 70
},
"end": {
"line": 28,
"column": 71
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "modelId",
"start": 833,
"end": 840,
"loc": {
"start": {
"line": 28,
"column": 71
},
"end": {
"line": 28,
"column": 78
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 840,
"end": 841,
"loc": {
"start": {
"line": 28,
"column": 78
},
"end": {
"line": 28,
"column": 79
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 842,
"end": 844,
"loc": {
"start": {
"line": 28,
"column": 80
},
"end": {
"line": 28,
"column": 82
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 845,
"end": 846,
"loc": {
"start": {
"line": 28,
"column": 83
},
"end": {
"line": 28,
"column": 84
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 859,
"end": 861,
"loc": {
"start": {
"line": 29,
"column": 12
},
"end": {
"line": 29,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 862,
"end": 863,
"loc": {
"start": {
"line": 29,
"column": 15
},
"end": {
"line": 29,
"column": 16
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 863,
"end": 867,
"loc": {
"start": {
"line": 29,
"column": 16
},
"end": {
"line": 29,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 867,
"end": 868,
"loc": {
"start": {
"line": 29,
"column": 20
},
"end": {
"line": 29,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_metaObject",
"start": 868,
"end": 879,
"loc": {
"start": {
"line": 29,
"column": 21
},
"end": {
"line": 29,
"column": 32
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 879,
"end": 880,
"loc": {
"start": {
"line": 29,
"column": 32
},
"end": {
"line": 29,
"column": 33
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 881,
"end": 882,
"loc": {
"start": {
"line": 29,
"column": 34
},
"end": {
"line": 29,
"column": 35
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 899,
"end": 904,
"loc": {
"start": {
"line": 30,
"column": 16
},
"end": {
"line": 30,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaModels",
"start": 905,
"end": 915,
"loc": {
"start": {
"line": 30,
"column": 22
},
"end": {
"line": 30,
"column": 32
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 916,
"end": 917,
"loc": {
"start": {
"line": 30,
"column": 33
},
"end": {
"line": 30,
"column": 34
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 918,
"end": 922,
"loc": {
"start": {
"line": 30,
"column": 35
},
"end": {
"line": 30,
"column": 39
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 922,
"end": 923,
"loc": {
"start": {
"line": 30,
"column": 39
},
"end": {
"line": 30,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_metaObject",
"start": 923,
"end": 934,
"loc": {
"start": {
"line": 30,
"column": 40
},
"end": {
"line": 30,
"column": 51
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 934,
"end": 935,
"loc": {
"start": {
"line": 30,
"column": 51
},
"end": {
"line": 30,
"column": 52
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaModels",
"start": 935,
"end": 945,
"loc": {
"start": {
"line": 30,
"column": 52
},
"end": {
"line": 30,
"column": 62
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 945,
"end": 946,
"loc": {
"start": {
"line": 30,
"column": 62
},
"end": {
"line": 30,
"column": 63
}
}
},
{
"type": {
"label": "for",
"keyword": "for",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": true,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "for",
"start": 963,
"end": 966,
"loc": {
"start": {
"line": 31,
"column": 16
},
"end": {
"line": 31,
"column": 19
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 967,
"end": 968,
"loc": {
"start": {
"line": 31,
"column": 20
},
"end": {
"line": 31,
"column": 21
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 968,
"end": 971,
"loc": {
"start": {
"line": 31,
"column": 21
},
"end": {
"line": 31,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 972,
"end": 973,
"loc": {
"start": {
"line": 31,
"column": 25
},
"end": {
"line": 31,
"column": 26
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 974,
"end": 975,
"loc": {
"start": {
"line": 31,
"column": 27
},
"end": {
"line": 31,
"column": 28
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 976,
"end": 977,
"loc": {
"start": {
"line": 31,
"column": 29
},
"end": {
"line": 31,
"column": 30
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 977,
"end": 978,
"loc": {
"start": {
"line": 31,
"column": 30
},
"end": {
"line": 31,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "len",
"start": 979,
"end": 982,
"loc": {
"start": {
"line": 31,
"column": 32
},
"end": {
"line": 31,
"column": 35
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 983,
"end": 984,
"loc": {
"start": {
"line": 31,
"column": 36
},
"end": {
"line": 31,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaModels",
"start": 985,
"end": 995,
"loc": {
"start": {
"line": 31,
"column": 38
},
"end": {
"line": 31,
"column": 48
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 995,
"end": 996,
"loc": {
"start": {
"line": 31,
"column": 48
},
"end": {
"line": 31,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 996,
"end": 1002,
"loc": {
"start": {
"line": 31,
"column": 49
},
"end": {
"line": 31,
"column": 55
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1002,
"end": 1003,
"loc": {
"start": {
"line": 31,
"column": 55
},
"end": {
"line": 31,
"column": 56
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 1004,
"end": 1005,
"loc": {
"start": {
"line": 31,
"column": 57
},
"end": {
"line": 31,
"column": 58
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": "<",
"start": 1006,
"end": 1007,
"loc": {
"start": {
"line": 31,
"column": 59
},
"end": {
"line": 31,
"column": 60
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "len",
"start": 1008,
"end": 1011,
"loc": {
"start": {
"line": 31,
"column": 61
},
"end": {
"line": 31,
"column": 64
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1011,
"end": 1012,
"loc": {
"start": {
"line": 31,
"column": 64
},
"end": {
"line": 31,
"column": 65
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 1013,
"end": 1014,
"loc": {
"start": {
"line": 31,
"column": 66
},
"end": {
"line": 31,
"column": 67
}
}
},
{
"type": {
"label": "++/--",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": true,
"binop": null
},
"value": "++",
"start": 1014,
"end": 1016,
"loc": {
"start": {
"line": 31,
"column": 67
},
"end": {
"line": 31,
"column": 69
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1016,
"end": 1017,
"loc": {
"start": {
"line": 31,
"column": 69
},
"end": {
"line": 31,
"column": 70
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1018,
"end": 1019,
"loc": {
"start": {
"line": 31,
"column": 71
},
"end": {
"line": 31,
"column": 72
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 1040,
"end": 1042,
"loc": {
"start": {
"line": 32,
"column": 20
},
"end": {
"line": 32,
"column": 22
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1043,
"end": 1044,
"loc": {
"start": {
"line": 32,
"column": 23
},
"end": {
"line": 32,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaModels",
"start": 1044,
"end": 1054,
"loc": {
"start": {
"line": 32,
"column": 24
},
"end": {
"line": 32,
"column": 34
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1054,
"end": 1055,
"loc": {
"start": {
"line": 32,
"column": 34
},
"end": {
"line": 32,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 1055,
"end": 1056,
"loc": {
"start": {
"line": 32,
"column": 35
},
"end": {
"line": 32,
"column": 36
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1056,
"end": 1057,
"loc": {
"start": {
"line": 32,
"column": 36
},
"end": {
"line": 32,
"column": 37
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1057,
"end": 1058,
"loc": {
"start": {
"line": 32,
"column": 37
},
"end": {
"line": 32,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "id",
"start": 1058,
"end": 1060,
"loc": {
"start": {
"line": 32,
"column": 38
},
"end": {
"line": 32,
"column": 40
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "===",
"start": 1061,
"end": 1064,
"loc": {
"start": {
"line": 32,
"column": 41
},
"end": {
"line": 32,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "modelId",
"start": 1065,
"end": 1072,
"loc": {
"start": {
"line": 32,
"column": 45
},
"end": {
"line": 32,
"column": 52
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1072,
"end": 1073,
"loc": {
"start": {
"line": 32,
"column": 52
},
"end": {
"line": 32,
"column": 53
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1074,
"end": 1075,
"loc": {
"start": {
"line": 32,
"column": 54
},
"end": {
"line": 32,
"column": 55
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1100,
"end": 1104,
"loc": {
"start": {
"line": 33,
"column": 24
},
"end": {
"line": 33,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1104,
"end": 1105,
"loc": {
"start": {
"line": 33,
"column": 28
},
"end": {
"line": 33,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "clear",
"start": 1105,
"end": 1110,
"loc": {
"start": {
"line": 33,
"column": 29
},
"end": {
"line": 33,
"column": 34
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1110,
"end": 1111,
"loc": {
"start": {
"line": 33,
"column": 34
},
"end": {
"line": 33,
"column": 35
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1111,
"end": 1112,
"loc": {
"start": {
"line": 33,
"column": 35
},
"end": {
"line": 33,
"column": 36
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1112,
"end": 1113,
"loc": {
"start": {
"line": 33,
"column": 36
},
"end": {
"line": 33,
"column": 37
}
}
},
{
"type": {
"label": "return",
"keyword": "return",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "return",
"start": 1138,
"end": 1144,
"loc": {
"start": {
"line": 34,
"column": 24
},
"end": {
"line": 34,
"column": 30
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1144,
"end": 1145,
"loc": {
"start": {
"line": 34,
"column": 30
},
"end": {
"line": 34,
"column": 31
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1166,
"end": 1167,
"loc": {
"start": {
"line": 35,
"column": 20
},
"end": {
"line": 35,
"column": 21
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1184,
"end": 1185,
"loc": {
"start": {
"line": 36,
"column": 16
},
"end": {
"line": 36,
"column": 17
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1198,
"end": 1199,
"loc": {
"start": {
"line": 37,
"column": 12
},
"end": {
"line": 37,
"column": 13
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1208,
"end": 1209,
"loc": {
"start": {
"line": 38,
"column": 8
},
"end": {
"line": 38,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1209,
"end": 1210,
"loc": {
"start": {
"line": 38,
"column": 9
},
"end": {
"line": 38,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1210,
"end": 1211,
"loc": {
"start": {
"line": 38,
"column": 10
},
"end": {
"line": 38,
"column": 11
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1221,
"end": 1225,
"loc": {
"start": {
"line": 40,
"column": 8
},
"end": {
"line": 40,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1225,
"end": 1226,
"loc": {
"start": {
"line": 40,
"column": 12
},
"end": {
"line": 40,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "bimViewer",
"start": 1226,
"end": 1235,
"loc": {
"start": {
"line": 40,
"column": 13
},
"end": {
"line": 40,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1235,
"end": 1236,
"loc": {
"start": {
"line": 40,
"column": 22
},
"end": {
"line": 40,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "on",
"start": 1236,
"end": 1238,
"loc": {
"start": {
"line": 40,
"column": 23
},
"end": {
"line": 40,
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1238,
"end": 1239,
"loc": {
"start": {
"line": 40,
"column": 25
},
"end": {
"line": 40,
"column": 26
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "reset",
"start": 1239,
"end": 1246,
"loc": {
"start": {
"line": 40,
"column": 26
},
"end": {
"line": 40,
"column": 33
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1246,
"end": 1247,
"loc": {
"start": {
"line": 40,
"column": 33
},
"end": {
"line": 40,
"column": 34
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1248,
"end": 1249,
"loc": {
"start": {
"line": 40,
"column": 35
},
"end": {
"line": 40,
"column": 36
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1249,
"end": 1250,
"loc": {
"start": {
"line": 40,
"column": 36
},
"end": {
"line": 40,
"column": 37
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1251,
"end": 1253,
"loc": {
"start": {
"line": 40,
"column": 38
},
"end": {
"line": 40,
"column": 40
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1254,
"end": 1255,
"loc": {
"start": {
"line": 40,
"column": 41
},
"end": {
"line": 40,
"column": 42
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1268,
"end": 1272,
"loc": {
"start": {
"line": 41,
"column": 12
},
"end": {
"line": 41,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1272,
"end": 1273,
"loc": {
"start": {
"line": 41,
"column": 16
},
"end": {
"line": 41,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "clear",
"start": 1273,
"end": 1278,
"loc": {
"start": {
"line": 41,
"column": 17
},
"end": {
"line": 41,
"column": 22
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1278,
"end": 1279,
"loc": {
"start": {
"line": 41,
"column": 22
},
"end": {
"line": 41,
"column": 23
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1279,
"end": 1280,
"loc": {
"start": {
"line": 41,
"column": 23
},
"end": {
"line": 41,
"column": 24
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1280,
"end": 1281,
"loc": {
"start": {
"line": 41,
"column": 24
},
"end": {
"line": 41,
"column": 25
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1290,
"end": 1291,
"loc": {
"start": {
"line": 42,
"column": 8
},
"end": {
"line": 42,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1291,
"end": 1292,
"loc": {
"start": {
"line": 42,
"column": 9
},
"end": {
"line": 42,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1292,
"end": 1293,
"loc": {
"start": {
"line": 42,
"column": 10
},
"end": {
"line": 42,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "document",
"start": 1303,
"end": 1311,
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 44,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1311,
"end": 1312,
"loc": {
"start": {
"line": 44,
"column": 16
},
"end": {
"line": 44,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "addEventListener",
"start": 1312,
"end": 1328,
"loc": {
"start": {
"line": 44,
"column": 17
},
"end": {
"line": 44,
"column": 33
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1328,
"end": 1329,
"loc": {
"start": {
"line": 44,
"column": 33
},
"end": {
"line": 44,
"column": 34
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "click",
"start": 1329,
"end": 1336,
"loc": {
"start": {
"line": 44,
"column": 34
},
"end": {
"line": 44,
"column": 41
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1336,
"end": 1337,
"loc": {
"start": {
"line": 44,
"column": 41
},
"end": {
"line": 44,
"column": 42
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1338,
"end": 1342,
"loc": {
"start": {
"line": 44,
"column": 43
},
"end": {
"line": 44,
"column": 47
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1342,
"end": 1343,
"loc": {
"start": {
"line": 44,
"column": 47
},
"end": {
"line": 44,
"column": 48
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_clickListener",
"start": 1343,
"end": 1357,
"loc": {
"start": {
"line": 44,
"column": 48
},
"end": {
"line": 44,
"column": 62
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1358,
"end": 1359,
"loc": {
"start": {
"line": 44,
"column": 63
},
"end": {
"line": 44,
"column": 64
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1360,
"end": 1361,
"loc": {
"start": {
"line": 44,
"column": 65
},
"end": {
"line": 44,
"column": 66
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "e",
"start": 1361,
"end": 1362,
"loc": {
"start": {
"line": 44,
"column": 66
},
"end": {
"line": 44,
"column": 67
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1362,
"end": 1363,
"loc": {
"start": {
"line": 44,
"column": 67
},
"end": {
"line": 44,
"column": 68
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1364,
"end": 1366,
"loc": {
"start": {
"line": 44,
"column": 69
},
"end": {
"line": 44,
"column": 71
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1367,
"end": 1368,
"loc": {
"start": {
"line": 44,
"column": 72
},
"end": {
"line": 44,
"column": 73
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 1381,
"end": 1383,
"loc": {
"start": {
"line": 45,
"column": 12
},
"end": {
"line": 45,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1384,
"end": 1385,
"loc": {
"start": {
"line": 45,
"column": 15
},
"end": {
"line": 45,
"column": 16
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 1385,
"end": 1386,
"loc": {
"start": {
"line": 45,
"column": 16
},
"end": {
"line": 45,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "e",
"start": 1386,
"end": 1387,
"loc": {
"start": {
"line": 45,
"column": 17
},
"end": {
"line": 45,
"column": 18
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1387,
"end": 1388,
"loc": {
"start": {
"line": 45,
"column": 18
},
"end": {
"line": 45,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "target",
"start": 1388,
"end": 1394,
"loc": {
"start": {
"line": 45,
"column": 19
},
"end": {
"line": 45,
"column": 25
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1394,
"end": 1395,
"loc": {
"start": {
"line": 45,
"column": 25
},
"end": {
"line": 45,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "matches",
"start": 1395,
"end": 1402,
"loc": {
"start": {
"line": 45,
"column": 26
},
"end": {
"line": 45,
"column": 33
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1402,
"end": 1403,
"loc": {
"start": {
"line": 45,
"column": 33
},
"end": {
"line": 45,
"column": 34
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": ".xeokit-accordion .xeokit-accordion-button",
"start": 1403,
"end": 1447,
"loc": {
"start": {
"line": 45,
"column": 34
},
"end": {
"line": 45,
"column": 78
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1447,
"end": 1448,
"loc": {
"start": {
"line": 45,
"column": 78
},
"end": {
"line": 45,
"column": 79
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1448,
"end": 1449,
"loc": {
"start": {
"line": 45,
"column": 79
},
"end": {
"line": 45,
"column": 80
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1450,
"end": 1451,
"loc": {
"start": {
"line": 45,
"column": 81
},
"end": {
"line": 45,
"column": 82
}
}
},
{
"type": {
"label": "return",
"keyword": "return",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "return",
"start": 1468,
"end": 1474,
"loc": {
"start": {
"line": 46,
"column": 16
},
"end": {
"line": 46,
"column": 22
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1474,
"end": 1475,
"loc": {
"start": {
"line": 46,
"column": 22
},
"end": {
"line": 46,
"column": 23
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1488,
"end": 1489,
"loc": {
"start": {
"line": 47,
"column": 12
},
"end": {
"line": 47,
"column": 13
}
}
},
{
"type": {
"label": "else",
"keyword": "else",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "else",
"start": 1490,
"end": 1494,
"loc": {
"start": {
"line": 47,
"column": 14
},
"end": {
"line": 47,
"column": 18
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1495,
"end": 1496,
"loc": {
"start": {
"line": 47,
"column": 19
},
"end": {
"line": 47,
"column": 20
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 1513,
"end": 1515,
"loc": {
"start": {
"line": 48,
"column": 16
},
"end": {
"line": 48,
"column": 18
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1516,
"end": 1517,
"loc": {
"start": {
"line": 48,
"column": 19
},
"end": {
"line": 48,
"column": 20
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 1517,
"end": 1518,
"loc": {
"start": {
"line": 48,
"column": 20
},
"end": {
"line": 48,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "e",
"start": 1518,
"end": 1519,
"loc": {
"start": {
"line": 48,
"column": 21
},
"end": {
"line": 48,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1519,
"end": 1520,
"loc": {
"start": {
"line": 48,
"column": 22
},
"end": {
"line": 48,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "target",
"start": 1520,
"end": 1526,
"loc": {
"start": {
"line": 48,
"column": 23
},
"end": {
"line": 48,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1526,
"end": 1527,
"loc": {
"start": {
"line": 48,
"column": 29
},
"end": {
"line": 48,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parentElement",
"start": 1527,
"end": 1540,
"loc": {
"start": {
"line": 48,
"column": 30
},
"end": {
"line": 48,
"column": 43
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1540,
"end": 1541,
"loc": {
"start": {
"line": 48,
"column": 43
},
"end": {
"line": 48,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "classList",
"start": 1541,
"end": 1550,
"loc": {
"start": {
"line": 48,
"column": 44
},
"end": {
"line": 48,
"column": 53
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1550,
"end": 1551,
"loc": {
"start": {
"line": 48,
"column": 53
},
"end": {
"line": 48,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "contains",
"start": 1551,
"end": 1559,
"loc": {
"start": {
"line": 48,
"column": 54
},
"end": {
"line": 48,
"column": 62
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1559,
"end": 1560,
"loc": {
"start": {
"line": 48,
"column": 62
},
"end": {
"line": 48,
"column": 63
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "active",
"start": 1560,
"end": 1568,
"loc": {
"start": {
"line": 48,
"column": 63
},
"end": {
"line": 48,
"column": 71
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1568,
"end": 1569,
"loc": {
"start": {
"line": 48,
"column": 71
},
"end": {
"line": 48,
"column": 72
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1569,
"end": 1570,
"loc": {
"start": {
"line": 48,
"column": 72
},
"end": {
"line": 48,
"column": 73
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1571,
"end": 1572,
"loc": {
"start": {
"line": 48,
"column": 74
},
"end": {
"line": 48,
"column": 75
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "e",
"start": 1593,
"end": 1594,
"loc": {
"start": {
"line": 49,
"column": 20
},
"end": {
"line": 49,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1594,
"end": 1595,
"loc": {
"start": {
"line": 49,
"column": 21
},
"end": {
"line": 49,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "target",
"start": 1595,
"end": 1601,
"loc": {
"start": {
"line": 49,
"column": 22
},
"end": {
"line": 49,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1601,
"end": 1602,
"loc": {
"start": {
"line": 49,
"column": 28
},
"end": {
"line": 49,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parentElement",
"start": 1602,
"end": 1615,
"loc": {
"start": {
"line": 49,
"column": 29
},
"end": {
"line": 49,
"column": 42
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1615,
"end": 1616,
"loc": {
"start": {
"line": 49,
"column": 42
},
"end": {
"line": 49,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "classList",
"start": 1616,
"end": 1625,
"loc": {
"start": {
"line": 49,
"column": 43
},
"end": {
"line": 49,
"column": 52
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1625,
"end": 1626,
"loc": {
"start": {
"line": 49,
"column": 52
},
"end": {
"line": 49,
"column": 53
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "add",
"start": 1626,
"end": 1629,
"loc": {
"start": {
"line": 49,
"column": 53
},
"end": {
"line": 49,
"column": 56
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1629,
"end": 1630,
"loc": {
"start": {
"line": 49,
"column": 56
},
"end": {
"line": 49,
"column": 57
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "active",
"start": 1630,
"end": 1638,
"loc": {
"start": {
"line": 49,
"column": 57
},
"end": {
"line": 49,
"column": 65
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1638,
"end": 1639,
"loc": {
"start": {
"line": 49,
"column": 65
},
"end": {
"line": 49,
"column": 66
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1639,
"end": 1640,
"loc": {
"start": {
"line": 49,
"column": 66
},
"end": {
"line": 49,
"column": 67
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1657,
"end": 1658,
"loc": {
"start": {
"line": 50,
"column": 16
},
"end": {
"line": 50,
"column": 17
}
}
},
{
"type": {
"label": "else",
"keyword": "else",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "else",
"start": 1659,
"end": 1663,
"loc": {
"start": {
"line": 50,
"column": 18
},
"end": {
"line": 50,
"column": 22
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1664,
"end": 1665,
"loc": {
"start": {
"line": 50,
"column": 23
},
"end": {
"line": 50,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "e",
"start": 1686,
"end": 1687,
"loc": {
"start": {
"line": 51,
"column": 20
},
"end": {
"line": 51,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1687,
"end": 1688,
"loc": {
"start": {
"line": 51,
"column": 21
},
"end": {
"line": 51,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "target",
"start": 1688,
"end": 1694,
"loc": {
"start": {
"line": 51,
"column": 22
},
"end": {
"line": 51,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1694,
"end": 1695,
"loc": {
"start": {
"line": 51,
"column": 28
},
"end": {
"line": 51,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parentElement",
"start": 1695,
"end": 1708,
"loc": {
"start": {
"line": 51,
"column": 29
},
"end": {
"line": 51,
"column": 42
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1708,
"end": 1709,
"loc": {
"start": {
"line": 51,
"column": 42
},
"end": {
"line": 51,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "classList",
"start": 1709,
"end": 1718,
"loc": {
"start": {
"line": 51,
"column": 43
},
"end": {
"line": 51,
"column": 52
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1718,
"end": 1719,
"loc": {
"start": {
"line": 51,
"column": 52
},
"end": {
"line": 51,
"column": 53
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "remove",
"start": 1719,
"end": 1725,
"loc": {
"start": {
"line": 51,
"column": 53
},
"end": {
"line": 51,
"column": 59
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1725,
"end": 1726,
"loc": {
"start": {
"line": 51,
"column": 59
},
"end": {
"line": 51,
"column": 60
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "active",
"start": 1726,
"end": 1734,
"loc": {
"start": {
"line": 51,
"column": 60
},
"end": {
"line": 51,
"column": 68
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1734,
"end": 1735,
"loc": {
"start": {
"line": 51,
"column": 68
},
"end": {
"line": 51,
"column": 69
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1735,
"end": 1736,
"loc": {
"start": {
"line": 51,
"column": 69
},
"end": {
"line": 51,
"column": 70
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1753,
"end": 1754,
"loc": {
"start": {
"line": 52,
"column": 16
},
"end": {
"line": 52,
"column": 17
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1767,
"end": 1768,
"loc": {
"start": {
"line": 53,
"column": 12
},
"end": {
"line": 53,
"column": 13
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1777,
"end": 1778,
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 54,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1778,
"end": 1779,
"loc": {
"start": {
"line": 54,
"column": 9
},
"end": {
"line": 54,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1779,
"end": 1780,
"loc": {
"start": {
"line": 54,
"column": 10
},
"end": {
"line": 54,
"column": 11
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1790,
"end": 1794,
"loc": {
"start": {
"line": 56,
"column": 8
},
"end": {
"line": 56,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1794,
"end": 1795,
"loc": {
"start": {
"line": 56,
"column": 12
},
"end": {
"line": 56,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "clear",
"start": 1795,
"end": 1800,
"loc": {
"start": {
"line": 56,
"column": 13
},
"end": {
"line": 56,
"column": 18
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1800,
"end": 1801,
"loc": {
"start": {
"line": 56,
"column": 18
},
"end": {
"line": 56,
"column": 19
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1801,
"end": 1802,
"loc": {
"start": {
"line": 56,
"column": 19
},
"end": {
"line": 56,
"column": 20
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1802,
"end": 1803,
"loc": {
"start": {
"line": 56,
"column": 20
},
"end": {
"line": 56,
"column": 21
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1808,
"end": 1809,
"loc": {
"start": {
"line": 57,
"column": 4
},
"end": {
"line": 57,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "showObjectPropertySets",
"start": 1815,
"end": 1837,
"loc": {
"start": {
"line": 59,
"column": 4
},
"end": {
"line": 59,
"column": 26
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1837,
"end": 1838,
"loc": {
"start": {
"line": 59,
"column": 26
},
"end": {
"line": 59,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "objectId",
"start": 1838,
"end": 1846,
"loc": {
"start": {
"line": 59,
"column": 27
},
"end": {
"line": 59,
"column": 35
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1846,
"end": 1847,
"loc": {
"start": {
"line": 59,
"column": 35
},
"end": {
"line": 59,
"column": 36
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1848,
"end": 1849,
"loc": {
"start": {
"line": 59,
"column": 37
},
"end": {
"line": 59,
"column": 38
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 1858,
"end": 1863,
"loc": {
"start": {
"line": 60,
"column": 8
},
"end": {
"line": 60,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaObject",
"start": 1864,
"end": 1874,
"loc": {
"start": {
"line": 60,
"column": 14
},
"end": {
"line": 60,
"column": 24
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1875,
"end": 1876,
"loc": {
"start": {
"line": 60,
"column": 25
},
"end": {
"line": 60,
"column": 26
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1877,
"end": 1881,
"loc": {
"start": {
"line": 60,
"column": 27
},
"end": {
"line": 60,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1881,
"end": 1882,
"loc": {
"start": {
"line": 60,
"column": 31
},
"end": {
"line": 60,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 1882,
"end": 1888,
"loc": {
"start": {
"line": 60,
"column": 32
},
"end": {
"line": 60,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1888,
"end": 1889,
"loc": {
"start": {
"line": 60,
"column": 38
},
"end": {
"line": 60,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaScene",
"start": 1889,
"end": 1898,
"loc": {
"start": {
"line": 60,
"column": 39
},
"end": {
"line": 60,
"column": 48
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1898,
"end": 1899,
"loc": {
"start": {
"line": 60,
"column": 48
},
"end": {
"line": 60,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaObjects",
"start": 1899,
"end": 1910,
"loc": {
"start": {
"line": 60,
"column": 49
},
"end": {
"line": 60,
"column": 60
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1910,
"end": 1911,
"loc": {
"start": {
"line": 60,
"column": 60
},
"end": {
"line": 60,
"column": 61
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "objectId",
"start": 1911,
"end": 1919,
"loc": {
"start": {
"line": 60,
"column": 61
},
"end": {
"line": 60,
"column": 69
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1919,
"end": 1920,
"loc": {
"start": {
"line": 60,
"column": 69
},
"end": {
"line": 60,
"column": 70
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1920,
"end": 1921,
"loc": {
"start": {
"line": 60,
"column": 70
},
"end": {
"line": 60,
"column": 71
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 1930,
"end": 1932,
"loc": {
"start": {
"line": 61,
"column": 8
},
"end": {
"line": 61,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1933,
"end": 1934,
"loc": {
"start": {
"line": 61,
"column": 11
},
"end": {
"line": 61,
"column": 12
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 1934,
"end": 1935,
"loc": {
"start": {
"line": 61,
"column": 12
},
"end": {
"line": 61,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaObject",
"start": 1935,
"end": 1945,
"loc": {
"start": {
"line": 61,
"column": 13
},
"end": {
"line": 61,
"column": 23
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1945,
"end": 1946,
"loc": {
"start": {
"line": 61,
"column": 23
},
"end": {
"line": 61,
"column": 24
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1947,
"end": 1948,
"loc": {
"start": {
"line": 61,
"column": 25
},
"end": {
"line": 61,
"column": 26
}
}
},
{
"type": {
"label": "return",
"keyword": "return",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "return",
"start": 1961,
"end": 1967,
"loc": {
"start": {
"line": 62,
"column": 12
},
"end": {
"line": 62,
"column": 18
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1967,
"end": 1968,
"loc": {
"start": {
"line": 62,
"column": 18
},
"end": {
"line": 62,
"column": 19
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1977,
"end": 1978,
"loc": {
"start": {
"line": 63,
"column": 8
},
"end": {
"line": 63,
"column": 9
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 1987,
"end": 1992,
"loc": {
"start": {
"line": 64,
"column": 8
},
"end": {
"line": 64,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "propertySets",
"start": 1993,
"end": 2005,
"loc": {
"start": {
"line": 64,
"column": 14
},
"end": {
"line": 64,
"column": 26
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2006,
"end": 2007,
"loc": {
"start": {
"line": 64,
"column": 27
},
"end": {
"line": 64,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaObject",
"start": 2008,
"end": 2018,
"loc": {
"start": {
"line": 64,
"column": 29
},
"end": {
"line": 64,
"column": 39
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2018,
"end": 2019,
"loc": {
"start": {
"line": 64,
"column": 39
},
"end": {
"line": 64,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "propertySets",
"start": 2019,
"end": 2031,
"loc": {
"start": {
"line": 64,
"column": 40
},
"end": {
"line": 64,
"column": 52
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2031,
"end": 2032,
"loc": {
"start": {
"line": 64,
"column": 52
},
"end": {
"line": 64,
"column": 53
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 2041,
"end": 2043,
"loc": {
"start": {
"line": 65,
"column": 8
},
"end": {
"line": 65,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2044,
"end": 2045,
"loc": {
"start": {
"line": 65,
"column": 11
},
"end": {
"line": 65,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "propertySets",
"start": 2045,
"end": 2057,
"loc": {
"start": {
"line": 65,
"column": 12
},
"end": {
"line": 65,
"column": 24
}
}
},
{
"type": {
"label": "&&",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 2,
"updateContext": null
},
"value": "&&",
"start": 2058,
"end": 2060,
"loc": {
"start": {
"line": 65,
"column": 25
},
"end": {
"line": 65,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "propertySets",
"start": 2061,
"end": 2073,
"loc": {
"start": {
"line": 65,
"column": 28
},
"end": {
"line": 65,
"column": 40
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2073,
"end": 2074,
"loc": {
"start": {
"line": 65,
"column": 40
},
"end": {
"line": 65,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 2074,
"end": 2080,
"loc": {
"start": {
"line": 65,
"column": 41
},
"end": {
"line": 65,
"column": 47
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": ">",
"start": 2081,
"end": 2082,
"loc": {
"start": {
"line": 65,
"column": 48
},
"end": {
"line": 65,
"column": 49
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 2083,
"end": 2084,
"loc": {
"start": {
"line": 65,
"column": 50
},
"end": {
"line": 65,
"column": 51
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2084,
"end": 2085,
"loc": {
"start": {
"line": 65,
"column": 51
},
"end": {
"line": 65,
"column": 52
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2086,
"end": 2087,
"loc": {
"start": {
"line": 65,
"column": 53
},
"end": {
"line": 65,
"column": 54
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 2100,
"end": 2104,
"loc": {
"start": {
"line": 66,
"column": 12
},
"end": {
"line": 66,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2104,
"end": 2105,
"loc": {
"start": {
"line": 66,
"column": 16
},
"end": {
"line": 66,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_setPropertySets",
"start": 2105,
"end": 2121,
"loc": {
"start": {
"line": 66,
"column": 17
},
"end": {
"line": 66,
"column": 33
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2121,
"end": 2122,
"loc": {
"start": {
"line": 66,
"column": 33
},
"end": {
"line": 66,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaObject",
"start": 2122,
"end": 2132,
"loc": {
"start": {
"line": 66,
"column": 34
},
"end": {
"line": 66,
"column": 44
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2132,
"end": 2133,
"loc": {
"start": {
"line": 66,
"column": 44
},
"end": {
"line": 66,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "propertySets",
"start": 2134,
"end": 2146,
"loc": {
"start": {
"line": 66,
"column": 46
},
"end": {
"line": 66,
"column": 58
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2146,
"end": 2147,
"loc": {
"start": {
"line": 66,
"column": 58
},
"end": {
"line": 66,
"column": 59
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2147,
"end": 2148,
"loc": {
"start": {
"line": 66,
"column": 59
},
"end": {
"line": 66,
"column": 60
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2157,
"end": 2158,
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 67,
"column": 9
}
}
},
{
"type": {
"label": "else",
"keyword": "else",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "else",
"start": 2159,
"end": 2163,
"loc": {
"start": {
"line": 67,
"column": 10
},
"end": {
"line": 67,
"column": 14
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2164,
"end": 2165,
"loc": {
"start": {
"line": 67,
"column": 15
},
"end": {
"line": 67,
"column": 16
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 2178,
"end": 2182,
"loc": {
"start": {
"line": 68,
"column": 12
},
"end": {
"line": 68,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2182,
"end": 2183,
"loc": {
"start": {
"line": 68,
"column": 16
},
"end": {
"line": 68,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_setPropertySets",
"start": 2183,
"end": 2199,
"loc": {
"start": {
"line": 68,
"column": 17
},
"end": {
"line": 68,
"column": 33
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2199,
"end": 2200,
"loc": {
"start": {
"line": 68,
"column": 33
},
"end": {
"line": 68,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaObject",
"start": 2200,
"end": 2210,
"loc": {
"start": {
"line": 68,
"column": 34
},
"end": {
"line": 68,
"column": 44
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2210,
"end": 2211,
"loc": {
"start": {
"line": 68,
"column": 44
},
"end": {
"line": 68,
"column": 45
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2211,
"end": 2212,
"loc": {
"start": {
"line": 68,
"column": 45
},
"end": {
"line": 68,
"column": 46
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2221,
"end": 2222,
"loc": {
"start": {
"line": 69,
"column": 8
},
"end": {
"line": 69,
"column": 9
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 2231,
"end": 2235,
"loc": {
"start": {
"line": 70,
"column": 8
},
"end": {
"line": 70,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2235,
"end": 2236,
"loc": {
"start": {
"line": 70,
"column": 12
},
"end": {
"line": 70,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_metaObject",
"start": 2236,
"end": 2247,
"loc": {
"start": {
"line": 70,
"column": 13
},
"end": {
"line": 70,
"column": 24
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2248,
"end": 2249,
"loc": {
"start": {
"line": 70,
"column": 25
},
"end": {
"line": 70,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaObject",
"start": 2250,
"end": 2260,
"loc": {
"start": {
"line": 70,
"column": 27
},
"end": {
"line": 70,
"column": 37
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2260,
"end": 2261,
"loc": {
"start": {
"line": 70,
"column": 37
},
"end": {
"line": 70,
"column": 38
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2266,
"end": 2267,
"loc": {
"start": {
"line": 71,
"column": 4
},
"end": {
"line": 71,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "clear",
"start": 2273,
"end": 2278,
"loc": {
"start": {
"line": 73,
"column": 4
},
"end": {
"line": 73,
"column": 9
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2278,
"end": 2279,
"loc": {
"start": {
"line": 73,
"column": 9
},
"end": {
"line": 73,
"column": 10
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2279,
"end": 2280,
"loc": {
"start": {
"line": 73,
"column": 10
},
"end": {
"line": 73,
"column": 11
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2281,
"end": 2282,
"loc": {
"start": {
"line": 73,
"column": 12
},
"end": {
"line": 73,
"column": 13
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 2291,
"end": 2296,
"loc": {
"start": {
"line": 74,
"column": 8
},
"end": {
"line": 74,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 2297,
"end": 2301,
"loc": {
"start": {
"line": 74,
"column": 14
},
"end": {
"line": 74,
"column": 18
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2302,
"end": 2303,
"loc": {
"start": {
"line": 74,
"column": 19
},
"end": {
"line": 74,
"column": 20
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2304,
"end": 2305,
"loc": {
"start": {
"line": 74,
"column": 21
},
"end": {
"line": 74,
"column": 22
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2305,
"end": 2306,
"loc": {
"start": {
"line": 74,
"column": 22
},
"end": {
"line": 74,
"column": 23
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2306,
"end": 2307,
"loc": {
"start": {
"line": 74,
"column": 23
},
"end": {
"line": 74,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "localizedText",
"start": 2320,
"end": 2333,
"loc": {
"start": {
"line": 75,
"column": 12
},
"end": {
"line": 75,
"column": 25
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2334,
"end": 2335,
"loc": {
"start": {
"line": 75,
"column": 26
},
"end": {
"line": 75,
"column": 27
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 2336,
"end": 2340,
"loc": {
"start": {
"line": 75,
"column": 28
},
"end": {
"line": 75,
"column": 32
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2340,
"end": 2341,
"loc": {
"start": {
"line": 75,
"column": 32
},
"end": {
"line": 75,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 2341,
"end": 2347,
"loc": {
"start": {
"line": 75,
"column": 33
},
"end": {
"line": 75,
"column": 39
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2347,
"end": 2348,
"loc": {
"start": {
"line": 75,
"column": 39
},
"end": {
"line": 75,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "localeService",
"start": 2348,
"end": 2361,
"loc": {
"start": {
"line": 75,
"column": 40
},
"end": {
"line": 75,
"column": 53
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2361,
"end": 2362,
"loc": {
"start": {
"line": 75,
"column": 53
},
"end": {
"line": 75,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "translate",
"start": 2362,
"end": 2371,
"loc": {
"start": {
"line": 75,
"column": 54
},
"end": {
"line": 75,
"column": 63
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2371,
"end": 2372,
"loc": {
"start": {
"line": 75,
"column": 63
},
"end": {
"line": 75,
"column": 64
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "propertiesInspector.noObjectSelectedWarning",
"start": 2372,
"end": 2417,
"loc": {
"start": {
"line": 75,
"column": 64
},
"end": {
"line": 75,
"column": 109
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2417,
"end": 2418,
"loc": {
"start": {
"line": 75,
"column": 109
},
"end": {
"line": 75,
"column": 110
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 2419,
"end": 2421,
"loc": {
"start": {
"line": 75,
"column": 111
},
"end": {
"line": 75,
"column": 113
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "No object inspected. Right-click or long-tab an object and select 'Inspect Properties' to view its properties here.",
"start": 2422,
"end": 2541,
"loc": {
"start": {
"line": 75,
"column": 114
},
"end": {
"line": 75,
"column": 233
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2541,
"end": 2542,
"loc": {
"start": {
"line": 75,
"column": 233
},
"end": {
"line": 75,
"column": 234
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 2551,
"end": 2555,
"loc": {
"start": {
"line": 76,
"column": 8
},
"end": {
"line": 76,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2555,
"end": 2556,
"loc": {
"start": {
"line": 76,
"column": 12
},
"end": {
"line": 76,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "push",
"start": 2556,
"end": 2560,
"loc": {
"start": {
"line": 76,
"column": 13
},
"end": {
"line": 76,
"column": 17
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2560,
"end": 2561,
"loc": {
"start": {
"line": 76,
"column": 17
},
"end": {
"line": 76,
"column": 18
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2561,
"end": 2562,
"loc": {
"start": {
"line": 76,
"column": 18
},
"end": {
"line": 76,
"column": 19
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "<div class=\"element-attributes\">",
"start": 2562,
"end": 2594,
"loc": {
"start": {
"line": 76,
"column": 19
},
"end": {
"line": 76,
"column": 51
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2594,
"end": 2595,
"loc": {
"start": {
"line": 76,
"column": 51
},
"end": {
"line": 76,
"column": 52
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2595,
"end": 2596,
"loc": {
"start": {
"line": 76,
"column": 52
},
"end": {
"line": 76,
"column": 53
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2596,
"end": 2597,
"loc": {
"start": {
"line": 76,
"column": 53
},
"end": {
"line": 76,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 2606,
"end": 2610,
"loc": {
"start": {
"line": 77,
"column": 8
},
"end": {
"line": 77,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2610,
"end": 2611,
"loc": {
"start": {
"line": 77,
"column": 12
},
"end": {
"line": 77,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "push",
"start": 2611,
"end": 2615,
"loc": {
"start": {
"line": 77,
"column": 13
},
"end": {
"line": 77,
"column": 17
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2615,
"end": 2616,
"loc": {
"start": {
"line": 77,
"column": 17
},
"end": {
"line": 77,
"column": 18
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2616,
"end": 2617,
"loc": {
"start": {
"line": 77,
"column": 18
},
"end": {
"line": 77,
"column": 19
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "<p class=\"xeokit-i18n subsubtitle no-object-selected-warning\" data-xeokit-i18n=\"propertiesInspector.noObjectSelectedWarning\">",
"start": 2617,
"end": 2742,
"loc": {
"start": {
"line": 77,
"column": 19
},
"end": {
"line": 77,
"column": 144
}
}
},
{
"type": {
"label": "${",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2742,
"end": 2744,
"loc": {
"start": {
"line": 77,
"column": 144
},
"end": {
"line": 77,
"column": 146
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "localizedText",
"start": 2744,
"end": 2757,
"loc": {
"start": {
"line": 77,
"column": 146
},
"end": {
"line": 77,
"column": 159
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2757,
"end": 2758,
"loc": {
"start": {
"line": 77,
"column": 159
},
"end": {
"line": 77,
"column": 160
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "</p>",
"start": 2758,
"end": 2762,
"loc": {
"start": {
"line": 77,
"column": 160
},
"end": {
"line": 77,
"column": 164
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2762,
"end": 2763,
"loc": {
"start": {
"line": 77,
"column": 164
},
"end": {
"line": 77,
"column": 165
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2763,
"end": 2764,
"loc": {
"start": {
"line": 77,
"column": 165
},
"end": {
"line": 77,
"column": 166
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2764,
"end": 2765,
"loc": {
"start": {
"line": 77,
"column": 166
},
"end": {
"line": 77,
"column": 167
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 2774,
"end": 2778,
"loc": {
"start": {
"line": 78,
"column": 8
},
"end": {
"line": 78,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2778,
"end": 2779,
"loc": {
"start": {
"line": 78,
"column": 12
},
"end": {
"line": 78,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "push",
"start": 2779,
"end": 2783,
"loc": {
"start": {
"line": 78,
"column": 13
},
"end": {
"line": 78,
"column": 17
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2783,
"end": 2784,
"loc": {
"start": {
"line": 78,
"column": 17
},
"end": {
"line": 78,
"column": 18
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2784,
"end": 2785,
"loc": {
"start": {
"line": 78,
"column": 18
},
"end": {
"line": 78,
"column": 19
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "</div>",
"start": 2785,
"end": 2791,
"loc": {
"start": {
"line": 78,
"column": 19
},
"end": {
"line": 78,
"column": 25
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2791,
"end": 2792,
"loc": {
"start": {
"line": 78,
"column": 25
},
"end": {
"line": 78,
"column": 26
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2792,
"end": 2793,
"loc": {
"start": {
"line": 78,
"column": 26
},
"end": {
"line": 78,
"column": 27
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2793,
"end": 2794,
"loc": {
"start": {
"line": 78,
"column": 27
},
"end": {
"line": 78,
"column": 28
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 2803,
"end": 2808,
"loc": {
"start": {
"line": 79,
"column": 8
},
"end": {
"line": 79,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "htmlStr",
"start": 2809,
"end": 2816,
"loc": {
"start": {
"line": 79,
"column": 14
},
"end": {
"line": 79,
"column": 21
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2817,
"end": 2818,
"loc": {
"start": {
"line": 79,
"column": 22
},
"end": {
"line": 79,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 2819,
"end": 2823,
"loc": {
"start": {
"line": 79,
"column": 24
},
"end": {
"line": 79,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2823,
"end": 2824,
"loc": {
"start": {
"line": 79,
"column": 28
},
"end": {
"line": 79,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "join",
"start": 2824,
"end": 2828,
"loc": {
"start": {
"line": 79,
"column": 29
},
"end": {
"line": 79,
"column": 33
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2828,
"end": 2829,
"loc": {
"start": {
"line": 79,
"column": 33
},
"end": {
"line": 79,
"column": 34
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 2829,
"end": 2831,
"loc": {
"start": {
"line": 79,
"column": 34
},
"end": {
"line": 79,
"column": 36
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2831,
"end": 2832,
"loc": {
"start": {
"line": 79,
"column": 36
},
"end": {
"line": 79,
"column": 37
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2832,
"end": 2833,
"loc": {
"start": {
"line": 79,
"column": 37
},
"end": {
"line": 79,
"column": 38
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 2841,
"end": 2845,
"loc": {
"start": {
"line": 80,
"column": 7
},
"end": {
"line": 80,
"column": 11
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2845,
"end": 2846,
"loc": {
"start": {
"line": 80,
"column": 11
},
"end": {
"line": 80,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_propertiesElement",
"start": 2846,
"end": 2864,
"loc": {
"start": {
"line": 80,
"column": 12
},
"end": {
"line": 80,
"column": 30
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2864,
"end": 2865,
"loc": {
"start": {
"line": 80,
"column": 30
},
"end": {
"line": 80,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "innerHTML",
"start": 2865,
"end": 2874,
"loc": {
"start": {
"line": 80,
"column": 31
},
"end": {
"line": 80,
"column": 40
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2875,
"end": 2876,
"loc": {
"start": {
"line": 80,
"column": 41
},
"end": {
"line": 80,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "htmlStr",
"start": 2877,
"end": 2884,
"loc": {
"start": {
"line": 80,
"column": 43
},
"end": {
"line": 80,
"column": 50
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2884,
"end": 2885,
"loc": {
"start": {
"line": 80,
"column": 50
},
"end": {
"line": 80,
"column": 51
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2890,
"end": 2891,
"loc": {
"start": {
"line": 81,
"column": 4
},
"end": {
"line": 81,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_setPropertySets",
"start": 2897,
"end": 2913,
"loc": {
"start": {
"line": 83,
"column": 4
},
"end": {
"line": 83,
"column": 20
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2913,
"end": 2914,
"loc": {
"start": {
"line": 83,
"column": 20
},
"end": {
"line": 83,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaObject",
"start": 2914,
"end": 2924,
"loc": {
"start": {
"line": 83,
"column": 21
},
"end": {
"line": 83,
"column": 31
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2924,
"end": 2925,
"loc": {
"start": {
"line": 83,
"column": 31
},
"end": {
"line": 83,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "propertySets",
"start": 2926,
"end": 2938,
"loc": {
"start": {
"line": 83,
"column": 33
},
"end": {
"line": 83,
"column": 45
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2938,
"end": 2939,
"loc": {
"start": {
"line": 83,
"column": 45
},
"end": {
"line": 83,
"column": 46
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2940,
"end": 2941,
"loc": {
"start": {
"line": 83,
"column": 47
},
"end": {
"line": 83,
"column": 48
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 2950,
"end": 2955,
"loc": {
"start": {
"line": 84,
"column": 8
},
"end": {
"line": 84,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 2956,
"end": 2960,
"loc": {
"start": {
"line": 84,
"column": 14
},
"end": {
"line": 84,
"column": 18
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2961,
"end": 2962,
"loc": {
"start": {
"line": 84,
"column": 19
},
"end": {
"line": 84,
"column": 20
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2963,
"end": 2964,
"loc": {
"start": {
"line": 84,
"column": 21
},
"end": {
"line": 84,
"column": 22
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2964,
"end": 2965,
"loc": {
"start": {
"line": 84,
"column": 22
},
"end": {
"line": 84,
"column": 23
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2965,
"end": 2966,
"loc": {
"start": {
"line": 84,
"column": 23
},
"end": {
"line": 84,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 2975,
"end": 2979,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2979,
"end": 2980,
"loc": {
"start": {
"line": 85,
"column": 12
},
"end": {
"line": 85,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "push",
"start": 2980,
"end": 2984,
"loc": {
"start": {
"line": 85,
"column": 13
},
"end": {
"line": 85,
"column": 17
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2984,
"end": 2985,
"loc": {
"start": {
"line": 85,
"column": 17
},
"end": {
"line": 85,
"column": 18
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2985,
"end": 2986,
"loc": {
"start": {
"line": 85,
"column": 18
},
"end": {
"line": 85,
"column": 19
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "<div class=\"element-attributes\">",
"start": 2986,
"end": 3018,
"loc": {
"start": {
"line": 85,
"column": 19
},
"end": {
"line": 85,
"column": 51
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3018,
"end": 3019,
"loc": {
"start": {
"line": 85,
"column": 51
},
"end": {
"line": 85,
"column": 52
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3019,
"end": 3020,
"loc": {
"start": {
"line": 85,
"column": 52
},
"end": {
"line": 85,
"column": 53
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3020,
"end": 3021,
"loc": {
"start": {
"line": 85,
"column": 53
},
"end": {
"line": 85,
"column": 54
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 3030,
"end": 3032,
"loc": {
"start": {
"line": 86,
"column": 8
},
"end": {
"line": 86,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3033,
"end": 3034,
"loc": {
"start": {
"line": 86,
"column": 11
},
"end": {
"line": 86,
"column": 12
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 3034,
"end": 3035,
"loc": {
"start": {
"line": 86,
"column": 12
},
"end": {
"line": 86,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaObject",
"start": 3035,
"end": 3045,
"loc": {
"start": {
"line": 86,
"column": 13
},
"end": {
"line": 86,
"column": 23
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3045,
"end": 3046,
"loc": {
"start": {
"line": 86,
"column": 23
},
"end": {
"line": 86,
"column": 24
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3047,
"end": 3048,
"loc": {
"start": {
"line": 86,
"column": 25
},
"end": {
"line": 86,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 3061,
"end": 3065,
"loc": {
"start": {
"line": 87,
"column": 12
},
"end": {
"line": 87,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3065,
"end": 3066,
"loc": {
"start": {
"line": 87,
"column": 16
},
"end": {
"line": 87,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "push",
"start": 3066,
"end": 3070,
"loc": {
"start": {
"line": 87,
"column": 17
},
"end": {
"line": 87,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3070,
"end": 3071,
"loc": {
"start": {
"line": 87,
"column": 21
},
"end": {
"line": 87,
"column": 22
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3071,
"end": 3072,
"loc": {
"start": {
"line": 87,
"column": 22
},
"end": {
"line": 87,
"column": 23
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "<p class=\"subsubtitle\">No object selected</p>",
"start": 3072,
"end": 3117,
"loc": {
"start": {
"line": 87,
"column": 23
},
"end": {
"line": 87,
"column": 68
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3117,
"end": 3118,
"loc": {
"start": {
"line": 87,
"column": 68
},
"end": {
"line": 87,
"column": 69
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3118,
"end": 3119,
"loc": {
"start": {
"line": 87,
"column": 69
},
"end": {
"line": 87,
"column": 70
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3119,
"end": 3120,
"loc": {
"start": {
"line": 87,
"column": 70
},
"end": {
"line": 87,
"column": 71
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3129,
"end": 3130,
"loc": {
"start": {
"line": 88,
"column": 8
},
"end": {
"line": 88,
"column": 9
}
}
},
{
"type": {
"label": "else",
"keyword": "else",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "else",
"start": 3131,
"end": 3135,
"loc": {
"start": {
"line": 88,
"column": 10
},
"end": {
"line": 88,
"column": 14
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3136,
"end": 3137,
"loc": {
"start": {
"line": 88,
"column": 15
},
"end": {
"line": 88,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 3150,
"end": 3154,
"loc": {
"start": {
"line": 89,
"column": 12
},
"end": {
"line": 89,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3154,
"end": 3155,
"loc": {
"start": {
"line": 89,
"column": 16
},
"end": {
"line": 89,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "push",
"start": 3155,
"end": 3159,
"loc": {
"start": {
"line": 89,
"column": 17
},
"end": {
"line": 89,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3159,
"end": 3160,
"loc": {
"start": {
"line": 89,
"column": 21
},
"end": {
"line": 89,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "<table class=\"xeokit-table\">",
"start": 3160,
"end": 3190,
"loc": {
"start": {
"line": 89,
"column": 22
},
"end": {
"line": 89,
"column": 52
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3190,
"end": 3191,
"loc": {
"start": {
"line": 89,
"column": 52
},
"end": {
"line": 89,
"column": 53
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3191,
"end": 3192,
"loc": {
"start": {
"line": 89,
"column": 53
},
"end": {
"line": 89,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 3205,
"end": 3209,
"loc": {
"start": {
"line": 90,
"column": 12
},
"end": {
"line": 90,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3209,
"end": 3210,
"loc": {
"start": {
"line": 90,
"column": 16
},
"end": {
"line": 90,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "push",
"start": 3210,
"end": 3214,
"loc": {
"start": {
"line": 90,
"column": 17
},
"end": {
"line": 90,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3214,
"end": 3215,
"loc": {
"start": {
"line": 90,
"column": 21
},
"end": {
"line": 90,
"column": 22
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3215,
"end": 3216,
"loc": {
"start": {
"line": 90,
"column": 22
},
"end": {
"line": 90,
"column": 23
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "<tr><td class=\"td1\">Name:</td><td class=\"td2\">",
"start": 3216,
"end": 3262,
"loc": {
"start": {
"line": 90,
"column": 23
},
"end": {
"line": 90,
"column": 69
}
}
},
{
"type": {
"label": "${",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3262,
"end": 3264,
"loc": {
"start": {
"line": 90,
"column": 69
},
"end": {
"line": 90,
"column": 71
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaObject",
"start": 3264,
"end": 3274,
"loc": {
"start": {
"line": 90,
"column": 71
},
"end": {
"line": 90,
"column": 81
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3274,
"end": 3275,
"loc": {
"start": {
"line": 90,
"column": 81
},
"end": {
"line": 90,
"column": 82
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 3275,
"end": 3279,
"loc": {
"start": {
"line": 90,
"column": 82
},
"end": {
"line": 90,
"column": 86
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3279,
"end": 3280,
"loc": {
"start": {
"line": 90,
"column": 86
},
"end": {
"line": 90,
"column": 87
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "</td></tr>",
"start": 3280,
"end": 3290,
"loc": {
"start": {
"line": 90,
"column": 87
},
"end": {
"line": 90,
"column": 97
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3290,
"end": 3291,
"loc": {
"start": {
"line": 90,
"column": 97
},
"end": {
"line": 90,
"column": 98
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3291,
"end": 3292,
"loc": {
"start": {
"line": 90,
"column": 98
},
"end": {
"line": 90,
"column": 99
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3292,
"end": 3293,
"loc": {
"start": {
"line": 90,
"column": 99
},
"end": {
"line": 90,
"column": 100
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 3306,
"end": 3308,
"loc": {
"start": {
"line": 91,
"column": 12
},
"end": {
"line": 91,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3309,
"end": 3310,
"loc": {
"start": {
"line": 91,
"column": 15
},
"end": {
"line": 91,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaObject",
"start": 3310,
"end": 3320,
"loc": {
"start": {
"line": 91,
"column": 16
},
"end": {
"line": 91,
"column": 26
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3320,
"end": 3321,
"loc": {
"start": {
"line": 91,
"column": 26
},
"end": {
"line": 91,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 3321,
"end": 3325,
"loc": {
"start": {
"line": 91,
"column": 27
},
"end": {
"line": 91,
"column": 31
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3325,
"end": 3326,
"loc": {
"start": {
"line": 91,
"column": 31
},
"end": {
"line": 91,
"column": 32
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3327,
"end": 3328,
"loc": {
"start": {
"line": 91,
"column": 33
},
"end": {
"line": 91,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 3345,
"end": 3349,
"loc": {
"start": {
"line": 92,
"column": 16
},
"end": {
"line": 92,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3349,
"end": 3350,
"loc": {
"start": {
"line": 92,
"column": 20
},
"end": {
"line": 92,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "push",
"start": 3350,
"end": 3354,
"loc": {
"start": {
"line": 92,
"column": 21
},
"end": {
"line": 92,
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3354,
"end": 3355,
"loc": {
"start": {
"line": 92,
"column": 25
},
"end": {
"line": 92,
"column": 26
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3355,
"end": 3356,
"loc": {
"start": {
"line": 92,
"column": 26
},
"end": {
"line": 92,
"column": 27
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "<tr><td class=\"td1\">Class:</td><td class=\"td2\">",
"start": 3356,
"end": 3403,
"loc": {
"start": {
"line": 92,
"column": 27
},
"end": {
"line": 92,
"column": 74
}
}
},
{
"type": {
"label": "${",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3403,
"end": 3405,
"loc": {
"start": {
"line": 92,
"column": 74
},
"end": {
"line": 92,
"column": 76
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaObject",
"start": 3405,
"end": 3415,
"loc": {
"start": {
"line": 92,
"column": 76
},
"end": {
"line": 92,
"column": 86
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3415,
"end": 3416,
"loc": {
"start": {
"line": 92,
"column": 86
},
"end": {
"line": 92,
"column": 87
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "type",
"start": 3416,
"end": 3420,
"loc": {
"start": {
"line": 92,
"column": 87
},
"end": {
"line": 92,
"column": 91
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3420,
"end": 3421,
"loc": {
"start": {
"line": 92,
"column": 91
},
"end": {
"line": 92,
"column": 92
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "</td></tr>",
"start": 3421,
"end": 3431,
"loc": {
"start": {
"line": 92,
"column": 92
},
"end": {
"line": 92,
"column": 102
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3431,
"end": 3432,
"loc": {
"start": {
"line": 92,
"column": 102
},
"end": {
"line": 92,
"column": 103
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3432,
"end": 3433,
"loc": {
"start": {
"line": 92,
"column": 103
},
"end": {
"line": 92,
"column": 104
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3433,
"end": 3434,
"loc": {
"start": {
"line": 92,
"column": 104
},
"end": {
"line": 92,
"column": 105
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3447,
"end": 3448,
"loc": {
"start": {
"line": 93,
"column": 12
},
"end": {
"line": 93,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 3461,
"end": 3465,
"loc": {
"start": {
"line": 94,
"column": 12
},
"end": {
"line": 94,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3465,
"end": 3466,
"loc": {
"start": {
"line": 94,
"column": 16
},
"end": {
"line": 94,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "push",
"start": 3466,
"end": 3470,
"loc": {
"start": {
"line": 94,
"column": 17
},
"end": {
"line": 94,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3470,
"end": 3471,
"loc": {
"start": {
"line": 94,
"column": 21
},
"end": {
"line": 94,
"column": 22
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3471,
"end": 3472,
"loc": {
"start": {
"line": 94,
"column": 22
},
"end": {
"line": 94,
"column": 23
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "<tr><td class=\"td1\">UUID:</td><td class=\"td2\">",
"start": 3472,
"end": 3518,
"loc": {
"start": {
"line": 94,
"column": 23
},
"end": {
"line": 94,
"column": 69
}
}
},
{
"type": {
"label": "${",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3518,
"end": 3520,
"loc": {
"start": {
"line": 94,
"column": 69
},
"end": {
"line": 94,
"column": 71
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaObject",
"start": 3520,
"end": 3530,
"loc": {
"start": {
"line": 94,
"column": 71
},
"end": {
"line": 94,
"column": 81
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3530,
"end": 3531,
"loc": {
"start": {
"line": 94,
"column": 81
},
"end": {
"line": 94,
"column": 82
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "originalSystemId",
"start": 3531,
"end": 3547,
"loc": {
"start": {
"line": 94,
"column": 82
},
"end": {
"line": 94,
"column": 98
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3547,
"end": 3548,
"loc": {
"start": {
"line": 94,
"column": 98
},
"end": {
"line": 94,
"column": 99
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "</td></tr>",
"start": 3548,
"end": 3558,
"loc": {
"start": {
"line": 94,
"column": 99
},
"end": {
"line": 94,
"column": 109
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3558,
"end": 3559,
"loc": {
"start": {
"line": 94,
"column": 109
},
"end": {
"line": 94,
"column": 110
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3559,
"end": 3560,
"loc": {
"start": {
"line": 94,
"column": 110
},
"end": {
"line": 94,
"column": 111
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3560,
"end": 3561,
"loc": {
"start": {
"line": 94,
"column": 111
},
"end": {
"line": 94,
"column": 112
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 3574,
"end": 3578,
"loc": {
"start": {
"line": 95,
"column": 12
},
"end": {
"line": 95,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3578,
"end": 3579,
"loc": {
"start": {
"line": 95,
"column": 16
},
"end": {
"line": 95,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "push",
"start": 3579,
"end": 3583,
"loc": {
"start": {
"line": 95,
"column": 17
},
"end": {
"line": 95,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3583,
"end": 3584,
"loc": {
"start": {
"line": 95,
"column": 21
},
"end": {
"line": 95,
"column": 22
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3584,
"end": 3585,
"loc": {
"start": {
"line": 95,
"column": 22
},
"end": {
"line": 95,
"column": 23
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "<tr><td class=\"td1\">Viewer ID:</td><td class=\"td2\">",
"start": 3585,
"end": 3636,
"loc": {
"start": {
"line": 95,
"column": 23
},
"end": {
"line": 95,
"column": 74
}
}
},
{
"type": {
"label": "${",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3636,
"end": 3638,
"loc": {
"start": {
"line": 95,
"column": 74
},
"end": {
"line": 95,
"column": 76
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaObject",
"start": 3638,
"end": 3648,
"loc": {
"start": {
"line": 95,
"column": 76
},
"end": {
"line": 95,
"column": 86
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3648,
"end": 3649,
"loc": {
"start": {
"line": 95,
"column": 86
},
"end": {
"line": 95,
"column": 87
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "id",
"start": 3649,
"end": 3651,
"loc": {
"start": {
"line": 95,
"column": 87
},
"end": {
"line": 95,
"column": 89
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3651,
"end": 3652,
"loc": {
"start": {
"line": 95,
"column": 89
},
"end": {
"line": 95,
"column": 90
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "</td></tr>",
"start": 3652,
"end": 3662,
"loc": {
"start": {
"line": 95,
"column": 90
},
"end": {
"line": 95,
"column": 100
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3662,
"end": 3663,
"loc": {
"start": {
"line": 95,
"column": 100
},
"end": {
"line": 95,
"column": 101
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3663,
"end": 3664,
"loc": {
"start": {
"line": 95,
"column": 101
},
"end": {
"line": 95,
"column": 102
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3664,
"end": 3665,
"loc": {
"start": {
"line": 95,
"column": 102
},
"end": {
"line": 95,
"column": 103
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 3678,
"end": 3683,
"loc": {
"start": {
"line": 96,
"column": 12
},
"end": {
"line": 96,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "attributes",
"start": 3684,
"end": 3694,
"loc": {
"start": {
"line": 96,
"column": 18
},
"end": {
"line": 96,
"column": 28
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3695,
"end": 3696,
"loc": {
"start": {
"line": 96,
"column": 29
},
"end": {
"line": 96,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaObject",
"start": 3697,
"end": 3707,
"loc": {
"start": {
"line": 96,
"column": 31
},
"end": {
"line": 96,
"column": 41
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3707,
"end": 3708,
"loc": {
"start": {
"line": 96,
"column": 41
},
"end": {
"line": 96,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "attributes",
"start": 3708,
"end": 3718,
"loc": {
"start": {
"line": 96,
"column": 42
},
"end": {
"line": 96,
"column": 52
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3718,
"end": 3719,
"loc": {
"start": {
"line": 96,
"column": 52
},
"end": {
"line": 96,
"column": 53
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 3732,
"end": 3734,
"loc": {
"start": {
"line": 97,
"column": 12
},
"end": {
"line": 97,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3735,
"end": 3736,
"loc": {
"start": {
"line": 97,
"column": 15
},
"end": {
"line": 97,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "attributes",
"start": 3736,
"end": 3746,
"loc": {
"start": {
"line": 97,
"column": 16
},
"end": {
"line": 97,
"column": 26
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3746,
"end": 3747,
"loc": {
"start": {
"line": 97,
"column": 26
},
"end": {
"line": 97,
"column": 27
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3748,
"end": 3749,
"loc": {
"start": {
"line": 97,
"column": 28
},
"end": {
"line": 97,
"column": 29
}
}
},
{
"type": {
"label": "for",
"keyword": "for",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": true,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "for",
"start": 3766,
"end": 3769,
"loc": {
"start": {
"line": 98,
"column": 16
},
"end": {
"line": 98,
"column": 19
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3770,
"end": 3771,
"loc": {
"start": {
"line": 98,
"column": 20
},
"end": {
"line": 98,
"column": 21
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 3771,
"end": 3774,
"loc": {
"start": {
"line": 98,
"column": 21
},
"end": {
"line": 98,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "key",
"start": 3775,
"end": 3778,
"loc": {
"start": {
"line": 98,
"column": 25
},
"end": {
"line": 98,
"column": 28
}
}
},
{
"type": {
"label": "in",
"keyword": "in",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": "in",
"start": 3779,
"end": 3781,
"loc": {
"start": {
"line": 98,
"column": 29
},
"end": {
"line": 98,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "attributes",
"start": 3782,
"end": 3792,
"loc": {
"start": {
"line": 98,
"column": 32
},
"end": {
"line": 98,
"column": 42
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3792,
"end": 3793,
"loc": {
"start": {
"line": 98,
"column": 42
},
"end": {
"line": 98,
"column": 43
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3794,
"end": 3795,
"loc": {
"start": {
"line": 98,
"column": 44
},
"end": {
"line": 98,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 3816,
"end": 3820,
"loc": {
"start": {
"line": 99,
"column": 20
},
"end": {
"line": 99,
"column": 24
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3820,
"end": 3821,
"loc": {
"start": {
"line": 99,
"column": 24
},
"end": {
"line": 99,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "push",
"start": 3821,
"end": 3825,
"loc": {
"start": {
"line": 99,
"column": 25
},
"end": {
"line": 99,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3825,
"end": 3826,
"loc": {
"start": {
"line": 99,
"column": 29
},
"end": {
"line": 99,
"column": 30
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3826,
"end": 3827,
"loc": {
"start": {
"line": 99,
"column": 30
},
"end": {
"line": 99,
"column": 31
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "<tr><td class=\"td1\">",
"start": 3827,
"end": 3847,
"loc": {
"start": {
"line": 99,
"column": 31
},
"end": {
"line": 99,
"column": 51
}
}
},
{
"type": {
"label": "${",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3847,
"end": 3849,
"loc": {
"start": {
"line": 99,
"column": 51
},
"end": {
"line": 99,
"column": 53
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "capitalizeFirstChar",
"start": 3849,
"end": 3868,
"loc": {
"start": {
"line": 99,
"column": 53
},
"end": {
"line": 99,
"column": 72
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3868,
"end": 3869,
"loc": {
"start": {
"line": 99,
"column": 72
},
"end": {
"line": 99,
"column": 73
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "key",
"start": 3869,
"end": 3872,
"loc": {
"start": {
"line": 99,
"column": 73
},
"end": {
"line": 99,
"column": 76
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3872,
"end": 3873,
"loc": {
"start": {
"line": 99,
"column": 76
},
"end": {
"line": 99,
"column": 77
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3873,
"end": 3874,
"loc": {
"start": {
"line": 99,
"column": 77
},
"end": {
"line": 99,
"column": 78
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": ":</td><td class=\"td2\">",
"start": 3874,
"end": 3896,
"loc": {
"start": {
"line": 99,
"column": 78
},
"end": {
"line": 99,
"column": 100
}
}
},
{
"type": {
"label": "${",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3896,
"end": 3898,
"loc": {
"start": {
"line": 99,
"column": 100
},
"end": {
"line": 99,
"column": 102
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "attributes",
"start": 3898,
"end": 3908,
"loc": {
"start": {
"line": 99,
"column": 102
},
"end": {
"line": 99,
"column": 112
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3908,
"end": 3909,
"loc": {
"start": {
"line": 99,
"column": 112
},
"end": {
"line": 99,
"column": 113
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "key",
"start": 3909,
"end": 3912,
"loc": {
"start": {
"line": 99,
"column": 113
},
"end": {
"line": 99,
"column": 116
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3912,
"end": 3913,
"loc": {
"start": {
"line": 99,
"column": 116
},
"end": {
"line": 99,
"column": 117
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3913,
"end": 3914,
"loc": {
"start": {
"line": 99,
"column": 117
},
"end": {
"line": 99,
"column": 118
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "</td></tr>",
"start": 3914,
"end": 3924,
"loc": {
"start": {
"line": 99,
"column": 118
},
"end": {
"line": 99,
"column": 128
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3924,
"end": 3925,
"loc": {
"start": {
"line": 99,
"column": 128
},
"end": {
"line": 99,
"column": 129
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3925,
"end": 3926,
"loc": {
"start": {
"line": 99,
"column": 129
},
"end": {
"line": 99,
"column": 130
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3926,
"end": 3927,
"loc": {
"start": {
"line": 99,
"column": 130
},
"end": {
"line": 99,
"column": 131
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3944,
"end": 3945,
"loc": {
"start": {
"line": 100,
"column": 16
},
"end": {
"line": 100,
"column": 17
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3958,
"end": 3959,
"loc": {
"start": {
"line": 101,
"column": 12
},
"end": {
"line": 101,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 3972,
"end": 3976,
"loc": {
"start": {
"line": 102,
"column": 12
},
"end": {
"line": 102,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3976,
"end": 3977,
"loc": {
"start": {
"line": 102,
"column": 16
},
"end": {
"line": 102,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "push",
"start": 3977,
"end": 3981,
"loc": {
"start": {
"line": 102,
"column": 17
},
"end": {
"line": 102,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3981,
"end": 3982,
"loc": {
"start": {
"line": 102,
"column": 21
},
"end": {
"line": 102,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "</table>",
"start": 3982,
"end": 3992,
"loc": {
"start": {
"line": 102,
"column": 22
},
"end": {
"line": 102,
"column": 32
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3992,
"end": 3993,
"loc": {
"start": {
"line": 102,
"column": 32
},
"end": {
"line": 102,
"column": 33
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3993,
"end": 3994,
"loc": {
"start": {
"line": 102,
"column": 33
},
"end": {
"line": 102,
"column": 34
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 4007,
"end": 4009,
"loc": {
"start": {
"line": 103,
"column": 12
},
"end": {
"line": 103,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4010,
"end": 4011,
"loc": {
"start": {
"line": 103,
"column": 15
},
"end": {
"line": 103,
"column": 16
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 4011,
"end": 4012,
"loc": {
"start": {
"line": 103,
"column": 16
},
"end": {
"line": 103,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "propertySets",
"start": 4012,
"end": 4024,
"loc": {
"start": {
"line": 103,
"column": 17
},
"end": {
"line": 103,
"column": 29
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 4025,
"end": 4027,
"loc": {
"start": {
"line": 103,
"column": 30
},
"end": {
"line": 103,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "propertySets",
"start": 4028,
"end": 4040,
"loc": {
"start": {
"line": 103,
"column": 33
},
"end": {
"line": 103,
"column": 45
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4040,
"end": 4041,
"loc": {
"start": {
"line": 103,
"column": 45
},
"end": {
"line": 103,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 4041,
"end": 4047,
"loc": {
"start": {
"line": 103,
"column": 46
},
"end": {
"line": 103,
"column": 52
}
}
},
{
"type": {
"label": "==/!=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 6,
"updateContext": null
},
"value": "===",
"start": 4048,
"end": 4051,
"loc": {
"start": {
"line": 103,
"column": 53
},
"end": {
"line": 103,
"column": 56
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 4052,
"end": 4053,
"loc": {
"start": {
"line": 103,
"column": 57
},
"end": {
"line": 103,
"column": 58
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4053,
"end": 4054,
"loc": {
"start": {
"line": 103,
"column": 58
},
"end": {
"line": 103,
"column": 59
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4055,
"end": 4056,
"loc": {
"start": {
"line": 103,
"column": 60
},
"end": {
"line": 103,
"column": 61
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 4073,
"end": 4078,
"loc": {
"start": {
"line": 104,
"column": 16
},
"end": {
"line": 104,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "localizedText",
"start": 4079,
"end": 4092,
"loc": {
"start": {
"line": 104,
"column": 22
},
"end": {
"line": 104,
"column": 35
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4093,
"end": 4094,
"loc": {
"start": {
"line": 104,
"column": 36
},
"end": {
"line": 104,
"column": 37
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 4095,
"end": 4099,
"loc": {
"start": {
"line": 104,
"column": 38
},
"end": {
"line": 104,
"column": 42
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4099,
"end": 4100,
"loc": {
"start": {
"line": 104,
"column": 42
},
"end": {
"line": 104,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 4100,
"end": 4106,
"loc": {
"start": {
"line": 104,
"column": 43
},
"end": {
"line": 104,
"column": 49
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4106,
"end": 4107,
"loc": {
"start": {
"line": 104,
"column": 49
},
"end": {
"line": 104,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "localeService",
"start": 4107,
"end": 4120,
"loc": {
"start": {
"line": 104,
"column": 50
},
"end": {
"line": 104,
"column": 63
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4120,
"end": 4121,
"loc": {
"start": {
"line": 104,
"column": 63
},
"end": {
"line": 104,
"column": 64
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "translate",
"start": 4121,
"end": 4130,
"loc": {
"start": {
"line": 104,
"column": 64
},
"end": {
"line": 104,
"column": 73
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4130,
"end": 4131,
"loc": {
"start": {
"line": 104,
"column": 73
},
"end": {
"line": 104,
"column": 74
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "propertiesInspector.noPropSetWarning",
"start": 4131,
"end": 4169,
"loc": {
"start": {
"line": 104,
"column": 74
},
"end": {
"line": 104,
"column": 112
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4169,
"end": 4170,
"loc": {
"start": {
"line": 104,
"column": 112
},
"end": {
"line": 104,
"column": 113
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 4171,
"end": 4173,
"loc": {
"start": {
"line": 104,
"column": 114
},
"end": {
"line": 104,
"column": 116
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "No properties sets found for this object",
"start": 4174,
"end": 4216,
"loc": {
"start": {
"line": 104,
"column": 117
},
"end": {
"line": 104,
"column": 159
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4216,
"end": 4217,
"loc": {
"start": {
"line": 104,
"column": 159
},
"end": {
"line": 104,
"column": 160
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 4234,
"end": 4238,
"loc": {
"start": {
"line": 105,
"column": 16
},
"end": {
"line": 105,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4238,
"end": 4239,
"loc": {
"start": {
"line": 105,
"column": 20
},
"end": {
"line": 105,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "push",
"start": 4239,
"end": 4243,
"loc": {
"start": {
"line": 105,
"column": 21
},
"end": {
"line": 105,
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4243,
"end": 4244,
"loc": {
"start": {
"line": 105,
"column": 25
},
"end": {
"line": 105,
"column": 26
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4244,
"end": 4245,
"loc": {
"start": {
"line": 105,
"column": 26
},
"end": {
"line": 105,
"column": 27
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "<p class=\"xeokit-i18n subtitle xeokit-no-prop-set-warning\" data-xeokit-i18n=\"propertiesInspector.noPropSetWarning\">",
"start": 4245,
"end": 4360,
"loc": {
"start": {
"line": 105,
"column": 27
},
"end": {
"line": 105,
"column": 142
}
}
},
{
"type": {
"label": "${",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4360,
"end": 4362,
"loc": {
"start": {
"line": 105,
"column": 142
},
"end": {
"line": 105,
"column": 144
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "localizedText",
"start": 4362,
"end": 4375,
"loc": {
"start": {
"line": 105,
"column": 144
},
"end": {
"line": 105,
"column": 157
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4375,
"end": 4376,
"loc": {
"start": {
"line": 105,
"column": 157
},
"end": {
"line": 105,
"column": 158
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "</p>",
"start": 4376,
"end": 4380,
"loc": {
"start": {
"line": 105,
"column": 158
},
"end": {
"line": 105,
"column": 162
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4380,
"end": 4381,
"loc": {
"start": {
"line": 105,
"column": 162
},
"end": {
"line": 105,
"column": 163
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4381,
"end": 4382,
"loc": {
"start": {
"line": 105,
"column": 163
},
"end": {
"line": 105,
"column": 164
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4382,
"end": 4383,
"loc": {
"start": {
"line": 105,
"column": 164
},
"end": {
"line": 105,
"column": 165
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 4400,
"end": 4404,
"loc": {
"start": {
"line": 106,
"column": 16
},
"end": {
"line": 106,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4404,
"end": 4405,
"loc": {
"start": {
"line": 106,
"column": 20
},
"end": {
"line": 106,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "push",
"start": 4405,
"end": 4409,
"loc": {
"start": {
"line": 106,
"column": 21
},
"end": {
"line": 106,
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4409,
"end": 4410,
"loc": {
"start": {
"line": 106,
"column": 25
},
"end": {
"line": 106,
"column": 26
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4410,
"end": 4411,
"loc": {
"start": {
"line": 106,
"column": 26
},
"end": {
"line": 106,
"column": 27
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "</div>",
"start": 4411,
"end": 4417,
"loc": {
"start": {
"line": 106,
"column": 27
},
"end": {
"line": 106,
"column": 33
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4417,
"end": 4418,
"loc": {
"start": {
"line": 106,
"column": 33
},
"end": {
"line": 106,
"column": 34
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4418,
"end": 4419,
"loc": {
"start": {
"line": 106,
"column": 34
},
"end": {
"line": 106,
"column": 35
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4419,
"end": 4420,
"loc": {
"start": {
"line": 106,
"column": 35
},
"end": {
"line": 106,
"column": 36
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4433,
"end": 4434,
"loc": {
"start": {
"line": 107,
"column": 12
},
"end": {
"line": 107,
"column": 13
}
}
},
{
"type": {
"label": "else",
"keyword": "else",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "else",
"start": 4435,
"end": 4439,
"loc": {
"start": {
"line": 107,
"column": 14
},
"end": {
"line": 107,
"column": 18
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4440,
"end": 4441,
"loc": {
"start": {
"line": 107,
"column": 19
},
"end": {
"line": 107,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 4458,
"end": 4462,
"loc": {
"start": {
"line": 108,
"column": 16
},
"end": {
"line": 108,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4462,
"end": 4463,
"loc": {
"start": {
"line": 108,
"column": 20
},
"end": {
"line": 108,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "push",
"start": 4463,
"end": 4467,
"loc": {
"start": {
"line": 108,
"column": 21
},
"end": {
"line": 108,
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4467,
"end": 4468,
"loc": {
"start": {
"line": 108,
"column": 25
},
"end": {
"line": 108,
"column": 26
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4468,
"end": 4469,
"loc": {
"start": {
"line": 108,
"column": 26
},
"end": {
"line": 108,
"column": 27
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "</div>",
"start": 4469,
"end": 4475,
"loc": {
"start": {
"line": 108,
"column": 27
},
"end": {
"line": 108,
"column": 33
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4475,
"end": 4476,
"loc": {
"start": {
"line": 108,
"column": 33
},
"end": {
"line": 108,
"column": 34
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4476,
"end": 4477,
"loc": {
"start": {
"line": 108,
"column": 34
},
"end": {
"line": 108,
"column": 35
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4477,
"end": 4478,
"loc": {
"start": {
"line": 108,
"column": 35
},
"end": {
"line": 108,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 4495,
"end": 4499,
"loc": {
"start": {
"line": 109,
"column": 16
},
"end": {
"line": 109,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4499,
"end": 4500,
"loc": {
"start": {
"line": 109,
"column": 20
},
"end": {
"line": 109,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "push",
"start": 4500,
"end": 4504,
"loc": {
"start": {
"line": 109,
"column": 21
},
"end": {
"line": 109,
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4504,
"end": 4505,
"loc": {
"start": {
"line": 109,
"column": 25
},
"end": {
"line": 109,
"column": 26
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4505,
"end": 4506,
"loc": {
"start": {
"line": 109,
"column": 26
},
"end": {
"line": 109,
"column": 27
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "<div class=\"xeokit-accordion\">",
"start": 4506,
"end": 4536,
"loc": {
"start": {
"line": 109,
"column": 27
},
"end": {
"line": 109,
"column": 57
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4536,
"end": 4537,
"loc": {
"start": {
"line": 109,
"column": 57
},
"end": {
"line": 109,
"column": 58
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4537,
"end": 4538,
"loc": {
"start": {
"line": 109,
"column": 58
},
"end": {
"line": 109,
"column": 59
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4538,
"end": 4539,
"loc": {
"start": {
"line": 109,
"column": 59
},
"end": {
"line": 109,
"column": 60
}
}
},
{
"type": {
"label": "for",
"keyword": "for",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": true,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "for",
"start": 4556,
"end": 4559,
"loc": {
"start": {
"line": 110,
"column": 16
},
"end": {
"line": 110,
"column": 19
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4560,
"end": 4561,
"loc": {
"start": {
"line": 110,
"column": 20
},
"end": {
"line": 110,
"column": 21
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 4561,
"end": 4564,
"loc": {
"start": {
"line": 110,
"column": 21
},
"end": {
"line": 110,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 4565,
"end": 4566,
"loc": {
"start": {
"line": 110,
"column": 25
},
"end": {
"line": 110,
"column": 26
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4567,
"end": 4568,
"loc": {
"start": {
"line": 110,
"column": 27
},
"end": {
"line": 110,
"column": 28
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 4569,
"end": 4570,
"loc": {
"start": {
"line": 110,
"column": 29
},
"end": {
"line": 110,
"column": 30
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4570,
"end": 4571,
"loc": {
"start": {
"line": 110,
"column": 30
},
"end": {
"line": 110,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "len",
"start": 4572,
"end": 4575,
"loc": {
"start": {
"line": 110,
"column": 32
},
"end": {
"line": 110,
"column": 35
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4576,
"end": 4577,
"loc": {
"start": {
"line": 110,
"column": 36
},
"end": {
"line": 110,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "propertySets",
"start": 4578,
"end": 4590,
"loc": {
"start": {
"line": 110,
"column": 38
},
"end": {
"line": 110,
"column": 50
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4590,
"end": 4591,
"loc": {
"start": {
"line": 110,
"column": 50
},
"end": {
"line": 110,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 4591,
"end": 4597,
"loc": {
"start": {
"line": 110,
"column": 51
},
"end": {
"line": 110,
"column": 57
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4597,
"end": 4598,
"loc": {
"start": {
"line": 110,
"column": 57
},
"end": {
"line": 110,
"column": 58
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 4599,
"end": 4600,
"loc": {
"start": {
"line": 110,
"column": 59
},
"end": {
"line": 110,
"column": 60
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": "<",
"start": 4601,
"end": 4602,
"loc": {
"start": {
"line": 110,
"column": 61
},
"end": {
"line": 110,
"column": 62
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "len",
"start": 4603,
"end": 4606,
"loc": {
"start": {
"line": 110,
"column": 63
},
"end": {
"line": 110,
"column": 66
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4606,
"end": 4607,
"loc": {
"start": {
"line": 110,
"column": 66
},
"end": {
"line": 110,
"column": 67
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 4608,
"end": 4609,
"loc": {
"start": {
"line": 110,
"column": 68
},
"end": {
"line": 110,
"column": 69
}
}
},
{
"type": {
"label": "++/--",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": true,
"binop": null
},
"value": "++",
"start": 4609,
"end": 4611,
"loc": {
"start": {
"line": 110,
"column": 69
},
"end": {
"line": 110,
"column": 71
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4611,
"end": 4612,
"loc": {
"start": {
"line": 110,
"column": 71
},
"end": {
"line": 110,
"column": 72
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4613,
"end": 4614,
"loc": {
"start": {
"line": 110,
"column": 73
},
"end": {
"line": 110,
"column": 74
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 4635,
"end": 4640,
"loc": {
"start": {
"line": 111,
"column": 20
},
"end": {
"line": 111,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "propertySet",
"start": 4641,
"end": 4652,
"loc": {
"start": {
"line": 111,
"column": 26
},
"end": {
"line": 111,
"column": 37
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4653,
"end": 4654,
"loc": {
"start": {
"line": 111,
"column": 38
},
"end": {
"line": 111,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "propertySets",
"start": 4655,
"end": 4667,
"loc": {
"start": {
"line": 111,
"column": 40
},
"end": {
"line": 111,
"column": 52
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4667,
"end": 4668,
"loc": {
"start": {
"line": 111,
"column": 52
},
"end": {
"line": 111,
"column": 53
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 4668,
"end": 4669,
"loc": {
"start": {
"line": 111,
"column": 53
},
"end": {
"line": 111,
"column": 54
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4669,
"end": 4670,
"loc": {
"start": {
"line": 111,
"column": 54
},
"end": {
"line": 111,
"column": 55
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4670,
"end": 4671,
"loc": {
"start": {
"line": 111,
"column": 55
},
"end": {
"line": 111,
"column": 56
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 4692,
"end": 4697,
"loc": {
"start": {
"line": 112,
"column": 20
},
"end": {
"line": 112,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "properties",
"start": 4698,
"end": 4708,
"loc": {
"start": {
"line": 112,
"column": 26
},
"end": {
"line": 112,
"column": 36
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4709,
"end": 4710,
"loc": {
"start": {
"line": 112,
"column": 37
},
"end": {
"line": 112,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "propertySet",
"start": 4711,
"end": 4722,
"loc": {
"start": {
"line": 112,
"column": 39
},
"end": {
"line": 112,
"column": 50
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4722,
"end": 4723,
"loc": {
"start": {
"line": 112,
"column": 50
},
"end": {
"line": 112,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "properties",
"start": 4723,
"end": 4733,
"loc": {
"start": {
"line": 112,
"column": 51
},
"end": {
"line": 112,
"column": 61
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 4734,
"end": 4736,
"loc": {
"start": {
"line": 112,
"column": 62
},
"end": {
"line": 112,
"column": 64
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4737,
"end": 4738,
"loc": {
"start": {
"line": 112,
"column": 65
},
"end": {
"line": 112,
"column": 66
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4738,
"end": 4739,
"loc": {
"start": {
"line": 112,
"column": 66
},
"end": {
"line": 112,
"column": 67
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4739,
"end": 4740,
"loc": {
"start": {
"line": 112,
"column": 67
},
"end": {
"line": 112,
"column": 68
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 4761,
"end": 4763,
"loc": {
"start": {
"line": 113,
"column": 20
},
"end": {
"line": 113,
"column": 22
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4764,
"end": 4765,
"loc": {
"start": {
"line": 113,
"column": 23
},
"end": {
"line": 113,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "properties",
"start": 4765,
"end": 4775,
"loc": {
"start": {
"line": 113,
"column": 24
},
"end": {
"line": 113,
"column": 34
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4775,
"end": 4776,
"loc": {
"start": {
"line": 113,
"column": 34
},
"end": {
"line": 113,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 4776,
"end": 4782,
"loc": {
"start": {
"line": 113,
"column": 35
},
"end": {
"line": 113,
"column": 41
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": ">",
"start": 4783,
"end": 4784,
"loc": {
"start": {
"line": 113,
"column": 42
},
"end": {
"line": 113,
"column": 43
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 4785,
"end": 4786,
"loc": {
"start": {
"line": 113,
"column": 44
},
"end": {
"line": 113,
"column": 45
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4786,
"end": 4787,
"loc": {
"start": {
"line": 113,
"column": 45
},
"end": {
"line": 113,
"column": 46
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4788,
"end": 4789,
"loc": {
"start": {
"line": 113,
"column": 47
},
"end": {
"line": 113,
"column": 48
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 4814,
"end": 4818,
"loc": {
"start": {
"line": 114,
"column": 24
},
"end": {
"line": 114,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4818,
"end": 4819,
"loc": {
"start": {
"line": 114,
"column": 28
},
"end": {
"line": 114,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "push",
"start": 4819,
"end": 4823,
"loc": {
"start": {
"line": 114,
"column": 29
},
"end": {
"line": 114,
"column": 33
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4823,
"end": 4824,
"loc": {
"start": {
"line": 114,
"column": 33
},
"end": {
"line": 114,
"column": 34
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4824,
"end": 4825,
"loc": {
"start": {
"line": 114,
"column": 34
},
"end": {
"line": 114,
"column": 35
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "<div class=\"xeokit-accordion-container\">\n <p class=\"xeokit-accordion-button\"><span></span>",
"start": 4825,
"end": 4954,
"loc": {
"start": {
"line": 114,
"column": 35
},
"end": {
"line": 115,
"column": 88
}
}
},
{
"type": {
"label": "${",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4954,
"end": 4956,
"loc": {
"start": {
"line": 115,
"column": 88
},
"end": {
"line": 115,
"column": 90
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "propertySet",
"start": 4956,
"end": 4967,
"loc": {
"start": {
"line": 115,
"column": 90
},
"end": {
"line": 115,
"column": 101
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4967,
"end": 4968,
"loc": {
"start": {
"line": 115,
"column": 101
},
"end": {
"line": 115,
"column": 102
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 4968,
"end": 4972,
"loc": {
"start": {
"line": 115,
"column": 102
},
"end": {
"line": 115,
"column": 106
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4972,
"end": 4973,
"loc": {
"start": {
"line": 115,
"column": 106
},
"end": {
"line": 115,
"column": 107
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "</p> \n <div class=\"xeokit-accordion-panel\"> \n <table class=\"xeokit-table\"><tbody>",
"start": 4973,
"end": 5216,
"loc": {
"start": {
"line": 115,
"column": 107
},
"end": {
"line": 117,
"column": 79
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5216,
"end": 5217,
"loc": {
"start": {
"line": 117,
"column": 79
},
"end": {
"line": 117,
"column": 80
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5217,
"end": 5218,
"loc": {
"start": {
"line": 117,
"column": 80
},
"end": {
"line": 117,
"column": 81
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5218,
"end": 5219,
"loc": {
"start": {
"line": 117,
"column": 81
},
"end": {
"line": 117,
"column": 82
}
}
},
{
"type": {
"label": "for",
"keyword": "for",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": true,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "for",
"start": 5244,
"end": 5247,
"loc": {
"start": {
"line": 118,
"column": 24
},
"end": {
"line": 118,
"column": 27
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5248,
"end": 5249,
"loc": {
"start": {
"line": 118,
"column": 28
},
"end": {
"line": 118,
"column": 29
}
}
},
{
"type": {
"label": "let",
"keyword": "let",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "let",
"start": 5249,
"end": 5252,
"loc": {
"start": {
"line": 118,
"column": 29
},
"end": {
"line": 118,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 5253,
"end": 5254,
"loc": {
"start": {
"line": 118,
"column": 33
},
"end": {
"line": 118,
"column": 34
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5255,
"end": 5256,
"loc": {
"start": {
"line": 118,
"column": 35
},
"end": {
"line": 118,
"column": 36
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 5257,
"end": 5258,
"loc": {
"start": {
"line": 118,
"column": 37
},
"end": {
"line": 118,
"column": 38
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5258,
"end": 5259,
"loc": {
"start": {
"line": 118,
"column": 38
},
"end": {
"line": 118,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "len",
"start": 5260,
"end": 5263,
"loc": {
"start": {
"line": 118,
"column": 40
},
"end": {
"line": 118,
"column": 43
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5264,
"end": 5265,
"loc": {
"start": {
"line": 118,
"column": 44
},
"end": {
"line": 118,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "properties",
"start": 5266,
"end": 5276,
"loc": {
"start": {
"line": 118,
"column": 46
},
"end": {
"line": 118,
"column": 56
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5276,
"end": 5277,
"loc": {
"start": {
"line": 118,
"column": 56
},
"end": {
"line": 118,
"column": 57
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "length",
"start": 5277,
"end": 5283,
"loc": {
"start": {
"line": 118,
"column": 57
},
"end": {
"line": 118,
"column": 63
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5283,
"end": 5284,
"loc": {
"start": {
"line": 118,
"column": 63
},
"end": {
"line": 118,
"column": 64
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 5285,
"end": 5286,
"loc": {
"start": {
"line": 118,
"column": 65
},
"end": {
"line": 118,
"column": 66
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": "<",
"start": 5287,
"end": 5288,
"loc": {
"start": {
"line": 118,
"column": 67
},
"end": {
"line": 118,
"column": 68
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "len",
"start": 5289,
"end": 5292,
"loc": {
"start": {
"line": 118,
"column": 69
},
"end": {
"line": 118,
"column": 72
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5292,
"end": 5293,
"loc": {
"start": {
"line": 118,
"column": 72
},
"end": {
"line": 118,
"column": 73
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 5294,
"end": 5295,
"loc": {
"start": {
"line": 118,
"column": 74
},
"end": {
"line": 118,
"column": 75
}
}
},
{
"type": {
"label": "++/--",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": true,
"binop": null
},
"value": "++",
"start": 5295,
"end": 5297,
"loc": {
"start": {
"line": 118,
"column": 75
},
"end": {
"line": 118,
"column": 77
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5297,
"end": 5298,
"loc": {
"start": {
"line": 118,
"column": 77
},
"end": {
"line": 118,
"column": 78
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5299,
"end": 5300,
"loc": {
"start": {
"line": 118,
"column": 79
},
"end": {
"line": 118,
"column": 80
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 5329,
"end": 5334,
"loc": {
"start": {
"line": 119,
"column": 28
},
"end": {
"line": 119,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "property",
"start": 5335,
"end": 5343,
"loc": {
"start": {
"line": 119,
"column": 34
},
"end": {
"line": 119,
"column": 42
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5344,
"end": 5345,
"loc": {
"start": {
"line": 119,
"column": 43
},
"end": {
"line": 119,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "properties",
"start": 5346,
"end": 5356,
"loc": {
"start": {
"line": 119,
"column": 45
},
"end": {
"line": 119,
"column": 55
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5356,
"end": 5357,
"loc": {
"start": {
"line": 119,
"column": 55
},
"end": {
"line": 119,
"column": 56
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "i",
"start": 5357,
"end": 5358,
"loc": {
"start": {
"line": 119,
"column": 56
},
"end": {
"line": 119,
"column": 57
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5358,
"end": 5359,
"loc": {
"start": {
"line": 119,
"column": 57
},
"end": {
"line": 119,
"column": 58
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5359,
"end": 5360,
"loc": {
"start": {
"line": 119,
"column": 58
},
"end": {
"line": 119,
"column": 59
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 5389,
"end": 5393,
"loc": {
"start": {
"line": 120,
"column": 28
},
"end": {
"line": 120,
"column": 32
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5393,
"end": 5394,
"loc": {
"start": {
"line": 120,
"column": 32
},
"end": {
"line": 120,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "push",
"start": 5394,
"end": 5398,
"loc": {
"start": {
"line": 120,
"column": 33
},
"end": {
"line": 120,
"column": 37
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5398,
"end": 5399,
"loc": {
"start": {
"line": 120,
"column": 37
},
"end": {
"line": 120,
"column": 38
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5399,
"end": 5400,
"loc": {
"start": {
"line": 120,
"column": 38
},
"end": {
"line": 120,
"column": 39
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "<tr><td class=\"td1\">",
"start": 5400,
"end": 5420,
"loc": {
"start": {
"line": 120,
"column": 39
},
"end": {
"line": 120,
"column": 59
}
}
},
{
"type": {
"label": "${",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5420,
"end": 5422,
"loc": {
"start": {
"line": 120,
"column": 59
},
"end": {
"line": 120,
"column": 61
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "property",
"start": 5422,
"end": 5430,
"loc": {
"start": {
"line": 120,
"column": 61
},
"end": {
"line": 120,
"column": 69
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5430,
"end": 5431,
"loc": {
"start": {
"line": 120,
"column": 69
},
"end": {
"line": 120,
"column": 70
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 5431,
"end": 5435,
"loc": {
"start": {
"line": 120,
"column": 70
},
"end": {
"line": 120,
"column": 74
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 5436,
"end": 5438,
"loc": {
"start": {
"line": 120,
"column": 75
},
"end": {
"line": 120,
"column": 77
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "property",
"start": 5439,
"end": 5447,
"loc": {
"start": {
"line": 120,
"column": 78
},
"end": {
"line": 120,
"column": 86
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5447,
"end": 5448,
"loc": {
"start": {
"line": 120,
"column": 86
},
"end": {
"line": 120,
"column": 87
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "label",
"start": 5448,
"end": 5453,
"loc": {
"start": {
"line": 120,
"column": 87
},
"end": {
"line": 120,
"column": 92
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5453,
"end": 5454,
"loc": {
"start": {
"line": 120,
"column": 92
},
"end": {
"line": 120,
"column": 93
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": ":</td><td class=\"td2\">",
"start": 5454,
"end": 5476,
"loc": {
"start": {
"line": 120,
"column": 93
},
"end": {
"line": 120,
"column": 115
}
}
},
{
"type": {
"label": "${",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5476,
"end": 5478,
"loc": {
"start": {
"line": 120,
"column": 115
},
"end": {
"line": 120,
"column": 117
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "property",
"start": 5478,
"end": 5486,
"loc": {
"start": {
"line": 120,
"column": 117
},
"end": {
"line": 120,
"column": 125
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5486,
"end": 5487,
"loc": {
"start": {
"line": 120,
"column": 125
},
"end": {
"line": 120,
"column": 126
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "value",
"start": 5487,
"end": 5492,
"loc": {
"start": {
"line": 120,
"column": 126
},
"end": {
"line": 120,
"column": 131
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5492,
"end": 5493,
"loc": {
"start": {
"line": 120,
"column": 131
},
"end": {
"line": 120,
"column": 132
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "</td></tr>",
"start": 5493,
"end": 5503,
"loc": {
"start": {
"line": 120,
"column": 132
},
"end": {
"line": 120,
"column": 142
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5503,
"end": 5504,
"loc": {
"start": {
"line": 120,
"column": 142
},
"end": {
"line": 120,
"column": 143
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5504,
"end": 5505,
"loc": {
"start": {
"line": 120,
"column": 143
},
"end": {
"line": 120,
"column": 144
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5505,
"end": 5506,
"loc": {
"start": {
"line": 120,
"column": 144
},
"end": {
"line": 120,
"column": 145
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5531,
"end": 5532,
"loc": {
"start": {
"line": 121,
"column": 24
},
"end": {
"line": 121,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 5557,
"end": 5561,
"loc": {
"start": {
"line": 122,
"column": 24
},
"end": {
"line": 122,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5561,
"end": 5562,
"loc": {
"start": {
"line": 122,
"column": 28
},
"end": {
"line": 122,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "push",
"start": 5562,
"end": 5566,
"loc": {
"start": {
"line": 122,
"column": 29
},
"end": {
"line": 122,
"column": 33
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5566,
"end": 5567,
"loc": {
"start": {
"line": 122,
"column": 33
},
"end": {
"line": 122,
"column": 34
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5567,
"end": 5568,
"loc": {
"start": {
"line": 122,
"column": 34
},
"end": {
"line": 122,
"column": 35
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "</tbody></table>\n </div>\n </div>",
"start": 5568,
"end": 5646,
"loc": {
"start": {
"line": 122,
"column": 35
},
"end": {
"line": 124,
"column": 30
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5646,
"end": 5647,
"loc": {
"start": {
"line": 124,
"column": 30
},
"end": {
"line": 124,
"column": 31
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5647,
"end": 5648,
"loc": {
"start": {
"line": 124,
"column": 31
},
"end": {
"line": 124,
"column": 32
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5648,
"end": 5649,
"loc": {
"start": {
"line": 124,
"column": 32
},
"end": {
"line": 124,
"column": 33
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5670,
"end": 5671,
"loc": {
"start": {
"line": 125,
"column": 20
},
"end": {
"line": 125,
"column": 21
}
}
},
{
"type": {
"label": "else",
"keyword": "else",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "else",
"start": 5672,
"end": 5676,
"loc": {
"start": {
"line": 125,
"column": 22
},
"end": {
"line": 125,
"column": 26
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5677,
"end": 5678,
"loc": {
"start": {
"line": 125,
"column": 27
},
"end": {
"line": 125,
"column": 28
}
}
},
{
"type": "CommentLine",
"value": " html.push(`<p class=\"subtitle\">No properties sets found.</p>`);",
"start": 5703,
"end": 5770,
"loc": {
"start": {
"line": 126,
"column": 24
},
"end": {
"line": 126,
"column": 91
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5791,
"end": 5792,
"loc": {
"start": {
"line": 127,
"column": 20
},
"end": {
"line": 127,
"column": 21
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5809,
"end": 5810,
"loc": {
"start": {
"line": 128,
"column": 16
},
"end": {
"line": 128,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 5827,
"end": 5831,
"loc": {
"start": {
"line": 129,
"column": 16
},
"end": {
"line": 129,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5831,
"end": 5832,
"loc": {
"start": {
"line": 129,
"column": 20
},
"end": {
"line": 129,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "push",
"start": 5832,
"end": 5836,
"loc": {
"start": {
"line": 129,
"column": 21
},
"end": {
"line": 129,
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5836,
"end": 5837,
"loc": {
"start": {
"line": 129,
"column": 25
},
"end": {
"line": 129,
"column": 26
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5837,
"end": 5838,
"loc": {
"start": {
"line": 129,
"column": 26
},
"end": {
"line": 129,
"column": 27
}
}
},
{
"type": {
"label": "template",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "</div>",
"start": 5838,
"end": 5844,
"loc": {
"start": {
"line": 129,
"column": 27
},
"end": {
"line": 129,
"column": 33
}
}
},
{
"type": {
"label": "`",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5844,
"end": 5845,
"loc": {
"start": {
"line": 129,
"column": 33
},
"end": {
"line": 129,
"column": 34
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5845,
"end": 5846,
"loc": {
"start": {
"line": 129,
"column": 34
},
"end": {
"line": 129,
"column": 35
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5846,
"end": 5847,
"loc": {
"start": {
"line": 129,
"column": 35
},
"end": {
"line": 129,
"column": 36
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5860,
"end": 5861,
"loc": {
"start": {
"line": 130,
"column": 12
},
"end": {
"line": 130,
"column": 13
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5870,
"end": 5871,
"loc": {
"start": {
"line": 131,
"column": 8
},
"end": {
"line": 131,
"column": 9
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 5880,
"end": 5884,
"loc": {
"start": {
"line": 132,
"column": 8
},
"end": {
"line": 132,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5884,
"end": 5885,
"loc": {
"start": {
"line": 132,
"column": 12
},
"end": {
"line": 132,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_propertiesElement",
"start": 5885,
"end": 5903,
"loc": {
"start": {
"line": 132,
"column": 13
},
"end": {
"line": 132,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5903,
"end": 5904,
"loc": {
"start": {
"line": 132,
"column": 31
},
"end": {
"line": 132,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "innerHTML",
"start": 5904,
"end": 5913,
"loc": {
"start": {
"line": 132,
"column": 32
},
"end": {
"line": 132,
"column": 41
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5914,
"end": 5915,
"loc": {
"start": {
"line": 132,
"column": 42
},
"end": {
"line": 132,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "html",
"start": 5916,
"end": 5920,
"loc": {
"start": {
"line": 132,
"column": 44
},
"end": {
"line": 132,
"column": 48
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5920,
"end": 5921,
"loc": {
"start": {
"line": 132,
"column": 48
},
"end": {
"line": 132,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "join",
"start": 5921,
"end": 5925,
"loc": {
"start": {
"line": 132,
"column": 49
},
"end": {
"line": 132,
"column": 53
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5925,
"end": 5926,
"loc": {
"start": {
"line": 132,
"column": 53
},
"end": {
"line": 132,
"column": 54
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 5926,
"end": 5928,
"loc": {
"start": {
"line": 132,
"column": 54
},
"end": {
"line": 132,
"column": 56
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5928,
"end": 5929,
"loc": {
"start": {
"line": 132,
"column": 56
},
"end": {
"line": 132,
"column": 57
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5929,
"end": 5930,
"loc": {
"start": {
"line": 132,
"column": 57
},
"end": {
"line": 132,
"column": 58
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5935,
"end": 5936,
"loc": {
"start": {
"line": 133,
"column": 4
},
"end": {
"line": 133,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "setEnabled",
"start": 5942,
"end": 5952,
"loc": {
"start": {
"line": 135,
"column": 4
},
"end": {
"line": 135,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5952,
"end": 5953,
"loc": {
"start": {
"line": 135,
"column": 14
},
"end": {
"line": 135,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "enabled",
"start": 5953,
"end": 5960,
"loc": {
"start": {
"line": 135,
"column": 15
},
"end": {
"line": 135,
"column": 22
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5960,
"end": 5961,
"loc": {
"start": {
"line": 135,
"column": 22
},
"end": {
"line": 135,
"column": 23
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5962,
"end": 5963,
"loc": {
"start": {
"line": 135,
"column": 24
},
"end": {
"line": 135,
"column": 25
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 5972,
"end": 5974,
"loc": {
"start": {
"line": 136,
"column": 8
},
"end": {
"line": 136,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5975,
"end": 5976,
"loc": {
"start": {
"line": 136,
"column": 11
},
"end": {
"line": 136,
"column": 12
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 5976,
"end": 5977,
"loc": {
"start": {
"line": 136,
"column": 12
},
"end": {
"line": 136,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "enabled",
"start": 5977,
"end": 5984,
"loc": {
"start": {
"line": 136,
"column": 13
},
"end": {
"line": 136,
"column": 20
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5984,
"end": 5985,
"loc": {
"start": {
"line": 136,
"column": 20
},
"end": {
"line": 136,
"column": 21
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5986,
"end": 5987,
"loc": {
"start": {
"line": 136,
"column": 22
},
"end": {
"line": 136,
"column": 23
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 6000,
"end": 6004,
"loc": {
"start": {
"line": 137,
"column": 12
},
"end": {
"line": 137,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6004,
"end": 6005,
"loc": {
"start": {
"line": 137,
"column": 16
},
"end": {
"line": 137,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_propertiesTabButtonElement",
"start": 6005,
"end": 6032,
"loc": {
"start": {
"line": 137,
"column": 17
},
"end": {
"line": 137,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6032,
"end": 6033,
"loc": {
"start": {
"line": 137,
"column": 44
},
"end": {
"line": 137,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "classList",
"start": 6033,
"end": 6042,
"loc": {
"start": {
"line": 137,
"column": 45
},
"end": {
"line": 137,
"column": 54
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6042,
"end": 6043,
"loc": {
"start": {
"line": 137,
"column": 54
},
"end": {
"line": 137,
"column": 55
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "add",
"start": 6043,
"end": 6046,
"loc": {
"start": {
"line": 137,
"column": 55
},
"end": {
"line": 137,
"column": 58
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6046,
"end": 6047,
"loc": {
"start": {
"line": 137,
"column": 58
},
"end": {
"line": 137,
"column": 59
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "disabled",
"start": 6047,
"end": 6057,
"loc": {
"start": {
"line": 137,
"column": 59
},
"end": {
"line": 137,
"column": 69
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6057,
"end": 6058,
"loc": {
"start": {
"line": 137,
"column": 69
},
"end": {
"line": 137,
"column": 70
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6058,
"end": 6059,
"loc": {
"start": {
"line": 137,
"column": 70
},
"end": {
"line": 137,
"column": 71
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6068,
"end": 6069,
"loc": {
"start": {
"line": 138,
"column": 8
},
"end": {
"line": 138,
"column": 9
}
}
},
{
"type": {
"label": "else",
"keyword": "else",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "else",
"start": 6070,
"end": 6074,
"loc": {
"start": {
"line": 138,
"column": 10
},
"end": {
"line": 138,
"column": 14
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6075,
"end": 6076,
"loc": {
"start": {
"line": 138,
"column": 15
},
"end": {
"line": 138,
"column": 16
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 6089,
"end": 6093,
"loc": {
"start": {
"line": 139,
"column": 12
},
"end": {
"line": 139,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6093,
"end": 6094,
"loc": {
"start": {
"line": 139,
"column": 16
},
"end": {
"line": 139,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_propertiesTabButtonElement",
"start": 6094,
"end": 6121,
"loc": {
"start": {
"line": 139,
"column": 17
},
"end": {
"line": 139,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6121,
"end": 6122,
"loc": {
"start": {
"line": 139,
"column": 44
},
"end": {
"line": 139,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "classList",
"start": 6122,
"end": 6131,
"loc": {
"start": {
"line": 139,
"column": 45
},
"end": {
"line": 139,
"column": 54
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6131,
"end": 6132,
"loc": {
"start": {
"line": 139,
"column": 54
},
"end": {
"line": 139,
"column": 55
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "remove",
"start": 6132,
"end": 6138,
"loc": {
"start": {
"line": 139,
"column": 55
},
"end": {
"line": 139,
"column": 61
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6138,
"end": 6139,
"loc": {
"start": {
"line": 139,
"column": 61
},
"end": {
"line": 139,
"column": 62
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "disabled",
"start": 6139,
"end": 6149,
"loc": {
"start": {
"line": 139,
"column": 62
},
"end": {
"line": 139,
"column": 72
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6149,
"end": 6150,
"loc": {
"start": {
"line": 139,
"column": 72
},
"end": {
"line": 139,
"column": 73
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6150,
"end": 6151,
"loc": {
"start": {
"line": 139,
"column": 73
},
"end": {
"line": 139,
"column": 74
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6160,
"end": 6161,
"loc": {
"start": {
"line": 140,
"column": 8
},
"end": {
"line": 140,
"column": 9
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6166,
"end": 6167,
"loc": {
"start": {
"line": 141,
"column": 4
},
"end": {
"line": 141,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "destroy",
"start": 6173,
"end": 6180,
"loc": {
"start": {
"line": 143,
"column": 4
},
"end": {
"line": 143,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6180,
"end": 6181,
"loc": {
"start": {
"line": 143,
"column": 11
},
"end": {
"line": 143,
"column": 12
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6181,
"end": 6182,
"loc": {
"start": {
"line": 143,
"column": 12
},
"end": {
"line": 143,
"column": 13
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6183,
"end": 6184,
"loc": {
"start": {
"line": 143,
"column": 14
},
"end": {
"line": 143,
"column": 15
}
}
},
{
"type": {
"label": "super",
"keyword": "super",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "super",
"start": 6193,
"end": 6198,
"loc": {
"start": {
"line": 144,
"column": 8
},
"end": {
"line": 144,
"column": 13
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6198,
"end": 6199,
"loc": {
"start": {
"line": 144,
"column": 13
},
"end": {
"line": 144,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "destroy",
"start": 6199,
"end": 6206,
"loc": {
"start": {
"line": 144,
"column": 14
},
"end": {
"line": 144,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6206,
"end": 6207,
"loc": {
"start": {
"line": 144,
"column": 21
},
"end": {
"line": 144,
"column": 22
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6207,
"end": 6208,
"loc": {
"start": {
"line": 144,
"column": 22
},
"end": {
"line": 144,
"column": 23
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6208,
"end": 6209,
"loc": {
"start": {
"line": 144,
"column": 23
},
"end": {
"line": 144,
"column": 24
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 6218,
"end": 6222,
"loc": {
"start": {
"line": 145,
"column": 8
},
"end": {
"line": 145,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6222,
"end": 6223,
"loc": {
"start": {
"line": 145,
"column": 12
},
"end": {
"line": 145,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 6223,
"end": 6229,
"loc": {
"start": {
"line": 145,
"column": 13
},
"end": {
"line": 145,
"column": 19
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6229,
"end": 6230,
"loc": {
"start": {
"line": 145,
"column": 19
},
"end": {
"line": 145,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 6230,
"end": 6235,
"loc": {
"start": {
"line": 145,
"column": 20
},
"end": {
"line": 145,
"column": 25
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6235,
"end": 6236,
"loc": {
"start": {
"line": 145,
"column": 25
},
"end": {
"line": 145,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "off",
"start": 6236,
"end": 6239,
"loc": {
"start": {
"line": 145,
"column": 26
},
"end": {
"line": 145,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6239,
"end": 6240,
"loc": {
"start": {
"line": 145,
"column": 29
},
"end": {
"line": 145,
"column": 30
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 6240,
"end": 6244,
"loc": {
"start": {
"line": 145,
"column": 30
},
"end": {
"line": 145,
"column": 34
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6244,
"end": 6245,
"loc": {
"start": {
"line": 145,
"column": 34
},
"end": {
"line": 145,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_onModelLoaded",
"start": 6245,
"end": 6259,
"loc": {
"start": {
"line": 145,
"column": 35
},
"end": {
"line": 145,
"column": 49
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6259,
"end": 6260,
"loc": {
"start": {
"line": 145,
"column": 49
},
"end": {
"line": 145,
"column": 50
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6260,
"end": 6261,
"loc": {
"start": {
"line": 145,
"column": 50
},
"end": {
"line": 145,
"column": 51
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 6270,
"end": 6274,
"loc": {
"start": {
"line": 146,
"column": 8
},
"end": {
"line": 146,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6274,
"end": 6275,
"loc": {
"start": {
"line": 146,
"column": 12
},
"end": {
"line": 146,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 6275,
"end": 6281,
"loc": {
"start": {
"line": 146,
"column": 13
},
"end": {
"line": 146,
"column": 19
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6281,
"end": 6282,
"loc": {
"start": {
"line": 146,
"column": 19
},
"end": {
"line": 146,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 6282,
"end": 6287,
"loc": {
"start": {
"line": 146,
"column": 20
},
"end": {
"line": 146,
"column": 25
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6287,
"end": 6288,
"loc": {
"start": {
"line": 146,
"column": 25
},
"end": {
"line": 146,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "off",
"start": 6288,
"end": 6291,
"loc": {
"start": {
"line": 146,
"column": 26
},
"end": {
"line": 146,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6291,
"end": 6292,
"loc": {
"start": {
"line": 146,
"column": 29
},
"end": {
"line": 146,
"column": 30
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 6292,
"end": 6296,
"loc": {
"start": {
"line": 146,
"column": 30
},
"end": {
"line": 146,
"column": 34
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6296,
"end": 6297,
"loc": {
"start": {
"line": 146,
"column": 34
},
"end": {
"line": 146,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_onModelUnloaded",
"start": 6297,
"end": 6313,
"loc": {
"start": {
"line": 146,
"column": 35
},
"end": {
"line": 146,
"column": 51
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6313,
"end": 6314,
"loc": {
"start": {
"line": 146,
"column": 51
},
"end": {
"line": 146,
"column": 52
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6314,
"end": 6315,
"loc": {
"start": {
"line": 146,
"column": 52
},
"end": {
"line": 146,
"column": 53
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "document",
"start": 6324,
"end": 6332,
"loc": {
"start": {
"line": 147,
"column": 8
},
"end": {
"line": 147,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6332,
"end": 6333,
"loc": {
"start": {
"line": 147,
"column": 16
},
"end": {
"line": 147,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "removeEventListener",
"start": 6333,
"end": 6352,
"loc": {
"start": {
"line": 147,
"column": 17
},
"end": {
"line": 147,
"column": 36
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6352,
"end": 6353,
"loc": {
"start": {
"line": 147,
"column": 36
},
"end": {
"line": 147,
"column": 37
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "click",
"start": 6353,
"end": 6360,
"loc": {
"start": {
"line": 147,
"column": 37
},
"end": {
"line": 147,
"column": 44
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6360,
"end": 6361,
"loc": {
"start": {
"line": 147,
"column": 44
},
"end": {
"line": 147,
"column": 45
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 6362,
"end": 6366,
"loc": {
"start": {
"line": 147,
"column": 46
},
"end": {
"line": 147,
"column": 50
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6366,
"end": 6367,
"loc": {
"start": {
"line": 147,
"column": 50
},
"end": {
"line": 147,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_clickListener",
"start": 6367,
"end": 6381,
"loc": {
"start": {
"line": 147,
"column": 51
},
"end": {
"line": 147,
"column": 65
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6381,
"end": 6382,
"loc": {
"start": {
"line": 147,
"column": 65
},
"end": {
"line": 147,
"column": 66
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6382,
"end": 6383,
"loc": {
"start": {
"line": 147,
"column": 66
},
"end": {
"line": 147,
"column": 67
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6388,
"end": 6389,
"loc": {
"start": {
"line": 148,
"column": 4
},
"end": {
"line": 148,
"column": 5
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6390,
"end": 6391,
"loc": {
"start": {
"line": 149,
"column": 0
},
"end": {
"line": 149,
"column": 1
}
}
},
{
"type": {
"label": "function",
"keyword": "function",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "function",
"start": 6393,
"end": 6401,
"loc": {
"start": {
"line": 151,
"column": 0
},
"end": {
"line": 151,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "capitalizeFirstChar",
"start": 6402,
"end": 6421,
"loc": {
"start": {
"line": 151,
"column": 9
},
"end": {
"line": 151,
"column": 28
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6421,
"end": 6422,
"loc": {
"start": {
"line": 151,
"column": 28
},
"end": {
"line": 151,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "str",
"start": 6422,
"end": 6425,
"loc": {
"start": {
"line": 151,
"column": 29
},
"end": {
"line": 151,
"column": 32
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6425,
"end": 6426,
"loc": {
"start": {
"line": 151,
"column": 32
},
"end": {
"line": 151,
"column": 33
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6427,
"end": 6428,
"loc": {
"start": {
"line": 151,
"column": 34
},
"end": {
"line": 151,
"column": 35
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 6433,
"end": 6435,
"loc": {
"start": {
"line": 152,
"column": 4
},
"end": {
"line": 152,
"column": 6
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6436,
"end": 6437,
"loc": {
"start": {
"line": 152,
"column": 7
},
"end": {
"line": 152,
"column": 8
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 6437,
"end": 6438,
"loc": {
"start": {
"line": 152,
"column": 8
},
"end": {
"line": 152,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "str",
"start": 6438,
"end": 6441,
"loc": {
"start": {
"line": 152,
"column": 9
},
"end": {
"line": 152,
"column": 12
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6441,
"end": 6442,
"loc": {
"start": {
"line": 152,
"column": 12
},
"end": {
"line": 152,
"column": 13
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6443,
"end": 6444,
"loc": {
"start": {
"line": 152,
"column": 14
},
"end": {
"line": 152,
"column": 15
}
}
},
{
"type": {
"label": "return",
"keyword": "return",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "return",
"start": 6453,
"end": 6459,
"loc": {
"start": {
"line": 153,
"column": 8
},
"end": {
"line": 153,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "str",
"start": 6460,
"end": 6463,
"loc": {
"start": {
"line": 153,
"column": 15
},
"end": {
"line": 153,
"column": 18
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6463,
"end": 6464,
"loc": {
"start": {
"line": 153,
"column": 18
},
"end": {
"line": 153,
"column": 19
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6469,
"end": 6470,
"loc": {
"start": {
"line": 154,
"column": 4
},
"end": {
"line": 154,
"column": 5
}
}
},
{
"type": {
"label": "return",
"keyword": "return",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "return",
"start": 6474,
"end": 6480,
"loc": {
"start": {
"line": 155,
"column": 3
},
"end": {
"line": 155,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "str",
"start": 6481,
"end": 6484,
"loc": {
"start": {
"line": 155,
"column": 10
},
"end": {
"line": 155,
"column": 13
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6484,
"end": 6485,
"loc": {
"start": {
"line": 155,
"column": 13
},
"end": {
"line": 155,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "charAt",
"start": 6485,
"end": 6491,
"loc": {
"start": {
"line": 155,
"column": 14
},
"end": {
"line": 155,
"column": 20
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6491,
"end": 6492,
"loc": {
"start": {
"line": 155,
"column": 20
},
"end": {
"line": 155,
"column": 21
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 6492,
"end": 6493,
"loc": {
"start": {
"line": 155,
"column": 21
},
"end": {
"line": 155,
"column": 22
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6493,
"end": 6494,
"loc": {
"start": {
"line": 155,
"column": 22
},
"end": {
"line": 155,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6494,
"end": 6495,
"loc": {
"start": {
"line": 155,
"column": 23
},
"end": {
"line": 155,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "toUpperCase",
"start": 6495,
"end": 6506,
"loc": {
"start": {
"line": 155,
"column": 24
},
"end": {
"line": 155,
"column": 35
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6506,
"end": 6507,
"loc": {
"start": {
"line": 155,
"column": 35
},
"end": {
"line": 155,
"column": 36
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6507,
"end": 6508,
"loc": {
"start": {
"line": 155,
"column": 36
},
"end": {
"line": 155,
"column": 37
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "+",
"start": 6509,
"end": 6510,
"loc": {
"start": {
"line": 155,
"column": 38
},
"end": {
"line": 155,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "str",
"start": 6511,
"end": 6514,
"loc": {
"start": {
"line": 155,
"column": 40
},
"end": {
"line": 155,
"column": 43
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6514,
"end": 6515,
"loc": {
"start": {
"line": 155,
"column": 43
},
"end": {
"line": 155,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "slice",
"start": 6515,
"end": 6520,
"loc": {
"start": {
"line": 155,
"column": 44
},
"end": {
"line": 155,
"column": 49
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6520,
"end": 6521,
"loc": {
"start": {
"line": 155,
"column": 49
},
"end": {
"line": 155,
"column": 50
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
"start": 6521,
"end": 6522,
"loc": {
"start": {
"line": 155,
"column": 50
},
"end": {
"line": 155,
"column": 51
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6522,
"end": 6523,
"loc": {
"start": {
"line": 155,
"column": 51
},
"end": {
"line": 155,
"column": 52
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6523,
"end": 6524,
"loc": {
"start": {
"line": 155,
"column": 52
},
"end": {
"line": 155,
"column": 53
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6525,
"end": 6526,
"loc": {
"start": {
"line": 156,
"column": 0
},
"end": {
"line": 156,
"column": 1
}
}
},
{
"type": {
"label": "export",
"keyword": "export",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "export",
"start": 6528,
"end": 6534,
"loc": {
"start": {
"line": 158,
"column": 0
},
"end": {
"line": 158,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6535,
"end": 6536,
"loc": {
"start": {
"line": 158,
"column": 7
},
"end": {
"line": 158,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "PropertiesInspector",
"start": 6536,
"end": 6555,
"loc": {
"start": {
"line": 158,
"column": 8
},
"end": {
"line": 158,
"column": 27
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6555,
"end": 6556,
"loc": {
"start": {
"line": 158,
"column": 27
},
"end": {
"line": 158,
"column": 28
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6556,
"end": 6557,
"loc": {
"start": {
"line": 158,
"column": 28
},
"end": {
"line": 158,
"column": 29
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6557,
"end": 6557,
"loc": {
"start": {
"line": 158,
"column": 29
},
"end": {
"line": 158,
"column": 29
}
}
}
]
}