NODEDC_BIM_VIEWER/docs/ast/source/explorer/ObjectsExplorer.js.json

38396 lines
1.2 MiB

{
"type": "File",
"start": 0,
"end": 4634,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 137,
"column": 25
}
},
"program": {
"type": "Program",
"start": 0,
"end": 4634,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 137,
"column": 25
}
},
"sourceType": "module",
"body": [
{
"type": "ImportDeclaration",
"start": 0,
"end": 72,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 72
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 8,
"end": 22,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 22
}
},
"imported": {
"type": "Identifier",
"start": 8,
"end": 22,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 22
},
"identifierName": "TreeViewPlugin"
},
"name": "TreeViewPlugin"
},
"local": {
"type": "Identifier",
"start": 8,
"end": 22,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 22
},
"identifierName": "TreeViewPlugin"
},
"name": "TreeViewPlugin"
}
}
],
"source": {
"type": "StringLiteral",
"start": 29,
"end": 71,
"loc": {
"start": {
"line": 1,
"column": 29
},
"end": {
"line": 1,
"column": 71
}
},
"extra": {
"rawValue": "@xeokit/xeokit-sdk/dist/xeokit-sdk.es.js",
"raw": "\"@xeokit/xeokit-sdk/dist/xeokit-sdk.es.js\""
},
"value": "@xeokit/xeokit-sdk/dist/xeokit-sdk.es.js"
}
},
{
"type": "ImportDeclaration",
"start": 73,
"end": 148,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 75
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 81,
"end": 100,
"loc": {
"start": {
"line": 2,
"column": 8
},
"end": {
"line": 2,
"column": 27
}
},
"imported": {
"type": "Identifier",
"start": 81,
"end": 100,
"loc": {
"start": {
"line": 2,
"column": 8
},
"end": {
"line": 2,
"column": 27
},
"identifierName": "TreeViewContextMenu"
},
"name": "TreeViewContextMenu"
},
"local": {
"type": "Identifier",
"start": 81,
"end": 100,
"loc": {
"start": {
"line": 2,
"column": 8
},
"end": {
"line": 2,
"column": 27
},
"identifierName": "TreeViewContextMenu"
},
"name": "TreeViewContextMenu"
}
}
],
"source": {
"type": "StringLiteral",
"start": 107,
"end": 147,
"loc": {
"start": {
"line": 2,
"column": 34
},
"end": {
"line": 2,
"column": 74
}
},
"extra": {
"rawValue": "../contextMenus/TreeViewContextMenu.js",
"raw": "\"../contextMenus/TreeViewContextMenu.js\""
},
"value": "../contextMenus/TreeViewContextMenu.js"
}
},
{
"type": "ImportDeclaration",
"start": 149,
"end": 193,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 44
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 157,
"end": 167,
"loc": {
"start": {
"line": 3,
"column": 8
},
"end": {
"line": 3,
"column": 18
}
},
"imported": {
"type": "Identifier",
"start": 157,
"end": 167,
"loc": {
"start": {
"line": 3,
"column": 8
},
"end": {
"line": 3,
"column": 18
},
"identifierName": "Controller"
},
"name": "Controller"
},
"local": {
"type": "Identifier",
"start": 157,
"end": 167,
"loc": {
"start": {
"line": 3,
"column": 8
},
"end": {
"line": 3,
"column": 18
},
"identifierName": "Controller"
},
"name": "Controller"
}
}
],
"source": {
"type": "StringLiteral",
"start": 174,
"end": 192,
"loc": {
"start": {
"line": 3,
"column": 25
},
"end": {
"line": 3,
"column": 43
}
},
"extra": {
"rawValue": "../Controller.js",
"raw": "\"../Controller.js\""
},
"value": "../Controller.js"
},
"trailingComments": [
{
"type": "CommentBlock",
"value": "* @private ",
"start": 195,
"end": 210,
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 5,
"column": 15
}
}
}
]
},
{
"type": "Identifier",
"start": 211,
"end": 4607,
"loc": {
"start": {
"line": 6,
"column": 0
},
"end": {
"line": 135,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 217,
"end": 232,
"loc": {
"start": {
"line": 6,
"column": 6
},
"end": {
"line": 6,
"column": 21
},
"identifierName": "ObjectsExplorer"
},
"name": "ObjectsExplorer",
"leadingComments": null
},
"superClass": {
"type": "Identifier",
"start": 241,
"end": 251,
"loc": {
"start": {
"line": 6,
"column": 30
},
"end": {
"line": 6,
"column": 40
},
"identifierName": "Controller"
},
"name": "Controller"
},
"body": {
"type": "ClassBody",
"start": 252,
"end": 4607,
"loc": {
"start": {
"line": 6,
"column": 41
},
"end": {
"line": 135,
"column": 1
}
},
"body": [
{
"type": "ClassMethod",
"start": 259,
"end": 3569,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 101,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 259,
"end": 270,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 8,
"column": 15
},
"identifierName": "constructor"
},
"name": "constructor"
},
"kind": "constructor",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 271,
"end": 277,
"loc": {
"start": {
"line": 8,
"column": 16
},
"end": {
"line": 8,
"column": 22
},
"identifierName": "parent"
},
"name": "parent"
},
{
"type": "AssignmentPattern",
"start": 279,
"end": 287,
"loc": {
"start": {
"line": 8,
"column": 24
},
"end": {
"line": 8,
"column": 32
}
},
"left": {
"type": "Identifier",
"start": 279,
"end": 282,
"loc": {
"start": {
"line": 8,
"column": 24
},
"end": {
"line": 8,
"column": 27
},
"identifierName": "cfg"
},
"name": "cfg"
},
"right": {
"type": "ObjectExpression",
"start": 285,
"end": 287,
"loc": {
"start": {
"line": 8,
"column": 30
},
"end": {
"line": 8,
"column": 32
}
},
"properties": []
}
}
],
"body": {
"type": "BlockStatement",
"start": 289,
"end": 3569,
"loc": {
"start": {
"line": 8,
"column": 34
},
"end": {
"line": 101,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 300,
"end": 314,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 10,
"column": 22
}
},
"expression": {
"type": "CallExpression",
"start": 300,
"end": 313,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 10,
"column": 21
}
},
"callee": {
"type": "Super",
"start": 300,
"end": 305,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 10,
"column": 13
}
}
},
"arguments": [
{
"type": "Identifier",
"start": 306,
"end": 312,
"loc": {
"start": {
"line": 10,
"column": 14
},
"end": {
"line": 10,
"column": 20
},
"identifierName": "parent"
},
"name": "parent"
}
]
}
},
{
"type": "IfStatement",
"start": 324,
"end": 418,
"loc": {
"start": {
"line": 12,
"column": 8
},
"end": {
"line": 14,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 328,
"end": 350,
"loc": {
"start": {
"line": 12,
"column": 12
},
"end": {
"line": 12,
"column": 34
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 329,
"end": 350,
"loc": {
"start": {
"line": 12,
"column": 13
},
"end": {
"line": 12,
"column": 34
}
},
"object": {
"type": "Identifier",
"start": 329,
"end": 332,
"loc": {
"start": {
"line": 12,
"column": 13
},
"end": {
"line": 12,
"column": 16
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 333,
"end": 350,
"loc": {
"start": {
"line": 12,
"column": 17
},
"end": {
"line": 12,
"column": 34
},
"identifierName": "objectsTabElement"
},
"name": "objectsTabElement"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 352,
"end": 418,
"loc": {
"start": {
"line": 12,
"column": 36
},
"end": {
"line": 14,
"column": 9
}
},
"body": [
{
"type": "ThrowStatement",
"start": 366,
"end": 408,
"loc": {
"start": {
"line": 13,
"column": 12
},
"end": {
"line": 13,
"column": 54
}
},
"argument": {
"type": "StringLiteral",
"start": 372,
"end": 407,
"loc": {
"start": {
"line": 13,
"column": 18
},
"end": {
"line": 13,
"column": 53
}
},
"extra": {
"rawValue": "Missing config: objectsTabElement",
"raw": "\"Missing config: objectsTabElement\""
},
"value": "Missing config: objectsTabElement"
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "IfStatement",
"start": 428,
"end": 542,
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 18,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 432,
"end": 464,
"loc": {
"start": {
"line": 16,
"column": 12
},
"end": {
"line": 16,
"column": 44
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 433,
"end": 464,
"loc": {
"start": {
"line": 16,
"column": 13
},
"end": {
"line": 16,
"column": 44
}
},
"object": {
"type": "Identifier",
"start": 433,
"end": 436,
"loc": {
"start": {
"line": 16,
"column": 13
},
"end": {
"line": 16,
"column": 16
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 437,
"end": 464,
"loc": {
"start": {
"line": 16,
"column": 17
},
"end": {
"line": 16,
"column": 44
},
"identifierName": "showAllObjectsButtonElement"
},
"name": "showAllObjectsButtonElement"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 466,
"end": 542,
"loc": {
"start": {
"line": 16,
"column": 46
},
"end": {
"line": 18,
"column": 9
}
},
"body": [
{
"type": "ThrowStatement",
"start": 480,
"end": 532,
"loc": {
"start": {
"line": 17,
"column": 12
},
"end": {
"line": 17,
"column": 64
}
},
"argument": {
"type": "StringLiteral",
"start": 486,
"end": 531,
"loc": {
"start": {
"line": 17,
"column": 18
},
"end": {
"line": 17,
"column": 63
}
},
"extra": {
"rawValue": "Missing config: showAllObjectsButtonElement",
"raw": "\"Missing config: showAllObjectsButtonElement\""
},
"value": "Missing config: showAllObjectsButtonElement"
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "IfStatement",
"start": 552,
"end": 666,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 22,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 556,
"end": 588,
"loc": {
"start": {
"line": 20,
"column": 12
},
"end": {
"line": 20,
"column": 44
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 557,
"end": 588,
"loc": {
"start": {
"line": 20,
"column": 13
},
"end": {
"line": 20,
"column": 44
}
},
"object": {
"type": "Identifier",
"start": 557,
"end": 560,
"loc": {
"start": {
"line": 20,
"column": 13
},
"end": {
"line": 20,
"column": 16
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 561,
"end": 588,
"loc": {
"start": {
"line": 20,
"column": 17
},
"end": {
"line": 20,
"column": 44
},
"identifierName": "hideAllObjectsButtonElement"
},
"name": "hideAllObjectsButtonElement"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 590,
"end": 666,
"loc": {
"start": {
"line": 20,
"column": 46
},
"end": {
"line": 22,
"column": 9
}
},
"body": [
{
"type": "ThrowStatement",
"start": 604,
"end": 656,
"loc": {
"start": {
"line": 21,
"column": 12
},
"end": {
"line": 21,
"column": 64
}
},
"argument": {
"type": "StringLiteral",
"start": 610,
"end": 655,
"loc": {
"start": {
"line": 21,
"column": 18
},
"end": {
"line": 21,
"column": 63
}
},
"extra": {
"rawValue": "Missing config: hideAllObjectsButtonElement",
"raw": "\"Missing config: hideAllObjectsButtonElement\""
},
"value": "Missing config: hideAllObjectsButtonElement"
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "IfStatement",
"start": 676,
"end": 764,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 26,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 680,
"end": 699,
"loc": {
"start": {
"line": 24,
"column": 12
},
"end": {
"line": 24,
"column": 31
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 681,
"end": 699,
"loc": {
"start": {
"line": 24,
"column": 13
},
"end": {
"line": 24,
"column": 31
}
},
"object": {
"type": "Identifier",
"start": 681,
"end": 684,
"loc": {
"start": {
"line": 24,
"column": 13
},
"end": {
"line": 24,
"column": 16
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 685,
"end": 699,
"loc": {
"start": {
"line": 24,
"column": 17
},
"end": {
"line": 24,
"column": 31
},
"identifierName": "objectsElement"
},
"name": "objectsElement"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 701,
"end": 764,
"loc": {
"start": {
"line": 24,
"column": 33
},
"end": {
"line": 26,
"column": 9
}
},
"body": [
{
"type": "ThrowStatement",
"start": 715,
"end": 754,
"loc": {
"start": {
"line": 25,
"column": 12
},
"end": {
"line": 25,
"column": 51
}
},
"argument": {
"type": "StringLiteral",
"start": 721,
"end": 753,
"loc": {
"start": {
"line": 25,
"column": 18
},
"end": {
"line": 25,
"column": 50
}
},
"extra": {
"rawValue": "Missing config: objectsElement",
"raw": "\"Missing config: objectsElement\""
},
"value": "Missing config: objectsElement"
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 774,
"end": 822,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 56
}
},
"expression": {
"type": "AssignmentExpression",
"start": 774,
"end": 821,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 55
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 774,
"end": 797,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 31
}
},
"object": {
"type": "ThisExpression",
"start": 774,
"end": 778,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 779,
"end": 797,
"loc": {
"start": {
"line": 28,
"column": 13
},
"end": {
"line": 28,
"column": 31
},
"identifierName": "_objectsTabElement"
},
"name": "_objectsTabElement"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 800,
"end": 821,
"loc": {
"start": {
"line": 28,
"column": 34
},
"end": {
"line": 28,
"column": 55
}
},
"object": {
"type": "Identifier",
"start": 800,
"end": 803,
"loc": {
"start": {
"line": 28,
"column": 34
},
"end": {
"line": 28,
"column": 37
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 804,
"end": 821,
"loc": {
"start": {
"line": 28,
"column": 38
},
"end": {
"line": 28,
"column": 55
},
"identifierName": "objectsTabElement"
},
"name": "objectsTabElement"
},
"computed": false
}
}
},
{
"type": "ExpressionStatement",
"start": 831,
"end": 899,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 76
}
},
"expression": {
"type": "AssignmentExpression",
"start": 831,
"end": 898,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 75
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 831,
"end": 864,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 41
}
},
"object": {
"type": "ThisExpression",
"start": 831,
"end": 835,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 836,
"end": 864,
"loc": {
"start": {
"line": 29,
"column": 13
},
"end": {
"line": 29,
"column": 41
},
"identifierName": "_showAllObjectsButtonElement"
},
"name": "_showAllObjectsButtonElement"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 867,
"end": 898,
"loc": {
"start": {
"line": 29,
"column": 44
},
"end": {
"line": 29,
"column": 75
}
},
"object": {
"type": "Identifier",
"start": 867,
"end": 870,
"loc": {
"start": {
"line": 29,
"column": 44
},
"end": {
"line": 29,
"column": 47
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 871,
"end": 898,
"loc": {
"start": {
"line": 29,
"column": 48
},
"end": {
"line": 29,
"column": 75
},
"identifierName": "showAllObjectsButtonElement"
},
"name": "showAllObjectsButtonElement"
},
"computed": false
}
}
},
{
"type": "ExpressionStatement",
"start": 908,
"end": 976,
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 76
}
},
"expression": {
"type": "AssignmentExpression",
"start": 908,
"end": 975,
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 75
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 908,
"end": 941,
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 41
}
},
"object": {
"type": "ThisExpression",
"start": 908,
"end": 912,
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 913,
"end": 941,
"loc": {
"start": {
"line": 30,
"column": 13
},
"end": {
"line": 30,
"column": 41
},
"identifierName": "_hideAllObjectsButtonElement"
},
"name": "_hideAllObjectsButtonElement"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 944,
"end": 975,
"loc": {
"start": {
"line": 30,
"column": 44
},
"end": {
"line": 30,
"column": 75
}
},
"object": {
"type": "Identifier",
"start": 944,
"end": 947,
"loc": {
"start": {
"line": 30,
"column": 44
},
"end": {
"line": 30,
"column": 47
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 948,
"end": 975,
"loc": {
"start": {
"line": 30,
"column": 48
},
"end": {
"line": 30,
"column": 75
},
"identifierName": "hideAllObjectsButtonElement"
},
"name": "hideAllObjectsButtonElement"
},
"computed": false
}
}
},
{
"type": "ExpressionStatement",
"start": 985,
"end": 1074,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 97
}
},
"expression": {
"type": "AssignmentExpression",
"start": 985,
"end": 1073,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 96
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 985,
"end": 1014,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 37
}
},
"object": {
"type": "ThisExpression",
"start": 985,
"end": 989,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 990,
"end": 1014,
"loc": {
"start": {
"line": 31,
"column": 13
},
"end": {
"line": 31,
"column": 37
},
"identifierName": "_objectsTabButtonElement"
},
"name": "_objectsTabButtonElement"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 1017,
"end": 1073,
"loc": {
"start": {
"line": 31,
"column": 40
},
"end": {
"line": 31,
"column": 96
}
},
"callee": {
"type": "MemberExpression",
"start": 1017,
"end": 1054,
"loc": {
"start": {
"line": 31,
"column": 40
},
"end": {
"line": 31,
"column": 77
}
},
"object": {
"type": "MemberExpression",
"start": 1017,
"end": 1040,
"loc": {
"start": {
"line": 31,
"column": 40
},
"end": {
"line": 31,
"column": 63
}
},
"object": {
"type": "ThisExpression",
"start": 1017,
"end": 1021,
"loc": {
"start": {
"line": 31,
"column": 40
},
"end": {
"line": 31,
"column": 44
}
}
},
"property": {
"type": "Identifier",
"start": 1022,
"end": 1040,
"loc": {
"start": {
"line": 31,
"column": 45
},
"end": {
"line": 31,
"column": 63
},
"identifierName": "_objectsTabElement"
},
"name": "_objectsTabElement"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1041,
"end": 1054,
"loc": {
"start": {
"line": 31,
"column": 64
},
"end": {
"line": 31,
"column": 77
},
"identifierName": "querySelector"
},
"name": "querySelector"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1055,
"end": 1072,
"loc": {
"start": {
"line": 31,
"column": 78
},
"end": {
"line": 31,
"column": 95
}
},
"extra": {
"rawValue": ".xeokit-tab-btn",
"raw": "\".xeokit-tab-btn\""
},
"value": ".xeokit-tab-btn"
}
]
}
}
},
{
"type": "IfStatement",
"start": 1084,
"end": 1189,
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 35,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 1088,
"end": 1118,
"loc": {
"start": {
"line": 33,
"column": 12
},
"end": {
"line": 33,
"column": 42
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 1089,
"end": 1118,
"loc": {
"start": {
"line": 33,
"column": 13
},
"end": {
"line": 33,
"column": 42
}
},
"object": {
"type": "ThisExpression",
"start": 1089,
"end": 1093,
"loc": {
"start": {
"line": 33,
"column": 13
},
"end": {
"line": 33,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"start": 1094,
"end": 1118,
"loc": {
"start": {
"line": 33,
"column": 18
},
"end": {
"line": 33,
"column": 42
},
"identifierName": "_objectsTabButtonElement"
},
"name": "_objectsTabButtonElement"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 1120,
"end": 1189,
"loc": {
"start": {
"line": 33,
"column": 44
},
"end": {
"line": 35,
"column": 9
}
},
"body": [
{
"type": "ThrowStatement",
"start": 1134,
"end": 1179,
"loc": {
"start": {
"line": 34,
"column": 12
},
"end": {
"line": 34,
"column": 57
}
},
"argument": {
"type": "StringLiteral",
"start": 1140,
"end": 1178,
"loc": {
"start": {
"line": 34,
"column": 18
},
"end": {
"line": 34,
"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": "VariableDeclaration",
"start": 1199,
"end": 1241,
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 37,
"column": 50
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1205,
"end": 1240,
"loc": {
"start": {
"line": 37,
"column": 14
},
"end": {
"line": 37,
"column": 49
}
},
"id": {
"type": "Identifier",
"start": 1205,
"end": 1219,
"loc": {
"start": {
"line": 37,
"column": 14
},
"end": {
"line": 37,
"column": 28
},
"identifierName": "objectsElement"
},
"name": "objectsElement"
},
"init": {
"type": "MemberExpression",
"start": 1222,
"end": 1240,
"loc": {
"start": {
"line": 37,
"column": 31
},
"end": {
"line": 37,
"column": 49
}
},
"object": {
"type": "Identifier",
"start": 1222,
"end": 1225,
"loc": {
"start": {
"line": 37,
"column": 31
},
"end": {
"line": 37,
"column": 34
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 1226,
"end": 1240,
"loc": {
"start": {
"line": 37,
"column": 35
},
"end": {
"line": 37,
"column": 49
},
"identifierName": "objectsElement"
},
"name": "objectsElement"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 1251,
"end": 1465,
"loc": {
"start": {
"line": 39,
"column": 8
},
"end": {
"line": 44,
"column": 11
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1251,
"end": 1464,
"loc": {
"start": {
"line": 39,
"column": 8
},
"end": {
"line": 44,
"column": 10
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1251,
"end": 1265,
"loc": {
"start": {
"line": 39,
"column": 8
},
"end": {
"line": 39,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 1251,
"end": 1255,
"loc": {
"start": {
"line": 39,
"column": 8
},
"end": {
"line": 39,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1256,
"end": 1265,
"loc": {
"start": {
"line": 39,
"column": 13
},
"end": {
"line": 39,
"column": 22
},
"identifierName": "_treeView"
},
"name": "_treeView"
},
"computed": false
},
"right": {
"type": "NewExpression",
"start": 1268,
"end": 1464,
"loc": {
"start": {
"line": 39,
"column": 25
},
"end": {
"line": 44,
"column": 10
}
},
"callee": {
"type": "Identifier",
"start": 1272,
"end": 1286,
"loc": {
"start": {
"line": 39,
"column": 29
},
"end": {
"line": 39,
"column": 43
},
"identifierName": "TreeViewPlugin"
},
"name": "TreeViewPlugin"
},
"arguments": [
{
"type": "MemberExpression",
"start": 1287,
"end": 1298,
"loc": {
"start": {
"line": 39,
"column": 44
},
"end": {
"line": 39,
"column": 55
}
},
"object": {
"type": "ThisExpression",
"start": 1287,
"end": 1291,
"loc": {
"start": {
"line": 39,
"column": 44
},
"end": {
"line": 39,
"column": 48
}
}
},
"property": {
"type": "Identifier",
"start": 1292,
"end": 1298,
"loc": {
"start": {
"line": 39,
"column": 49
},
"end": {
"line": 39,
"column": 55
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
{
"type": "ObjectExpression",
"start": 1300,
"end": 1463,
"loc": {
"start": {
"line": 39,
"column": 57
},
"end": {
"line": 44,
"column": 9
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 1314,
"end": 1346,
"loc": {
"start": {
"line": 40,
"column": 12
},
"end": {
"line": 40,
"column": 44
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1314,
"end": 1330,
"loc": {
"start": {
"line": 40,
"column": 12
},
"end": {
"line": 40,
"column": 28
},
"identifierName": "containerElement"
},
"name": "containerElement"
},
"value": {
"type": "Identifier",
"start": 1332,
"end": 1346,
"loc": {
"start": {
"line": 40,
"column": 30
},
"end": {
"line": 40,
"column": 44
},
"identifierName": "objectsElement"
},
"name": "objectsElement"
}
},
{
"type": "ObjectProperty",
"start": 1360,
"end": 1384,
"loc": {
"start": {
"line": 41,
"column": 12
},
"end": {
"line": 41,
"column": 36
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1360,
"end": 1369,
"loc": {
"start": {
"line": 41,
"column": 12
},
"end": {
"line": 41,
"column": 21
},
"identifierName": "hierarchy"
},
"name": "hierarchy"
},
"value": {
"type": "StringLiteral",
"start": 1371,
"end": 1384,
"loc": {
"start": {
"line": 41,
"column": 23
},
"end": {
"line": 41,
"column": 36
}
},
"extra": {
"rawValue": "containment",
"raw": "\"containment\""
},
"value": "containment"
}
},
{
"type": "ObjectProperty",
"start": 1398,
"end": 1418,
"loc": {
"start": {
"line": 42,
"column": 12
},
"end": {
"line": 42,
"column": 32
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1398,
"end": 1411,
"loc": {
"start": {
"line": 42,
"column": 12
},
"end": {
"line": 42,
"column": 25
},
"identifierName": "autoAddModels"
},
"name": "autoAddModels"
},
"value": {
"type": "BooleanLiteral",
"start": 1413,
"end": 1418,
"loc": {
"start": {
"line": 42,
"column": 27
},
"end": {
"line": 42,
"column": 32
}
},
"value": false
}
},
{
"type": "ObjectProperty",
"start": 1432,
"end": 1453,
"loc": {
"start": {
"line": 43,
"column": 12
},
"end": {
"line": 43,
"column": 33
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1432,
"end": 1447,
"loc": {
"start": {
"line": 43,
"column": 12
},
"end": {
"line": 43,
"column": 27
},
"identifierName": "pruneEmptyNodes"
},
"name": "pruneEmptyNodes"
},
"value": {
"type": "BooleanLiteral",
"start": 1449,
"end": 1453,
"loc": {
"start": {
"line": 43,
"column": 29
},
"end": {
"line": 43,
"column": 33
}
},
"value": true
}
}
]
}
]
}
}
},
{
"type": "ExpressionStatement",
"start": 1475,
"end": 1587,
"loc": {
"start": {
"line": 46,
"column": 8
},
"end": {
"line": 48,
"column": 11
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1475,
"end": 1586,
"loc": {
"start": {
"line": 46,
"column": 8
},
"end": {
"line": 48,
"column": 10
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1475,
"end": 1500,
"loc": {
"start": {
"line": 46,
"column": 8
},
"end": {
"line": 46,
"column": 33
}
},
"object": {
"type": "ThisExpression",
"start": 1475,
"end": 1479,
"loc": {
"start": {
"line": 46,
"column": 8
},
"end": {
"line": 46,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1480,
"end": 1500,
"loc": {
"start": {
"line": 46,
"column": 13
},
"end": {
"line": 46,
"column": 33
},
"identifierName": "_treeViewContextMenu"
},
"name": "_treeViewContextMenu"
},
"computed": false
},
"right": {
"type": "NewExpression",
"start": 1503,
"end": 1586,
"loc": {
"start": {
"line": 46,
"column": 36
},
"end": {
"line": 48,
"column": 10
}
},
"callee": {
"type": "Identifier",
"start": 1507,
"end": 1526,
"loc": {
"start": {
"line": 46,
"column": 40
},
"end": {
"line": 46,
"column": 59
},
"identifierName": "TreeViewContextMenu"
},
"name": "TreeViewContextMenu"
},
"arguments": [
{
"type": "MemberExpression",
"start": 1527,
"end": 1541,
"loc": {
"start": {
"line": 46,
"column": 60
},
"end": {
"line": 46,
"column": 74
}
},
"object": {
"type": "ThisExpression",
"start": 1527,
"end": 1531,
"loc": {
"start": {
"line": 46,
"column": 60
},
"end": {
"line": 46,
"column": 64
}
}
},
"property": {
"type": "Identifier",
"start": 1532,
"end": 1541,
"loc": {
"start": {
"line": 46,
"column": 65
},
"end": {
"line": 46,
"column": 74
},
"identifierName": "bimViewer"
},
"name": "bimViewer"
},
"computed": false
},
{
"type": "ObjectExpression",
"start": 1543,
"end": 1585,
"loc": {
"start": {
"line": 46,
"column": 76
},
"end": {
"line": 48,
"column": 9
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 1557,
"end": 1575,
"loc": {
"start": {
"line": 47,
"column": 12
},
"end": {
"line": 47,
"column": 30
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1557,
"end": 1569,
"loc": {
"start": {
"line": 47,
"column": 12
},
"end": {
"line": 47,
"column": 24
},
"identifierName": "hideOnAction"
},
"name": "hideOnAction"
},
"value": {
"type": "BooleanLiteral",
"start": 1571,
"end": 1575,
"loc": {
"start": {
"line": 47,
"column": 26
},
"end": {
"line": 47,
"column": 30
}
},
"value": true
}
}
]
}
]
}
}
},
{
"type": "ExpressionStatement",
"start": 1597,
"end": 1961,
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 58,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 1597,
"end": 1960,
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 58,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 1597,
"end": 1614,
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 50,
"column": 25
}
},
"object": {
"type": "MemberExpression",
"start": 1597,
"end": 1611,
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 50,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 1597,
"end": 1601,
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 50,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1602,
"end": 1611,
"loc": {
"start": {
"line": 50,
"column": 13
},
"end": {
"line": 50,
"column": 22
},
"identifierName": "_treeView"
},
"name": "_treeView"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1612,
"end": 1614,
"loc": {
"start": {
"line": 50,
"column": 23
},
"end": {
"line": 50,
"column": 25
},
"identifierName": "on"
},
"name": "on"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1615,
"end": 1628,
"loc": {
"start": {
"line": 50,
"column": 26
},
"end": {
"line": 50,
"column": 39
}
},
"extra": {
"rawValue": "contextmenu",
"raw": "\"contextmenu\""
},
"value": "contextmenu"
},
{
"type": "ArrowFunctionExpression",
"start": 1630,
"end": 1959,
"loc": {
"start": {
"line": 50,
"column": 41
},
"end": {
"line": 58,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1631,
"end": 1632,
"loc": {
"start": {
"line": 50,
"column": 42
},
"end": {
"line": 50,
"column": 43
},
"identifierName": "e"
},
"name": "e"
}
],
"body": {
"type": "BlockStatement",
"start": 1637,
"end": 1959,
"loc": {
"start": {
"line": 50,
"column": 48
},
"end": {
"line": 58,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1651,
"end": 1875,
"loc": {
"start": {
"line": 51,
"column": 12
},
"end": {
"line": 56,
"column": 14
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1651,
"end": 1874,
"loc": {
"start": {
"line": 51,
"column": 12
},
"end": {
"line": 56,
"column": 13
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1651,
"end": 1684,
"loc": {
"start": {
"line": 51,
"column": 12
},
"end": {
"line": 51,
"column": 45
}
},
"object": {
"type": "MemberExpression",
"start": 1651,
"end": 1676,
"loc": {
"start": {
"line": 51,
"column": 12
},
"end": {
"line": 51,
"column": 37
}
},
"object": {
"type": "ThisExpression",
"start": 1651,
"end": 1655,
"loc": {
"start": {
"line": 51,
"column": 12
},
"end": {
"line": 51,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 1656,
"end": 1676,
"loc": {
"start": {
"line": 51,
"column": 17
},
"end": {
"line": 51,
"column": 37
},
"identifierName": "_treeViewContextMenu"
},
"name": "_treeViewContextMenu"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1677,
"end": 1684,
"loc": {
"start": {
"line": 51,
"column": 38
},
"end": {
"line": 51,
"column": 45
},
"identifierName": "context"
},
"name": "context"
},
"computed": false
},
"right": {
"type": "ObjectExpression",
"start": 1687,
"end": 1874,
"loc": {
"start": {
"line": 51,
"column": 48
},
"end": {
"line": 56,
"column": 13
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 1705,
"end": 1730,
"loc": {
"start": {
"line": 52,
"column": 16
},
"end": {
"line": 52,
"column": 41
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1705,
"end": 1714,
"loc": {
"start": {
"line": 52,
"column": 16
},
"end": {
"line": 52,
"column": 25
},
"identifierName": "bimViewer"
},
"name": "bimViewer"
},
"value": {
"type": "MemberExpression",
"start": 1716,
"end": 1730,
"loc": {
"start": {
"line": 52,
"column": 27
},
"end": {
"line": 52,
"column": 41
}
},
"object": {
"type": "ThisExpression",
"start": 1716,
"end": 1720,
"loc": {
"start": {
"line": 52,
"column": 27
},
"end": {
"line": 52,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"start": 1721,
"end": 1730,
"loc": {
"start": {
"line": 52,
"column": 32
},
"end": {
"line": 52,
"column": 41
},
"identifierName": "bimViewer"
},
"name": "bimViewer"
},
"computed": false
}
},
{
"type": "ObjectProperty",
"start": 1748,
"end": 1764,
"loc": {
"start": {
"line": 53,
"column": 16
},
"end": {
"line": 53,
"column": 32
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1748,
"end": 1754,
"loc": {
"start": {
"line": 53,
"column": 16
},
"end": {
"line": 53,
"column": 22
},
"identifierName": "viewer"
},
"name": "viewer"
},
"value": {
"type": "MemberExpression",
"start": 1756,
"end": 1764,
"loc": {
"start": {
"line": 53,
"column": 24
},
"end": {
"line": 53,
"column": 32
}
},
"object": {
"type": "Identifier",
"start": 1756,
"end": 1757,
"loc": {
"start": {
"line": 53,
"column": 24
},
"end": {
"line": 53,
"column": 25
},
"identifierName": "e"
},
"name": "e"
},
"property": {
"type": "Identifier",
"start": 1758,
"end": 1764,
"loc": {
"start": {
"line": 53,
"column": 26
},
"end": {
"line": 53,
"column": 32
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
}
},
{
"type": "ObjectProperty",
"start": 1782,
"end": 1814,
"loc": {
"start": {
"line": 54,
"column": 16
},
"end": {
"line": 54,
"column": 48
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1782,
"end": 1796,
"loc": {
"start": {
"line": 54,
"column": 16
},
"end": {
"line": 54,
"column": 30
},
"identifierName": "treeViewPlugin"
},
"name": "treeViewPlugin"
},
"value": {
"type": "MemberExpression",
"start": 1798,
"end": 1814,
"loc": {
"start": {
"line": 54,
"column": 32
},
"end": {
"line": 54,
"column": 48
}
},
"object": {
"type": "Identifier",
"start": 1798,
"end": 1799,
"loc": {
"start": {
"line": 54,
"column": 32
},
"end": {
"line": 54,
"column": 33
},
"identifierName": "e"
},
"name": "e"
},
"property": {
"type": "Identifier",
"start": 1800,
"end": 1814,
"loc": {
"start": {
"line": 54,
"column": 34
},
"end": {
"line": 54,
"column": 48
},
"identifierName": "treeViewPlugin"
},
"name": "treeViewPlugin"
},
"computed": false
}
},
{
"type": "ObjectProperty",
"start": 1832,
"end": 1860,
"loc": {
"start": {
"line": 55,
"column": 16
},
"end": {
"line": 55,
"column": 44
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1832,
"end": 1844,
"loc": {
"start": {
"line": 55,
"column": 16
},
"end": {
"line": 55,
"column": 28
},
"identifierName": "treeViewNode"
},
"name": "treeViewNode"
},
"value": {
"type": "MemberExpression",
"start": 1846,
"end": 1860,
"loc": {
"start": {
"line": 55,
"column": 30
},
"end": {
"line": 55,
"column": 44
}
},
"object": {
"type": "Identifier",
"start": 1846,
"end": 1847,
"loc": {
"start": {
"line": 55,
"column": 30
},
"end": {
"line": 55,
"column": 31
},
"identifierName": "e"
},
"name": "e"
},
"property": {
"type": "Identifier",
"start": 1848,
"end": 1860,
"loc": {
"start": {
"line": 55,
"column": 32
},
"end": {
"line": 55,
"column": 44
},
"identifierName": "treeViewNode"
},
"name": "treeViewNode"
},
"computed": false
}
}
]
}
}
},
{
"type": "ExpressionStatement",
"start": 1888,
"end": 1949,
"loc": {
"start": {
"line": 57,
"column": 12
},
"end": {
"line": 57,
"column": 73
}
},
"expression": {
"type": "CallExpression",
"start": 1888,
"end": 1948,
"loc": {
"start": {
"line": 57,
"column": 12
},
"end": {
"line": 57,
"column": 72
}
},
"callee": {
"type": "MemberExpression",
"start": 1888,
"end": 1918,
"loc": {
"start": {
"line": 57,
"column": 12
},
"end": {
"line": 57,
"column": 42
}
},
"object": {
"type": "MemberExpression",
"start": 1888,
"end": 1913,
"loc": {
"start": {
"line": 57,
"column": 12
},
"end": {
"line": 57,
"column": 37
}
},
"object": {
"type": "ThisExpression",
"start": 1888,
"end": 1892,
"loc": {
"start": {
"line": 57,
"column": 12
},
"end": {
"line": 57,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 1893,
"end": 1913,
"loc": {
"start": {
"line": 57,
"column": 17
},
"end": {
"line": 57,
"column": 37
},
"identifierName": "_treeViewContextMenu"
},
"name": "_treeViewContextMenu"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1914,
"end": 1918,
"loc": {
"start": {
"line": 57,
"column": 38
},
"end": {
"line": 57,
"column": 42
},
"identifierName": "show"
},
"name": "show"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 1919,
"end": 1932,
"loc": {
"start": {
"line": 57,
"column": 43
},
"end": {
"line": 57,
"column": 56
}
},
"object": {
"type": "MemberExpression",
"start": 1919,
"end": 1926,
"loc": {
"start": {
"line": 57,
"column": 43
},
"end": {
"line": 57,
"column": 50
}
},
"object": {
"type": "Identifier",
"start": 1919,
"end": 1920,
"loc": {
"start": {
"line": 57,
"column": 43
},
"end": {
"line": 57,
"column": 44
},
"identifierName": "e"
},
"name": "e"
},
"property": {
"type": "Identifier",
"start": 1921,
"end": 1926,
"loc": {
"start": {
"line": 57,
"column": 45
},
"end": {
"line": 57,
"column": 50
},
"identifierName": "event"
},
"name": "event"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1927,
"end": 1932,
"loc": {
"start": {
"line": 57,
"column": 51
},
"end": {
"line": 57,
"column": 56
},
"identifierName": "pageX"
},
"name": "pageX"
},
"computed": false
},
{
"type": "MemberExpression",
"start": 1934,
"end": 1947,
"loc": {
"start": {
"line": 57,
"column": 58
},
"end": {
"line": 57,
"column": 71
}
},
"object": {
"type": "MemberExpression",
"start": 1934,
"end": 1941,
"loc": {
"start": {
"line": 57,
"column": 58
},
"end": {
"line": 57,
"column": 65
}
},
"object": {
"type": "Identifier",
"start": 1934,
"end": 1935,
"loc": {
"start": {
"line": 57,
"column": 58
},
"end": {
"line": 57,
"column": 59
},
"identifierName": "e"
},
"name": "e"
},
"property": {
"type": "Identifier",
"start": 1936,
"end": 1941,
"loc": {
"start": {
"line": 57,
"column": 60
},
"end": {
"line": 57,
"column": 65
},
"identifierName": "event"
},
"name": "event"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1942,
"end": 1947,
"loc": {
"start": {
"line": 57,
"column": 66
},
"end": {
"line": 57,
"column": 71
},
"identifierName": "pageY"
},
"name": "pageY"
},
"computed": false
}
]
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1971,
"end": 2789,
"loc": {
"start": {
"line": 60,
"column": 8
},
"end": {
"line": 78,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 1971,
"end": 2788,
"loc": {
"start": {
"line": 60,
"column": 8
},
"end": {
"line": 78,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 1971,
"end": 1988,
"loc": {
"start": {
"line": 60,
"column": 8
},
"end": {
"line": 60,
"column": 25
}
},
"object": {
"type": "MemberExpression",
"start": 1971,
"end": 1985,
"loc": {
"start": {
"line": 60,
"column": 8
},
"end": {
"line": 60,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 1971,
"end": 1975,
"loc": {
"start": {
"line": 60,
"column": 8
},
"end": {
"line": 60,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1976,
"end": 1985,
"loc": {
"start": {
"line": 60,
"column": 13
},
"end": {
"line": 60,
"column": 22
},
"identifierName": "_treeView"
},
"name": "_treeView"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1986,
"end": 1988,
"loc": {
"start": {
"line": 60,
"column": 23
},
"end": {
"line": 60,
"column": 25
},
"identifierName": "on"
},
"name": "on"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1989,
"end": 2007,
"loc": {
"start": {
"line": 60,
"column": 26
},
"end": {
"line": 60,
"column": 44
}
},
"extra": {
"rawValue": "nodeTitleClicked",
"raw": "\"nodeTitleClicked\""
},
"value": "nodeTitleClicked"
},
{
"type": "ArrowFunctionExpression",
"start": 2009,
"end": 2787,
"loc": {
"start": {
"line": 60,
"column": 46
},
"end": {
"line": 78,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2010,
"end": 2011,
"loc": {
"start": {
"line": 60,
"column": 47
},
"end": {
"line": 60,
"column": 48
},
"identifierName": "e"
},
"name": "e"
}
],
"body": {
"type": "BlockStatement",
"start": 2016,
"end": 2787,
"loc": {
"start": {
"line": 60,
"column": 53
},
"end": {
"line": 78,
"column": 9
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 2030,
"end": 2062,
"loc": {
"start": {
"line": 61,
"column": 12
},
"end": {
"line": 61,
"column": 44
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2036,
"end": 2061,
"loc": {
"start": {
"line": 61,
"column": 18
},
"end": {
"line": 61,
"column": 43
}
},
"id": {
"type": "Identifier",
"start": 2036,
"end": 2041,
"loc": {
"start": {
"line": 61,
"column": 18
},
"end": {
"line": 61,
"column": 23
},
"identifierName": "scene"
},
"name": "scene"
},
"init": {
"type": "MemberExpression",
"start": 2044,
"end": 2061,
"loc": {
"start": {
"line": 61,
"column": 26
},
"end": {
"line": 61,
"column": 43
}
},
"object": {
"type": "MemberExpression",
"start": 2044,
"end": 2055,
"loc": {
"start": {
"line": 61,
"column": 26
},
"end": {
"line": 61,
"column": 37
}
},
"object": {
"type": "ThisExpression",
"start": 2044,
"end": 2048,
"loc": {
"start": {
"line": 61,
"column": 26
},
"end": {
"line": 61,
"column": 30
}
}
},
"property": {
"type": "Identifier",
"start": 2049,
"end": 2055,
"loc": {
"start": {
"line": 61,
"column": 31
},
"end": {
"line": 61,
"column": 37
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2056,
"end": 2061,
"loc": {
"start": {
"line": 61,
"column": 38
},
"end": {
"line": 61,
"column": 43
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 2075,
"end": 2096,
"loc": {
"start": {
"line": 62,
"column": 12
},
"end": {
"line": 62,
"column": 33
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2081,
"end": 2095,
"loc": {
"start": {
"line": 62,
"column": 18
},
"end": {
"line": 62,
"column": 32
}
},
"id": {
"type": "Identifier",
"start": 2081,
"end": 2090,
"loc": {
"start": {
"line": 62,
"column": 18
},
"end": {
"line": 62,
"column": 27
},
"identifierName": "objectIds"
},
"name": "objectIds"
},
"init": {
"type": "ArrayExpression",
"start": 2093,
"end": 2095,
"loc": {
"start": {
"line": 62,
"column": 30
},
"end": {
"line": 62,
"column": 32
}
},
"elements": []
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 2109,
"end": 2312,
"loc": {
"start": {
"line": 63,
"column": 12
},
"end": {
"line": 67,
"column": 15
}
},
"expression": {
"type": "CallExpression",
"start": 2109,
"end": 2311,
"loc": {
"start": {
"line": 63,
"column": 12
},
"end": {
"line": 67,
"column": 14
}
},
"callee": {
"type": "MemberExpression",
"start": 2109,
"end": 2138,
"loc": {
"start": {
"line": 63,
"column": 12
},
"end": {
"line": 63,
"column": 41
}
},
"object": {
"type": "MemberExpression",
"start": 2109,
"end": 2125,
"loc": {
"start": {
"line": 63,
"column": 12
},
"end": {
"line": 63,
"column": 28
}
},
"object": {
"type": "Identifier",
"start": 2109,
"end": 2110,
"loc": {
"start": {
"line": 63,
"column": 12
},
"end": {
"line": 63,
"column": 13
},
"identifierName": "e"
},
"name": "e"
},
"property": {
"type": "Identifier",
"start": 2111,
"end": 2125,
"loc": {
"start": {
"line": 63,
"column": 14
},
"end": {
"line": 63,
"column": 28
},
"identifierName": "treeViewPlugin"
},
"name": "treeViewPlugin"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2126,
"end": 2138,
"loc": {
"start": {
"line": 63,
"column": 29
},
"end": {
"line": 63,
"column": 41
},
"identifierName": "withNodeTree"
},
"name": "withNodeTree"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 2139,
"end": 2153,
"loc": {
"start": {
"line": 63,
"column": 42
},
"end": {
"line": 63,
"column": 56
}
},
"object": {
"type": "Identifier",
"start": 2139,
"end": 2140,
"loc": {
"start": {
"line": 63,
"column": 42
},
"end": {
"line": 63,
"column": 43
},
"identifierName": "e"
},
"name": "e"
},
"property": {
"type": "Identifier",
"start": 2141,
"end": 2153,
"loc": {
"start": {
"line": 63,
"column": 44
},
"end": {
"line": 63,
"column": 56
},
"identifierName": "treeViewNode"
},
"name": "treeViewNode"
},
"computed": false
},
{
"type": "ArrowFunctionExpression",
"start": 2155,
"end": 2310,
"loc": {
"start": {
"line": 63,
"column": 58
},
"end": {
"line": 67,
"column": 13
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2156,
"end": 2168,
"loc": {
"start": {
"line": 63,
"column": 59
},
"end": {
"line": 63,
"column": 71
},
"identifierName": "treeViewNode"
},
"name": "treeViewNode"
}
],
"body": {
"type": "BlockStatement",
"start": 2173,
"end": 2310,
"loc": {
"start": {
"line": 63,
"column": 76
},
"end": {
"line": 67,
"column": 13
}
},
"body": [
{
"type": "IfStatement",
"start": 2191,
"end": 2296,
"loc": {
"start": {
"line": 64,
"column": 16
},
"end": {
"line": 66,
"column": 17
}
},
"test": {
"type": "MemberExpression",
"start": 2195,
"end": 2216,
"loc": {
"start": {
"line": 64,
"column": 20
},
"end": {
"line": 64,
"column": 41
}
},
"object": {
"type": "Identifier",
"start": 2195,
"end": 2207,
"loc": {
"start": {
"line": 64,
"column": 20
},
"end": {
"line": 64,
"column": 32
},
"identifierName": "treeViewNode"
},
"name": "treeViewNode"
},
"property": {
"type": "Identifier",
"start": 2208,
"end": 2216,
"loc": {
"start": {
"line": 64,
"column": 33
},
"end": {
"line": 64,
"column": 41
},
"identifierName": "objectId"
},
"name": "objectId"
},
"computed": false
},
"consequent": {
"type": "BlockStatement",
"start": 2218,
"end": 2296,
"loc": {
"start": {
"line": 64,
"column": 43
},
"end": {
"line": 66,
"column": 17
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 2240,
"end": 2278,
"loc": {
"start": {
"line": 65,
"column": 20
},
"end": {
"line": 65,
"column": 58
}
},
"expression": {
"type": "CallExpression",
"start": 2240,
"end": 2277,
"loc": {
"start": {
"line": 65,
"column": 20
},
"end": {
"line": 65,
"column": 57
}
},
"callee": {
"type": "MemberExpression",
"start": 2240,
"end": 2254,
"loc": {
"start": {
"line": 65,
"column": 20
},
"end": {
"line": 65,
"column": 34
}
},
"object": {
"type": "Identifier",
"start": 2240,
"end": 2249,
"loc": {
"start": {
"line": 65,
"column": 20
},
"end": {
"line": 65,
"column": 29
},
"identifierName": "objectIds"
},
"name": "objectIds"
},
"property": {
"type": "Identifier",
"start": 2250,
"end": 2254,
"loc": {
"start": {
"line": 65,
"column": 30
},
"end": {
"line": 65,
"column": 34
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 2255,
"end": 2276,
"loc": {
"start": {
"line": 65,
"column": 35
},
"end": {
"line": 65,
"column": 56
}
},
"object": {
"type": "Identifier",
"start": 2255,
"end": 2267,
"loc": {
"start": {
"line": 65,
"column": 35
},
"end": {
"line": 65,
"column": 47
},
"identifierName": "treeViewNode"
},
"name": "treeViewNode"
},
"property": {
"type": "Identifier",
"start": 2268,
"end": 2276,
"loc": {
"start": {
"line": 65,
"column": 48
},
"end": {
"line": 65,
"column": 56
},
"identifierName": "objectId"
},
"name": "objectId"
},
"computed": false
}
]
}
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
}
}
]
}
},
{
"type": "VariableDeclaration",
"start": 2325,
"end": 2364,
"loc": {
"start": {
"line": 68,
"column": 12
},
"end": {
"line": 68,
"column": 51
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2331,
"end": 2363,
"loc": {
"start": {
"line": 68,
"column": 18
},
"end": {
"line": 68,
"column": 50
}
},
"id": {
"type": "Identifier",
"start": 2331,
"end": 2338,
"loc": {
"start": {
"line": 68,
"column": 18
},
"end": {
"line": 68,
"column": 25
},
"identifierName": "checked"
},
"name": "checked"
},
"init": {
"type": "MemberExpression",
"start": 2341,
"end": 2363,
"loc": {
"start": {
"line": 68,
"column": 28
},
"end": {
"line": 68,
"column": 50
}
},
"object": {
"type": "MemberExpression",
"start": 2341,
"end": 2355,
"loc": {
"start": {
"line": 68,
"column": 28
},
"end": {
"line": 68,
"column": 42
}
},
"object": {
"type": "Identifier",
"start": 2341,
"end": 2342,
"loc": {
"start": {
"line": 68,
"column": 28
},
"end": {
"line": 68,
"column": 29
},
"identifierName": "e"
},
"name": "e"
},
"property": {
"type": "Identifier",
"start": 2343,
"end": 2355,
"loc": {
"start": {
"line": 68,
"column": 30
},
"end": {
"line": 68,
"column": 42
},
"identifierName": "treeViewNode"
},
"name": "treeViewNode"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2356,
"end": 2363,
"loc": {
"start": {
"line": 68,
"column": 43
},
"end": {
"line": 68,
"column": 50
},
"identifierName": "checked"
},
"name": "checked"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 2377,
"end": 2777,
"loc": {
"start": {
"line": 69,
"column": 12
},
"end": {
"line": 77,
"column": 13
}
},
"test": {
"type": "Identifier",
"start": 2381,
"end": 2388,
"loc": {
"start": {
"line": 69,
"column": 16
},
"end": {
"line": 69,
"column": 23
},
"identifierName": "checked"
},
"name": "checked"
},
"consequent": {
"type": "BlockStatement",
"start": 2390,
"end": 2581,
"loc": {
"start": {
"line": 69,
"column": 25
},
"end": {
"line": 73,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 2408,
"end": 2449,
"loc": {
"start": {
"line": 70,
"column": 16
},
"end": {
"line": 70,
"column": 57
}
},
"expression": {
"type": "CallExpression",
"start": 2408,
"end": 2448,
"loc": {
"start": {
"line": 70,
"column": 16
},
"end": {
"line": 70,
"column": 56
}
},
"callee": {
"type": "MemberExpression",
"start": 2408,
"end": 2430,
"loc": {
"start": {
"line": 70,
"column": 16
},
"end": {
"line": 70,
"column": 38
}
},
"object": {
"type": "Identifier",
"start": 2408,
"end": 2413,
"loc": {
"start": {
"line": 70,
"column": 16
},
"end": {
"line": 70,
"column": 21
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 2414,
"end": 2430,
"loc": {
"start": {
"line": 70,
"column": 22
},
"end": {
"line": 70,
"column": 38
},
"identifierName": "setObjectsXRayed"
},
"name": "setObjectsXRayed"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 2431,
"end": 2440,
"loc": {
"start": {
"line": 70,
"column": 39
},
"end": {
"line": 70,
"column": 48
},
"identifierName": "objectIds"
},
"name": "objectIds"
},
{
"type": "BooleanLiteral",
"start": 2442,
"end": 2447,
"loc": {
"start": {
"line": 70,
"column": 50
},
"end": {
"line": 70,
"column": 55
}
},
"value": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 2466,
"end": 2508,
"loc": {
"start": {
"line": 71,
"column": 16
},
"end": {
"line": 71,
"column": 58
}
},
"expression": {
"type": "CallExpression",
"start": 2466,
"end": 2507,
"loc": {
"start": {
"line": 71,
"column": 16
},
"end": {
"line": 71,
"column": 57
}
},
"callee": {
"type": "MemberExpression",
"start": 2466,
"end": 2489,
"loc": {
"start": {
"line": 71,
"column": 16
},
"end": {
"line": 71,
"column": 39
}
},
"object": {
"type": "Identifier",
"start": 2466,
"end": 2471,
"loc": {
"start": {
"line": 71,
"column": 16
},
"end": {
"line": 71,
"column": 21
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 2472,
"end": 2489,
"loc": {
"start": {
"line": 71,
"column": 22
},
"end": {
"line": 71,
"column": 39
},
"identifierName": "setObjectsVisible"
},
"name": "setObjectsVisible"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 2490,
"end": 2499,
"loc": {
"start": {
"line": 71,
"column": 40
},
"end": {
"line": 71,
"column": 49
},
"identifierName": "objectIds"
},
"name": "objectIds"
},
{
"type": "BooleanLiteral",
"start": 2501,
"end": 2506,
"loc": {
"start": {
"line": 71,
"column": 51
},
"end": {
"line": 71,
"column": 56
}
},
"value": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 2525,
"end": 2567,
"loc": {
"start": {
"line": 72,
"column": 16
},
"end": {
"line": 72,
"column": 58
}
},
"expression": {
"type": "CallExpression",
"start": 2525,
"end": 2566,
"loc": {
"start": {
"line": 72,
"column": 16
},
"end": {
"line": 72,
"column": 57
}
},
"callee": {
"type": "MemberExpression",
"start": 2525,
"end": 2549,
"loc": {
"start": {
"line": 72,
"column": 16
},
"end": {
"line": 72,
"column": 40
}
},
"object": {
"type": "Identifier",
"start": 2525,
"end": 2530,
"loc": {
"start": {
"line": 72,
"column": 16
},
"end": {
"line": 72,
"column": 21
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 2531,
"end": 2549,
"loc": {
"start": {
"line": 72,
"column": 22
},
"end": {
"line": 72,
"column": 40
},
"identifierName": "setObjectsPickable"
},
"name": "setObjectsPickable"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 2550,
"end": 2559,
"loc": {
"start": {
"line": 72,
"column": 41
},
"end": {
"line": 72,
"column": 50
},
"identifierName": "objectIds"
},
"name": "objectIds"
},
{
"type": "BooleanLiteral",
"start": 2561,
"end": 2565,
"loc": {
"start": {
"line": 72,
"column": 52
},
"end": {
"line": 72,
"column": 56
}
},
"value": true
}
]
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 2587,
"end": 2777,
"loc": {
"start": {
"line": 73,
"column": 19
},
"end": {
"line": 77,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 2605,
"end": 2646,
"loc": {
"start": {
"line": 74,
"column": 16
},
"end": {
"line": 74,
"column": 57
}
},
"expression": {
"type": "CallExpression",
"start": 2605,
"end": 2645,
"loc": {
"start": {
"line": 74,
"column": 16
},
"end": {
"line": 74,
"column": 56
}
},
"callee": {
"type": "MemberExpression",
"start": 2605,
"end": 2627,
"loc": {
"start": {
"line": 74,
"column": 16
},
"end": {
"line": 74,
"column": 38
}
},
"object": {
"type": "Identifier",
"start": 2605,
"end": 2610,
"loc": {
"start": {
"line": 74,
"column": 16
},
"end": {
"line": 74,
"column": 21
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 2611,
"end": 2627,
"loc": {
"start": {
"line": 74,
"column": 22
},
"end": {
"line": 74,
"column": 38
},
"identifierName": "setObjectsXRayed"
},
"name": "setObjectsXRayed"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 2628,
"end": 2637,
"loc": {
"start": {
"line": 74,
"column": 39
},
"end": {
"line": 74,
"column": 48
},
"identifierName": "objectIds"
},
"name": "objectIds"
},
{
"type": "BooleanLiteral",
"start": 2639,
"end": 2644,
"loc": {
"start": {
"line": 74,
"column": 50
},
"end": {
"line": 74,
"column": 55
}
},
"value": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 2663,
"end": 2704,
"loc": {
"start": {
"line": 75,
"column": 16
},
"end": {
"line": 75,
"column": 57
}
},
"expression": {
"type": "CallExpression",
"start": 2663,
"end": 2703,
"loc": {
"start": {
"line": 75,
"column": 16
},
"end": {
"line": 75,
"column": 56
}
},
"callee": {
"type": "MemberExpression",
"start": 2663,
"end": 2686,
"loc": {
"start": {
"line": 75,
"column": 16
},
"end": {
"line": 75,
"column": 39
}
},
"object": {
"type": "Identifier",
"start": 2663,
"end": 2668,
"loc": {
"start": {
"line": 75,
"column": 16
},
"end": {
"line": 75,
"column": 21
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 2669,
"end": 2686,
"loc": {
"start": {
"line": 75,
"column": 22
},
"end": {
"line": 75,
"column": 39
},
"identifierName": "setObjectsVisible"
},
"name": "setObjectsVisible"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 2687,
"end": 2696,
"loc": {
"start": {
"line": 75,
"column": 40
},
"end": {
"line": 75,
"column": 49
},
"identifierName": "objectIds"
},
"name": "objectIds"
},
{
"type": "BooleanLiteral",
"start": 2698,
"end": 2702,
"loc": {
"start": {
"line": 75,
"column": 51
},
"end": {
"line": 75,
"column": 55
}
},
"value": true
}
]
}
},
{
"type": "ExpressionStatement",
"start": 2721,
"end": 2763,
"loc": {
"start": {
"line": 76,
"column": 16
},
"end": {
"line": 76,
"column": 58
}
},
"expression": {
"type": "CallExpression",
"start": 2721,
"end": 2762,
"loc": {
"start": {
"line": 76,
"column": 16
},
"end": {
"line": 76,
"column": 57
}
},
"callee": {
"type": "MemberExpression",
"start": 2721,
"end": 2745,
"loc": {
"start": {
"line": 76,
"column": 16
},
"end": {
"line": 76,
"column": 40
}
},
"object": {
"type": "Identifier",
"start": 2721,
"end": 2726,
"loc": {
"start": {
"line": 76,
"column": 16
},
"end": {
"line": 76,
"column": 21
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 2727,
"end": 2745,
"loc": {
"start": {
"line": 76,
"column": 22
},
"end": {
"line": 76,
"column": 40
},
"identifierName": "setObjectsPickable"
},
"name": "setObjectsPickable"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 2746,
"end": 2755,
"loc": {
"start": {
"line": 76,
"column": 41
},
"end": {
"line": 76,
"column": 50
},
"identifierName": "objectIds"
},
"name": "objectIds"
},
{
"type": "BooleanLiteral",
"start": 2757,
"end": 2761,
"loc": {
"start": {
"line": 76,
"column": 52
},
"end": {
"line": 76,
"column": 56
}
},
"value": true
}
]
}
}
],
"directives": []
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 2799,
"end": 3242,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 90,
"column": 11
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2799,
"end": 3241,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 90,
"column": 10
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2799,
"end": 2818,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 27
}
},
"object": {
"type": "ThisExpression",
"start": 2799,
"end": 2803,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 2804,
"end": 2818,
"loc": {
"start": {
"line": 80,
"column": 13
},
"end": {
"line": 80,
"column": 27
},
"identifierName": "_onModelLoaded"
},
"name": "_onModelLoaded"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 2821,
"end": 3241,
"loc": {
"start": {
"line": 80,
"column": 30
},
"end": {
"line": 90,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 2821,
"end": 2841,
"loc": {
"start": {
"line": 80,
"column": 30
},
"end": {
"line": 80,
"column": 50
}
},
"object": {
"type": "MemberExpression",
"start": 2821,
"end": 2838,
"loc": {
"start": {
"line": 80,
"column": 30
},
"end": {
"line": 80,
"column": 47
}
},
"object": {
"type": "MemberExpression",
"start": 2821,
"end": 2832,
"loc": {
"start": {
"line": 80,
"column": 30
},
"end": {
"line": 80,
"column": 41
}
},
"object": {
"type": "ThisExpression",
"start": 2821,
"end": 2825,
"loc": {
"start": {
"line": 80,
"column": 30
},
"end": {
"line": 80,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"start": 2826,
"end": 2832,
"loc": {
"start": {
"line": 80,
"column": 35
},
"end": {
"line": 80,
"column": 41
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2833,
"end": 2838,
"loc": {
"start": {
"line": 80,
"column": 42
},
"end": {
"line": 80,
"column": 47
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2839,
"end": 2841,
"loc": {
"start": {
"line": 80,
"column": 48
},
"end": {
"line": 80,
"column": 50
},
"identifierName": "on"
},
"name": "on"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 2842,
"end": 2855,
"loc": {
"start": {
"line": 80,
"column": 51
},
"end": {
"line": 80,
"column": 64
}
},
"extra": {
"rawValue": "modelLoaded",
"raw": "\"modelLoaded\""
},
"value": "modelLoaded"
},
{
"type": "ArrowFunctionExpression",
"start": 2857,
"end": 3240,
"loc": {
"start": {
"line": 80,
"column": 66
},
"end": {
"line": 90,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2858,
"end": 2865,
"loc": {
"start": {
"line": 80,
"column": 67
},
"end": {
"line": 80,
"column": 74
},
"identifierName": "modelId"
},
"name": "modelId"
}
],
"body": {
"type": "BlockStatement",
"start": 2870,
"end": 3240,
"loc": {
"start": {
"line": 80,
"column": 79
},
"end": {
"line": 90,
"column": 9
}
},
"body": [
{
"type": "IfStatement",
"start": 2884,
"end": 3230,
"loc": {
"start": {
"line": 81,
"column": 12
},
"end": {
"line": 89,
"column": 13
}
},
"test": {
"type": "MemberExpression",
"start": 2888,
"end": 2929,
"loc": {
"start": {
"line": 81,
"column": 16
},
"end": {
"line": 81,
"column": 57
}
},
"object": {
"type": "MemberExpression",
"start": 2888,
"end": 2920,
"loc": {
"start": {
"line": 81,
"column": 16
},
"end": {
"line": 81,
"column": 48
}
},
"object": {
"type": "MemberExpression",
"start": 2888,
"end": 2909,
"loc": {
"start": {
"line": 81,
"column": 16
},
"end": {
"line": 81,
"column": 37
}
},
"object": {
"type": "MemberExpression",
"start": 2888,
"end": 2899,
"loc": {
"start": {
"line": 81,
"column": 16
},
"end": {
"line": 81,
"column": 27
}
},
"object": {
"type": "ThisExpression",
"start": 2888,
"end": 2892,
"loc": {
"start": {
"line": 81,
"column": 16
},
"end": {
"line": 81,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"start": 2893,
"end": 2899,
"loc": {
"start": {
"line": 81,
"column": 21
},
"end": {
"line": 81,
"column": 27
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2900,
"end": 2909,
"loc": {
"start": {
"line": 81,
"column": 28
},
"end": {
"line": 81,
"column": 37
},
"identifierName": "metaScene"
},
"name": "metaScene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2910,
"end": 2920,
"loc": {
"start": {
"line": 81,
"column": 38
},
"end": {
"line": 81,
"column": 48
},
"identifierName": "metaModels"
},
"name": "metaModels"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2921,
"end": 2928,
"loc": {
"start": {
"line": 81,
"column": 49
},
"end": {
"line": 81,
"column": 56
},
"identifierName": "modelId"
},
"name": "modelId"
},
"computed": true
},
"consequent": {
"type": "BlockStatement",
"start": 2931,
"end": 3230,
"loc": {
"start": {
"line": 81,
"column": 59
},
"end": {
"line": 89,
"column": 13
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 2949,
"end": 3020,
"loc": {
"start": {
"line": 82,
"column": 16
},
"end": {
"line": 82,
"column": 87
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2955,
"end": 3019,
"loc": {
"start": {
"line": 82,
"column": 22
},
"end": {
"line": 82,
"column": 86
}
},
"id": {
"type": "Identifier",
"start": 2955,
"end": 2964,
"loc": {
"start": {
"line": 82,
"column": 22
},
"end": {
"line": 82,
"column": 31
},
"identifierName": "modelInfo"
},
"name": "modelInfo"
},
"init": {
"type": "CallExpression",
"start": 2967,
"end": 3019,
"loc": {
"start": {
"line": 82,
"column": 34
},
"end": {
"line": 82,
"column": 86
}
},
"callee": {
"type": "MemberExpression",
"start": 2967,
"end": 3010,
"loc": {
"start": {
"line": 82,
"column": 34
},
"end": {
"line": 82,
"column": 77
}
},
"object": {
"type": "MemberExpression",
"start": 2967,
"end": 2997,
"loc": {
"start": {
"line": 82,
"column": 34
},
"end": {
"line": 82,
"column": 64
}
},
"object": {
"type": "MemberExpression",
"start": 2967,
"end": 2981,
"loc": {
"start": {
"line": 82,
"column": 34
},
"end": {
"line": 82,
"column": 48
}
},
"object": {
"type": "ThisExpression",
"start": 2967,
"end": 2971,
"loc": {
"start": {
"line": 82,
"column": 34
},
"end": {
"line": 82,
"column": 38
}
}
},
"property": {
"type": "Identifier",
"start": 2972,
"end": 2981,
"loc": {
"start": {
"line": 82,
"column": 39
},
"end": {
"line": 82,
"column": 48
},
"identifierName": "bimViewer"
},
"name": "bimViewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2982,
"end": 2997,
"loc": {
"start": {
"line": 82,
"column": 49
},
"end": {
"line": 82,
"column": 64
},
"identifierName": "_modelsExplorer"
},
"name": "_modelsExplorer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2998,
"end": 3010,
"loc": {
"start": {
"line": 82,
"column": 65
},
"end": {
"line": 82,
"column": 77
},
"identifierName": "getModelInfo"
},
"name": "getModelInfo"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 3011,
"end": 3018,
"loc": {
"start": {
"line": 82,
"column": 78
},
"end": {
"line": 82,
"column": 85
},
"identifierName": "modelId"
},
"name": "modelId"
}
]
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 3037,
"end": 3100,
"loc": {
"start": {
"line": 83,
"column": 16
},
"end": {
"line": 85,
"column": 17
}
},
"test": {
"type": "UnaryExpression",
"start": 3041,
"end": 3051,
"loc": {
"start": {
"line": 83,
"column": 20
},
"end": {
"line": 83,
"column": 30
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 3042,
"end": 3051,
"loc": {
"start": {
"line": 83,
"column": 21
},
"end": {
"line": 83,
"column": 30
},
"identifierName": "modelInfo"
},
"name": "modelInfo"
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 3053,
"end": 3100,
"loc": {
"start": {
"line": 83,
"column": 32
},
"end": {
"line": 85,
"column": 17
}
},
"body": [
{
"type": "ReturnStatement",
"start": 3075,
"end": 3082,
"loc": {
"start": {
"line": 84,
"column": 20
},
"end": {
"line": 84,
"column": 27
}
},
"argument": null
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 3117,
"end": 3216,
"loc": {
"start": {
"line": 86,
"column": 16
},
"end": {
"line": 88,
"column": 19
}
},
"expression": {
"type": "CallExpression",
"start": 3117,
"end": 3215,
"loc": {
"start": {
"line": 86,
"column": 16
},
"end": {
"line": 88,
"column": 18
}
},
"callee": {
"type": "MemberExpression",
"start": 3117,
"end": 3140,
"loc": {
"start": {
"line": 86,
"column": 16
},
"end": {
"line": 86,
"column": 39
}
},
"object": {
"type": "MemberExpression",
"start": 3117,
"end": 3131,
"loc": {
"start": {
"line": 86,
"column": 16
},
"end": {
"line": 86,
"column": 30
}
},
"object": {
"type": "ThisExpression",
"start": 3117,
"end": 3121,
"loc": {
"start": {
"line": 86,
"column": 16
},
"end": {
"line": 86,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"start": 3122,
"end": 3131,
"loc": {
"start": {
"line": 86,
"column": 21
},
"end": {
"line": 86,
"column": 30
},
"identifierName": "_treeView"
},
"name": "_treeView"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3132,
"end": 3140,
"loc": {
"start": {
"line": 86,
"column": 31
},
"end": {
"line": 86,
"column": 39
},
"identifierName": "addModel"
},
"name": "addModel"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 3141,
"end": 3148,
"loc": {
"start": {
"line": 86,
"column": 40
},
"end": {
"line": 86,
"column": 47
},
"identifierName": "modelId"
},
"name": "modelId"
},
{
"type": "ObjectExpression",
"start": 3150,
"end": 3214,
"loc": {
"start": {
"line": 86,
"column": 49
},
"end": {
"line": 88,
"column": 17
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 3172,
"end": 3196,
"loc": {
"start": {
"line": 87,
"column": 20
},
"end": {
"line": 87,
"column": 44
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 3172,
"end": 3180,
"loc": {
"start": {
"line": 87,
"column": 20
},
"end": {
"line": 87,
"column": 28
},
"identifierName": "rootName"
},
"name": "rootName"
},
"value": {
"type": "MemberExpression",
"start": 3182,
"end": 3196,
"loc": {
"start": {
"line": 87,
"column": 30
},
"end": {
"line": 87,
"column": 44
}
},
"object": {
"type": "Identifier",
"start": 3182,
"end": 3191,
"loc": {
"start": {
"line": 87,
"column": 30
},
"end": {
"line": 87,
"column": 39
},
"identifierName": "modelInfo"
},
"name": "modelInfo"
},
"property": {
"type": "Identifier",
"start": 3192,
"end": 3196,
"loc": {
"start": {
"line": 87,
"column": 40
},
"end": {
"line": 87,
"column": 44
},
"identifierName": "name"
},
"name": "name"
},
"computed": false
}
}
]
}
]
}
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
}
}
]
}
}
},
{
"type": "ExpressionStatement",
"start": 3252,
"end": 3468,
"loc": {
"start": {
"line": 92,
"column": 8
},
"end": {
"line": 96,
"column": 11
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3252,
"end": 3467,
"loc": {
"start": {
"line": 92,
"column": 8
},
"end": {
"line": 96,
"column": 10
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3252,
"end": 3273,
"loc": {
"start": {
"line": 92,
"column": 8
},
"end": {
"line": 92,
"column": 29
}
},
"object": {
"type": "ThisExpression",
"start": 3252,
"end": 3256,
"loc": {
"start": {
"line": 92,
"column": 8
},
"end": {
"line": 92,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 3257,
"end": 3273,
"loc": {
"start": {
"line": 92,
"column": 13
},
"end": {
"line": 92,
"column": 29
},
"identifierName": "_onModelUnloaded"
},
"name": "_onModelUnloaded"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 3276,
"end": 3467,
"loc": {
"start": {
"line": 92,
"column": 32
},
"end": {
"line": 96,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 3276,
"end": 3296,
"loc": {
"start": {
"line": 92,
"column": 32
},
"end": {
"line": 92,
"column": 52
}
},
"object": {
"type": "MemberExpression",
"start": 3276,
"end": 3293,
"loc": {
"start": {
"line": 92,
"column": 32
},
"end": {
"line": 92,
"column": 49
}
},
"object": {
"type": "MemberExpression",
"start": 3276,
"end": 3287,
"loc": {
"start": {
"line": 92,
"column": 32
},
"end": {
"line": 92,
"column": 43
}
},
"object": {
"type": "ThisExpression",
"start": 3276,
"end": 3280,
"loc": {
"start": {
"line": 92,
"column": 32
},
"end": {
"line": 92,
"column": 36
}
}
},
"property": {
"type": "Identifier",
"start": 3281,
"end": 3287,
"loc": {
"start": {
"line": 92,
"column": 37
},
"end": {
"line": 92,
"column": 43
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3288,
"end": 3293,
"loc": {
"start": {
"line": 92,
"column": 44
},
"end": {
"line": 92,
"column": 49
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3294,
"end": 3296,
"loc": {
"start": {
"line": 92,
"column": 50
},
"end": {
"line": 92,
"column": 52
},
"identifierName": "on"
},
"name": "on"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 3297,
"end": 3312,
"loc": {
"start": {
"line": 92,
"column": 53
},
"end": {
"line": 92,
"column": 68
}
},
"extra": {
"rawValue": "modelUnloaded",
"raw": "\"modelUnloaded\""
},
"value": "modelUnloaded"
},
{
"type": "ArrowFunctionExpression",
"start": 3314,
"end": 3466,
"loc": {
"start": {
"line": 92,
"column": 70
},
"end": {
"line": 96,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 3315,
"end": 3322,
"loc": {
"start": {
"line": 92,
"column": 71
},
"end": {
"line": 92,
"column": 78
},
"identifierName": "modelId"
},
"name": "modelId"
}
],
"body": {
"type": "BlockStatement",
"start": 3327,
"end": 3466,
"loc": {
"start": {
"line": 92,
"column": 83
},
"end": {
"line": 96,
"column": 9
}
},
"body": [
{
"type": "IfStatement",
"start": 3341,
"end": 3456,
"loc": {
"start": {
"line": 93,
"column": 12
},
"end": {
"line": 95,
"column": 13
}
},
"test": {
"type": "MemberExpression",
"start": 3345,
"end": 3386,
"loc": {
"start": {
"line": 93,
"column": 16
},
"end": {
"line": 93,
"column": 57
}
},
"object": {
"type": "MemberExpression",
"start": 3345,
"end": 3377,
"loc": {
"start": {
"line": 93,
"column": 16
},
"end": {
"line": 93,
"column": 48
}
},
"object": {
"type": "MemberExpression",
"start": 3345,
"end": 3366,
"loc": {
"start": {
"line": 93,
"column": 16
},
"end": {
"line": 93,
"column": 37
}
},
"object": {
"type": "MemberExpression",
"start": 3345,
"end": 3356,
"loc": {
"start": {
"line": 93,
"column": 16
},
"end": {
"line": 93,
"column": 27
}
},
"object": {
"type": "ThisExpression",
"start": 3345,
"end": 3349,
"loc": {
"start": {
"line": 93,
"column": 16
},
"end": {
"line": 93,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"start": 3350,
"end": 3356,
"loc": {
"start": {
"line": 93,
"column": 21
},
"end": {
"line": 93,
"column": 27
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3357,
"end": 3366,
"loc": {
"start": {
"line": 93,
"column": 28
},
"end": {
"line": 93,
"column": 37
},
"identifierName": "metaScene"
},
"name": "metaScene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3367,
"end": 3377,
"loc": {
"start": {
"line": 93,
"column": 38
},
"end": {
"line": 93,
"column": 48
},
"identifierName": "metaModels"
},
"name": "metaModels"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3378,
"end": 3385,
"loc": {
"start": {
"line": 93,
"column": 49
},
"end": {
"line": 93,
"column": 56
},
"identifierName": "modelId"
},
"name": "modelId"
},
"computed": true
},
"consequent": {
"type": "BlockStatement",
"start": 3388,
"end": 3456,
"loc": {
"start": {
"line": 93,
"column": 59
},
"end": {
"line": 95,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3406,
"end": 3442,
"loc": {
"start": {
"line": 94,
"column": 16
},
"end": {
"line": 94,
"column": 52
}
},
"expression": {
"type": "CallExpression",
"start": 3406,
"end": 3441,
"loc": {
"start": {
"line": 94,
"column": 16
},
"end": {
"line": 94,
"column": 51
}
},
"callee": {
"type": "MemberExpression",
"start": 3406,
"end": 3432,
"loc": {
"start": {
"line": 94,
"column": 16
},
"end": {
"line": 94,
"column": 42
}
},
"object": {
"type": "MemberExpression",
"start": 3406,
"end": 3420,
"loc": {
"start": {
"line": 94,
"column": 16
},
"end": {
"line": 94,
"column": 30
}
},
"object": {
"type": "ThisExpression",
"start": 3406,
"end": 3410,
"loc": {
"start": {
"line": 94,
"column": 16
},
"end": {
"line": 94,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"start": 3411,
"end": 3420,
"loc": {
"start": {
"line": 94,
"column": 21
},
"end": {
"line": 94,
"column": 30
},
"identifierName": "_treeView"
},
"name": "_treeView"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3421,
"end": 3432,
"loc": {
"start": {
"line": 94,
"column": 31
},
"end": {
"line": 94,
"column": 42
},
"identifierName": "removeModel"
},
"name": "removeModel"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 3433,
"end": 3440,
"loc": {
"start": {
"line": 94,
"column": 43
},
"end": {
"line": 94,
"column": 50
},
"identifierName": "modelId"
},
"name": "modelId"
}
]
}
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
}
}
]
}
}
},
{
"type": "ExpressionStatement",
"start": 3478,
"end": 3563,
"loc": {
"start": {
"line": 98,
"column": 8
},
"end": {
"line": 100,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 3478,
"end": 3562,
"loc": {
"start": {
"line": 98,
"column": 8
},
"end": {
"line": 100,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 3478,
"end": 3495,
"loc": {
"start": {
"line": 98,
"column": 8
},
"end": {
"line": 98,
"column": 25
}
},
"object": {
"type": "MemberExpression",
"start": 3478,
"end": 3492,
"loc": {
"start": {
"line": 98,
"column": 8
},
"end": {
"line": 98,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 3478,
"end": 3482,
"loc": {
"start": {
"line": 98,
"column": 8
},
"end": {
"line": 98,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 3483,
"end": 3492,
"loc": {
"start": {
"line": 98,
"column": 13
},
"end": {
"line": 98,
"column": 22
},
"identifierName": "bimViewer"
},
"name": "bimViewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3493,
"end": 3495,
"loc": {
"start": {
"line": 98,
"column": 23
},
"end": {
"line": 98,
"column": 25
},
"identifierName": "on"
},
"name": "on"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 3496,
"end": 3503,
"loc": {
"start": {
"line": 98,
"column": 26
},
"end": {
"line": 98,
"column": 33
}
},
"extra": {
"rawValue": "reset",
"raw": "\"reset\""
},
"value": "reset"
},
{
"type": "ArrowFunctionExpression",
"start": 3505,
"end": 3561,
"loc": {
"start": {
"line": 98,
"column": 35
},
"end": {
"line": 100,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 3511,
"end": 3561,
"loc": {
"start": {
"line": 98,
"column": 41
},
"end": {
"line": 100,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3525,
"end": 3551,
"loc": {
"start": {
"line": 99,
"column": 12
},
"end": {
"line": 99,
"column": 38
}
},
"expression": {
"type": "CallExpression",
"start": 3525,
"end": 3550,
"loc": {
"start": {
"line": 99,
"column": 12
},
"end": {
"line": 99,
"column": 37
}
},
"callee": {
"type": "MemberExpression",
"start": 3525,
"end": 3548,
"loc": {
"start": {
"line": 99,
"column": 12
},
"end": {
"line": 99,
"column": 35
}
},
"object": {
"type": "MemberExpression",
"start": 3525,
"end": 3539,
"loc": {
"start": {
"line": 99,
"column": 12
},
"end": {
"line": 99,
"column": 26
}
},
"object": {
"type": "ThisExpression",
"start": 3525,
"end": 3529,
"loc": {
"start": {
"line": 99,
"column": 12
},
"end": {
"line": 99,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 3530,
"end": 3539,
"loc": {
"start": {
"line": 99,
"column": 17
},
"end": {
"line": 99,
"column": 26
},
"identifierName": "_treeView"
},
"name": "_treeView"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3540,
"end": 3548,
"loc": {
"start": {
"line": 99,
"column": 27
},
"end": {
"line": 99,
"column": 35
},
"identifierName": "collapse"
},
"name": "collapse"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
}
}
]
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 3575,
"end": 4092,
"loc": {
"start": {
"line": 103,
"column": 4
},
"end": {
"line": 113,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 3575,
"end": 3585,
"loc": {
"start": {
"line": 103,
"column": 4
},
"end": {
"line": 103,
"column": 14
},
"identifierName": "setEnabled"
},
"name": "setEnabled"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 3586,
"end": 3593,
"loc": {
"start": {
"line": 103,
"column": 15
},
"end": {
"line": 103,
"column": 22
},
"identifierName": "enabled"
},
"name": "enabled"
}
],
"body": {
"type": "BlockStatement",
"start": 3595,
"end": 4092,
"loc": {
"start": {
"line": 103,
"column": 24
},
"end": {
"line": 113,
"column": 5
}
},
"body": [
{
"type": "IfStatement",
"start": 3605,
"end": 4086,
"loc": {
"start": {
"line": 104,
"column": 8
},
"end": {
"line": 112,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 3609,
"end": 3617,
"loc": {
"start": {
"line": 104,
"column": 12
},
"end": {
"line": 104,
"column": 20
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 3610,
"end": 3617,
"loc": {
"start": {
"line": 104,
"column": 13
},
"end": {
"line": 104,
"column": 20
},
"identifierName": "enabled"
},
"name": "enabled"
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 3619,
"end": 3845,
"loc": {
"start": {
"line": 104,
"column": 22
},
"end": {
"line": 108,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3633,
"end": 3689,
"loc": {
"start": {
"line": 105,
"column": 12
},
"end": {
"line": 105,
"column": 68
}
},
"expression": {
"type": "CallExpression",
"start": 3633,
"end": 3688,
"loc": {
"start": {
"line": 105,
"column": 12
},
"end": {
"line": 105,
"column": 67
}
},
"callee": {
"type": "MemberExpression",
"start": 3633,
"end": 3676,
"loc": {
"start": {
"line": 105,
"column": 12
},
"end": {
"line": 105,
"column": 55
}
},
"object": {
"type": "MemberExpression",
"start": 3633,
"end": 3672,
"loc": {
"start": {
"line": 105,
"column": 12
},
"end": {
"line": 105,
"column": 51
}
},
"object": {
"type": "MemberExpression",
"start": 3633,
"end": 3662,
"loc": {
"start": {
"line": 105,
"column": 12
},
"end": {
"line": 105,
"column": 41
}
},
"object": {
"type": "ThisExpression",
"start": 3633,
"end": 3637,
"loc": {
"start": {
"line": 105,
"column": 12
},
"end": {
"line": 105,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 3638,
"end": 3662,
"loc": {
"start": {
"line": 105,
"column": 17
},
"end": {
"line": 105,
"column": 41
},
"identifierName": "_objectsTabButtonElement"
},
"name": "_objectsTabButtonElement"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3663,
"end": 3672,
"loc": {
"start": {
"line": 105,
"column": 42
},
"end": {
"line": 105,
"column": 51
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3673,
"end": 3676,
"loc": {
"start": {
"line": 105,
"column": 52
},
"end": {
"line": 105,
"column": 55
},
"identifierName": "add"
},
"name": "add"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 3677,
"end": 3687,
"loc": {
"start": {
"line": 105,
"column": 56
},
"end": {
"line": 105,
"column": 66
}
},
"extra": {
"rawValue": "disabled",
"raw": "\"disabled\""
},
"value": "disabled"
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3702,
"end": 3762,
"loc": {
"start": {
"line": 106,
"column": 12
},
"end": {
"line": 106,
"column": 72
}
},
"expression": {
"type": "CallExpression",
"start": 3702,
"end": 3761,
"loc": {
"start": {
"line": 106,
"column": 12
},
"end": {
"line": 106,
"column": 71
}
},
"callee": {
"type": "MemberExpression",
"start": 3702,
"end": 3749,
"loc": {
"start": {
"line": 106,
"column": 12
},
"end": {
"line": 106,
"column": 59
}
},
"object": {
"type": "MemberExpression",
"start": 3702,
"end": 3745,
"loc": {
"start": {
"line": 106,
"column": 12
},
"end": {
"line": 106,
"column": 55
}
},
"object": {
"type": "MemberExpression",
"start": 3702,
"end": 3735,
"loc": {
"start": {
"line": 106,
"column": 12
},
"end": {
"line": 106,
"column": 45
}
},
"object": {
"type": "ThisExpression",
"start": 3702,
"end": 3706,
"loc": {
"start": {
"line": 106,
"column": 12
},
"end": {
"line": 106,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 3707,
"end": 3735,
"loc": {
"start": {
"line": 106,
"column": 17
},
"end": {
"line": 106,
"column": 45
},
"identifierName": "_showAllObjectsButtonElement"
},
"name": "_showAllObjectsButtonElement"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3736,
"end": 3745,
"loc": {
"start": {
"line": 106,
"column": 46
},
"end": {
"line": 106,
"column": 55
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3746,
"end": 3749,
"loc": {
"start": {
"line": 106,
"column": 56
},
"end": {
"line": 106,
"column": 59
},
"identifierName": "add"
},
"name": "add"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 3750,
"end": 3760,
"loc": {
"start": {
"line": 106,
"column": 60
},
"end": {
"line": 106,
"column": 70
}
},
"extra": {
"rawValue": "disabled",
"raw": "\"disabled\""
},
"value": "disabled"
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3775,
"end": 3835,
"loc": {
"start": {
"line": 107,
"column": 12
},
"end": {
"line": 107,
"column": 72
}
},
"expression": {
"type": "CallExpression",
"start": 3775,
"end": 3834,
"loc": {
"start": {
"line": 107,
"column": 12
},
"end": {
"line": 107,
"column": 71
}
},
"callee": {
"type": "MemberExpression",
"start": 3775,
"end": 3822,
"loc": {
"start": {
"line": 107,
"column": 12
},
"end": {
"line": 107,
"column": 59
}
},
"object": {
"type": "MemberExpression",
"start": 3775,
"end": 3818,
"loc": {
"start": {
"line": 107,
"column": 12
},
"end": {
"line": 107,
"column": 55
}
},
"object": {
"type": "MemberExpression",
"start": 3775,
"end": 3808,
"loc": {
"start": {
"line": 107,
"column": 12
},
"end": {
"line": 107,
"column": 45
}
},
"object": {
"type": "ThisExpression",
"start": 3775,
"end": 3779,
"loc": {
"start": {
"line": 107,
"column": 12
},
"end": {
"line": 107,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 3780,
"end": 3808,
"loc": {
"start": {
"line": 107,
"column": 17
},
"end": {
"line": 107,
"column": 45
},
"identifierName": "_hideAllObjectsButtonElement"
},
"name": "_hideAllObjectsButtonElement"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3809,
"end": 3818,
"loc": {
"start": {
"line": 107,
"column": 46
},
"end": {
"line": 107,
"column": 55
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3819,
"end": 3822,
"loc": {
"start": {
"line": 107,
"column": 56
},
"end": {
"line": 107,
"column": 59
},
"identifierName": "add"
},
"name": "add"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 3823,
"end": 3833,
"loc": {
"start": {
"line": 107,
"column": 60
},
"end": {
"line": 107,
"column": 70
}
},
"extra": {
"rawValue": "disabled",
"raw": "\"disabled\""
},
"value": "disabled"
}
]
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 3851,
"end": 4086,
"loc": {
"start": {
"line": 108,
"column": 15
},
"end": {
"line": 112,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3865,
"end": 3924,
"loc": {
"start": {
"line": 109,
"column": 12
},
"end": {
"line": 109,
"column": 71
}
},
"expression": {
"type": "CallExpression",
"start": 3865,
"end": 3923,
"loc": {
"start": {
"line": 109,
"column": 12
},
"end": {
"line": 109,
"column": 70
}
},
"callee": {
"type": "MemberExpression",
"start": 3865,
"end": 3911,
"loc": {
"start": {
"line": 109,
"column": 12
},
"end": {
"line": 109,
"column": 58
}
},
"object": {
"type": "MemberExpression",
"start": 3865,
"end": 3904,
"loc": {
"start": {
"line": 109,
"column": 12
},
"end": {
"line": 109,
"column": 51
}
},
"object": {
"type": "MemberExpression",
"start": 3865,
"end": 3894,
"loc": {
"start": {
"line": 109,
"column": 12
},
"end": {
"line": 109,
"column": 41
}
},
"object": {
"type": "ThisExpression",
"start": 3865,
"end": 3869,
"loc": {
"start": {
"line": 109,
"column": 12
},
"end": {
"line": 109,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 3870,
"end": 3894,
"loc": {
"start": {
"line": 109,
"column": 17
},
"end": {
"line": 109,
"column": 41
},
"identifierName": "_objectsTabButtonElement"
},
"name": "_objectsTabButtonElement"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3895,
"end": 3904,
"loc": {
"start": {
"line": 109,
"column": 42
},
"end": {
"line": 109,
"column": 51
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3905,
"end": 3911,
"loc": {
"start": {
"line": 109,
"column": 52
},
"end": {
"line": 109,
"column": 58
},
"identifierName": "remove"
},
"name": "remove"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 3912,
"end": 3922,
"loc": {
"start": {
"line": 109,
"column": 59
},
"end": {
"line": 109,
"column": 69
}
},
"extra": {
"rawValue": "disabled",
"raw": "\"disabled\""
},
"value": "disabled"
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3937,
"end": 4000,
"loc": {
"start": {
"line": 110,
"column": 12
},
"end": {
"line": 110,
"column": 75
}
},
"expression": {
"type": "CallExpression",
"start": 3937,
"end": 3999,
"loc": {
"start": {
"line": 110,
"column": 12
},
"end": {
"line": 110,
"column": 74
}
},
"callee": {
"type": "MemberExpression",
"start": 3937,
"end": 3987,
"loc": {
"start": {
"line": 110,
"column": 12
},
"end": {
"line": 110,
"column": 62
}
},
"object": {
"type": "MemberExpression",
"start": 3937,
"end": 3980,
"loc": {
"start": {
"line": 110,
"column": 12
},
"end": {
"line": 110,
"column": 55
}
},
"object": {
"type": "MemberExpression",
"start": 3937,
"end": 3970,
"loc": {
"start": {
"line": 110,
"column": 12
},
"end": {
"line": 110,
"column": 45
}
},
"object": {
"type": "ThisExpression",
"start": 3937,
"end": 3941,
"loc": {
"start": {
"line": 110,
"column": 12
},
"end": {
"line": 110,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 3942,
"end": 3970,
"loc": {
"start": {
"line": 110,
"column": 17
},
"end": {
"line": 110,
"column": 45
},
"identifierName": "_showAllObjectsButtonElement"
},
"name": "_showAllObjectsButtonElement"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3971,
"end": 3980,
"loc": {
"start": {
"line": 110,
"column": 46
},
"end": {
"line": 110,
"column": 55
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3981,
"end": 3987,
"loc": {
"start": {
"line": 110,
"column": 56
},
"end": {
"line": 110,
"column": 62
},
"identifierName": "remove"
},
"name": "remove"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 3988,
"end": 3998,
"loc": {
"start": {
"line": 110,
"column": 63
},
"end": {
"line": 110,
"column": 73
}
},
"extra": {
"rawValue": "disabled",
"raw": "\"disabled\""
},
"value": "disabled"
}
]
}
},
{
"type": "ExpressionStatement",
"start": 4013,
"end": 4076,
"loc": {
"start": {
"line": 111,
"column": 12
},
"end": {
"line": 111,
"column": 75
}
},
"expression": {
"type": "CallExpression",
"start": 4013,
"end": 4075,
"loc": {
"start": {
"line": 111,
"column": 12
},
"end": {
"line": 111,
"column": 74
}
},
"callee": {
"type": "MemberExpression",
"start": 4013,
"end": 4063,
"loc": {
"start": {
"line": 111,
"column": 12
},
"end": {
"line": 111,
"column": 62
}
},
"object": {
"type": "MemberExpression",
"start": 4013,
"end": 4056,
"loc": {
"start": {
"line": 111,
"column": 12
},
"end": {
"line": 111,
"column": 55
}
},
"object": {
"type": "MemberExpression",
"start": 4013,
"end": 4046,
"loc": {
"start": {
"line": 111,
"column": 12
},
"end": {
"line": 111,
"column": 45
}
},
"object": {
"type": "ThisExpression",
"start": 4013,
"end": 4017,
"loc": {
"start": {
"line": 111,
"column": 12
},
"end": {
"line": 111,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 4018,
"end": 4046,
"loc": {
"start": {
"line": 111,
"column": 17
},
"end": {
"line": 111,
"column": 45
},
"identifierName": "_hideAllObjectsButtonElement"
},
"name": "_hideAllObjectsButtonElement"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4047,
"end": 4056,
"loc": {
"start": {
"line": 111,
"column": 46
},
"end": {
"line": 111,
"column": 55
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4057,
"end": 4063,
"loc": {
"start": {
"line": 111,
"column": 56
},
"end": {
"line": 111,
"column": 62
},
"identifierName": "remove"
},
"name": "remove"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 4064,
"end": 4074,
"loc": {
"start": {
"line": 111,
"column": 63
},
"end": {
"line": 111,
"column": 73
}
},
"extra": {
"rawValue": "disabled",
"raw": "\"disabled\""
},
"value": "disabled"
}
]
}
}
],
"directives": []
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 4098,
"end": 4179,
"loc": {
"start": {
"line": 115,
"column": 4
},
"end": {
"line": 117,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 4098,
"end": 4119,
"loc": {
"start": {
"line": 115,
"column": 4
},
"end": {
"line": 115,
"column": 25
},
"identifierName": "expandTreeViewToDepth"
},
"name": "expandTreeViewToDepth"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 4120,
"end": 4125,
"loc": {
"start": {
"line": 115,
"column": 26
},
"end": {
"line": 115,
"column": 31
},
"identifierName": "depth"
},
"name": "depth"
}
],
"body": {
"type": "BlockStatement",
"start": 4127,
"end": 4179,
"loc": {
"start": {
"line": 115,
"column": 33
},
"end": {
"line": 117,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 4137,
"end": 4173,
"loc": {
"start": {
"line": 116,
"column": 8
},
"end": {
"line": 116,
"column": 44
}
},
"expression": {
"type": "CallExpression",
"start": 4137,
"end": 4172,
"loc": {
"start": {
"line": 116,
"column": 8
},
"end": {
"line": 116,
"column": 43
}
},
"callee": {
"type": "MemberExpression",
"start": 4137,
"end": 4165,
"loc": {
"start": {
"line": 116,
"column": 8
},
"end": {
"line": 116,
"column": 36
}
},
"object": {
"type": "MemberExpression",
"start": 4137,
"end": 4151,
"loc": {
"start": {
"line": 116,
"column": 8
},
"end": {
"line": 116,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 4137,
"end": 4141,
"loc": {
"start": {
"line": 116,
"column": 8
},
"end": {
"line": 116,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 4142,
"end": 4151,
"loc": {
"start": {
"line": 116,
"column": 13
},
"end": {
"line": 116,
"column": 22
},
"identifierName": "_treeView"
},
"name": "_treeView"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4152,
"end": 4165,
"loc": {
"start": {
"line": 116,
"column": 23
},
"end": {
"line": 116,
"column": 36
},
"identifierName": "expandToDepth"
},
"name": "expandToDepth"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 4166,
"end": 4171,
"loc": {
"start": {
"line": 116,
"column": 37
},
"end": {
"line": 116,
"column": 42
},
"identifierName": "depth"
},
"name": "depth"
}
]
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 4185,
"end": 4299,
"loc": {
"start": {
"line": 119,
"column": 4
},
"end": {
"line": 122,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 4185,
"end": 4203,
"loc": {
"start": {
"line": 119,
"column": 4
},
"end": {
"line": 119,
"column": 22
},
"identifierName": "showNodeInTreeView"
},
"name": "showNodeInTreeView"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 4204,
"end": 4212,
"loc": {
"start": {
"line": 119,
"column": 23
},
"end": {
"line": 119,
"column": 31
},
"identifierName": "objectId"
},
"name": "objectId"
}
],
"body": {
"type": "BlockStatement",
"start": 4214,
"end": 4299,
"loc": {
"start": {
"line": 119,
"column": 33
},
"end": {
"line": 122,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 4224,
"end": 4250,
"loc": {
"start": {
"line": 120,
"column": 8
},
"end": {
"line": 120,
"column": 34
}
},
"expression": {
"type": "CallExpression",
"start": 4224,
"end": 4249,
"loc": {
"start": {
"line": 120,
"column": 8
},
"end": {
"line": 120,
"column": 33
}
},
"callee": {
"type": "MemberExpression",
"start": 4224,
"end": 4247,
"loc": {
"start": {
"line": 120,
"column": 8
},
"end": {
"line": 120,
"column": 31
}
},
"object": {
"type": "MemberExpression",
"start": 4224,
"end": 4238,
"loc": {
"start": {
"line": 120,
"column": 8
},
"end": {
"line": 120,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 4224,
"end": 4228,
"loc": {
"start": {
"line": 120,
"column": 8
},
"end": {
"line": 120,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 4229,
"end": 4238,
"loc": {
"start": {
"line": 120,
"column": 13
},
"end": {
"line": 120,
"column": 22
},
"identifierName": "_treeView"
},
"name": "_treeView"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4239,
"end": 4247,
"loc": {
"start": {
"line": 120,
"column": 23
},
"end": {
"line": 120,
"column": 31
},
"identifierName": "collapse"
},
"name": "collapse"
},
"computed": false
},
"arguments": []
}
},
{
"type": "ExpressionStatement",
"start": 4259,
"end": 4293,
"loc": {
"start": {
"line": 121,
"column": 8
},
"end": {
"line": 121,
"column": 42
}
},
"expression": {
"type": "CallExpression",
"start": 4259,
"end": 4292,
"loc": {
"start": {
"line": 121,
"column": 8
},
"end": {
"line": 121,
"column": 41
}
},
"callee": {
"type": "MemberExpression",
"start": 4259,
"end": 4282,
"loc": {
"start": {
"line": 121,
"column": 8
},
"end": {
"line": 121,
"column": 31
}
},
"object": {
"type": "MemberExpression",
"start": 4259,
"end": 4273,
"loc": {
"start": {
"line": 121,
"column": 8
},
"end": {
"line": 121,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 4259,
"end": 4263,
"loc": {
"start": {
"line": 121,
"column": 8
},
"end": {
"line": 121,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 4264,
"end": 4273,
"loc": {
"start": {
"line": 121,
"column": 13
},
"end": {
"line": 121,
"column": 22
},
"identifierName": "_treeView"
},
"name": "_treeView"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4274,
"end": 4282,
"loc": {
"start": {
"line": 121,
"column": 23
},
"end": {
"line": 121,
"column": 31
},
"identifierName": "showNode"
},
"name": "showNode"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 4283,
"end": 4291,
"loc": {
"start": {
"line": 121,
"column": 32
},
"end": {
"line": 121,
"column": 40
},
"identifierName": "objectId"
},
"name": "objectId"
}
]
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 4305,
"end": 4372,
"loc": {
"start": {
"line": 124,
"column": 4
},
"end": {
"line": 126,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 4305,
"end": 4325,
"loc": {
"start": {
"line": 124,
"column": 4
},
"end": {
"line": 124,
"column": 24
},
"identifierName": "unShowNodeInTreeView"
},
"name": "unShowNodeInTreeView"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 4328,
"end": 4372,
"loc": {
"start": {
"line": 124,
"column": 27
},
"end": {
"line": 126,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 4338,
"end": 4366,
"loc": {
"start": {
"line": 125,
"column": 8
},
"end": {
"line": 125,
"column": 36
}
},
"expression": {
"type": "CallExpression",
"start": 4338,
"end": 4365,
"loc": {
"start": {
"line": 125,
"column": 8
},
"end": {
"line": 125,
"column": 35
}
},
"callee": {
"type": "MemberExpression",
"start": 4338,
"end": 4363,
"loc": {
"start": {
"line": 125,
"column": 8
},
"end": {
"line": 125,
"column": 33
}
},
"object": {
"type": "MemberExpression",
"start": 4338,
"end": 4352,
"loc": {
"start": {
"line": 125,
"column": 8
},
"end": {
"line": 125,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 4338,
"end": 4342,
"loc": {
"start": {
"line": 125,
"column": 8
},
"end": {
"line": 125,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 4343,
"end": 4352,
"loc": {
"start": {
"line": 125,
"column": 13
},
"end": {
"line": 125,
"column": 22
},
"identifierName": "_treeView"
},
"name": "_treeView"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4353,
"end": 4363,
"loc": {
"start": {
"line": 125,
"column": 23
},
"end": {
"line": 125,
"column": 33
},
"identifierName": "unShowNode"
},
"name": "unShowNode"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 4378,
"end": 4605,
"loc": {
"start": {
"line": 128,
"column": 4
},
"end": {
"line": 134,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 4378,
"end": 4385,
"loc": {
"start": {
"line": 128,
"column": 4
},
"end": {
"line": 128,
"column": 11
},
"identifierName": "destroy"
},
"name": "destroy"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 4388,
"end": 4605,
"loc": {
"start": {
"line": 128,
"column": 14
},
"end": {
"line": 134,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 4398,
"end": 4414,
"loc": {
"start": {
"line": 129,
"column": 8
},
"end": {
"line": 129,
"column": 24
}
},
"expression": {
"type": "CallExpression",
"start": 4398,
"end": 4413,
"loc": {
"start": {
"line": 129,
"column": 8
},
"end": {
"line": 129,
"column": 23
}
},
"callee": {
"type": "MemberExpression",
"start": 4398,
"end": 4411,
"loc": {
"start": {
"line": 129,
"column": 8
},
"end": {
"line": 129,
"column": 21
}
},
"object": {
"type": "Super",
"start": 4398,
"end": 4403,
"loc": {
"start": {
"line": 129,
"column": 8
},
"end": {
"line": 129,
"column": 13
}
}
},
"property": {
"type": "Identifier",
"start": 4404,
"end": 4411,
"loc": {
"start": {
"line": 129,
"column": 14
},
"end": {
"line": 129,
"column": 21
},
"identifierName": "destroy"
},
"name": "destroy"
},
"computed": false
},
"arguments": []
}
},
{
"type": "ExpressionStatement",
"start": 4423,
"end": 4448,
"loc": {
"start": {
"line": 130,
"column": 8
},
"end": {
"line": 130,
"column": 33
}
},
"expression": {
"type": "CallExpression",
"start": 4423,
"end": 4447,
"loc": {
"start": {
"line": 130,
"column": 8
},
"end": {
"line": 130,
"column": 32
}
},
"callee": {
"type": "MemberExpression",
"start": 4423,
"end": 4445,
"loc": {
"start": {
"line": 130,
"column": 8
},
"end": {
"line": 130,
"column": 30
}
},
"object": {
"type": "MemberExpression",
"start": 4423,
"end": 4437,
"loc": {
"start": {
"line": 130,
"column": 8
},
"end": {
"line": 130,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 4423,
"end": 4427,
"loc": {
"start": {
"line": 130,
"column": 8
},
"end": {
"line": 130,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 4428,
"end": 4437,
"loc": {
"start": {
"line": 130,
"column": 13
},
"end": {
"line": 130,
"column": 22
},
"identifierName": "_treeView"
},
"name": "_treeView"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4438,
"end": 4445,
"loc": {
"start": {
"line": 130,
"column": 23
},
"end": {
"line": 130,
"column": 30
},
"identifierName": "destroy"
},
"name": "destroy"
},
"computed": false
},
"arguments": []
}
},
{
"type": "ExpressionStatement",
"start": 4457,
"end": 4493,
"loc": {
"start": {
"line": 131,
"column": 8
},
"end": {
"line": 131,
"column": 44
}
},
"expression": {
"type": "CallExpression",
"start": 4457,
"end": 4492,
"loc": {
"start": {
"line": 131,
"column": 8
},
"end": {
"line": 131,
"column": 43
}
},
"callee": {
"type": "MemberExpression",
"start": 4457,
"end": 4490,
"loc": {
"start": {
"line": 131,
"column": 8
},
"end": {
"line": 131,
"column": 41
}
},
"object": {
"type": "MemberExpression",
"start": 4457,
"end": 4482,
"loc": {
"start": {
"line": 131,
"column": 8
},
"end": {
"line": 131,
"column": 33
}
},
"object": {
"type": "ThisExpression",
"start": 4457,
"end": 4461,
"loc": {
"start": {
"line": 131,
"column": 8
},
"end": {
"line": 131,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 4462,
"end": 4482,
"loc": {
"start": {
"line": 131,
"column": 13
},
"end": {
"line": 131,
"column": 33
},
"identifierName": "_treeViewContextMenu"
},
"name": "_treeViewContextMenu"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4483,
"end": 4490,
"loc": {
"start": {
"line": 131,
"column": 34
},
"end": {
"line": 131,
"column": 41
},
"identifierName": "destroy"
},
"name": "destroy"
},
"computed": false
},
"arguments": []
}
},
{
"type": "ExpressionStatement",
"start": 4502,
"end": 4545,
"loc": {
"start": {
"line": 132,
"column": 8
},
"end": {
"line": 132,
"column": 51
}
},
"expression": {
"type": "CallExpression",
"start": 4502,
"end": 4544,
"loc": {
"start": {
"line": 132,
"column": 8
},
"end": {
"line": 132,
"column": 50
}
},
"callee": {
"type": "MemberExpression",
"start": 4502,
"end": 4523,
"loc": {
"start": {
"line": 132,
"column": 8
},
"end": {
"line": 132,
"column": 29
}
},
"object": {
"type": "MemberExpression",
"start": 4502,
"end": 4519,
"loc": {
"start": {
"line": 132,
"column": 8
},
"end": {
"line": 132,
"column": 25
}
},
"object": {
"type": "MemberExpression",
"start": 4502,
"end": 4513,
"loc": {
"start": {
"line": 132,
"column": 8
},
"end": {
"line": 132,
"column": 19
}
},
"object": {
"type": "ThisExpression",
"start": 4502,
"end": 4506,
"loc": {
"start": {
"line": 132,
"column": 8
},
"end": {
"line": 132,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 4507,
"end": 4513,
"loc": {
"start": {
"line": 132,
"column": 13
},
"end": {
"line": 132,
"column": 19
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4514,
"end": 4519,
"loc": {
"start": {
"line": 132,
"column": 20
},
"end": {
"line": 132,
"column": 25
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4520,
"end": 4523,
"loc": {
"start": {
"line": 132,
"column": 26
},
"end": {
"line": 132,
"column": 29
},
"identifierName": "off"
},
"name": "off"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 4524,
"end": 4543,
"loc": {
"start": {
"line": 132,
"column": 30
},
"end": {
"line": 132,
"column": 49
}
},
"object": {
"type": "ThisExpression",
"start": 4524,
"end": 4528,
"loc": {
"start": {
"line": 132,
"column": 30
},
"end": {
"line": 132,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"start": 4529,
"end": 4543,
"loc": {
"start": {
"line": 132,
"column": 35
},
"end": {
"line": 132,
"column": 49
},
"identifierName": "_onModelLoaded"
},
"name": "_onModelLoaded"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 4554,
"end": 4599,
"loc": {
"start": {
"line": 133,
"column": 8
},
"end": {
"line": 133,
"column": 53
}
},
"expression": {
"type": "CallExpression",
"start": 4554,
"end": 4598,
"loc": {
"start": {
"line": 133,
"column": 8
},
"end": {
"line": 133,
"column": 52
}
},
"callee": {
"type": "MemberExpression",
"start": 4554,
"end": 4575,
"loc": {
"start": {
"line": 133,
"column": 8
},
"end": {
"line": 133,
"column": 29
}
},
"object": {
"type": "MemberExpression",
"start": 4554,
"end": 4571,
"loc": {
"start": {
"line": 133,
"column": 8
},
"end": {
"line": 133,
"column": 25
}
},
"object": {
"type": "MemberExpression",
"start": 4554,
"end": 4565,
"loc": {
"start": {
"line": 133,
"column": 8
},
"end": {
"line": 133,
"column": 19
}
},
"object": {
"type": "ThisExpression",
"start": 4554,
"end": 4558,
"loc": {
"start": {
"line": 133,
"column": 8
},
"end": {
"line": 133,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 4559,
"end": 4565,
"loc": {
"start": {
"line": 133,
"column": 13
},
"end": {
"line": 133,
"column": 19
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4566,
"end": 4571,
"loc": {
"start": {
"line": 133,
"column": 20
},
"end": {
"line": 133,
"column": 25
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4572,
"end": 4575,
"loc": {
"start": {
"line": 133,
"column": 26
},
"end": {
"line": 133,
"column": 29
},
"identifierName": "off"
},
"name": "off"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 4576,
"end": 4597,
"loc": {
"start": {
"line": 133,
"column": 30
},
"end": {
"line": 133,
"column": 51
}
},
"object": {
"type": "ThisExpression",
"start": 4576,
"end": 4580,
"loc": {
"start": {
"line": 133,
"column": 30
},
"end": {
"line": 133,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"start": 4581,
"end": 4597,
"loc": {
"start": {
"line": 133,
"column": 35
},
"end": {
"line": 133,
"column": 51
},
"identifierName": "_onModelUnloaded"
},
"name": "_onModelUnloaded"
},
"computed": false
}
]
}
}
],
"directives": []
}
}
]
},
"leadingComments": [],
"name": "_",
"trailingComments": []
},
{
"type": "ExportNamedDeclaration",
"start": 4609,
"end": 4634,
"loc": {
"start": {
"line": 137,
"column": 0
},
"end": {
"line": 137,
"column": 25
}
},
"declaration": null,
"specifiers": [
{
"type": "ExportSpecifier",
"start": 4617,
"end": 4632,
"loc": {
"start": {
"line": 137,
"column": 8
},
"end": {
"line": 137,
"column": 23
}
},
"local": {
"type": "Identifier",
"start": 4617,
"end": 4632,
"loc": {
"start": {
"line": 137,
"column": 8
},
"end": {
"line": 137,
"column": 23
},
"identifierName": "ObjectsExplorer"
},
"name": "ObjectsExplorer"
},
"exported": {
"type": "Identifier",
"start": 4617,
"end": 4632,
"loc": {
"start": {
"line": 137,
"column": 8
},
"end": {
"line": 137,
"column": 23
},
"identifierName": "ObjectsExplorer"
},
"name": "ObjectsExplorer"
}
}
],
"source": null
},
{
"type": "ExportNamedDeclaration",
"start": 4609,
"end": 4634,
"loc": {
"start": {
"line": 137,
"column": 0
},
"end": {
"line": 137,
"column": 25
}
},
"declaration": {
"type": "ClassDeclaration",
"start": 211,
"end": 4607,
"loc": {
"start": {
"line": 6,
"column": 0
},
"end": {
"line": 135,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 217,
"end": 232,
"loc": {
"start": {
"line": 6,
"column": 6
},
"end": {
"line": 6,
"column": 21
},
"identifierName": "ObjectsExplorer"
},
"name": "ObjectsExplorer",
"leadingComments": null
},
"superClass": {
"type": "Identifier",
"start": 241,
"end": 251,
"loc": {
"start": {
"line": 6,
"column": 30
},
"end": {
"line": 6,
"column": 40
},
"identifierName": "Controller"
},
"name": "Controller"
},
"body": {
"type": "ClassBody",
"start": 252,
"end": 4607,
"loc": {
"start": {
"line": 6,
"column": 41
},
"end": {
"line": 135,
"column": 1
}
},
"body": [
{
"type": "ClassMethod",
"start": 259,
"end": 3569,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 101,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 259,
"end": 270,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 8,
"column": 15
},
"identifierName": "constructor"
},
"name": "constructor"
},
"kind": "constructor",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 271,
"end": 277,
"loc": {
"start": {
"line": 8,
"column": 16
},
"end": {
"line": 8,
"column": 22
},
"identifierName": "parent"
},
"name": "parent"
},
{
"type": "AssignmentPattern",
"start": 279,
"end": 287,
"loc": {
"start": {
"line": 8,
"column": 24
},
"end": {
"line": 8,
"column": 32
}
},
"left": {
"type": "Identifier",
"start": 279,
"end": 282,
"loc": {
"start": {
"line": 8,
"column": 24
},
"end": {
"line": 8,
"column": 27
},
"identifierName": "cfg"
},
"name": "cfg"
},
"right": {
"type": "ObjectExpression",
"start": 285,
"end": 287,
"loc": {
"start": {
"line": 8,
"column": 30
},
"end": {
"line": 8,
"column": 32
}
},
"properties": []
}
}
],
"body": {
"type": "BlockStatement",
"start": 289,
"end": 3569,
"loc": {
"start": {
"line": 8,
"column": 34
},
"end": {
"line": 101,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 300,
"end": 314,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 10,
"column": 22
}
},
"expression": {
"type": "CallExpression",
"start": 300,
"end": 313,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 10,
"column": 21
}
},
"callee": {
"type": "Super",
"start": 300,
"end": 305,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 10,
"column": 13
}
}
},
"arguments": [
{
"type": "Identifier",
"start": 306,
"end": 312,
"loc": {
"start": {
"line": 10,
"column": 14
},
"end": {
"line": 10,
"column": 20
},
"identifierName": "parent"
},
"name": "parent"
}
]
}
},
{
"type": "IfStatement",
"start": 324,
"end": 418,
"loc": {
"start": {
"line": 12,
"column": 8
},
"end": {
"line": 14,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 328,
"end": 350,
"loc": {
"start": {
"line": 12,
"column": 12
},
"end": {
"line": 12,
"column": 34
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 329,
"end": 350,
"loc": {
"start": {
"line": 12,
"column": 13
},
"end": {
"line": 12,
"column": 34
}
},
"object": {
"type": "Identifier",
"start": 329,
"end": 332,
"loc": {
"start": {
"line": 12,
"column": 13
},
"end": {
"line": 12,
"column": 16
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 333,
"end": 350,
"loc": {
"start": {
"line": 12,
"column": 17
},
"end": {
"line": 12,
"column": 34
},
"identifierName": "objectsTabElement"
},
"name": "objectsTabElement"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 352,
"end": 418,
"loc": {
"start": {
"line": 12,
"column": 36
},
"end": {
"line": 14,
"column": 9
}
},
"body": [
{
"type": "ThrowStatement",
"start": 366,
"end": 408,
"loc": {
"start": {
"line": 13,
"column": 12
},
"end": {
"line": 13,
"column": 54
}
},
"argument": {
"type": "StringLiteral",
"start": 372,
"end": 407,
"loc": {
"start": {
"line": 13,
"column": 18
},
"end": {
"line": 13,
"column": 53
}
},
"extra": {
"rawValue": "Missing config: objectsTabElement",
"raw": "\"Missing config: objectsTabElement\""
},
"value": "Missing config: objectsTabElement"
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "IfStatement",
"start": 428,
"end": 542,
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 18,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 432,
"end": 464,
"loc": {
"start": {
"line": 16,
"column": 12
},
"end": {
"line": 16,
"column": 44
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 433,
"end": 464,
"loc": {
"start": {
"line": 16,
"column": 13
},
"end": {
"line": 16,
"column": 44
}
},
"object": {
"type": "Identifier",
"start": 433,
"end": 436,
"loc": {
"start": {
"line": 16,
"column": 13
},
"end": {
"line": 16,
"column": 16
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 437,
"end": 464,
"loc": {
"start": {
"line": 16,
"column": 17
},
"end": {
"line": 16,
"column": 44
},
"identifierName": "showAllObjectsButtonElement"
},
"name": "showAllObjectsButtonElement"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 466,
"end": 542,
"loc": {
"start": {
"line": 16,
"column": 46
},
"end": {
"line": 18,
"column": 9
}
},
"body": [
{
"type": "ThrowStatement",
"start": 480,
"end": 532,
"loc": {
"start": {
"line": 17,
"column": 12
},
"end": {
"line": 17,
"column": 64
}
},
"argument": {
"type": "StringLiteral",
"start": 486,
"end": 531,
"loc": {
"start": {
"line": 17,
"column": 18
},
"end": {
"line": 17,
"column": 63
}
},
"extra": {
"rawValue": "Missing config: showAllObjectsButtonElement",
"raw": "\"Missing config: showAllObjectsButtonElement\""
},
"value": "Missing config: showAllObjectsButtonElement"
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "IfStatement",
"start": 552,
"end": 666,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 22,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 556,
"end": 588,
"loc": {
"start": {
"line": 20,
"column": 12
},
"end": {
"line": 20,
"column": 44
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 557,
"end": 588,
"loc": {
"start": {
"line": 20,
"column": 13
},
"end": {
"line": 20,
"column": 44
}
},
"object": {
"type": "Identifier",
"start": 557,
"end": 560,
"loc": {
"start": {
"line": 20,
"column": 13
},
"end": {
"line": 20,
"column": 16
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 561,
"end": 588,
"loc": {
"start": {
"line": 20,
"column": 17
},
"end": {
"line": 20,
"column": 44
},
"identifierName": "hideAllObjectsButtonElement"
},
"name": "hideAllObjectsButtonElement"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 590,
"end": 666,
"loc": {
"start": {
"line": 20,
"column": 46
},
"end": {
"line": 22,
"column": 9
}
},
"body": [
{
"type": "ThrowStatement",
"start": 604,
"end": 656,
"loc": {
"start": {
"line": 21,
"column": 12
},
"end": {
"line": 21,
"column": 64
}
},
"argument": {
"type": "StringLiteral",
"start": 610,
"end": 655,
"loc": {
"start": {
"line": 21,
"column": 18
},
"end": {
"line": 21,
"column": 63
}
},
"extra": {
"rawValue": "Missing config: hideAllObjectsButtonElement",
"raw": "\"Missing config: hideAllObjectsButtonElement\""
},
"value": "Missing config: hideAllObjectsButtonElement"
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "IfStatement",
"start": 676,
"end": 764,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 26,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 680,
"end": 699,
"loc": {
"start": {
"line": 24,
"column": 12
},
"end": {
"line": 24,
"column": 31
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 681,
"end": 699,
"loc": {
"start": {
"line": 24,
"column": 13
},
"end": {
"line": 24,
"column": 31
}
},
"object": {
"type": "Identifier",
"start": 681,
"end": 684,
"loc": {
"start": {
"line": 24,
"column": 13
},
"end": {
"line": 24,
"column": 16
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 685,
"end": 699,
"loc": {
"start": {
"line": 24,
"column": 17
},
"end": {
"line": 24,
"column": 31
},
"identifierName": "objectsElement"
},
"name": "objectsElement"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 701,
"end": 764,
"loc": {
"start": {
"line": 24,
"column": 33
},
"end": {
"line": 26,
"column": 9
}
},
"body": [
{
"type": "ThrowStatement",
"start": 715,
"end": 754,
"loc": {
"start": {
"line": 25,
"column": 12
},
"end": {
"line": 25,
"column": 51
}
},
"argument": {
"type": "StringLiteral",
"start": 721,
"end": 753,
"loc": {
"start": {
"line": 25,
"column": 18
},
"end": {
"line": 25,
"column": 50
}
},
"extra": {
"rawValue": "Missing config: objectsElement",
"raw": "\"Missing config: objectsElement\""
},
"value": "Missing config: objectsElement"
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 774,
"end": 822,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 56
}
},
"expression": {
"type": "AssignmentExpression",
"start": 774,
"end": 821,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 55
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 774,
"end": 797,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 31
}
},
"object": {
"type": "ThisExpression",
"start": 774,
"end": 778,
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 779,
"end": 797,
"loc": {
"start": {
"line": 28,
"column": 13
},
"end": {
"line": 28,
"column": 31
},
"identifierName": "_objectsTabElement"
},
"name": "_objectsTabElement"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 800,
"end": 821,
"loc": {
"start": {
"line": 28,
"column": 34
},
"end": {
"line": 28,
"column": 55
}
},
"object": {
"type": "Identifier",
"start": 800,
"end": 803,
"loc": {
"start": {
"line": 28,
"column": 34
},
"end": {
"line": 28,
"column": 37
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 804,
"end": 821,
"loc": {
"start": {
"line": 28,
"column": 38
},
"end": {
"line": 28,
"column": 55
},
"identifierName": "objectsTabElement"
},
"name": "objectsTabElement"
},
"computed": false
}
}
},
{
"type": "ExpressionStatement",
"start": 831,
"end": 899,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 76
}
},
"expression": {
"type": "AssignmentExpression",
"start": 831,
"end": 898,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 75
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 831,
"end": 864,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 41
}
},
"object": {
"type": "ThisExpression",
"start": 831,
"end": 835,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 836,
"end": 864,
"loc": {
"start": {
"line": 29,
"column": 13
},
"end": {
"line": 29,
"column": 41
},
"identifierName": "_showAllObjectsButtonElement"
},
"name": "_showAllObjectsButtonElement"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 867,
"end": 898,
"loc": {
"start": {
"line": 29,
"column": 44
},
"end": {
"line": 29,
"column": 75
}
},
"object": {
"type": "Identifier",
"start": 867,
"end": 870,
"loc": {
"start": {
"line": 29,
"column": 44
},
"end": {
"line": 29,
"column": 47
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 871,
"end": 898,
"loc": {
"start": {
"line": 29,
"column": 48
},
"end": {
"line": 29,
"column": 75
},
"identifierName": "showAllObjectsButtonElement"
},
"name": "showAllObjectsButtonElement"
},
"computed": false
}
}
},
{
"type": "ExpressionStatement",
"start": 908,
"end": 976,
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 76
}
},
"expression": {
"type": "AssignmentExpression",
"start": 908,
"end": 975,
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 75
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 908,
"end": 941,
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 41
}
},
"object": {
"type": "ThisExpression",
"start": 908,
"end": 912,
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 913,
"end": 941,
"loc": {
"start": {
"line": 30,
"column": 13
},
"end": {
"line": 30,
"column": 41
},
"identifierName": "_hideAllObjectsButtonElement"
},
"name": "_hideAllObjectsButtonElement"
},
"computed": false
},
"right": {
"type": "MemberExpression",
"start": 944,
"end": 975,
"loc": {
"start": {
"line": 30,
"column": 44
},
"end": {
"line": 30,
"column": 75
}
},
"object": {
"type": "Identifier",
"start": 944,
"end": 947,
"loc": {
"start": {
"line": 30,
"column": 44
},
"end": {
"line": 30,
"column": 47
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 948,
"end": 975,
"loc": {
"start": {
"line": 30,
"column": 48
},
"end": {
"line": 30,
"column": 75
},
"identifierName": "hideAllObjectsButtonElement"
},
"name": "hideAllObjectsButtonElement"
},
"computed": false
}
}
},
{
"type": "ExpressionStatement",
"start": 985,
"end": 1074,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 97
}
},
"expression": {
"type": "AssignmentExpression",
"start": 985,
"end": 1073,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 96
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 985,
"end": 1014,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 37
}
},
"object": {
"type": "ThisExpression",
"start": 985,
"end": 989,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 990,
"end": 1014,
"loc": {
"start": {
"line": 31,
"column": 13
},
"end": {
"line": 31,
"column": 37
},
"identifierName": "_objectsTabButtonElement"
},
"name": "_objectsTabButtonElement"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 1017,
"end": 1073,
"loc": {
"start": {
"line": 31,
"column": 40
},
"end": {
"line": 31,
"column": 96
}
},
"callee": {
"type": "MemberExpression",
"start": 1017,
"end": 1054,
"loc": {
"start": {
"line": 31,
"column": 40
},
"end": {
"line": 31,
"column": 77
}
},
"object": {
"type": "MemberExpression",
"start": 1017,
"end": 1040,
"loc": {
"start": {
"line": 31,
"column": 40
},
"end": {
"line": 31,
"column": 63
}
},
"object": {
"type": "ThisExpression",
"start": 1017,
"end": 1021,
"loc": {
"start": {
"line": 31,
"column": 40
},
"end": {
"line": 31,
"column": 44
}
}
},
"property": {
"type": "Identifier",
"start": 1022,
"end": 1040,
"loc": {
"start": {
"line": 31,
"column": 45
},
"end": {
"line": 31,
"column": 63
},
"identifierName": "_objectsTabElement"
},
"name": "_objectsTabElement"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1041,
"end": 1054,
"loc": {
"start": {
"line": 31,
"column": 64
},
"end": {
"line": 31,
"column": 77
},
"identifierName": "querySelector"
},
"name": "querySelector"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1055,
"end": 1072,
"loc": {
"start": {
"line": 31,
"column": 78
},
"end": {
"line": 31,
"column": 95
}
},
"extra": {
"rawValue": ".xeokit-tab-btn",
"raw": "\".xeokit-tab-btn\""
},
"value": ".xeokit-tab-btn"
}
]
}
}
},
{
"type": "IfStatement",
"start": 1084,
"end": 1189,
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 35,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 1088,
"end": 1118,
"loc": {
"start": {
"line": 33,
"column": 12
},
"end": {
"line": 33,
"column": 42
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 1089,
"end": 1118,
"loc": {
"start": {
"line": 33,
"column": 13
},
"end": {
"line": 33,
"column": 42
}
},
"object": {
"type": "ThisExpression",
"start": 1089,
"end": 1093,
"loc": {
"start": {
"line": 33,
"column": 13
},
"end": {
"line": 33,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"start": 1094,
"end": 1118,
"loc": {
"start": {
"line": 33,
"column": 18
},
"end": {
"line": 33,
"column": 42
},
"identifierName": "_objectsTabButtonElement"
},
"name": "_objectsTabButtonElement"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 1120,
"end": 1189,
"loc": {
"start": {
"line": 33,
"column": 44
},
"end": {
"line": 35,
"column": 9
}
},
"body": [
{
"type": "ThrowStatement",
"start": 1134,
"end": 1179,
"loc": {
"start": {
"line": 34,
"column": 12
},
"end": {
"line": 34,
"column": 57
}
},
"argument": {
"type": "StringLiteral",
"start": 1140,
"end": 1178,
"loc": {
"start": {
"line": 34,
"column": 18
},
"end": {
"line": 34,
"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": "VariableDeclaration",
"start": 1199,
"end": 1241,
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 37,
"column": 50
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1205,
"end": 1240,
"loc": {
"start": {
"line": 37,
"column": 14
},
"end": {
"line": 37,
"column": 49
}
},
"id": {
"type": "Identifier",
"start": 1205,
"end": 1219,
"loc": {
"start": {
"line": 37,
"column": 14
},
"end": {
"line": 37,
"column": 28
},
"identifierName": "objectsElement"
},
"name": "objectsElement"
},
"init": {
"type": "MemberExpression",
"start": 1222,
"end": 1240,
"loc": {
"start": {
"line": 37,
"column": 31
},
"end": {
"line": 37,
"column": 49
}
},
"object": {
"type": "Identifier",
"start": 1222,
"end": 1225,
"loc": {
"start": {
"line": 37,
"column": 31
},
"end": {
"line": 37,
"column": 34
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 1226,
"end": 1240,
"loc": {
"start": {
"line": 37,
"column": 35
},
"end": {
"line": 37,
"column": 49
},
"identifierName": "objectsElement"
},
"name": "objectsElement"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 1251,
"end": 1465,
"loc": {
"start": {
"line": 39,
"column": 8
},
"end": {
"line": 44,
"column": 11
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1251,
"end": 1464,
"loc": {
"start": {
"line": 39,
"column": 8
},
"end": {
"line": 44,
"column": 10
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1251,
"end": 1265,
"loc": {
"start": {
"line": 39,
"column": 8
},
"end": {
"line": 39,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 1251,
"end": 1255,
"loc": {
"start": {
"line": 39,
"column": 8
},
"end": {
"line": 39,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1256,
"end": 1265,
"loc": {
"start": {
"line": 39,
"column": 13
},
"end": {
"line": 39,
"column": 22
},
"identifierName": "_treeView"
},
"name": "_treeView"
},
"computed": false
},
"right": {
"type": "NewExpression",
"start": 1268,
"end": 1464,
"loc": {
"start": {
"line": 39,
"column": 25
},
"end": {
"line": 44,
"column": 10
}
},
"callee": {
"type": "Identifier",
"start": 1272,
"end": 1286,
"loc": {
"start": {
"line": 39,
"column": 29
},
"end": {
"line": 39,
"column": 43
},
"identifierName": "TreeViewPlugin"
},
"name": "TreeViewPlugin"
},
"arguments": [
{
"type": "MemberExpression",
"start": 1287,
"end": 1298,
"loc": {
"start": {
"line": 39,
"column": 44
},
"end": {
"line": 39,
"column": 55
}
},
"object": {
"type": "ThisExpression",
"start": 1287,
"end": 1291,
"loc": {
"start": {
"line": 39,
"column": 44
},
"end": {
"line": 39,
"column": 48
}
}
},
"property": {
"type": "Identifier",
"start": 1292,
"end": 1298,
"loc": {
"start": {
"line": 39,
"column": 49
},
"end": {
"line": 39,
"column": 55
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
{
"type": "ObjectExpression",
"start": 1300,
"end": 1463,
"loc": {
"start": {
"line": 39,
"column": 57
},
"end": {
"line": 44,
"column": 9
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 1314,
"end": 1346,
"loc": {
"start": {
"line": 40,
"column": 12
},
"end": {
"line": 40,
"column": 44
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1314,
"end": 1330,
"loc": {
"start": {
"line": 40,
"column": 12
},
"end": {
"line": 40,
"column": 28
},
"identifierName": "containerElement"
},
"name": "containerElement"
},
"value": {
"type": "Identifier",
"start": 1332,
"end": 1346,
"loc": {
"start": {
"line": 40,
"column": 30
},
"end": {
"line": 40,
"column": 44
},
"identifierName": "objectsElement"
},
"name": "objectsElement"
}
},
{
"type": "ObjectProperty",
"start": 1360,
"end": 1384,
"loc": {
"start": {
"line": 41,
"column": 12
},
"end": {
"line": 41,
"column": 36
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1360,
"end": 1369,
"loc": {
"start": {
"line": 41,
"column": 12
},
"end": {
"line": 41,
"column": 21
},
"identifierName": "hierarchy"
},
"name": "hierarchy"
},
"value": {
"type": "StringLiteral",
"start": 1371,
"end": 1384,
"loc": {
"start": {
"line": 41,
"column": 23
},
"end": {
"line": 41,
"column": 36
}
},
"extra": {
"rawValue": "containment",
"raw": "\"containment\""
},
"value": "containment"
}
},
{
"type": "ObjectProperty",
"start": 1398,
"end": 1418,
"loc": {
"start": {
"line": 42,
"column": 12
},
"end": {
"line": 42,
"column": 32
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1398,
"end": 1411,
"loc": {
"start": {
"line": 42,
"column": 12
},
"end": {
"line": 42,
"column": 25
},
"identifierName": "autoAddModels"
},
"name": "autoAddModels"
},
"value": {
"type": "BooleanLiteral",
"start": 1413,
"end": 1418,
"loc": {
"start": {
"line": 42,
"column": 27
},
"end": {
"line": 42,
"column": 32
}
},
"value": false
}
},
{
"type": "ObjectProperty",
"start": 1432,
"end": 1453,
"loc": {
"start": {
"line": 43,
"column": 12
},
"end": {
"line": 43,
"column": 33
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1432,
"end": 1447,
"loc": {
"start": {
"line": 43,
"column": 12
},
"end": {
"line": 43,
"column": 27
},
"identifierName": "pruneEmptyNodes"
},
"name": "pruneEmptyNodes"
},
"value": {
"type": "BooleanLiteral",
"start": 1449,
"end": 1453,
"loc": {
"start": {
"line": 43,
"column": 29
},
"end": {
"line": 43,
"column": 33
}
},
"value": true
}
}
]
}
]
}
}
},
{
"type": "ExpressionStatement",
"start": 1475,
"end": 1587,
"loc": {
"start": {
"line": 46,
"column": 8
},
"end": {
"line": 48,
"column": 11
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1475,
"end": 1586,
"loc": {
"start": {
"line": 46,
"column": 8
},
"end": {
"line": 48,
"column": 10
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1475,
"end": 1500,
"loc": {
"start": {
"line": 46,
"column": 8
},
"end": {
"line": 46,
"column": 33
}
},
"object": {
"type": "ThisExpression",
"start": 1475,
"end": 1479,
"loc": {
"start": {
"line": 46,
"column": 8
},
"end": {
"line": 46,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1480,
"end": 1500,
"loc": {
"start": {
"line": 46,
"column": 13
},
"end": {
"line": 46,
"column": 33
},
"identifierName": "_treeViewContextMenu"
},
"name": "_treeViewContextMenu"
},
"computed": false
},
"right": {
"type": "NewExpression",
"start": 1503,
"end": 1586,
"loc": {
"start": {
"line": 46,
"column": 36
},
"end": {
"line": 48,
"column": 10
}
},
"callee": {
"type": "Identifier",
"start": 1507,
"end": 1526,
"loc": {
"start": {
"line": 46,
"column": 40
},
"end": {
"line": 46,
"column": 59
},
"identifierName": "TreeViewContextMenu"
},
"name": "TreeViewContextMenu"
},
"arguments": [
{
"type": "MemberExpression",
"start": 1527,
"end": 1541,
"loc": {
"start": {
"line": 46,
"column": 60
},
"end": {
"line": 46,
"column": 74
}
},
"object": {
"type": "ThisExpression",
"start": 1527,
"end": 1531,
"loc": {
"start": {
"line": 46,
"column": 60
},
"end": {
"line": 46,
"column": 64
}
}
},
"property": {
"type": "Identifier",
"start": 1532,
"end": 1541,
"loc": {
"start": {
"line": 46,
"column": 65
},
"end": {
"line": 46,
"column": 74
},
"identifierName": "bimViewer"
},
"name": "bimViewer"
},
"computed": false
},
{
"type": "ObjectExpression",
"start": 1543,
"end": 1585,
"loc": {
"start": {
"line": 46,
"column": 76
},
"end": {
"line": 48,
"column": 9
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 1557,
"end": 1575,
"loc": {
"start": {
"line": 47,
"column": 12
},
"end": {
"line": 47,
"column": 30
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1557,
"end": 1569,
"loc": {
"start": {
"line": 47,
"column": 12
},
"end": {
"line": 47,
"column": 24
},
"identifierName": "hideOnAction"
},
"name": "hideOnAction"
},
"value": {
"type": "BooleanLiteral",
"start": 1571,
"end": 1575,
"loc": {
"start": {
"line": 47,
"column": 26
},
"end": {
"line": 47,
"column": 30
}
},
"value": true
}
}
]
}
]
}
}
},
{
"type": "ExpressionStatement",
"start": 1597,
"end": 1961,
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 58,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 1597,
"end": 1960,
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 58,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 1597,
"end": 1614,
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 50,
"column": 25
}
},
"object": {
"type": "MemberExpression",
"start": 1597,
"end": 1611,
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 50,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 1597,
"end": 1601,
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 50,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1602,
"end": 1611,
"loc": {
"start": {
"line": 50,
"column": 13
},
"end": {
"line": 50,
"column": 22
},
"identifierName": "_treeView"
},
"name": "_treeView"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1612,
"end": 1614,
"loc": {
"start": {
"line": 50,
"column": 23
},
"end": {
"line": 50,
"column": 25
},
"identifierName": "on"
},
"name": "on"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1615,
"end": 1628,
"loc": {
"start": {
"line": 50,
"column": 26
},
"end": {
"line": 50,
"column": 39
}
},
"extra": {
"rawValue": "contextmenu",
"raw": "\"contextmenu\""
},
"value": "contextmenu"
},
{
"type": "ArrowFunctionExpression",
"start": 1630,
"end": 1959,
"loc": {
"start": {
"line": 50,
"column": 41
},
"end": {
"line": 58,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1631,
"end": 1632,
"loc": {
"start": {
"line": 50,
"column": 42
},
"end": {
"line": 50,
"column": 43
},
"identifierName": "e"
},
"name": "e"
}
],
"body": {
"type": "BlockStatement",
"start": 1637,
"end": 1959,
"loc": {
"start": {
"line": 50,
"column": 48
},
"end": {
"line": 58,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1651,
"end": 1875,
"loc": {
"start": {
"line": 51,
"column": 12
},
"end": {
"line": 56,
"column": 14
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1651,
"end": 1874,
"loc": {
"start": {
"line": 51,
"column": 12
},
"end": {
"line": 56,
"column": 13
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1651,
"end": 1684,
"loc": {
"start": {
"line": 51,
"column": 12
},
"end": {
"line": 51,
"column": 45
}
},
"object": {
"type": "MemberExpression",
"start": 1651,
"end": 1676,
"loc": {
"start": {
"line": 51,
"column": 12
},
"end": {
"line": 51,
"column": 37
}
},
"object": {
"type": "ThisExpression",
"start": 1651,
"end": 1655,
"loc": {
"start": {
"line": 51,
"column": 12
},
"end": {
"line": 51,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 1656,
"end": 1676,
"loc": {
"start": {
"line": 51,
"column": 17
},
"end": {
"line": 51,
"column": 37
},
"identifierName": "_treeViewContextMenu"
},
"name": "_treeViewContextMenu"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1677,
"end": 1684,
"loc": {
"start": {
"line": 51,
"column": 38
},
"end": {
"line": 51,
"column": 45
},
"identifierName": "context"
},
"name": "context"
},
"computed": false
},
"right": {
"type": "ObjectExpression",
"start": 1687,
"end": 1874,
"loc": {
"start": {
"line": 51,
"column": 48
},
"end": {
"line": 56,
"column": 13
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 1705,
"end": 1730,
"loc": {
"start": {
"line": 52,
"column": 16
},
"end": {
"line": 52,
"column": 41
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1705,
"end": 1714,
"loc": {
"start": {
"line": 52,
"column": 16
},
"end": {
"line": 52,
"column": 25
},
"identifierName": "bimViewer"
},
"name": "bimViewer"
},
"value": {
"type": "MemberExpression",
"start": 1716,
"end": 1730,
"loc": {
"start": {
"line": 52,
"column": 27
},
"end": {
"line": 52,
"column": 41
}
},
"object": {
"type": "ThisExpression",
"start": 1716,
"end": 1720,
"loc": {
"start": {
"line": 52,
"column": 27
},
"end": {
"line": 52,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"start": 1721,
"end": 1730,
"loc": {
"start": {
"line": 52,
"column": 32
},
"end": {
"line": 52,
"column": 41
},
"identifierName": "bimViewer"
},
"name": "bimViewer"
},
"computed": false
}
},
{
"type": "ObjectProperty",
"start": 1748,
"end": 1764,
"loc": {
"start": {
"line": 53,
"column": 16
},
"end": {
"line": 53,
"column": 32
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1748,
"end": 1754,
"loc": {
"start": {
"line": 53,
"column": 16
},
"end": {
"line": 53,
"column": 22
},
"identifierName": "viewer"
},
"name": "viewer"
},
"value": {
"type": "MemberExpression",
"start": 1756,
"end": 1764,
"loc": {
"start": {
"line": 53,
"column": 24
},
"end": {
"line": 53,
"column": 32
}
},
"object": {
"type": "Identifier",
"start": 1756,
"end": 1757,
"loc": {
"start": {
"line": 53,
"column": 24
},
"end": {
"line": 53,
"column": 25
},
"identifierName": "e"
},
"name": "e"
},
"property": {
"type": "Identifier",
"start": 1758,
"end": 1764,
"loc": {
"start": {
"line": 53,
"column": 26
},
"end": {
"line": 53,
"column": 32
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
}
},
{
"type": "ObjectProperty",
"start": 1782,
"end": 1814,
"loc": {
"start": {
"line": 54,
"column": 16
},
"end": {
"line": 54,
"column": 48
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1782,
"end": 1796,
"loc": {
"start": {
"line": 54,
"column": 16
},
"end": {
"line": 54,
"column": 30
},
"identifierName": "treeViewPlugin"
},
"name": "treeViewPlugin"
},
"value": {
"type": "MemberExpression",
"start": 1798,
"end": 1814,
"loc": {
"start": {
"line": 54,
"column": 32
},
"end": {
"line": 54,
"column": 48
}
},
"object": {
"type": "Identifier",
"start": 1798,
"end": 1799,
"loc": {
"start": {
"line": 54,
"column": 32
},
"end": {
"line": 54,
"column": 33
},
"identifierName": "e"
},
"name": "e"
},
"property": {
"type": "Identifier",
"start": 1800,
"end": 1814,
"loc": {
"start": {
"line": 54,
"column": 34
},
"end": {
"line": 54,
"column": 48
},
"identifierName": "treeViewPlugin"
},
"name": "treeViewPlugin"
},
"computed": false
}
},
{
"type": "ObjectProperty",
"start": 1832,
"end": 1860,
"loc": {
"start": {
"line": 55,
"column": 16
},
"end": {
"line": 55,
"column": 44
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1832,
"end": 1844,
"loc": {
"start": {
"line": 55,
"column": 16
},
"end": {
"line": 55,
"column": 28
},
"identifierName": "treeViewNode"
},
"name": "treeViewNode"
},
"value": {
"type": "MemberExpression",
"start": 1846,
"end": 1860,
"loc": {
"start": {
"line": 55,
"column": 30
},
"end": {
"line": 55,
"column": 44
}
},
"object": {
"type": "Identifier",
"start": 1846,
"end": 1847,
"loc": {
"start": {
"line": 55,
"column": 30
},
"end": {
"line": 55,
"column": 31
},
"identifierName": "e"
},
"name": "e"
},
"property": {
"type": "Identifier",
"start": 1848,
"end": 1860,
"loc": {
"start": {
"line": 55,
"column": 32
},
"end": {
"line": 55,
"column": 44
},
"identifierName": "treeViewNode"
},
"name": "treeViewNode"
},
"computed": false
}
}
]
}
}
},
{
"type": "ExpressionStatement",
"start": 1888,
"end": 1949,
"loc": {
"start": {
"line": 57,
"column": 12
},
"end": {
"line": 57,
"column": 73
}
},
"expression": {
"type": "CallExpression",
"start": 1888,
"end": 1948,
"loc": {
"start": {
"line": 57,
"column": 12
},
"end": {
"line": 57,
"column": 72
}
},
"callee": {
"type": "MemberExpression",
"start": 1888,
"end": 1918,
"loc": {
"start": {
"line": 57,
"column": 12
},
"end": {
"line": 57,
"column": 42
}
},
"object": {
"type": "MemberExpression",
"start": 1888,
"end": 1913,
"loc": {
"start": {
"line": 57,
"column": 12
},
"end": {
"line": 57,
"column": 37
}
},
"object": {
"type": "ThisExpression",
"start": 1888,
"end": 1892,
"loc": {
"start": {
"line": 57,
"column": 12
},
"end": {
"line": 57,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 1893,
"end": 1913,
"loc": {
"start": {
"line": 57,
"column": 17
},
"end": {
"line": 57,
"column": 37
},
"identifierName": "_treeViewContextMenu"
},
"name": "_treeViewContextMenu"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1914,
"end": 1918,
"loc": {
"start": {
"line": 57,
"column": 38
},
"end": {
"line": 57,
"column": 42
},
"identifierName": "show"
},
"name": "show"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 1919,
"end": 1932,
"loc": {
"start": {
"line": 57,
"column": 43
},
"end": {
"line": 57,
"column": 56
}
},
"object": {
"type": "MemberExpression",
"start": 1919,
"end": 1926,
"loc": {
"start": {
"line": 57,
"column": 43
},
"end": {
"line": 57,
"column": 50
}
},
"object": {
"type": "Identifier",
"start": 1919,
"end": 1920,
"loc": {
"start": {
"line": 57,
"column": 43
},
"end": {
"line": 57,
"column": 44
},
"identifierName": "e"
},
"name": "e"
},
"property": {
"type": "Identifier",
"start": 1921,
"end": 1926,
"loc": {
"start": {
"line": 57,
"column": 45
},
"end": {
"line": 57,
"column": 50
},
"identifierName": "event"
},
"name": "event"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1927,
"end": 1932,
"loc": {
"start": {
"line": 57,
"column": 51
},
"end": {
"line": 57,
"column": 56
},
"identifierName": "pageX"
},
"name": "pageX"
},
"computed": false
},
{
"type": "MemberExpression",
"start": 1934,
"end": 1947,
"loc": {
"start": {
"line": 57,
"column": 58
},
"end": {
"line": 57,
"column": 71
}
},
"object": {
"type": "MemberExpression",
"start": 1934,
"end": 1941,
"loc": {
"start": {
"line": 57,
"column": 58
},
"end": {
"line": 57,
"column": 65
}
},
"object": {
"type": "Identifier",
"start": 1934,
"end": 1935,
"loc": {
"start": {
"line": 57,
"column": 58
},
"end": {
"line": 57,
"column": 59
},
"identifierName": "e"
},
"name": "e"
},
"property": {
"type": "Identifier",
"start": 1936,
"end": 1941,
"loc": {
"start": {
"line": 57,
"column": 60
},
"end": {
"line": 57,
"column": 65
},
"identifierName": "event"
},
"name": "event"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1942,
"end": 1947,
"loc": {
"start": {
"line": 57,
"column": 66
},
"end": {
"line": 57,
"column": 71
},
"identifierName": "pageY"
},
"name": "pageY"
},
"computed": false
}
]
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1971,
"end": 2789,
"loc": {
"start": {
"line": 60,
"column": 8
},
"end": {
"line": 78,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 1971,
"end": 2788,
"loc": {
"start": {
"line": 60,
"column": 8
},
"end": {
"line": 78,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 1971,
"end": 1988,
"loc": {
"start": {
"line": 60,
"column": 8
},
"end": {
"line": 60,
"column": 25
}
},
"object": {
"type": "MemberExpression",
"start": 1971,
"end": 1985,
"loc": {
"start": {
"line": 60,
"column": 8
},
"end": {
"line": 60,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 1971,
"end": 1975,
"loc": {
"start": {
"line": 60,
"column": 8
},
"end": {
"line": 60,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1976,
"end": 1985,
"loc": {
"start": {
"line": 60,
"column": 13
},
"end": {
"line": 60,
"column": 22
},
"identifierName": "_treeView"
},
"name": "_treeView"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1986,
"end": 1988,
"loc": {
"start": {
"line": 60,
"column": 23
},
"end": {
"line": 60,
"column": 25
},
"identifierName": "on"
},
"name": "on"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1989,
"end": 2007,
"loc": {
"start": {
"line": 60,
"column": 26
},
"end": {
"line": 60,
"column": 44
}
},
"extra": {
"rawValue": "nodeTitleClicked",
"raw": "\"nodeTitleClicked\""
},
"value": "nodeTitleClicked"
},
{
"type": "ArrowFunctionExpression",
"start": 2009,
"end": 2787,
"loc": {
"start": {
"line": 60,
"column": 46
},
"end": {
"line": 78,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2010,
"end": 2011,
"loc": {
"start": {
"line": 60,
"column": 47
},
"end": {
"line": 60,
"column": 48
},
"identifierName": "e"
},
"name": "e"
}
],
"body": {
"type": "BlockStatement",
"start": 2016,
"end": 2787,
"loc": {
"start": {
"line": 60,
"column": 53
},
"end": {
"line": 78,
"column": 9
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 2030,
"end": 2062,
"loc": {
"start": {
"line": 61,
"column": 12
},
"end": {
"line": 61,
"column": 44
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2036,
"end": 2061,
"loc": {
"start": {
"line": 61,
"column": 18
},
"end": {
"line": 61,
"column": 43
}
},
"id": {
"type": "Identifier",
"start": 2036,
"end": 2041,
"loc": {
"start": {
"line": 61,
"column": 18
},
"end": {
"line": 61,
"column": 23
},
"identifierName": "scene"
},
"name": "scene"
},
"init": {
"type": "MemberExpression",
"start": 2044,
"end": 2061,
"loc": {
"start": {
"line": 61,
"column": 26
},
"end": {
"line": 61,
"column": 43
}
},
"object": {
"type": "MemberExpression",
"start": 2044,
"end": 2055,
"loc": {
"start": {
"line": 61,
"column": 26
},
"end": {
"line": 61,
"column": 37
}
},
"object": {
"type": "ThisExpression",
"start": 2044,
"end": 2048,
"loc": {
"start": {
"line": 61,
"column": 26
},
"end": {
"line": 61,
"column": 30
}
}
},
"property": {
"type": "Identifier",
"start": 2049,
"end": 2055,
"loc": {
"start": {
"line": 61,
"column": 31
},
"end": {
"line": 61,
"column": 37
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2056,
"end": 2061,
"loc": {
"start": {
"line": 61,
"column": 38
},
"end": {
"line": 61,
"column": 43
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 2075,
"end": 2096,
"loc": {
"start": {
"line": 62,
"column": 12
},
"end": {
"line": 62,
"column": 33
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2081,
"end": 2095,
"loc": {
"start": {
"line": 62,
"column": 18
},
"end": {
"line": 62,
"column": 32
}
},
"id": {
"type": "Identifier",
"start": 2081,
"end": 2090,
"loc": {
"start": {
"line": 62,
"column": 18
},
"end": {
"line": 62,
"column": 27
},
"identifierName": "objectIds"
},
"name": "objectIds"
},
"init": {
"type": "ArrayExpression",
"start": 2093,
"end": 2095,
"loc": {
"start": {
"line": 62,
"column": 30
},
"end": {
"line": 62,
"column": 32
}
},
"elements": []
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 2109,
"end": 2312,
"loc": {
"start": {
"line": 63,
"column": 12
},
"end": {
"line": 67,
"column": 15
}
},
"expression": {
"type": "CallExpression",
"start": 2109,
"end": 2311,
"loc": {
"start": {
"line": 63,
"column": 12
},
"end": {
"line": 67,
"column": 14
}
},
"callee": {
"type": "MemberExpression",
"start": 2109,
"end": 2138,
"loc": {
"start": {
"line": 63,
"column": 12
},
"end": {
"line": 63,
"column": 41
}
},
"object": {
"type": "MemberExpression",
"start": 2109,
"end": 2125,
"loc": {
"start": {
"line": 63,
"column": 12
},
"end": {
"line": 63,
"column": 28
}
},
"object": {
"type": "Identifier",
"start": 2109,
"end": 2110,
"loc": {
"start": {
"line": 63,
"column": 12
},
"end": {
"line": 63,
"column": 13
},
"identifierName": "e"
},
"name": "e"
},
"property": {
"type": "Identifier",
"start": 2111,
"end": 2125,
"loc": {
"start": {
"line": 63,
"column": 14
},
"end": {
"line": 63,
"column": 28
},
"identifierName": "treeViewPlugin"
},
"name": "treeViewPlugin"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2126,
"end": 2138,
"loc": {
"start": {
"line": 63,
"column": 29
},
"end": {
"line": 63,
"column": 41
},
"identifierName": "withNodeTree"
},
"name": "withNodeTree"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 2139,
"end": 2153,
"loc": {
"start": {
"line": 63,
"column": 42
},
"end": {
"line": 63,
"column": 56
}
},
"object": {
"type": "Identifier",
"start": 2139,
"end": 2140,
"loc": {
"start": {
"line": 63,
"column": 42
},
"end": {
"line": 63,
"column": 43
},
"identifierName": "e"
},
"name": "e"
},
"property": {
"type": "Identifier",
"start": 2141,
"end": 2153,
"loc": {
"start": {
"line": 63,
"column": 44
},
"end": {
"line": 63,
"column": 56
},
"identifierName": "treeViewNode"
},
"name": "treeViewNode"
},
"computed": false
},
{
"type": "ArrowFunctionExpression",
"start": 2155,
"end": 2310,
"loc": {
"start": {
"line": 63,
"column": 58
},
"end": {
"line": 67,
"column": 13
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2156,
"end": 2168,
"loc": {
"start": {
"line": 63,
"column": 59
},
"end": {
"line": 63,
"column": 71
},
"identifierName": "treeViewNode"
},
"name": "treeViewNode"
}
],
"body": {
"type": "BlockStatement",
"start": 2173,
"end": 2310,
"loc": {
"start": {
"line": 63,
"column": 76
},
"end": {
"line": 67,
"column": 13
}
},
"body": [
{
"type": "IfStatement",
"start": 2191,
"end": 2296,
"loc": {
"start": {
"line": 64,
"column": 16
},
"end": {
"line": 66,
"column": 17
}
},
"test": {
"type": "MemberExpression",
"start": 2195,
"end": 2216,
"loc": {
"start": {
"line": 64,
"column": 20
},
"end": {
"line": 64,
"column": 41
}
},
"object": {
"type": "Identifier",
"start": 2195,
"end": 2207,
"loc": {
"start": {
"line": 64,
"column": 20
},
"end": {
"line": 64,
"column": 32
},
"identifierName": "treeViewNode"
},
"name": "treeViewNode"
},
"property": {
"type": "Identifier",
"start": 2208,
"end": 2216,
"loc": {
"start": {
"line": 64,
"column": 33
},
"end": {
"line": 64,
"column": 41
},
"identifierName": "objectId"
},
"name": "objectId"
},
"computed": false
},
"consequent": {
"type": "BlockStatement",
"start": 2218,
"end": 2296,
"loc": {
"start": {
"line": 64,
"column": 43
},
"end": {
"line": 66,
"column": 17
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 2240,
"end": 2278,
"loc": {
"start": {
"line": 65,
"column": 20
},
"end": {
"line": 65,
"column": 58
}
},
"expression": {
"type": "CallExpression",
"start": 2240,
"end": 2277,
"loc": {
"start": {
"line": 65,
"column": 20
},
"end": {
"line": 65,
"column": 57
}
},
"callee": {
"type": "MemberExpression",
"start": 2240,
"end": 2254,
"loc": {
"start": {
"line": 65,
"column": 20
},
"end": {
"line": 65,
"column": 34
}
},
"object": {
"type": "Identifier",
"start": 2240,
"end": 2249,
"loc": {
"start": {
"line": 65,
"column": 20
},
"end": {
"line": 65,
"column": 29
},
"identifierName": "objectIds"
},
"name": "objectIds"
},
"property": {
"type": "Identifier",
"start": 2250,
"end": 2254,
"loc": {
"start": {
"line": 65,
"column": 30
},
"end": {
"line": 65,
"column": 34
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 2255,
"end": 2276,
"loc": {
"start": {
"line": 65,
"column": 35
},
"end": {
"line": 65,
"column": 56
}
},
"object": {
"type": "Identifier",
"start": 2255,
"end": 2267,
"loc": {
"start": {
"line": 65,
"column": 35
},
"end": {
"line": 65,
"column": 47
},
"identifierName": "treeViewNode"
},
"name": "treeViewNode"
},
"property": {
"type": "Identifier",
"start": 2268,
"end": 2276,
"loc": {
"start": {
"line": 65,
"column": 48
},
"end": {
"line": 65,
"column": 56
},
"identifierName": "objectId"
},
"name": "objectId"
},
"computed": false
}
]
}
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
}
}
]
}
},
{
"type": "VariableDeclaration",
"start": 2325,
"end": 2364,
"loc": {
"start": {
"line": 68,
"column": 12
},
"end": {
"line": 68,
"column": 51
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2331,
"end": 2363,
"loc": {
"start": {
"line": 68,
"column": 18
},
"end": {
"line": 68,
"column": 50
}
},
"id": {
"type": "Identifier",
"start": 2331,
"end": 2338,
"loc": {
"start": {
"line": 68,
"column": 18
},
"end": {
"line": 68,
"column": 25
},
"identifierName": "checked"
},
"name": "checked"
},
"init": {
"type": "MemberExpression",
"start": 2341,
"end": 2363,
"loc": {
"start": {
"line": 68,
"column": 28
},
"end": {
"line": 68,
"column": 50
}
},
"object": {
"type": "MemberExpression",
"start": 2341,
"end": 2355,
"loc": {
"start": {
"line": 68,
"column": 28
},
"end": {
"line": 68,
"column": 42
}
},
"object": {
"type": "Identifier",
"start": 2341,
"end": 2342,
"loc": {
"start": {
"line": 68,
"column": 28
},
"end": {
"line": 68,
"column": 29
},
"identifierName": "e"
},
"name": "e"
},
"property": {
"type": "Identifier",
"start": 2343,
"end": 2355,
"loc": {
"start": {
"line": 68,
"column": 30
},
"end": {
"line": 68,
"column": 42
},
"identifierName": "treeViewNode"
},
"name": "treeViewNode"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2356,
"end": 2363,
"loc": {
"start": {
"line": 68,
"column": 43
},
"end": {
"line": 68,
"column": 50
},
"identifierName": "checked"
},
"name": "checked"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 2377,
"end": 2777,
"loc": {
"start": {
"line": 69,
"column": 12
},
"end": {
"line": 77,
"column": 13
}
},
"test": {
"type": "Identifier",
"start": 2381,
"end": 2388,
"loc": {
"start": {
"line": 69,
"column": 16
},
"end": {
"line": 69,
"column": 23
},
"identifierName": "checked"
},
"name": "checked"
},
"consequent": {
"type": "BlockStatement",
"start": 2390,
"end": 2581,
"loc": {
"start": {
"line": 69,
"column": 25
},
"end": {
"line": 73,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 2408,
"end": 2449,
"loc": {
"start": {
"line": 70,
"column": 16
},
"end": {
"line": 70,
"column": 57
}
},
"expression": {
"type": "CallExpression",
"start": 2408,
"end": 2448,
"loc": {
"start": {
"line": 70,
"column": 16
},
"end": {
"line": 70,
"column": 56
}
},
"callee": {
"type": "MemberExpression",
"start": 2408,
"end": 2430,
"loc": {
"start": {
"line": 70,
"column": 16
},
"end": {
"line": 70,
"column": 38
}
},
"object": {
"type": "Identifier",
"start": 2408,
"end": 2413,
"loc": {
"start": {
"line": 70,
"column": 16
},
"end": {
"line": 70,
"column": 21
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 2414,
"end": 2430,
"loc": {
"start": {
"line": 70,
"column": 22
},
"end": {
"line": 70,
"column": 38
},
"identifierName": "setObjectsXRayed"
},
"name": "setObjectsXRayed"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 2431,
"end": 2440,
"loc": {
"start": {
"line": 70,
"column": 39
},
"end": {
"line": 70,
"column": 48
},
"identifierName": "objectIds"
},
"name": "objectIds"
},
{
"type": "BooleanLiteral",
"start": 2442,
"end": 2447,
"loc": {
"start": {
"line": 70,
"column": 50
},
"end": {
"line": 70,
"column": 55
}
},
"value": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 2466,
"end": 2508,
"loc": {
"start": {
"line": 71,
"column": 16
},
"end": {
"line": 71,
"column": 58
}
},
"expression": {
"type": "CallExpression",
"start": 2466,
"end": 2507,
"loc": {
"start": {
"line": 71,
"column": 16
},
"end": {
"line": 71,
"column": 57
}
},
"callee": {
"type": "MemberExpression",
"start": 2466,
"end": 2489,
"loc": {
"start": {
"line": 71,
"column": 16
},
"end": {
"line": 71,
"column": 39
}
},
"object": {
"type": "Identifier",
"start": 2466,
"end": 2471,
"loc": {
"start": {
"line": 71,
"column": 16
},
"end": {
"line": 71,
"column": 21
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 2472,
"end": 2489,
"loc": {
"start": {
"line": 71,
"column": 22
},
"end": {
"line": 71,
"column": 39
},
"identifierName": "setObjectsVisible"
},
"name": "setObjectsVisible"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 2490,
"end": 2499,
"loc": {
"start": {
"line": 71,
"column": 40
},
"end": {
"line": 71,
"column": 49
},
"identifierName": "objectIds"
},
"name": "objectIds"
},
{
"type": "BooleanLiteral",
"start": 2501,
"end": 2506,
"loc": {
"start": {
"line": 71,
"column": 51
},
"end": {
"line": 71,
"column": 56
}
},
"value": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 2525,
"end": 2567,
"loc": {
"start": {
"line": 72,
"column": 16
},
"end": {
"line": 72,
"column": 58
}
},
"expression": {
"type": "CallExpression",
"start": 2525,
"end": 2566,
"loc": {
"start": {
"line": 72,
"column": 16
},
"end": {
"line": 72,
"column": 57
}
},
"callee": {
"type": "MemberExpression",
"start": 2525,
"end": 2549,
"loc": {
"start": {
"line": 72,
"column": 16
},
"end": {
"line": 72,
"column": 40
}
},
"object": {
"type": "Identifier",
"start": 2525,
"end": 2530,
"loc": {
"start": {
"line": 72,
"column": 16
},
"end": {
"line": 72,
"column": 21
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 2531,
"end": 2549,
"loc": {
"start": {
"line": 72,
"column": 22
},
"end": {
"line": 72,
"column": 40
},
"identifierName": "setObjectsPickable"
},
"name": "setObjectsPickable"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 2550,
"end": 2559,
"loc": {
"start": {
"line": 72,
"column": 41
},
"end": {
"line": 72,
"column": 50
},
"identifierName": "objectIds"
},
"name": "objectIds"
},
{
"type": "BooleanLiteral",
"start": 2561,
"end": 2565,
"loc": {
"start": {
"line": 72,
"column": 52
},
"end": {
"line": 72,
"column": 56
}
},
"value": true
}
]
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 2587,
"end": 2777,
"loc": {
"start": {
"line": 73,
"column": 19
},
"end": {
"line": 77,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 2605,
"end": 2646,
"loc": {
"start": {
"line": 74,
"column": 16
},
"end": {
"line": 74,
"column": 57
}
},
"expression": {
"type": "CallExpression",
"start": 2605,
"end": 2645,
"loc": {
"start": {
"line": 74,
"column": 16
},
"end": {
"line": 74,
"column": 56
}
},
"callee": {
"type": "MemberExpression",
"start": 2605,
"end": 2627,
"loc": {
"start": {
"line": 74,
"column": 16
},
"end": {
"line": 74,
"column": 38
}
},
"object": {
"type": "Identifier",
"start": 2605,
"end": 2610,
"loc": {
"start": {
"line": 74,
"column": 16
},
"end": {
"line": 74,
"column": 21
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 2611,
"end": 2627,
"loc": {
"start": {
"line": 74,
"column": 22
},
"end": {
"line": 74,
"column": 38
},
"identifierName": "setObjectsXRayed"
},
"name": "setObjectsXRayed"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 2628,
"end": 2637,
"loc": {
"start": {
"line": 74,
"column": 39
},
"end": {
"line": 74,
"column": 48
},
"identifierName": "objectIds"
},
"name": "objectIds"
},
{
"type": "BooleanLiteral",
"start": 2639,
"end": 2644,
"loc": {
"start": {
"line": 74,
"column": 50
},
"end": {
"line": 74,
"column": 55
}
},
"value": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 2663,
"end": 2704,
"loc": {
"start": {
"line": 75,
"column": 16
},
"end": {
"line": 75,
"column": 57
}
},
"expression": {
"type": "CallExpression",
"start": 2663,
"end": 2703,
"loc": {
"start": {
"line": 75,
"column": 16
},
"end": {
"line": 75,
"column": 56
}
},
"callee": {
"type": "MemberExpression",
"start": 2663,
"end": 2686,
"loc": {
"start": {
"line": 75,
"column": 16
},
"end": {
"line": 75,
"column": 39
}
},
"object": {
"type": "Identifier",
"start": 2663,
"end": 2668,
"loc": {
"start": {
"line": 75,
"column": 16
},
"end": {
"line": 75,
"column": 21
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 2669,
"end": 2686,
"loc": {
"start": {
"line": 75,
"column": 22
},
"end": {
"line": 75,
"column": 39
},
"identifierName": "setObjectsVisible"
},
"name": "setObjectsVisible"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 2687,
"end": 2696,
"loc": {
"start": {
"line": 75,
"column": 40
},
"end": {
"line": 75,
"column": 49
},
"identifierName": "objectIds"
},
"name": "objectIds"
},
{
"type": "BooleanLiteral",
"start": 2698,
"end": 2702,
"loc": {
"start": {
"line": 75,
"column": 51
},
"end": {
"line": 75,
"column": 55
}
},
"value": true
}
]
}
},
{
"type": "ExpressionStatement",
"start": 2721,
"end": 2763,
"loc": {
"start": {
"line": 76,
"column": 16
},
"end": {
"line": 76,
"column": 58
}
},
"expression": {
"type": "CallExpression",
"start": 2721,
"end": 2762,
"loc": {
"start": {
"line": 76,
"column": 16
},
"end": {
"line": 76,
"column": 57
}
},
"callee": {
"type": "MemberExpression",
"start": 2721,
"end": 2745,
"loc": {
"start": {
"line": 76,
"column": 16
},
"end": {
"line": 76,
"column": 40
}
},
"object": {
"type": "Identifier",
"start": 2721,
"end": 2726,
"loc": {
"start": {
"line": 76,
"column": 16
},
"end": {
"line": 76,
"column": 21
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 2727,
"end": 2745,
"loc": {
"start": {
"line": 76,
"column": 22
},
"end": {
"line": 76,
"column": 40
},
"identifierName": "setObjectsPickable"
},
"name": "setObjectsPickable"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 2746,
"end": 2755,
"loc": {
"start": {
"line": 76,
"column": 41
},
"end": {
"line": 76,
"column": 50
},
"identifierName": "objectIds"
},
"name": "objectIds"
},
{
"type": "BooleanLiteral",
"start": 2757,
"end": 2761,
"loc": {
"start": {
"line": 76,
"column": 52
},
"end": {
"line": 76,
"column": 56
}
},
"value": true
}
]
}
}
],
"directives": []
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 2799,
"end": 3242,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 90,
"column": 11
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2799,
"end": 3241,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 90,
"column": 10
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2799,
"end": 2818,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 27
}
},
"object": {
"type": "ThisExpression",
"start": 2799,
"end": 2803,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 2804,
"end": 2818,
"loc": {
"start": {
"line": 80,
"column": 13
},
"end": {
"line": 80,
"column": 27
},
"identifierName": "_onModelLoaded"
},
"name": "_onModelLoaded"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 2821,
"end": 3241,
"loc": {
"start": {
"line": 80,
"column": 30
},
"end": {
"line": 90,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 2821,
"end": 2841,
"loc": {
"start": {
"line": 80,
"column": 30
},
"end": {
"line": 80,
"column": 50
}
},
"object": {
"type": "MemberExpression",
"start": 2821,
"end": 2838,
"loc": {
"start": {
"line": 80,
"column": 30
},
"end": {
"line": 80,
"column": 47
}
},
"object": {
"type": "MemberExpression",
"start": 2821,
"end": 2832,
"loc": {
"start": {
"line": 80,
"column": 30
},
"end": {
"line": 80,
"column": 41
}
},
"object": {
"type": "ThisExpression",
"start": 2821,
"end": 2825,
"loc": {
"start": {
"line": 80,
"column": 30
},
"end": {
"line": 80,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"start": 2826,
"end": 2832,
"loc": {
"start": {
"line": 80,
"column": 35
},
"end": {
"line": 80,
"column": 41
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2833,
"end": 2838,
"loc": {
"start": {
"line": 80,
"column": 42
},
"end": {
"line": 80,
"column": 47
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2839,
"end": 2841,
"loc": {
"start": {
"line": 80,
"column": 48
},
"end": {
"line": 80,
"column": 50
},
"identifierName": "on"
},
"name": "on"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 2842,
"end": 2855,
"loc": {
"start": {
"line": 80,
"column": 51
},
"end": {
"line": 80,
"column": 64
}
},
"extra": {
"rawValue": "modelLoaded",
"raw": "\"modelLoaded\""
},
"value": "modelLoaded"
},
{
"type": "ArrowFunctionExpression",
"start": 2857,
"end": 3240,
"loc": {
"start": {
"line": 80,
"column": 66
},
"end": {
"line": 90,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2858,
"end": 2865,
"loc": {
"start": {
"line": 80,
"column": 67
},
"end": {
"line": 80,
"column": 74
},
"identifierName": "modelId"
},
"name": "modelId"
}
],
"body": {
"type": "BlockStatement",
"start": 2870,
"end": 3240,
"loc": {
"start": {
"line": 80,
"column": 79
},
"end": {
"line": 90,
"column": 9
}
},
"body": [
{
"type": "IfStatement",
"start": 2884,
"end": 3230,
"loc": {
"start": {
"line": 81,
"column": 12
},
"end": {
"line": 89,
"column": 13
}
},
"test": {
"type": "MemberExpression",
"start": 2888,
"end": 2929,
"loc": {
"start": {
"line": 81,
"column": 16
},
"end": {
"line": 81,
"column": 57
}
},
"object": {
"type": "MemberExpression",
"start": 2888,
"end": 2920,
"loc": {
"start": {
"line": 81,
"column": 16
},
"end": {
"line": 81,
"column": 48
}
},
"object": {
"type": "MemberExpression",
"start": 2888,
"end": 2909,
"loc": {
"start": {
"line": 81,
"column": 16
},
"end": {
"line": 81,
"column": 37
}
},
"object": {
"type": "MemberExpression",
"start": 2888,
"end": 2899,
"loc": {
"start": {
"line": 81,
"column": 16
},
"end": {
"line": 81,
"column": 27
}
},
"object": {
"type": "ThisExpression",
"start": 2888,
"end": 2892,
"loc": {
"start": {
"line": 81,
"column": 16
},
"end": {
"line": 81,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"start": 2893,
"end": 2899,
"loc": {
"start": {
"line": 81,
"column": 21
},
"end": {
"line": 81,
"column": 27
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2900,
"end": 2909,
"loc": {
"start": {
"line": 81,
"column": 28
},
"end": {
"line": 81,
"column": 37
},
"identifierName": "metaScene"
},
"name": "metaScene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2910,
"end": 2920,
"loc": {
"start": {
"line": 81,
"column": 38
},
"end": {
"line": 81,
"column": 48
},
"identifierName": "metaModels"
},
"name": "metaModels"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2921,
"end": 2928,
"loc": {
"start": {
"line": 81,
"column": 49
},
"end": {
"line": 81,
"column": 56
},
"identifierName": "modelId"
},
"name": "modelId"
},
"computed": true
},
"consequent": {
"type": "BlockStatement",
"start": 2931,
"end": 3230,
"loc": {
"start": {
"line": 81,
"column": 59
},
"end": {
"line": 89,
"column": 13
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 2949,
"end": 3020,
"loc": {
"start": {
"line": 82,
"column": 16
},
"end": {
"line": 82,
"column": 87
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2955,
"end": 3019,
"loc": {
"start": {
"line": 82,
"column": 22
},
"end": {
"line": 82,
"column": 86
}
},
"id": {
"type": "Identifier",
"start": 2955,
"end": 2964,
"loc": {
"start": {
"line": 82,
"column": 22
},
"end": {
"line": 82,
"column": 31
},
"identifierName": "modelInfo"
},
"name": "modelInfo"
},
"init": {
"type": "CallExpression",
"start": 2967,
"end": 3019,
"loc": {
"start": {
"line": 82,
"column": 34
},
"end": {
"line": 82,
"column": 86
}
},
"callee": {
"type": "MemberExpression",
"start": 2967,
"end": 3010,
"loc": {
"start": {
"line": 82,
"column": 34
},
"end": {
"line": 82,
"column": 77
}
},
"object": {
"type": "MemberExpression",
"start": 2967,
"end": 2997,
"loc": {
"start": {
"line": 82,
"column": 34
},
"end": {
"line": 82,
"column": 64
}
},
"object": {
"type": "MemberExpression",
"start": 2967,
"end": 2981,
"loc": {
"start": {
"line": 82,
"column": 34
},
"end": {
"line": 82,
"column": 48
}
},
"object": {
"type": "ThisExpression",
"start": 2967,
"end": 2971,
"loc": {
"start": {
"line": 82,
"column": 34
},
"end": {
"line": 82,
"column": 38
}
}
},
"property": {
"type": "Identifier",
"start": 2972,
"end": 2981,
"loc": {
"start": {
"line": 82,
"column": 39
},
"end": {
"line": 82,
"column": 48
},
"identifierName": "bimViewer"
},
"name": "bimViewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2982,
"end": 2997,
"loc": {
"start": {
"line": 82,
"column": 49
},
"end": {
"line": 82,
"column": 64
},
"identifierName": "_modelsExplorer"
},
"name": "_modelsExplorer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2998,
"end": 3010,
"loc": {
"start": {
"line": 82,
"column": 65
},
"end": {
"line": 82,
"column": 77
},
"identifierName": "getModelInfo"
},
"name": "getModelInfo"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 3011,
"end": 3018,
"loc": {
"start": {
"line": 82,
"column": 78
},
"end": {
"line": 82,
"column": 85
},
"identifierName": "modelId"
},
"name": "modelId"
}
]
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 3037,
"end": 3100,
"loc": {
"start": {
"line": 83,
"column": 16
},
"end": {
"line": 85,
"column": 17
}
},
"test": {
"type": "UnaryExpression",
"start": 3041,
"end": 3051,
"loc": {
"start": {
"line": 83,
"column": 20
},
"end": {
"line": 83,
"column": 30
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 3042,
"end": 3051,
"loc": {
"start": {
"line": 83,
"column": 21
},
"end": {
"line": 83,
"column": 30
},
"identifierName": "modelInfo"
},
"name": "modelInfo"
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 3053,
"end": 3100,
"loc": {
"start": {
"line": 83,
"column": 32
},
"end": {
"line": 85,
"column": 17
}
},
"body": [
{
"type": "ReturnStatement",
"start": 3075,
"end": 3082,
"loc": {
"start": {
"line": 84,
"column": 20
},
"end": {
"line": 84,
"column": 27
}
},
"argument": null
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 3117,
"end": 3216,
"loc": {
"start": {
"line": 86,
"column": 16
},
"end": {
"line": 88,
"column": 19
}
},
"expression": {
"type": "CallExpression",
"start": 3117,
"end": 3215,
"loc": {
"start": {
"line": 86,
"column": 16
},
"end": {
"line": 88,
"column": 18
}
},
"callee": {
"type": "MemberExpression",
"start": 3117,
"end": 3140,
"loc": {
"start": {
"line": 86,
"column": 16
},
"end": {
"line": 86,
"column": 39
}
},
"object": {
"type": "MemberExpression",
"start": 3117,
"end": 3131,
"loc": {
"start": {
"line": 86,
"column": 16
},
"end": {
"line": 86,
"column": 30
}
},
"object": {
"type": "ThisExpression",
"start": 3117,
"end": 3121,
"loc": {
"start": {
"line": 86,
"column": 16
},
"end": {
"line": 86,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"start": 3122,
"end": 3131,
"loc": {
"start": {
"line": 86,
"column": 21
},
"end": {
"line": 86,
"column": 30
},
"identifierName": "_treeView"
},
"name": "_treeView"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3132,
"end": 3140,
"loc": {
"start": {
"line": 86,
"column": 31
},
"end": {
"line": 86,
"column": 39
},
"identifierName": "addModel"
},
"name": "addModel"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 3141,
"end": 3148,
"loc": {
"start": {
"line": 86,
"column": 40
},
"end": {
"line": 86,
"column": 47
},
"identifierName": "modelId"
},
"name": "modelId"
},
{
"type": "ObjectExpression",
"start": 3150,
"end": 3214,
"loc": {
"start": {
"line": 86,
"column": 49
},
"end": {
"line": 88,
"column": 17
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 3172,
"end": 3196,
"loc": {
"start": {
"line": 87,
"column": 20
},
"end": {
"line": 87,
"column": 44
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 3172,
"end": 3180,
"loc": {
"start": {
"line": 87,
"column": 20
},
"end": {
"line": 87,
"column": 28
},
"identifierName": "rootName"
},
"name": "rootName"
},
"value": {
"type": "MemberExpression",
"start": 3182,
"end": 3196,
"loc": {
"start": {
"line": 87,
"column": 30
},
"end": {
"line": 87,
"column": 44
}
},
"object": {
"type": "Identifier",
"start": 3182,
"end": 3191,
"loc": {
"start": {
"line": 87,
"column": 30
},
"end": {
"line": 87,
"column": 39
},
"identifierName": "modelInfo"
},
"name": "modelInfo"
},
"property": {
"type": "Identifier",
"start": 3192,
"end": 3196,
"loc": {
"start": {
"line": 87,
"column": 40
},
"end": {
"line": 87,
"column": 44
},
"identifierName": "name"
},
"name": "name"
},
"computed": false
}
}
]
}
]
}
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
}
}
]
}
}
},
{
"type": "ExpressionStatement",
"start": 3252,
"end": 3468,
"loc": {
"start": {
"line": 92,
"column": 8
},
"end": {
"line": 96,
"column": 11
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3252,
"end": 3467,
"loc": {
"start": {
"line": 92,
"column": 8
},
"end": {
"line": 96,
"column": 10
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3252,
"end": 3273,
"loc": {
"start": {
"line": 92,
"column": 8
},
"end": {
"line": 92,
"column": 29
}
},
"object": {
"type": "ThisExpression",
"start": 3252,
"end": 3256,
"loc": {
"start": {
"line": 92,
"column": 8
},
"end": {
"line": 92,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 3257,
"end": 3273,
"loc": {
"start": {
"line": 92,
"column": 13
},
"end": {
"line": 92,
"column": 29
},
"identifierName": "_onModelUnloaded"
},
"name": "_onModelUnloaded"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 3276,
"end": 3467,
"loc": {
"start": {
"line": 92,
"column": 32
},
"end": {
"line": 96,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 3276,
"end": 3296,
"loc": {
"start": {
"line": 92,
"column": 32
},
"end": {
"line": 92,
"column": 52
}
},
"object": {
"type": "MemberExpression",
"start": 3276,
"end": 3293,
"loc": {
"start": {
"line": 92,
"column": 32
},
"end": {
"line": 92,
"column": 49
}
},
"object": {
"type": "MemberExpression",
"start": 3276,
"end": 3287,
"loc": {
"start": {
"line": 92,
"column": 32
},
"end": {
"line": 92,
"column": 43
}
},
"object": {
"type": "ThisExpression",
"start": 3276,
"end": 3280,
"loc": {
"start": {
"line": 92,
"column": 32
},
"end": {
"line": 92,
"column": 36
}
}
},
"property": {
"type": "Identifier",
"start": 3281,
"end": 3287,
"loc": {
"start": {
"line": 92,
"column": 37
},
"end": {
"line": 92,
"column": 43
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3288,
"end": 3293,
"loc": {
"start": {
"line": 92,
"column": 44
},
"end": {
"line": 92,
"column": 49
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3294,
"end": 3296,
"loc": {
"start": {
"line": 92,
"column": 50
},
"end": {
"line": 92,
"column": 52
},
"identifierName": "on"
},
"name": "on"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 3297,
"end": 3312,
"loc": {
"start": {
"line": 92,
"column": 53
},
"end": {
"line": 92,
"column": 68
}
},
"extra": {
"rawValue": "modelUnloaded",
"raw": "\"modelUnloaded\""
},
"value": "modelUnloaded"
},
{
"type": "ArrowFunctionExpression",
"start": 3314,
"end": 3466,
"loc": {
"start": {
"line": 92,
"column": 70
},
"end": {
"line": 96,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 3315,
"end": 3322,
"loc": {
"start": {
"line": 92,
"column": 71
},
"end": {
"line": 92,
"column": 78
},
"identifierName": "modelId"
},
"name": "modelId"
}
],
"body": {
"type": "BlockStatement",
"start": 3327,
"end": 3466,
"loc": {
"start": {
"line": 92,
"column": 83
},
"end": {
"line": 96,
"column": 9
}
},
"body": [
{
"type": "IfStatement",
"start": 3341,
"end": 3456,
"loc": {
"start": {
"line": 93,
"column": 12
},
"end": {
"line": 95,
"column": 13
}
},
"test": {
"type": "MemberExpression",
"start": 3345,
"end": 3386,
"loc": {
"start": {
"line": 93,
"column": 16
},
"end": {
"line": 93,
"column": 57
}
},
"object": {
"type": "MemberExpression",
"start": 3345,
"end": 3377,
"loc": {
"start": {
"line": 93,
"column": 16
},
"end": {
"line": 93,
"column": 48
}
},
"object": {
"type": "MemberExpression",
"start": 3345,
"end": 3366,
"loc": {
"start": {
"line": 93,
"column": 16
},
"end": {
"line": 93,
"column": 37
}
},
"object": {
"type": "MemberExpression",
"start": 3345,
"end": 3356,
"loc": {
"start": {
"line": 93,
"column": 16
},
"end": {
"line": 93,
"column": 27
}
},
"object": {
"type": "ThisExpression",
"start": 3345,
"end": 3349,
"loc": {
"start": {
"line": 93,
"column": 16
},
"end": {
"line": 93,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"start": 3350,
"end": 3356,
"loc": {
"start": {
"line": 93,
"column": 21
},
"end": {
"line": 93,
"column": 27
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3357,
"end": 3366,
"loc": {
"start": {
"line": 93,
"column": 28
},
"end": {
"line": 93,
"column": 37
},
"identifierName": "metaScene"
},
"name": "metaScene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3367,
"end": 3377,
"loc": {
"start": {
"line": 93,
"column": 38
},
"end": {
"line": 93,
"column": 48
},
"identifierName": "metaModels"
},
"name": "metaModels"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3378,
"end": 3385,
"loc": {
"start": {
"line": 93,
"column": 49
},
"end": {
"line": 93,
"column": 56
},
"identifierName": "modelId"
},
"name": "modelId"
},
"computed": true
},
"consequent": {
"type": "BlockStatement",
"start": 3388,
"end": 3456,
"loc": {
"start": {
"line": 93,
"column": 59
},
"end": {
"line": 95,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3406,
"end": 3442,
"loc": {
"start": {
"line": 94,
"column": 16
},
"end": {
"line": 94,
"column": 52
}
},
"expression": {
"type": "CallExpression",
"start": 3406,
"end": 3441,
"loc": {
"start": {
"line": 94,
"column": 16
},
"end": {
"line": 94,
"column": 51
}
},
"callee": {
"type": "MemberExpression",
"start": 3406,
"end": 3432,
"loc": {
"start": {
"line": 94,
"column": 16
},
"end": {
"line": 94,
"column": 42
}
},
"object": {
"type": "MemberExpression",
"start": 3406,
"end": 3420,
"loc": {
"start": {
"line": 94,
"column": 16
},
"end": {
"line": 94,
"column": 30
}
},
"object": {
"type": "ThisExpression",
"start": 3406,
"end": 3410,
"loc": {
"start": {
"line": 94,
"column": 16
},
"end": {
"line": 94,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"start": 3411,
"end": 3420,
"loc": {
"start": {
"line": 94,
"column": 21
},
"end": {
"line": 94,
"column": 30
},
"identifierName": "_treeView"
},
"name": "_treeView"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3421,
"end": 3432,
"loc": {
"start": {
"line": 94,
"column": 31
},
"end": {
"line": 94,
"column": 42
},
"identifierName": "removeModel"
},
"name": "removeModel"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 3433,
"end": 3440,
"loc": {
"start": {
"line": 94,
"column": 43
},
"end": {
"line": 94,
"column": 50
},
"identifierName": "modelId"
},
"name": "modelId"
}
]
}
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
}
}
]
}
}
},
{
"type": "ExpressionStatement",
"start": 3478,
"end": 3563,
"loc": {
"start": {
"line": 98,
"column": 8
},
"end": {
"line": 100,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 3478,
"end": 3562,
"loc": {
"start": {
"line": 98,
"column": 8
},
"end": {
"line": 100,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 3478,
"end": 3495,
"loc": {
"start": {
"line": 98,
"column": 8
},
"end": {
"line": 98,
"column": 25
}
},
"object": {
"type": "MemberExpression",
"start": 3478,
"end": 3492,
"loc": {
"start": {
"line": 98,
"column": 8
},
"end": {
"line": 98,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 3478,
"end": 3482,
"loc": {
"start": {
"line": 98,
"column": 8
},
"end": {
"line": 98,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 3483,
"end": 3492,
"loc": {
"start": {
"line": 98,
"column": 13
},
"end": {
"line": 98,
"column": 22
},
"identifierName": "bimViewer"
},
"name": "bimViewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3493,
"end": 3495,
"loc": {
"start": {
"line": 98,
"column": 23
},
"end": {
"line": 98,
"column": 25
},
"identifierName": "on"
},
"name": "on"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 3496,
"end": 3503,
"loc": {
"start": {
"line": 98,
"column": 26
},
"end": {
"line": 98,
"column": 33
}
},
"extra": {
"rawValue": "reset",
"raw": "\"reset\""
},
"value": "reset"
},
{
"type": "ArrowFunctionExpression",
"start": 3505,
"end": 3561,
"loc": {
"start": {
"line": 98,
"column": 35
},
"end": {
"line": 100,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 3511,
"end": 3561,
"loc": {
"start": {
"line": 98,
"column": 41
},
"end": {
"line": 100,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3525,
"end": 3551,
"loc": {
"start": {
"line": 99,
"column": 12
},
"end": {
"line": 99,
"column": 38
}
},
"expression": {
"type": "CallExpression",
"start": 3525,
"end": 3550,
"loc": {
"start": {
"line": 99,
"column": 12
},
"end": {
"line": 99,
"column": 37
}
},
"callee": {
"type": "MemberExpression",
"start": 3525,
"end": 3548,
"loc": {
"start": {
"line": 99,
"column": 12
},
"end": {
"line": 99,
"column": 35
}
},
"object": {
"type": "MemberExpression",
"start": 3525,
"end": 3539,
"loc": {
"start": {
"line": 99,
"column": 12
},
"end": {
"line": 99,
"column": 26
}
},
"object": {
"type": "ThisExpression",
"start": 3525,
"end": 3529,
"loc": {
"start": {
"line": 99,
"column": 12
},
"end": {
"line": 99,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 3530,
"end": 3539,
"loc": {
"start": {
"line": 99,
"column": 17
},
"end": {
"line": 99,
"column": 26
},
"identifierName": "_treeView"
},
"name": "_treeView"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3540,
"end": 3548,
"loc": {
"start": {
"line": 99,
"column": 27
},
"end": {
"line": 99,
"column": 35
},
"identifierName": "collapse"
},
"name": "collapse"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
}
}
]
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 3575,
"end": 4092,
"loc": {
"start": {
"line": 103,
"column": 4
},
"end": {
"line": 113,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 3575,
"end": 3585,
"loc": {
"start": {
"line": 103,
"column": 4
},
"end": {
"line": 103,
"column": 14
},
"identifierName": "setEnabled"
},
"name": "setEnabled"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 3586,
"end": 3593,
"loc": {
"start": {
"line": 103,
"column": 15
},
"end": {
"line": 103,
"column": 22
},
"identifierName": "enabled"
},
"name": "enabled"
}
],
"body": {
"type": "BlockStatement",
"start": 3595,
"end": 4092,
"loc": {
"start": {
"line": 103,
"column": 24
},
"end": {
"line": 113,
"column": 5
}
},
"body": [
{
"type": "IfStatement",
"start": 3605,
"end": 4086,
"loc": {
"start": {
"line": 104,
"column": 8
},
"end": {
"line": 112,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 3609,
"end": 3617,
"loc": {
"start": {
"line": 104,
"column": 12
},
"end": {
"line": 104,
"column": 20
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 3610,
"end": 3617,
"loc": {
"start": {
"line": 104,
"column": 13
},
"end": {
"line": 104,
"column": 20
},
"identifierName": "enabled"
},
"name": "enabled"
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 3619,
"end": 3845,
"loc": {
"start": {
"line": 104,
"column": 22
},
"end": {
"line": 108,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3633,
"end": 3689,
"loc": {
"start": {
"line": 105,
"column": 12
},
"end": {
"line": 105,
"column": 68
}
},
"expression": {
"type": "CallExpression",
"start": 3633,
"end": 3688,
"loc": {
"start": {
"line": 105,
"column": 12
},
"end": {
"line": 105,
"column": 67
}
},
"callee": {
"type": "MemberExpression",
"start": 3633,
"end": 3676,
"loc": {
"start": {
"line": 105,
"column": 12
},
"end": {
"line": 105,
"column": 55
}
},
"object": {
"type": "MemberExpression",
"start": 3633,
"end": 3672,
"loc": {
"start": {
"line": 105,
"column": 12
},
"end": {
"line": 105,
"column": 51
}
},
"object": {
"type": "MemberExpression",
"start": 3633,
"end": 3662,
"loc": {
"start": {
"line": 105,
"column": 12
},
"end": {
"line": 105,
"column": 41
}
},
"object": {
"type": "ThisExpression",
"start": 3633,
"end": 3637,
"loc": {
"start": {
"line": 105,
"column": 12
},
"end": {
"line": 105,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 3638,
"end": 3662,
"loc": {
"start": {
"line": 105,
"column": 17
},
"end": {
"line": 105,
"column": 41
},
"identifierName": "_objectsTabButtonElement"
},
"name": "_objectsTabButtonElement"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3663,
"end": 3672,
"loc": {
"start": {
"line": 105,
"column": 42
},
"end": {
"line": 105,
"column": 51
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3673,
"end": 3676,
"loc": {
"start": {
"line": 105,
"column": 52
},
"end": {
"line": 105,
"column": 55
},
"identifierName": "add"
},
"name": "add"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 3677,
"end": 3687,
"loc": {
"start": {
"line": 105,
"column": 56
},
"end": {
"line": 105,
"column": 66
}
},
"extra": {
"rawValue": "disabled",
"raw": "\"disabled\""
},
"value": "disabled"
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3702,
"end": 3762,
"loc": {
"start": {
"line": 106,
"column": 12
},
"end": {
"line": 106,
"column": 72
}
},
"expression": {
"type": "CallExpression",
"start": 3702,
"end": 3761,
"loc": {
"start": {
"line": 106,
"column": 12
},
"end": {
"line": 106,
"column": 71
}
},
"callee": {
"type": "MemberExpression",
"start": 3702,
"end": 3749,
"loc": {
"start": {
"line": 106,
"column": 12
},
"end": {
"line": 106,
"column": 59
}
},
"object": {
"type": "MemberExpression",
"start": 3702,
"end": 3745,
"loc": {
"start": {
"line": 106,
"column": 12
},
"end": {
"line": 106,
"column": 55
}
},
"object": {
"type": "MemberExpression",
"start": 3702,
"end": 3735,
"loc": {
"start": {
"line": 106,
"column": 12
},
"end": {
"line": 106,
"column": 45
}
},
"object": {
"type": "ThisExpression",
"start": 3702,
"end": 3706,
"loc": {
"start": {
"line": 106,
"column": 12
},
"end": {
"line": 106,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 3707,
"end": 3735,
"loc": {
"start": {
"line": 106,
"column": 17
},
"end": {
"line": 106,
"column": 45
},
"identifierName": "_showAllObjectsButtonElement"
},
"name": "_showAllObjectsButtonElement"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3736,
"end": 3745,
"loc": {
"start": {
"line": 106,
"column": 46
},
"end": {
"line": 106,
"column": 55
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3746,
"end": 3749,
"loc": {
"start": {
"line": 106,
"column": 56
},
"end": {
"line": 106,
"column": 59
},
"identifierName": "add"
},
"name": "add"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 3750,
"end": 3760,
"loc": {
"start": {
"line": 106,
"column": 60
},
"end": {
"line": 106,
"column": 70
}
},
"extra": {
"rawValue": "disabled",
"raw": "\"disabled\""
},
"value": "disabled"
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3775,
"end": 3835,
"loc": {
"start": {
"line": 107,
"column": 12
},
"end": {
"line": 107,
"column": 72
}
},
"expression": {
"type": "CallExpression",
"start": 3775,
"end": 3834,
"loc": {
"start": {
"line": 107,
"column": 12
},
"end": {
"line": 107,
"column": 71
}
},
"callee": {
"type": "MemberExpression",
"start": 3775,
"end": 3822,
"loc": {
"start": {
"line": 107,
"column": 12
},
"end": {
"line": 107,
"column": 59
}
},
"object": {
"type": "MemberExpression",
"start": 3775,
"end": 3818,
"loc": {
"start": {
"line": 107,
"column": 12
},
"end": {
"line": 107,
"column": 55
}
},
"object": {
"type": "MemberExpression",
"start": 3775,
"end": 3808,
"loc": {
"start": {
"line": 107,
"column": 12
},
"end": {
"line": 107,
"column": 45
}
},
"object": {
"type": "ThisExpression",
"start": 3775,
"end": 3779,
"loc": {
"start": {
"line": 107,
"column": 12
},
"end": {
"line": 107,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 3780,
"end": 3808,
"loc": {
"start": {
"line": 107,
"column": 17
},
"end": {
"line": 107,
"column": 45
},
"identifierName": "_hideAllObjectsButtonElement"
},
"name": "_hideAllObjectsButtonElement"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3809,
"end": 3818,
"loc": {
"start": {
"line": 107,
"column": 46
},
"end": {
"line": 107,
"column": 55
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3819,
"end": 3822,
"loc": {
"start": {
"line": 107,
"column": 56
},
"end": {
"line": 107,
"column": 59
},
"identifierName": "add"
},
"name": "add"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 3823,
"end": 3833,
"loc": {
"start": {
"line": 107,
"column": 60
},
"end": {
"line": 107,
"column": 70
}
},
"extra": {
"rawValue": "disabled",
"raw": "\"disabled\""
},
"value": "disabled"
}
]
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 3851,
"end": 4086,
"loc": {
"start": {
"line": 108,
"column": 15
},
"end": {
"line": 112,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 3865,
"end": 3924,
"loc": {
"start": {
"line": 109,
"column": 12
},
"end": {
"line": 109,
"column": 71
}
},
"expression": {
"type": "CallExpression",
"start": 3865,
"end": 3923,
"loc": {
"start": {
"line": 109,
"column": 12
},
"end": {
"line": 109,
"column": 70
}
},
"callee": {
"type": "MemberExpression",
"start": 3865,
"end": 3911,
"loc": {
"start": {
"line": 109,
"column": 12
},
"end": {
"line": 109,
"column": 58
}
},
"object": {
"type": "MemberExpression",
"start": 3865,
"end": 3904,
"loc": {
"start": {
"line": 109,
"column": 12
},
"end": {
"line": 109,
"column": 51
}
},
"object": {
"type": "MemberExpression",
"start": 3865,
"end": 3894,
"loc": {
"start": {
"line": 109,
"column": 12
},
"end": {
"line": 109,
"column": 41
}
},
"object": {
"type": "ThisExpression",
"start": 3865,
"end": 3869,
"loc": {
"start": {
"line": 109,
"column": 12
},
"end": {
"line": 109,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 3870,
"end": 3894,
"loc": {
"start": {
"line": 109,
"column": 17
},
"end": {
"line": 109,
"column": 41
},
"identifierName": "_objectsTabButtonElement"
},
"name": "_objectsTabButtonElement"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3895,
"end": 3904,
"loc": {
"start": {
"line": 109,
"column": 42
},
"end": {
"line": 109,
"column": 51
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3905,
"end": 3911,
"loc": {
"start": {
"line": 109,
"column": 52
},
"end": {
"line": 109,
"column": 58
},
"identifierName": "remove"
},
"name": "remove"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 3912,
"end": 3922,
"loc": {
"start": {
"line": 109,
"column": 59
},
"end": {
"line": 109,
"column": 69
}
},
"extra": {
"rawValue": "disabled",
"raw": "\"disabled\""
},
"value": "disabled"
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3937,
"end": 4000,
"loc": {
"start": {
"line": 110,
"column": 12
},
"end": {
"line": 110,
"column": 75
}
},
"expression": {
"type": "CallExpression",
"start": 3937,
"end": 3999,
"loc": {
"start": {
"line": 110,
"column": 12
},
"end": {
"line": 110,
"column": 74
}
},
"callee": {
"type": "MemberExpression",
"start": 3937,
"end": 3987,
"loc": {
"start": {
"line": 110,
"column": 12
},
"end": {
"line": 110,
"column": 62
}
},
"object": {
"type": "MemberExpression",
"start": 3937,
"end": 3980,
"loc": {
"start": {
"line": 110,
"column": 12
},
"end": {
"line": 110,
"column": 55
}
},
"object": {
"type": "MemberExpression",
"start": 3937,
"end": 3970,
"loc": {
"start": {
"line": 110,
"column": 12
},
"end": {
"line": 110,
"column": 45
}
},
"object": {
"type": "ThisExpression",
"start": 3937,
"end": 3941,
"loc": {
"start": {
"line": 110,
"column": 12
},
"end": {
"line": 110,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 3942,
"end": 3970,
"loc": {
"start": {
"line": 110,
"column": 17
},
"end": {
"line": 110,
"column": 45
},
"identifierName": "_showAllObjectsButtonElement"
},
"name": "_showAllObjectsButtonElement"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3971,
"end": 3980,
"loc": {
"start": {
"line": 110,
"column": 46
},
"end": {
"line": 110,
"column": 55
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3981,
"end": 3987,
"loc": {
"start": {
"line": 110,
"column": 56
},
"end": {
"line": 110,
"column": 62
},
"identifierName": "remove"
},
"name": "remove"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 3988,
"end": 3998,
"loc": {
"start": {
"line": 110,
"column": 63
},
"end": {
"line": 110,
"column": 73
}
},
"extra": {
"rawValue": "disabled",
"raw": "\"disabled\""
},
"value": "disabled"
}
]
}
},
{
"type": "ExpressionStatement",
"start": 4013,
"end": 4076,
"loc": {
"start": {
"line": 111,
"column": 12
},
"end": {
"line": 111,
"column": 75
}
},
"expression": {
"type": "CallExpression",
"start": 4013,
"end": 4075,
"loc": {
"start": {
"line": 111,
"column": 12
},
"end": {
"line": 111,
"column": 74
}
},
"callee": {
"type": "MemberExpression",
"start": 4013,
"end": 4063,
"loc": {
"start": {
"line": 111,
"column": 12
},
"end": {
"line": 111,
"column": 62
}
},
"object": {
"type": "MemberExpression",
"start": 4013,
"end": 4056,
"loc": {
"start": {
"line": 111,
"column": 12
},
"end": {
"line": 111,
"column": 55
}
},
"object": {
"type": "MemberExpression",
"start": 4013,
"end": 4046,
"loc": {
"start": {
"line": 111,
"column": 12
},
"end": {
"line": 111,
"column": 45
}
},
"object": {
"type": "ThisExpression",
"start": 4013,
"end": 4017,
"loc": {
"start": {
"line": 111,
"column": 12
},
"end": {
"line": 111,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 4018,
"end": 4046,
"loc": {
"start": {
"line": 111,
"column": 17
},
"end": {
"line": 111,
"column": 45
},
"identifierName": "_hideAllObjectsButtonElement"
},
"name": "_hideAllObjectsButtonElement"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4047,
"end": 4056,
"loc": {
"start": {
"line": 111,
"column": 46
},
"end": {
"line": 111,
"column": 55
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4057,
"end": 4063,
"loc": {
"start": {
"line": 111,
"column": 56
},
"end": {
"line": 111,
"column": 62
},
"identifierName": "remove"
},
"name": "remove"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 4064,
"end": 4074,
"loc": {
"start": {
"line": 111,
"column": 63
},
"end": {
"line": 111,
"column": 73
}
},
"extra": {
"rawValue": "disabled",
"raw": "\"disabled\""
},
"value": "disabled"
}
]
}
}
],
"directives": []
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 4098,
"end": 4179,
"loc": {
"start": {
"line": 115,
"column": 4
},
"end": {
"line": 117,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 4098,
"end": 4119,
"loc": {
"start": {
"line": 115,
"column": 4
},
"end": {
"line": 115,
"column": 25
},
"identifierName": "expandTreeViewToDepth"
},
"name": "expandTreeViewToDepth"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 4120,
"end": 4125,
"loc": {
"start": {
"line": 115,
"column": 26
},
"end": {
"line": 115,
"column": 31
},
"identifierName": "depth"
},
"name": "depth"
}
],
"body": {
"type": "BlockStatement",
"start": 4127,
"end": 4179,
"loc": {
"start": {
"line": 115,
"column": 33
},
"end": {
"line": 117,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 4137,
"end": 4173,
"loc": {
"start": {
"line": 116,
"column": 8
},
"end": {
"line": 116,
"column": 44
}
},
"expression": {
"type": "CallExpression",
"start": 4137,
"end": 4172,
"loc": {
"start": {
"line": 116,
"column": 8
},
"end": {
"line": 116,
"column": 43
}
},
"callee": {
"type": "MemberExpression",
"start": 4137,
"end": 4165,
"loc": {
"start": {
"line": 116,
"column": 8
},
"end": {
"line": 116,
"column": 36
}
},
"object": {
"type": "MemberExpression",
"start": 4137,
"end": 4151,
"loc": {
"start": {
"line": 116,
"column": 8
},
"end": {
"line": 116,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 4137,
"end": 4141,
"loc": {
"start": {
"line": 116,
"column": 8
},
"end": {
"line": 116,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 4142,
"end": 4151,
"loc": {
"start": {
"line": 116,
"column": 13
},
"end": {
"line": 116,
"column": 22
},
"identifierName": "_treeView"
},
"name": "_treeView"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4152,
"end": 4165,
"loc": {
"start": {
"line": 116,
"column": 23
},
"end": {
"line": 116,
"column": 36
},
"identifierName": "expandToDepth"
},
"name": "expandToDepth"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 4166,
"end": 4171,
"loc": {
"start": {
"line": 116,
"column": 37
},
"end": {
"line": 116,
"column": 42
},
"identifierName": "depth"
},
"name": "depth"
}
]
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 4185,
"end": 4299,
"loc": {
"start": {
"line": 119,
"column": 4
},
"end": {
"line": 122,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 4185,
"end": 4203,
"loc": {
"start": {
"line": 119,
"column": 4
},
"end": {
"line": 119,
"column": 22
},
"identifierName": "showNodeInTreeView"
},
"name": "showNodeInTreeView"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 4204,
"end": 4212,
"loc": {
"start": {
"line": 119,
"column": 23
},
"end": {
"line": 119,
"column": 31
},
"identifierName": "objectId"
},
"name": "objectId"
}
],
"body": {
"type": "BlockStatement",
"start": 4214,
"end": 4299,
"loc": {
"start": {
"line": 119,
"column": 33
},
"end": {
"line": 122,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 4224,
"end": 4250,
"loc": {
"start": {
"line": 120,
"column": 8
},
"end": {
"line": 120,
"column": 34
}
},
"expression": {
"type": "CallExpression",
"start": 4224,
"end": 4249,
"loc": {
"start": {
"line": 120,
"column": 8
},
"end": {
"line": 120,
"column": 33
}
},
"callee": {
"type": "MemberExpression",
"start": 4224,
"end": 4247,
"loc": {
"start": {
"line": 120,
"column": 8
},
"end": {
"line": 120,
"column": 31
}
},
"object": {
"type": "MemberExpression",
"start": 4224,
"end": 4238,
"loc": {
"start": {
"line": 120,
"column": 8
},
"end": {
"line": 120,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 4224,
"end": 4228,
"loc": {
"start": {
"line": 120,
"column": 8
},
"end": {
"line": 120,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 4229,
"end": 4238,
"loc": {
"start": {
"line": 120,
"column": 13
},
"end": {
"line": 120,
"column": 22
},
"identifierName": "_treeView"
},
"name": "_treeView"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4239,
"end": 4247,
"loc": {
"start": {
"line": 120,
"column": 23
},
"end": {
"line": 120,
"column": 31
},
"identifierName": "collapse"
},
"name": "collapse"
},
"computed": false
},
"arguments": []
}
},
{
"type": "ExpressionStatement",
"start": 4259,
"end": 4293,
"loc": {
"start": {
"line": 121,
"column": 8
},
"end": {
"line": 121,
"column": 42
}
},
"expression": {
"type": "CallExpression",
"start": 4259,
"end": 4292,
"loc": {
"start": {
"line": 121,
"column": 8
},
"end": {
"line": 121,
"column": 41
}
},
"callee": {
"type": "MemberExpression",
"start": 4259,
"end": 4282,
"loc": {
"start": {
"line": 121,
"column": 8
},
"end": {
"line": 121,
"column": 31
}
},
"object": {
"type": "MemberExpression",
"start": 4259,
"end": 4273,
"loc": {
"start": {
"line": 121,
"column": 8
},
"end": {
"line": 121,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 4259,
"end": 4263,
"loc": {
"start": {
"line": 121,
"column": 8
},
"end": {
"line": 121,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 4264,
"end": 4273,
"loc": {
"start": {
"line": 121,
"column": 13
},
"end": {
"line": 121,
"column": 22
},
"identifierName": "_treeView"
},
"name": "_treeView"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4274,
"end": 4282,
"loc": {
"start": {
"line": 121,
"column": 23
},
"end": {
"line": 121,
"column": 31
},
"identifierName": "showNode"
},
"name": "showNode"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 4283,
"end": 4291,
"loc": {
"start": {
"line": 121,
"column": 32
},
"end": {
"line": 121,
"column": 40
},
"identifierName": "objectId"
},
"name": "objectId"
}
]
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 4305,
"end": 4372,
"loc": {
"start": {
"line": 124,
"column": 4
},
"end": {
"line": 126,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 4305,
"end": 4325,
"loc": {
"start": {
"line": 124,
"column": 4
},
"end": {
"line": 124,
"column": 24
},
"identifierName": "unShowNodeInTreeView"
},
"name": "unShowNodeInTreeView"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 4328,
"end": 4372,
"loc": {
"start": {
"line": 124,
"column": 27
},
"end": {
"line": 126,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 4338,
"end": 4366,
"loc": {
"start": {
"line": 125,
"column": 8
},
"end": {
"line": 125,
"column": 36
}
},
"expression": {
"type": "CallExpression",
"start": 4338,
"end": 4365,
"loc": {
"start": {
"line": 125,
"column": 8
},
"end": {
"line": 125,
"column": 35
}
},
"callee": {
"type": "MemberExpression",
"start": 4338,
"end": 4363,
"loc": {
"start": {
"line": 125,
"column": 8
},
"end": {
"line": 125,
"column": 33
}
},
"object": {
"type": "MemberExpression",
"start": 4338,
"end": 4352,
"loc": {
"start": {
"line": 125,
"column": 8
},
"end": {
"line": 125,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 4338,
"end": 4342,
"loc": {
"start": {
"line": 125,
"column": 8
},
"end": {
"line": 125,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 4343,
"end": 4352,
"loc": {
"start": {
"line": 125,
"column": 13
},
"end": {
"line": 125,
"column": 22
},
"identifierName": "_treeView"
},
"name": "_treeView"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4353,
"end": 4363,
"loc": {
"start": {
"line": 125,
"column": 23
},
"end": {
"line": 125,
"column": 33
},
"identifierName": "unShowNode"
},
"name": "unShowNode"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 4378,
"end": 4605,
"loc": {
"start": {
"line": 128,
"column": 4
},
"end": {
"line": 134,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 4378,
"end": 4385,
"loc": {
"start": {
"line": 128,
"column": 4
},
"end": {
"line": 128,
"column": 11
},
"identifierName": "destroy"
},
"name": "destroy"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 4388,
"end": 4605,
"loc": {
"start": {
"line": 128,
"column": 14
},
"end": {
"line": 134,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 4398,
"end": 4414,
"loc": {
"start": {
"line": 129,
"column": 8
},
"end": {
"line": 129,
"column": 24
}
},
"expression": {
"type": "CallExpression",
"start": 4398,
"end": 4413,
"loc": {
"start": {
"line": 129,
"column": 8
},
"end": {
"line": 129,
"column": 23
}
},
"callee": {
"type": "MemberExpression",
"start": 4398,
"end": 4411,
"loc": {
"start": {
"line": 129,
"column": 8
},
"end": {
"line": 129,
"column": 21
}
},
"object": {
"type": "Super",
"start": 4398,
"end": 4403,
"loc": {
"start": {
"line": 129,
"column": 8
},
"end": {
"line": 129,
"column": 13
}
}
},
"property": {
"type": "Identifier",
"start": 4404,
"end": 4411,
"loc": {
"start": {
"line": 129,
"column": 14
},
"end": {
"line": 129,
"column": 21
},
"identifierName": "destroy"
},
"name": "destroy"
},
"computed": false
},
"arguments": []
}
},
{
"type": "ExpressionStatement",
"start": 4423,
"end": 4448,
"loc": {
"start": {
"line": 130,
"column": 8
},
"end": {
"line": 130,
"column": 33
}
},
"expression": {
"type": "CallExpression",
"start": 4423,
"end": 4447,
"loc": {
"start": {
"line": 130,
"column": 8
},
"end": {
"line": 130,
"column": 32
}
},
"callee": {
"type": "MemberExpression",
"start": 4423,
"end": 4445,
"loc": {
"start": {
"line": 130,
"column": 8
},
"end": {
"line": 130,
"column": 30
}
},
"object": {
"type": "MemberExpression",
"start": 4423,
"end": 4437,
"loc": {
"start": {
"line": 130,
"column": 8
},
"end": {
"line": 130,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 4423,
"end": 4427,
"loc": {
"start": {
"line": 130,
"column": 8
},
"end": {
"line": 130,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 4428,
"end": 4437,
"loc": {
"start": {
"line": 130,
"column": 13
},
"end": {
"line": 130,
"column": 22
},
"identifierName": "_treeView"
},
"name": "_treeView"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4438,
"end": 4445,
"loc": {
"start": {
"line": 130,
"column": 23
},
"end": {
"line": 130,
"column": 30
},
"identifierName": "destroy"
},
"name": "destroy"
},
"computed": false
},
"arguments": []
}
},
{
"type": "ExpressionStatement",
"start": 4457,
"end": 4493,
"loc": {
"start": {
"line": 131,
"column": 8
},
"end": {
"line": 131,
"column": 44
}
},
"expression": {
"type": "CallExpression",
"start": 4457,
"end": 4492,
"loc": {
"start": {
"line": 131,
"column": 8
},
"end": {
"line": 131,
"column": 43
}
},
"callee": {
"type": "MemberExpression",
"start": 4457,
"end": 4490,
"loc": {
"start": {
"line": 131,
"column": 8
},
"end": {
"line": 131,
"column": 41
}
},
"object": {
"type": "MemberExpression",
"start": 4457,
"end": 4482,
"loc": {
"start": {
"line": 131,
"column": 8
},
"end": {
"line": 131,
"column": 33
}
},
"object": {
"type": "ThisExpression",
"start": 4457,
"end": 4461,
"loc": {
"start": {
"line": 131,
"column": 8
},
"end": {
"line": 131,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 4462,
"end": 4482,
"loc": {
"start": {
"line": 131,
"column": 13
},
"end": {
"line": 131,
"column": 33
},
"identifierName": "_treeViewContextMenu"
},
"name": "_treeViewContextMenu"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4483,
"end": 4490,
"loc": {
"start": {
"line": 131,
"column": 34
},
"end": {
"line": 131,
"column": 41
},
"identifierName": "destroy"
},
"name": "destroy"
},
"computed": false
},
"arguments": []
}
},
{
"type": "ExpressionStatement",
"start": 4502,
"end": 4545,
"loc": {
"start": {
"line": 132,
"column": 8
},
"end": {
"line": 132,
"column": 51
}
},
"expression": {
"type": "CallExpression",
"start": 4502,
"end": 4544,
"loc": {
"start": {
"line": 132,
"column": 8
},
"end": {
"line": 132,
"column": 50
}
},
"callee": {
"type": "MemberExpression",
"start": 4502,
"end": 4523,
"loc": {
"start": {
"line": 132,
"column": 8
},
"end": {
"line": 132,
"column": 29
}
},
"object": {
"type": "MemberExpression",
"start": 4502,
"end": 4519,
"loc": {
"start": {
"line": 132,
"column": 8
},
"end": {
"line": 132,
"column": 25
}
},
"object": {
"type": "MemberExpression",
"start": 4502,
"end": 4513,
"loc": {
"start": {
"line": 132,
"column": 8
},
"end": {
"line": 132,
"column": 19
}
},
"object": {
"type": "ThisExpression",
"start": 4502,
"end": 4506,
"loc": {
"start": {
"line": 132,
"column": 8
},
"end": {
"line": 132,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 4507,
"end": 4513,
"loc": {
"start": {
"line": 132,
"column": 13
},
"end": {
"line": 132,
"column": 19
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4514,
"end": 4519,
"loc": {
"start": {
"line": 132,
"column": 20
},
"end": {
"line": 132,
"column": 25
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4520,
"end": 4523,
"loc": {
"start": {
"line": 132,
"column": 26
},
"end": {
"line": 132,
"column": 29
},
"identifierName": "off"
},
"name": "off"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 4524,
"end": 4543,
"loc": {
"start": {
"line": 132,
"column": 30
},
"end": {
"line": 132,
"column": 49
}
},
"object": {
"type": "ThisExpression",
"start": 4524,
"end": 4528,
"loc": {
"start": {
"line": 132,
"column": 30
},
"end": {
"line": 132,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"start": 4529,
"end": 4543,
"loc": {
"start": {
"line": 132,
"column": 35
},
"end": {
"line": 132,
"column": 49
},
"identifierName": "_onModelLoaded"
},
"name": "_onModelLoaded"
},
"computed": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 4554,
"end": 4599,
"loc": {
"start": {
"line": 133,
"column": 8
},
"end": {
"line": 133,
"column": 53
}
},
"expression": {
"type": "CallExpression",
"start": 4554,
"end": 4598,
"loc": {
"start": {
"line": 133,
"column": 8
},
"end": {
"line": 133,
"column": 52
}
},
"callee": {
"type": "MemberExpression",
"start": 4554,
"end": 4575,
"loc": {
"start": {
"line": 133,
"column": 8
},
"end": {
"line": 133,
"column": 29
}
},
"object": {
"type": "MemberExpression",
"start": 4554,
"end": 4571,
"loc": {
"start": {
"line": 133,
"column": 8
},
"end": {
"line": 133,
"column": 25
}
},
"object": {
"type": "MemberExpression",
"start": 4554,
"end": 4565,
"loc": {
"start": {
"line": 133,
"column": 8
},
"end": {
"line": 133,
"column": 19
}
},
"object": {
"type": "ThisExpression",
"start": 4554,
"end": 4558,
"loc": {
"start": {
"line": 133,
"column": 8
},
"end": {
"line": 133,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 4559,
"end": 4565,
"loc": {
"start": {
"line": 133,
"column": 13
},
"end": {
"line": 133,
"column": 19
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4566,
"end": 4571,
"loc": {
"start": {
"line": 133,
"column": 20
},
"end": {
"line": 133,
"column": 25
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4572,
"end": 4575,
"loc": {
"start": {
"line": 133,
"column": 26
},
"end": {
"line": 133,
"column": 29
},
"identifierName": "off"
},
"name": "off"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 4576,
"end": 4597,
"loc": {
"start": {
"line": 133,
"column": 30
},
"end": {
"line": 133,
"column": 51
}
},
"object": {
"type": "ThisExpression",
"start": 4576,
"end": 4580,
"loc": {
"start": {
"line": 133,
"column": 30
},
"end": {
"line": 133,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"start": 4581,
"end": 4597,
"loc": {
"start": {
"line": 133,
"column": 35
},
"end": {
"line": 133,
"column": 51
},
"identifierName": "_onModelUnloaded"
},
"name": "_onModelUnloaded"
},
"computed": false
}
]
}
}
],
"directives": []
}
}
]
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "* @private ",
"start": 195,
"end": 210,
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 5,
"column": 15
}
}
}
],
"__PseudoExport__": false,
"trailingComments": []
},
"specifiers": null,
"source": null,
"leadingComments": null
}
],
"directives": []
},
"comments": [
{
"type": "CommentBlock",
"value": "* @private ",
"start": 195,
"end": 210,
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 5,
"column": 15
}
}
}
],
"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": "TreeViewPlugin",
"start": 8,
"end": 22,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 22
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 22,
"end": 23,
"loc": {
"start": {
"line": 1,
"column": 22
},
"end": {
"line": 1,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 24,
"end": 28,
"loc": {
"start": {
"line": 1,
"column": 24
},
"end": {
"line": 1,
"column": 28
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "@xeokit/xeokit-sdk/dist/xeokit-sdk.es.js",
"start": 29,
"end": 71,
"loc": {
"start": {
"line": 1,
"column": 29
},
"end": {
"line": 1,
"column": 71
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 71,
"end": 72,
"loc": {
"start": {
"line": 1,
"column": 71
},
"end": {
"line": 1,
"column": 72
}
}
},
{
"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": 73,
"end": 79,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 80,
"end": 81,
"loc": {
"start": {
"line": 2,
"column": 7
},
"end": {
"line": 2,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "TreeViewContextMenu",
"start": 81,
"end": 100,
"loc": {
"start": {
"line": 2,
"column": 8
},
"end": {
"line": 2,
"column": 27
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 100,
"end": 101,
"loc": {
"start": {
"line": 2,
"column": 27
},
"end": {
"line": 2,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 102,
"end": 106,
"loc": {
"start": {
"line": 2,
"column": 29
},
"end": {
"line": 2,
"column": 33
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../contextMenus/TreeViewContextMenu.js",
"start": 107,
"end": 147,
"loc": {
"start": {
"line": 2,
"column": 34
},
"end": {
"line": 2,
"column": 74
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 147,
"end": 148,
"loc": {
"start": {
"line": 2,
"column": 74
},
"end": {
"line": 2,
"column": 75
}
}
},
{
"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": 149,
"end": 155,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 156,
"end": 157,
"loc": {
"start": {
"line": 3,
"column": 7
},
"end": {
"line": 3,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Controller",
"start": 157,
"end": 167,
"loc": {
"start": {
"line": 3,
"column": 8
},
"end": {
"line": 3,
"column": 18
}
}
},
{
"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": 3,
"column": 18
},
"end": {
"line": 3,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 169,
"end": 173,
"loc": {
"start": {
"line": 3,
"column": 20
},
"end": {
"line": 3,
"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": 174,
"end": 192,
"loc": {
"start": {
"line": 3,
"column": 25
},
"end": {
"line": 3,
"column": 43
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 192,
"end": 193,
"loc": {
"start": {
"line": 3,
"column": 43
},
"end": {
"line": 3,
"column": 44
}
}
},
{
"type": "CommentBlock",
"value": "* @private ",
"start": 195,
"end": 210,
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 5,
"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": 211,
"end": 216,
"loc": {
"start": {
"line": 6,
"column": 0
},
"end": {
"line": 6,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "ObjectsExplorer",
"start": 217,
"end": 232,
"loc": {
"start": {
"line": 6,
"column": 6
},
"end": {
"line": 6,
"column": 21
}
}
},
{
"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": 233,
"end": 240,
"loc": {
"start": {
"line": 6,
"column": 22
},
"end": {
"line": 6,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Controller",
"start": 241,
"end": 251,
"loc": {
"start": {
"line": 6,
"column": 30
},
"end": {
"line": 6,
"column": 40
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 252,
"end": 253,
"loc": {
"start": {
"line": 6,
"column": 41
},
"end": {
"line": 6,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "constructor",
"start": 259,
"end": 270,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 8,
"column": 15
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 270,
"end": 271,
"loc": {
"start": {
"line": 8,
"column": 15
},
"end": {
"line": 8,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parent",
"start": 271,
"end": 277,
"loc": {
"start": {
"line": 8,
"column": 16
},
"end": {
"line": 8,
"column": 22
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 277,
"end": 278,
"loc": {
"start": {
"line": 8,
"column": 22
},
"end": {
"line": 8,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cfg",
"start": 279,
"end": 282,
"loc": {
"start": {
"line": 8,
"column": 24
},
"end": {
"line": 8,
"column": 27
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 283,
"end": 284,
"loc": {
"start": {
"line": 8,
"column": 28
},
"end": {
"line": 8,
"column": 29
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 285,
"end": 286,
"loc": {
"start": {
"line": 8,
"column": 30
},
"end": {
"line": 8,
"column": 31
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 286,
"end": 287,
"loc": {
"start": {
"line": 8,
"column": 31
},
"end": {
"line": 8,
"column": 32
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 287,
"end": 288,
"loc": {
"start": {
"line": 8,
"column": 32
},
"end": {
"line": 8,
"column": 33
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 289,
"end": 290,
"loc": {
"start": {
"line": 8,
"column": 34
},
"end": {
"line": 8,
"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": 300,
"end": 305,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 10,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 305,
"end": 306,
"loc": {
"start": {
"line": 10,
"column": 13
},
"end": {
"line": 10,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parent",
"start": 306,
"end": 312,
"loc": {
"start": {
"line": 10,
"column": 14
},
"end": {
"line": 10,
"column": 20
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 312,
"end": 313,
"loc": {
"start": {
"line": 10,
"column": 20
},
"end": {
"line": 10,
"column": 21
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 313,
"end": 314,
"loc": {
"start": {
"line": 10,
"column": 21
},
"end": {
"line": 10,
"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": 324,
"end": 326,
"loc": {
"start": {
"line": 12,
"column": 8
},
"end": {
"line": 12,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 327,
"end": 328,
"loc": {
"start": {
"line": 12,
"column": 11
},
"end": {
"line": 12,
"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": 328,
"end": 329,
"loc": {
"start": {
"line": 12,
"column": 12
},
"end": {
"line": 12,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cfg",
"start": 329,
"end": 332,
"loc": {
"start": {
"line": 12,
"column": 13
},
"end": {
"line": 12,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 332,
"end": 333,
"loc": {
"start": {
"line": 12,
"column": 16
},
"end": {
"line": 12,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "objectsTabElement",
"start": 333,
"end": 350,
"loc": {
"start": {
"line": 12,
"column": 17
},
"end": {
"line": 12,
"column": 34
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 350,
"end": 351,
"loc": {
"start": {
"line": 12,
"column": 34
},
"end": {
"line": 12,
"column": 35
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 352,
"end": 353,
"loc": {
"start": {
"line": 12,
"column": 36
},
"end": {
"line": 12,
"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": 366,
"end": 371,
"loc": {
"start": {
"line": 13,
"column": 12
},
"end": {
"line": 13,
"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: objectsTabElement",
"start": 372,
"end": 407,
"loc": {
"start": {
"line": 13,
"column": 18
},
"end": {
"line": 13,
"column": 53
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 407,
"end": 408,
"loc": {
"start": {
"line": 13,
"column": 53
},
"end": {
"line": 13,
"column": 54
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 417,
"end": 418,
"loc": {
"start": {
"line": 14,
"column": 8
},
"end": {
"line": 14,
"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": 428,
"end": 430,
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 431,
"end": 432,
"loc": {
"start": {
"line": 16,
"column": 11
},
"end": {
"line": 16,
"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": 432,
"end": 433,
"loc": {
"start": {
"line": 16,
"column": 12
},
"end": {
"line": 16,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cfg",
"start": 433,
"end": 436,
"loc": {
"start": {
"line": 16,
"column": 13
},
"end": {
"line": 16,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 436,
"end": 437,
"loc": {
"start": {
"line": 16,
"column": 16
},
"end": {
"line": 16,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "showAllObjectsButtonElement",
"start": 437,
"end": 464,
"loc": {
"start": {
"line": 16,
"column": 17
},
"end": {
"line": 16,
"column": 44
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 464,
"end": 465,
"loc": {
"start": {
"line": 16,
"column": 44
},
"end": {
"line": 16,
"column": 45
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 466,
"end": 467,
"loc": {
"start": {
"line": 16,
"column": 46
},
"end": {
"line": 16,
"column": 47
}
}
},
{
"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": 480,
"end": 485,
"loc": {
"start": {
"line": 17,
"column": 12
},
"end": {
"line": 17,
"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: showAllObjectsButtonElement",
"start": 486,
"end": 531,
"loc": {
"start": {
"line": 17,
"column": 18
},
"end": {
"line": 17,
"column": 63
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 531,
"end": 532,
"loc": {
"start": {
"line": 17,
"column": 63
},
"end": {
"line": 17,
"column": 64
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 541,
"end": 542,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"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": 552,
"end": 554,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 555,
"end": 556,
"loc": {
"start": {
"line": 20,
"column": 11
},
"end": {
"line": 20,
"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": 556,
"end": 557,
"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": "cfg",
"start": 557,
"end": 560,
"loc": {
"start": {
"line": 20,
"column": 13
},
"end": {
"line": 20,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 560,
"end": 561,
"loc": {
"start": {
"line": 20,
"column": 16
},
"end": {
"line": 20,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "hideAllObjectsButtonElement",
"start": 561,
"end": 588,
"loc": {
"start": {
"line": 20,
"column": 17
},
"end": {
"line": 20,
"column": 44
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 588,
"end": 589,
"loc": {
"start": {
"line": 20,
"column": 44
},
"end": {
"line": 20,
"column": 45
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 590,
"end": 591,
"loc": {
"start": {
"line": 20,
"column": 46
},
"end": {
"line": 20,
"column": 47
}
}
},
{
"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": 604,
"end": 609,
"loc": {
"start": {
"line": 21,
"column": 12
},
"end": {
"line": 21,
"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: hideAllObjectsButtonElement",
"start": 610,
"end": 655,
"loc": {
"start": {
"line": 21,
"column": 18
},
"end": {
"line": 21,
"column": 63
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 655,
"end": 656,
"loc": {
"start": {
"line": 21,
"column": 63
},
"end": {
"line": 21,
"column": 64
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 665,
"end": 666,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"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": 676,
"end": 678,
"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": 679,
"end": 680,
"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": 680,
"end": 681,
"loc": {
"start": {
"line": 24,
"column": 12
},
"end": {
"line": 24,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cfg",
"start": 681,
"end": 684,
"loc": {
"start": {
"line": 24,
"column": 13
},
"end": {
"line": 24,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 684,
"end": 685,
"loc": {
"start": {
"line": 24,
"column": 16
},
"end": {
"line": 24,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "objectsElement",
"start": 685,
"end": 699,
"loc": {
"start": {
"line": 24,
"column": 17
},
"end": {
"line": 24,
"column": 31
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 699,
"end": 700,
"loc": {
"start": {
"line": 24,
"column": 31
},
"end": {
"line": 24,
"column": 32
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 701,
"end": 702,
"loc": {
"start": {
"line": 24,
"column": 33
},
"end": {
"line": 24,
"column": 34
}
}
},
{
"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": 715,
"end": 720,
"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 config: objectsElement",
"start": 721,
"end": 753,
"loc": {
"start": {
"line": 25,
"column": 18
},
"end": {
"line": 25,
"column": 50
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 753,
"end": 754,
"loc": {
"start": {
"line": 25,
"column": 50
},
"end": {
"line": 25,
"column": 51
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 763,
"end": 764,
"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": 774,
"end": 778,
"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": 778,
"end": 779,
"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": "_objectsTabElement",
"start": 779,
"end": 797,
"loc": {
"start": {
"line": 28,
"column": 13
},
"end": {
"line": 28,
"column": 31
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 798,
"end": 799,
"loc": {
"start": {
"line": 28,
"column": 32
},
"end": {
"line": 28,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cfg",
"start": 800,
"end": 803,
"loc": {
"start": {
"line": 28,
"column": 34
},
"end": {
"line": 28,
"column": 37
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 803,
"end": 804,
"loc": {
"start": {
"line": 28,
"column": 37
},
"end": {
"line": 28,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "objectsTabElement",
"start": 804,
"end": 821,
"loc": {
"start": {
"line": 28,
"column": 38
},
"end": {
"line": 28,
"column": 55
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 821,
"end": 822,
"loc": {
"start": {
"line": 28,
"column": 55
},
"end": {
"line": 28,
"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": 831,
"end": 835,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 835,
"end": 836,
"loc": {
"start": {
"line": 29,
"column": 12
},
"end": {
"line": 29,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_showAllObjectsButtonElement",
"start": 836,
"end": 864,
"loc": {
"start": {
"line": 29,
"column": 13
},
"end": {
"line": 29,
"column": 41
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 865,
"end": 866,
"loc": {
"start": {
"line": 29,
"column": 42
},
"end": {
"line": 29,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cfg",
"start": 867,
"end": 870,
"loc": {
"start": {
"line": 29,
"column": 44
},
"end": {
"line": 29,
"column": 47
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 870,
"end": 871,
"loc": {
"start": {
"line": 29,
"column": 47
},
"end": {
"line": 29,
"column": 48
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "showAllObjectsButtonElement",
"start": 871,
"end": 898,
"loc": {
"start": {
"line": 29,
"column": 48
},
"end": {
"line": 29,
"column": 75
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 898,
"end": 899,
"loc": {
"start": {
"line": 29,
"column": 75
},
"end": {
"line": 29,
"column": 76
}
}
},
{
"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": 908,
"end": 912,
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 912,
"end": 913,
"loc": {
"start": {
"line": 30,
"column": 12
},
"end": {
"line": 30,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_hideAllObjectsButtonElement",
"start": 913,
"end": 941,
"loc": {
"start": {
"line": 30,
"column": 13
},
"end": {
"line": 30,
"column": 41
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 942,
"end": 943,
"loc": {
"start": {
"line": 30,
"column": 42
},
"end": {
"line": 30,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cfg",
"start": 944,
"end": 947,
"loc": {
"start": {
"line": 30,
"column": 44
},
"end": {
"line": 30,
"column": 47
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 947,
"end": 948,
"loc": {
"start": {
"line": 30,
"column": 47
},
"end": {
"line": 30,
"column": 48
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "hideAllObjectsButtonElement",
"start": 948,
"end": 975,
"loc": {
"start": {
"line": 30,
"column": 48
},
"end": {
"line": 30,
"column": 75
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 975,
"end": 976,
"loc": {
"start": {
"line": 30,
"column": 75
},
"end": {
"line": 30,
"column": 76
}
}
},
{
"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": 985,
"end": 989,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 989,
"end": 990,
"loc": {
"start": {
"line": 31,
"column": 12
},
"end": {
"line": 31,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_objectsTabButtonElement",
"start": 990,
"end": 1014,
"loc": {
"start": {
"line": 31,
"column": 13
},
"end": {
"line": 31,
"column": 37
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1015,
"end": 1016,
"loc": {
"start": {
"line": 31,
"column": 38
},
"end": {
"line": 31,
"column": 39
}
}
},
{
"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": 1017,
"end": 1021,
"loc": {
"start": {
"line": 31,
"column": 40
},
"end": {
"line": 31,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1021,
"end": 1022,
"loc": {
"start": {
"line": 31,
"column": 44
},
"end": {
"line": 31,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_objectsTabElement",
"start": 1022,
"end": 1040,
"loc": {
"start": {
"line": 31,
"column": 45
},
"end": {
"line": 31,
"column": 63
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1040,
"end": 1041,
"loc": {
"start": {
"line": 31,
"column": 63
},
"end": {
"line": 31,
"column": 64
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "querySelector",
"start": 1041,
"end": 1054,
"loc": {
"start": {
"line": 31,
"column": 64
},
"end": {
"line": 31,
"column": 77
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1054,
"end": 1055,
"loc": {
"start": {
"line": 31,
"column": 77
},
"end": {
"line": 31,
"column": 78
}
}
},
{
"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": 1055,
"end": 1072,
"loc": {
"start": {
"line": 31,
"column": 78
},
"end": {
"line": 31,
"column": 95
}
}
},
{
"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": 31,
"column": 95
},
"end": {
"line": 31,
"column": 96
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1073,
"end": 1074,
"loc": {
"start": {
"line": 31,
"column": 96
},
"end": {
"line": 31,
"column": 97
}
}
},
{
"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": 1084,
"end": 1086,
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 33,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1087,
"end": 1088,
"loc": {
"start": {
"line": 33,
"column": 11
},
"end": {
"line": 33,
"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": 1088,
"end": 1089,
"loc": {
"start": {
"line": 33,
"column": 12
},
"end": {
"line": 33,
"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": 1089,
"end": 1093,
"loc": {
"start": {
"line": 33,
"column": 13
},
"end": {
"line": 33,
"column": 17
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1093,
"end": 1094,
"loc": {
"start": {
"line": 33,
"column": 17
},
"end": {
"line": 33,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_objectsTabButtonElement",
"start": 1094,
"end": 1118,
"loc": {
"start": {
"line": 33,
"column": 18
},
"end": {
"line": 33,
"column": 42
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1118,
"end": 1119,
"loc": {
"start": {
"line": 33,
"column": 42
},
"end": {
"line": 33,
"column": 43
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1120,
"end": 1121,
"loc": {
"start": {
"line": 33,
"column": 44
},
"end": {
"line": 33,
"column": 45
}
}
},
{
"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": 1134,
"end": 1139,
"loc": {
"start": {
"line": 34,
"column": 12
},
"end": {
"line": 34,
"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": 1140,
"end": 1178,
"loc": {
"start": {
"line": 34,
"column": 18
},
"end": {
"line": 34,
"column": 56
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1178,
"end": 1179,
"loc": {
"start": {
"line": 34,
"column": 56
},
"end": {
"line": 34,
"column": 57
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1188,
"end": 1189,
"loc": {
"start": {
"line": 35,
"column": 8
},
"end": {
"line": 35,
"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": 1199,
"end": 1204,
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 37,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "objectsElement",
"start": 1205,
"end": 1219,
"loc": {
"start": {
"line": 37,
"column": 14
},
"end": {
"line": 37,
"column": 28
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1220,
"end": 1221,
"loc": {
"start": {
"line": 37,
"column": 29
},
"end": {
"line": 37,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cfg",
"start": 1222,
"end": 1225,
"loc": {
"start": {
"line": 37,
"column": 31
},
"end": {
"line": 37,
"column": 34
}
}
},
{
"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": 37,
"column": 34
},
"end": {
"line": 37,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "objectsElement",
"start": 1226,
"end": 1240,
"loc": {
"start": {
"line": 37,
"column": 35
},
"end": {
"line": 37,
"column": 49
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1240,
"end": 1241,
"loc": {
"start": {
"line": 37,
"column": 49
},
"end": {
"line": 37,
"column": 50
}
}
},
{
"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": 1251,
"end": 1255,
"loc": {
"start": {
"line": 39,
"column": 8
},
"end": {
"line": 39,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1255,
"end": 1256,
"loc": {
"start": {
"line": 39,
"column": 12
},
"end": {
"line": 39,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_treeView",
"start": 1256,
"end": 1265,
"loc": {
"start": {
"line": 39,
"column": 13
},
"end": {
"line": 39,
"column": 22
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1266,
"end": 1267,
"loc": {
"start": {
"line": 39,
"column": 23
},
"end": {
"line": 39,
"column": 24
}
}
},
{
"type": {
"label": "new",
"keyword": "new",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "new",
"start": 1268,
"end": 1271,
"loc": {
"start": {
"line": 39,
"column": 25
},
"end": {
"line": 39,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "TreeViewPlugin",
"start": 1272,
"end": 1286,
"loc": {
"start": {
"line": 39,
"column": 29
},
"end": {
"line": 39,
"column": 43
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1286,
"end": 1287,
"loc": {
"start": {
"line": 39,
"column": 43
},
"end": {
"line": 39,
"column": 44
}
}
},
{
"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": 1287,
"end": 1291,
"loc": {
"start": {
"line": 39,
"column": 44
},
"end": {
"line": 39,
"column": 48
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1291,
"end": 1292,
"loc": {
"start": {
"line": 39,
"column": 48
},
"end": {
"line": 39,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 1292,
"end": 1298,
"loc": {
"start": {
"line": 39,
"column": 49
},
"end": {
"line": 39,
"column": 55
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1298,
"end": 1299,
"loc": {
"start": {
"line": 39,
"column": 55
},
"end": {
"line": 39,
"column": 56
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1300,
"end": 1301,
"loc": {
"start": {
"line": 39,
"column": 57
},
"end": {
"line": 39,
"column": 58
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "containerElement",
"start": 1314,
"end": 1330,
"loc": {
"start": {
"line": 40,
"column": 12
},
"end": {
"line": 40,
"column": 28
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1330,
"end": 1331,
"loc": {
"start": {
"line": 40,
"column": 28
},
"end": {
"line": 40,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "objectsElement",
"start": 1332,
"end": 1346,
"loc": {
"start": {
"line": 40,
"column": 30
},
"end": {
"line": 40,
"column": 44
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1346,
"end": 1347,
"loc": {
"start": {
"line": 40,
"column": 44
},
"end": {
"line": 40,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "hierarchy",
"start": 1360,
"end": 1369,
"loc": {
"start": {
"line": 41,
"column": 12
},
"end": {
"line": 41,
"column": 21
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1369,
"end": 1370,
"loc": {
"start": {
"line": 41,
"column": 21
},
"end": {
"line": 41,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "containment",
"start": 1371,
"end": 1384,
"loc": {
"start": {
"line": 41,
"column": 23
},
"end": {
"line": 41,
"column": 36
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1384,
"end": 1385,
"loc": {
"start": {
"line": 41,
"column": 36
},
"end": {
"line": 41,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "autoAddModels",
"start": 1398,
"end": 1411,
"loc": {
"start": {
"line": 42,
"column": 12
},
"end": {
"line": 42,
"column": 25
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1411,
"end": 1412,
"loc": {
"start": {
"line": 42,
"column": 25
},
"end": {
"line": 42,
"column": 26
}
}
},
{
"type": {
"label": "false",
"keyword": "false",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "false",
"start": 1413,
"end": 1418,
"loc": {
"start": {
"line": 42,
"column": 27
},
"end": {
"line": 42,
"column": 32
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1418,
"end": 1419,
"loc": {
"start": {
"line": 42,
"column": 32
},
"end": {
"line": 42,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "pruneEmptyNodes",
"start": 1432,
"end": 1447,
"loc": {
"start": {
"line": 43,
"column": 12
},
"end": {
"line": 43,
"column": 27
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1447,
"end": 1448,
"loc": {
"start": {
"line": 43,
"column": 27
},
"end": {
"line": 43,
"column": 28
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 1449,
"end": 1453,
"loc": {
"start": {
"line": 43,
"column": 29
},
"end": {
"line": 43,
"column": 33
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1462,
"end": 1463,
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 44,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1463,
"end": 1464,
"loc": {
"start": {
"line": 44,
"column": 9
},
"end": {
"line": 44,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1464,
"end": 1465,
"loc": {
"start": {
"line": 44,
"column": 10
},
"end": {
"line": 44,
"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": 1475,
"end": 1479,
"loc": {
"start": {
"line": 46,
"column": 8
},
"end": {
"line": 46,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1479,
"end": 1480,
"loc": {
"start": {
"line": 46,
"column": 12
},
"end": {
"line": 46,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_treeViewContextMenu",
"start": 1480,
"end": 1500,
"loc": {
"start": {
"line": 46,
"column": 13
},
"end": {
"line": 46,
"column": 33
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1501,
"end": 1502,
"loc": {
"start": {
"line": 46,
"column": 34
},
"end": {
"line": 46,
"column": 35
}
}
},
{
"type": {
"label": "new",
"keyword": "new",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "new",
"start": 1503,
"end": 1506,
"loc": {
"start": {
"line": 46,
"column": 36
},
"end": {
"line": 46,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "TreeViewContextMenu",
"start": 1507,
"end": 1526,
"loc": {
"start": {
"line": 46,
"column": 40
},
"end": {
"line": 46,
"column": 59
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1526,
"end": 1527,
"loc": {
"start": {
"line": 46,
"column": 59
},
"end": {
"line": 46,
"column": 60
}
}
},
{
"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": 1527,
"end": 1531,
"loc": {
"start": {
"line": 46,
"column": 60
},
"end": {
"line": 46,
"column": 64
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1531,
"end": 1532,
"loc": {
"start": {
"line": 46,
"column": 64
},
"end": {
"line": 46,
"column": 65
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "bimViewer",
"start": 1532,
"end": 1541,
"loc": {
"start": {
"line": 46,
"column": 65
},
"end": {
"line": 46,
"column": 74
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1541,
"end": 1542,
"loc": {
"start": {
"line": 46,
"column": 74
},
"end": {
"line": 46,
"column": 75
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1543,
"end": 1544,
"loc": {
"start": {
"line": 46,
"column": 76
},
"end": {
"line": 46,
"column": 77
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "hideOnAction",
"start": 1557,
"end": 1569,
"loc": {
"start": {
"line": 47,
"column": 12
},
"end": {
"line": 47,
"column": 24
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1569,
"end": 1570,
"loc": {
"start": {
"line": 47,
"column": 24
},
"end": {
"line": 47,
"column": 25
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 1571,
"end": 1575,
"loc": {
"start": {
"line": 47,
"column": 26
},
"end": {
"line": 47,
"column": 30
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1584,
"end": 1585,
"loc": {
"start": {
"line": 48,
"column": 8
},
"end": {
"line": 48,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1585,
"end": 1586,
"loc": {
"start": {
"line": 48,
"column": 9
},
"end": {
"line": 48,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1586,
"end": 1587,
"loc": {
"start": {
"line": 48,
"column": 10
},
"end": {
"line": 48,
"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": 1597,
"end": 1601,
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 50,
"column": 12
}
}
},
{
"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": 50,
"column": 12
},
"end": {
"line": 50,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_treeView",
"start": 1602,
"end": 1611,
"loc": {
"start": {
"line": 50,
"column": 13
},
"end": {
"line": 50,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1611,
"end": 1612,
"loc": {
"start": {
"line": 50,
"column": 22
},
"end": {
"line": 50,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "on",
"start": 1612,
"end": 1614,
"loc": {
"start": {
"line": 50,
"column": 23
},
"end": {
"line": 50,
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1614,
"end": 1615,
"loc": {
"start": {
"line": 50,
"column": 25
},
"end": {
"line": 50,
"column": 26
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "contextmenu",
"start": 1615,
"end": 1628,
"loc": {
"start": {
"line": 50,
"column": 26
},
"end": {
"line": 50,
"column": 39
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1628,
"end": 1629,
"loc": {
"start": {
"line": 50,
"column": 39
},
"end": {
"line": 50,
"column": 40
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1630,
"end": 1631,
"loc": {
"start": {
"line": 50,
"column": 41
},
"end": {
"line": 50,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "e",
"start": 1631,
"end": 1632,
"loc": {
"start": {
"line": 50,
"column": 42
},
"end": {
"line": 50,
"column": 43
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1632,
"end": 1633,
"loc": {
"start": {
"line": 50,
"column": 43
},
"end": {
"line": 50,
"column": 44
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1634,
"end": 1636,
"loc": {
"start": {
"line": 50,
"column": 45
},
"end": {
"line": 50,
"column": 47
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1637,
"end": 1638,
"loc": {
"start": {
"line": 50,
"column": 48
},
"end": {
"line": 50,
"column": 49
}
}
},
{
"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": 1651,
"end": 1655,
"loc": {
"start": {
"line": 51,
"column": 12
},
"end": {
"line": 51,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1655,
"end": 1656,
"loc": {
"start": {
"line": 51,
"column": 16
},
"end": {
"line": 51,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_treeViewContextMenu",
"start": 1656,
"end": 1676,
"loc": {
"start": {
"line": 51,
"column": 17
},
"end": {
"line": 51,
"column": 37
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1676,
"end": 1677,
"loc": {
"start": {
"line": 51,
"column": 37
},
"end": {
"line": 51,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 1677,
"end": 1684,
"loc": {
"start": {
"line": 51,
"column": 38
},
"end": {
"line": 51,
"column": 45
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1685,
"end": 1686,
"loc": {
"start": {
"line": 51,
"column": 46
},
"end": {
"line": 51,
"column": 47
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1687,
"end": 1688,
"loc": {
"start": {
"line": 51,
"column": 48
},
"end": {
"line": 51,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "bimViewer",
"start": 1705,
"end": 1714,
"loc": {
"start": {
"line": 52,
"column": 16
},
"end": {
"line": 52,
"column": 25
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1714,
"end": 1715,
"loc": {
"start": {
"line": 52,
"column": 25
},
"end": {
"line": 52,
"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": 1716,
"end": 1720,
"loc": {
"start": {
"line": 52,
"column": 27
},
"end": {
"line": 52,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1720,
"end": 1721,
"loc": {
"start": {
"line": 52,
"column": 31
},
"end": {
"line": 52,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "bimViewer",
"start": 1721,
"end": 1730,
"loc": {
"start": {
"line": 52,
"column": 32
},
"end": {
"line": 52,
"column": 41
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1730,
"end": 1731,
"loc": {
"start": {
"line": 52,
"column": 41
},
"end": {
"line": 52,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 1748,
"end": 1754,
"loc": {
"start": {
"line": 53,
"column": 16
},
"end": {
"line": 53,
"column": 22
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1754,
"end": 1755,
"loc": {
"start": {
"line": 53,
"column": 22
},
"end": {
"line": 53,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "e",
"start": 1756,
"end": 1757,
"loc": {
"start": {
"line": 53,
"column": 24
},
"end": {
"line": 53,
"column": 25
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1757,
"end": 1758,
"loc": {
"start": {
"line": 53,
"column": 25
},
"end": {
"line": 53,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 1758,
"end": 1764,
"loc": {
"start": {
"line": 53,
"column": 26
},
"end": {
"line": 53,
"column": 32
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1764,
"end": 1765,
"loc": {
"start": {
"line": 53,
"column": 32
},
"end": {
"line": 53,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "treeViewPlugin",
"start": 1782,
"end": 1796,
"loc": {
"start": {
"line": 54,
"column": 16
},
"end": {
"line": 54,
"column": 30
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1796,
"end": 1797,
"loc": {
"start": {
"line": 54,
"column": 30
},
"end": {
"line": 54,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "e",
"start": 1798,
"end": 1799,
"loc": {
"start": {
"line": 54,
"column": 32
},
"end": {
"line": 54,
"column": 33
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1799,
"end": 1800,
"loc": {
"start": {
"line": 54,
"column": 33
},
"end": {
"line": 54,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "treeViewPlugin",
"start": 1800,
"end": 1814,
"loc": {
"start": {
"line": 54,
"column": 34
},
"end": {
"line": 54,
"column": 48
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1814,
"end": 1815,
"loc": {
"start": {
"line": 54,
"column": 48
},
"end": {
"line": 54,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "treeViewNode",
"start": 1832,
"end": 1844,
"loc": {
"start": {
"line": 55,
"column": 16
},
"end": {
"line": 55,
"column": 28
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1844,
"end": 1845,
"loc": {
"start": {
"line": 55,
"column": 28
},
"end": {
"line": 55,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "e",
"start": 1846,
"end": 1847,
"loc": {
"start": {
"line": 55,
"column": 30
},
"end": {
"line": 55,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1847,
"end": 1848,
"loc": {
"start": {
"line": 55,
"column": 31
},
"end": {
"line": 55,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "treeViewNode",
"start": 1848,
"end": 1860,
"loc": {
"start": {
"line": 55,
"column": 32
},
"end": {
"line": 55,
"column": 44
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1873,
"end": 1874,
"loc": {
"start": {
"line": 56,
"column": 12
},
"end": {
"line": 56,
"column": 13
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1874,
"end": 1875,
"loc": {
"start": {
"line": 56,
"column": 13
},
"end": {
"line": 56,
"column": 14
}
}
},
{
"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": 1888,
"end": 1892,
"loc": {
"start": {
"line": 57,
"column": 12
},
"end": {
"line": 57,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1892,
"end": 1893,
"loc": {
"start": {
"line": 57,
"column": 16
},
"end": {
"line": 57,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_treeViewContextMenu",
"start": 1893,
"end": 1913,
"loc": {
"start": {
"line": 57,
"column": 17
},
"end": {
"line": 57,
"column": 37
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1913,
"end": 1914,
"loc": {
"start": {
"line": 57,
"column": 37
},
"end": {
"line": 57,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "show",
"start": 1914,
"end": 1918,
"loc": {
"start": {
"line": 57,
"column": 38
},
"end": {
"line": 57,
"column": 42
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1918,
"end": 1919,
"loc": {
"start": {
"line": 57,
"column": 42
},
"end": {
"line": 57,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "e",
"start": 1919,
"end": 1920,
"loc": {
"start": {
"line": 57,
"column": 43
},
"end": {
"line": 57,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1920,
"end": 1921,
"loc": {
"start": {
"line": 57,
"column": 44
},
"end": {
"line": 57,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "event",
"start": 1921,
"end": 1926,
"loc": {
"start": {
"line": 57,
"column": 45
},
"end": {
"line": 57,
"column": 50
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1926,
"end": 1927,
"loc": {
"start": {
"line": 57,
"column": 50
},
"end": {
"line": 57,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "pageX",
"start": 1927,
"end": 1932,
"loc": {
"start": {
"line": 57,
"column": 51
},
"end": {
"line": 57,
"column": 56
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1932,
"end": 1933,
"loc": {
"start": {
"line": 57,
"column": 56
},
"end": {
"line": 57,
"column": 57
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "e",
"start": 1934,
"end": 1935,
"loc": {
"start": {
"line": 57,
"column": 58
},
"end": {
"line": 57,
"column": 59
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1935,
"end": 1936,
"loc": {
"start": {
"line": 57,
"column": 59
},
"end": {
"line": 57,
"column": 60
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "event",
"start": 1936,
"end": 1941,
"loc": {
"start": {
"line": 57,
"column": 60
},
"end": {
"line": 57,
"column": 65
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1941,
"end": 1942,
"loc": {
"start": {
"line": 57,
"column": 65
},
"end": {
"line": 57,
"column": 66
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "pageY",
"start": 1942,
"end": 1947,
"loc": {
"start": {
"line": 57,
"column": 66
},
"end": {
"line": 57,
"column": 71
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1947,
"end": 1948,
"loc": {
"start": {
"line": 57,
"column": 71
},
"end": {
"line": 57,
"column": 72
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1948,
"end": 1949,
"loc": {
"start": {
"line": 57,
"column": 72
},
"end": {
"line": 57,
"column": 73
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1958,
"end": 1959,
"loc": {
"start": {
"line": 58,
"column": 8
},
"end": {
"line": 58,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1959,
"end": 1960,
"loc": {
"start": {
"line": 58,
"column": 9
},
"end": {
"line": 58,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1960,
"end": 1961,
"loc": {
"start": {
"line": 58,
"column": 10
},
"end": {
"line": 58,
"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": 1971,
"end": 1975,
"loc": {
"start": {
"line": 60,
"column": 8
},
"end": {
"line": 60,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1975,
"end": 1976,
"loc": {
"start": {
"line": 60,
"column": 12
},
"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": "_treeView",
"start": 1976,
"end": 1985,
"loc": {
"start": {
"line": 60,
"column": 13
},
"end": {
"line": 60,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1985,
"end": 1986,
"loc": {
"start": {
"line": 60,
"column": 22
},
"end": {
"line": 60,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "on",
"start": 1986,
"end": 1988,
"loc": {
"start": {
"line": 60,
"column": 23
},
"end": {
"line": 60,
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1988,
"end": 1989,
"loc": {
"start": {
"line": 60,
"column": 25
},
"end": {
"line": 60,
"column": 26
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "nodeTitleClicked",
"start": 1989,
"end": 2007,
"loc": {
"start": {
"line": 60,
"column": 26
},
"end": {
"line": 60,
"column": 44
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2007,
"end": 2008,
"loc": {
"start": {
"line": 60,
"column": 44
},
"end": {
"line": 60,
"column": 45
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2009,
"end": 2010,
"loc": {
"start": {
"line": 60,
"column": 46
},
"end": {
"line": 60,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "e",
"start": 2010,
"end": 2011,
"loc": {
"start": {
"line": 60,
"column": 47
},
"end": {
"line": 60,
"column": 48
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2011,
"end": 2012,
"loc": {
"start": {
"line": 60,
"column": 48
},
"end": {
"line": 60,
"column": 49
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2013,
"end": 2015,
"loc": {
"start": {
"line": 60,
"column": 50
},
"end": {
"line": 60,
"column": 52
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2016,
"end": 2017,
"loc": {
"start": {
"line": 60,
"column": 53
},
"end": {
"line": 60,
"column": 54
}
}
},
{
"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": 2030,
"end": 2035,
"loc": {
"start": {
"line": 61,
"column": 12
},
"end": {
"line": 61,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 2036,
"end": 2041,
"loc": {
"start": {
"line": 61,
"column": 18
},
"end": {
"line": 61,
"column": 23
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2042,
"end": 2043,
"loc": {
"start": {
"line": 61,
"column": 24
},
"end": {
"line": 61,
"column": 25
}
}
},
{
"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": 2044,
"end": 2048,
"loc": {
"start": {
"line": 61,
"column": 26
},
"end": {
"line": 61,
"column": 30
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2048,
"end": 2049,
"loc": {
"start": {
"line": 61,
"column": 30
},
"end": {
"line": 61,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 2049,
"end": 2055,
"loc": {
"start": {
"line": 61,
"column": 31
},
"end": {
"line": 61,
"column": 37
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2055,
"end": 2056,
"loc": {
"start": {
"line": 61,
"column": 37
},
"end": {
"line": 61,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 2056,
"end": 2061,
"loc": {
"start": {
"line": 61,
"column": 38
},
"end": {
"line": 61,
"column": 43
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2061,
"end": 2062,
"loc": {
"start": {
"line": 61,
"column": 43
},
"end": {
"line": 61,
"column": 44
}
}
},
{
"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": 2075,
"end": 2080,
"loc": {
"start": {
"line": 62,
"column": 12
},
"end": {
"line": 62,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "objectIds",
"start": 2081,
"end": 2090,
"loc": {
"start": {
"line": 62,
"column": 18
},
"end": {
"line": 62,
"column": 27
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2091,
"end": 2092,
"loc": {
"start": {
"line": 62,
"column": 28
},
"end": {
"line": 62,
"column": 29
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2093,
"end": 2094,
"loc": {
"start": {
"line": 62,
"column": 30
},
"end": {
"line": 62,
"column": 31
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2094,
"end": 2095,
"loc": {
"start": {
"line": 62,
"column": 31
},
"end": {
"line": 62,
"column": 32
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2095,
"end": 2096,
"loc": {
"start": {
"line": 62,
"column": 32
},
"end": {
"line": 62,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "e",
"start": 2109,
"end": 2110,
"loc": {
"start": {
"line": 63,
"column": 12
},
"end": {
"line": 63,
"column": 13
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2110,
"end": 2111,
"loc": {
"start": {
"line": 63,
"column": 13
},
"end": {
"line": 63,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "treeViewPlugin",
"start": 2111,
"end": 2125,
"loc": {
"start": {
"line": 63,
"column": 14
},
"end": {
"line": 63,
"column": 28
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2125,
"end": 2126,
"loc": {
"start": {
"line": 63,
"column": 28
},
"end": {
"line": 63,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "withNodeTree",
"start": 2126,
"end": 2138,
"loc": {
"start": {
"line": 63,
"column": 29
},
"end": {
"line": 63,
"column": 41
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2138,
"end": 2139,
"loc": {
"start": {
"line": 63,
"column": 41
},
"end": {
"line": 63,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "e",
"start": 2139,
"end": 2140,
"loc": {
"start": {
"line": 63,
"column": 42
},
"end": {
"line": 63,
"column": 43
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2140,
"end": 2141,
"loc": {
"start": {
"line": 63,
"column": 43
},
"end": {
"line": 63,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "treeViewNode",
"start": 2141,
"end": 2153,
"loc": {
"start": {
"line": 63,
"column": 44
},
"end": {
"line": 63,
"column": 56
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2153,
"end": 2154,
"loc": {
"start": {
"line": 63,
"column": 56
},
"end": {
"line": 63,
"column": 57
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2155,
"end": 2156,
"loc": {
"start": {
"line": 63,
"column": 58
},
"end": {
"line": 63,
"column": 59
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "treeViewNode",
"start": 2156,
"end": 2168,
"loc": {
"start": {
"line": 63,
"column": 59
},
"end": {
"line": 63,
"column": 71
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2168,
"end": 2169,
"loc": {
"start": {
"line": 63,
"column": 71
},
"end": {
"line": 63,
"column": 72
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2170,
"end": 2172,
"loc": {
"start": {
"line": 63,
"column": 73
},
"end": {
"line": 63,
"column": 75
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2173,
"end": 2174,
"loc": {
"start": {
"line": 63,
"column": 76
},
"end": {
"line": 63,
"column": 77
}
}
},
{
"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": 2191,
"end": 2193,
"loc": {
"start": {
"line": 64,
"column": 16
},
"end": {
"line": 64,
"column": 18
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2194,
"end": 2195,
"loc": {
"start": {
"line": 64,
"column": 19
},
"end": {
"line": 64,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "treeViewNode",
"start": 2195,
"end": 2207,
"loc": {
"start": {
"line": 64,
"column": 20
},
"end": {
"line": 64,
"column": 32
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2207,
"end": 2208,
"loc": {
"start": {
"line": 64,
"column": 32
},
"end": {
"line": 64,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "objectId",
"start": 2208,
"end": 2216,
"loc": {
"start": {
"line": 64,
"column": 33
},
"end": {
"line": 64,
"column": 41
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2216,
"end": 2217,
"loc": {
"start": {
"line": 64,
"column": 41
},
"end": {
"line": 64,
"column": 42
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2218,
"end": 2219,
"loc": {
"start": {
"line": 64,
"column": 43
},
"end": {
"line": 64,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "objectIds",
"start": 2240,
"end": 2249,
"loc": {
"start": {
"line": 65,
"column": 20
},
"end": {
"line": 65,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2249,
"end": 2250,
"loc": {
"start": {
"line": 65,
"column": 29
},
"end": {
"line": 65,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "push",
"start": 2250,
"end": 2254,
"loc": {
"start": {
"line": 65,
"column": 30
},
"end": {
"line": 65,
"column": 34
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2254,
"end": 2255,
"loc": {
"start": {
"line": 65,
"column": 34
},
"end": {
"line": 65,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "treeViewNode",
"start": 2255,
"end": 2267,
"loc": {
"start": {
"line": 65,
"column": 35
},
"end": {
"line": 65,
"column": 47
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2267,
"end": 2268,
"loc": {
"start": {
"line": 65,
"column": 47
},
"end": {
"line": 65,
"column": 48
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "objectId",
"start": 2268,
"end": 2276,
"loc": {
"start": {
"line": 65,
"column": 48
},
"end": {
"line": 65,
"column": 56
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2276,
"end": 2277,
"loc": {
"start": {
"line": 65,
"column": 56
},
"end": {
"line": 65,
"column": 57
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2277,
"end": 2278,
"loc": {
"start": {
"line": 65,
"column": 57
},
"end": {
"line": 65,
"column": 58
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2295,
"end": 2296,
"loc": {
"start": {
"line": 66,
"column": 16
},
"end": {
"line": 66,
"column": 17
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2309,
"end": 2310,
"loc": {
"start": {
"line": 67,
"column": 12
},
"end": {
"line": 67,
"column": 13
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2310,
"end": 2311,
"loc": {
"start": {
"line": 67,
"column": 13
},
"end": {
"line": 67,
"column": 14
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2311,
"end": 2312,
"loc": {
"start": {
"line": 67,
"column": 14
},
"end": {
"line": 67,
"column": 15
}
}
},
{
"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": 2325,
"end": 2330,
"loc": {
"start": {
"line": 68,
"column": 12
},
"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": "checked",
"start": 2331,
"end": 2338,
"loc": {
"start": {
"line": 68,
"column": 18
},
"end": {
"line": 68,
"column": 25
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2339,
"end": 2340,
"loc": {
"start": {
"line": 68,
"column": 26
},
"end": {
"line": 68,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "e",
"start": 2341,
"end": 2342,
"loc": {
"start": {
"line": 68,
"column": 28
},
"end": {
"line": 68,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2342,
"end": 2343,
"loc": {
"start": {
"line": 68,
"column": 29
},
"end": {
"line": 68,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "treeViewNode",
"start": 2343,
"end": 2355,
"loc": {
"start": {
"line": 68,
"column": 30
},
"end": {
"line": 68,
"column": 42
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2355,
"end": 2356,
"loc": {
"start": {
"line": 68,
"column": 42
},
"end": {
"line": 68,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "checked",
"start": 2356,
"end": 2363,
"loc": {
"start": {
"line": 68,
"column": 43
},
"end": {
"line": 68,
"column": 50
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2363,
"end": 2364,
"loc": {
"start": {
"line": 68,
"column": 50
},
"end": {
"line": 68,
"column": 51
}
}
},
{
"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": 2377,
"end": 2379,
"loc": {
"start": {
"line": 69,
"column": 12
},
"end": {
"line": 69,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2380,
"end": 2381,
"loc": {
"start": {
"line": 69,
"column": 15
},
"end": {
"line": 69,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "checked",
"start": 2381,
"end": 2388,
"loc": {
"start": {
"line": 69,
"column": 16
},
"end": {
"line": 69,
"column": 23
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2388,
"end": 2389,
"loc": {
"start": {
"line": 69,
"column": 23
},
"end": {
"line": 69,
"column": 24
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2390,
"end": 2391,
"loc": {
"start": {
"line": 69,
"column": 25
},
"end": {
"line": 69,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 2408,
"end": 2413,
"loc": {
"start": {
"line": 70,
"column": 16
},
"end": {
"line": 70,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2413,
"end": 2414,
"loc": {
"start": {
"line": 70,
"column": 21
},
"end": {
"line": 70,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "setObjectsXRayed",
"start": 2414,
"end": 2430,
"loc": {
"start": {
"line": 70,
"column": 22
},
"end": {
"line": 70,
"column": 38
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2430,
"end": 2431,
"loc": {
"start": {
"line": 70,
"column": 38
},
"end": {
"line": 70,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "objectIds",
"start": 2431,
"end": 2440,
"loc": {
"start": {
"line": 70,
"column": 39
},
"end": {
"line": 70,
"column": 48
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2440,
"end": 2441,
"loc": {
"start": {
"line": 70,
"column": 48
},
"end": {
"line": 70,
"column": 49
}
}
},
{
"type": {
"label": "false",
"keyword": "false",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "false",
"start": 2442,
"end": 2447,
"loc": {
"start": {
"line": 70,
"column": 50
},
"end": {
"line": 70,
"column": 55
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2447,
"end": 2448,
"loc": {
"start": {
"line": 70,
"column": 55
},
"end": {
"line": 70,
"column": 56
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2448,
"end": 2449,
"loc": {
"start": {
"line": 70,
"column": 56
},
"end": {
"line": 70,
"column": 57
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 2466,
"end": 2471,
"loc": {
"start": {
"line": 71,
"column": 16
},
"end": {
"line": 71,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2471,
"end": 2472,
"loc": {
"start": {
"line": 71,
"column": 21
},
"end": {
"line": 71,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "setObjectsVisible",
"start": 2472,
"end": 2489,
"loc": {
"start": {
"line": 71,
"column": 22
},
"end": {
"line": 71,
"column": 39
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2489,
"end": 2490,
"loc": {
"start": {
"line": 71,
"column": 39
},
"end": {
"line": 71,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "objectIds",
"start": 2490,
"end": 2499,
"loc": {
"start": {
"line": 71,
"column": 40
},
"end": {
"line": 71,
"column": 49
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2499,
"end": 2500,
"loc": {
"start": {
"line": 71,
"column": 49
},
"end": {
"line": 71,
"column": 50
}
}
},
{
"type": {
"label": "false",
"keyword": "false",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "false",
"start": 2501,
"end": 2506,
"loc": {
"start": {
"line": 71,
"column": 51
},
"end": {
"line": 71,
"column": 56
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2506,
"end": 2507,
"loc": {
"start": {
"line": 71,
"column": 56
},
"end": {
"line": 71,
"column": 57
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2507,
"end": 2508,
"loc": {
"start": {
"line": 71,
"column": 57
},
"end": {
"line": 71,
"column": 58
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 2525,
"end": 2530,
"loc": {
"start": {
"line": 72,
"column": 16
},
"end": {
"line": 72,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2530,
"end": 2531,
"loc": {
"start": {
"line": 72,
"column": 21
},
"end": {
"line": 72,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "setObjectsPickable",
"start": 2531,
"end": 2549,
"loc": {
"start": {
"line": 72,
"column": 22
},
"end": {
"line": 72,
"column": 40
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2549,
"end": 2550,
"loc": {
"start": {
"line": 72,
"column": 40
},
"end": {
"line": 72,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "objectIds",
"start": 2550,
"end": 2559,
"loc": {
"start": {
"line": 72,
"column": 41
},
"end": {
"line": 72,
"column": 50
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2559,
"end": 2560,
"loc": {
"start": {
"line": 72,
"column": 50
},
"end": {
"line": 72,
"column": 51
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 2561,
"end": 2565,
"loc": {
"start": {
"line": 72,
"column": 52
},
"end": {
"line": 72,
"column": 56
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2565,
"end": 2566,
"loc": {
"start": {
"line": 72,
"column": 56
},
"end": {
"line": 72,
"column": 57
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2566,
"end": 2567,
"loc": {
"start": {
"line": 72,
"column": 57
},
"end": {
"line": 72,
"column": 58
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2580,
"end": 2581,
"loc": {
"start": {
"line": 73,
"column": 12
},
"end": {
"line": 73,
"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": 2582,
"end": 2586,
"loc": {
"start": {
"line": 73,
"column": 14
},
"end": {
"line": 73,
"column": 18
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2587,
"end": 2588,
"loc": {
"start": {
"line": 73,
"column": 19
},
"end": {
"line": 73,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 2605,
"end": 2610,
"loc": {
"start": {
"line": 74,
"column": 16
},
"end": {
"line": 74,
"column": 21
}
}
},
{
"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": 74,
"column": 21
},
"end": {
"line": 74,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "setObjectsXRayed",
"start": 2611,
"end": 2627,
"loc": {
"start": {
"line": 74,
"column": 22
},
"end": {
"line": 74,
"column": 38
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2627,
"end": 2628,
"loc": {
"start": {
"line": 74,
"column": 38
},
"end": {
"line": 74,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "objectIds",
"start": 2628,
"end": 2637,
"loc": {
"start": {
"line": 74,
"column": 39
},
"end": {
"line": 74,
"column": 48
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2637,
"end": 2638,
"loc": {
"start": {
"line": 74,
"column": 48
},
"end": {
"line": 74,
"column": 49
}
}
},
{
"type": {
"label": "false",
"keyword": "false",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "false",
"start": 2639,
"end": 2644,
"loc": {
"start": {
"line": 74,
"column": 50
},
"end": {
"line": 74,
"column": 55
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2644,
"end": 2645,
"loc": {
"start": {
"line": 74,
"column": 55
},
"end": {
"line": 74,
"column": 56
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2645,
"end": 2646,
"loc": {
"start": {
"line": 74,
"column": 56
},
"end": {
"line": 74,
"column": 57
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 2663,
"end": 2668,
"loc": {
"start": {
"line": 75,
"column": 16
},
"end": {
"line": 75,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2668,
"end": 2669,
"loc": {
"start": {
"line": 75,
"column": 21
},
"end": {
"line": 75,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "setObjectsVisible",
"start": 2669,
"end": 2686,
"loc": {
"start": {
"line": 75,
"column": 22
},
"end": {
"line": 75,
"column": 39
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2686,
"end": 2687,
"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": "objectIds",
"start": 2687,
"end": 2696,
"loc": {
"start": {
"line": 75,
"column": 40
},
"end": {
"line": 75,
"column": 49
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2696,
"end": 2697,
"loc": {
"start": {
"line": 75,
"column": 49
},
"end": {
"line": 75,
"column": 50
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 2698,
"end": 2702,
"loc": {
"start": {
"line": 75,
"column": 51
},
"end": {
"line": 75,
"column": 55
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2702,
"end": 2703,
"loc": {
"start": {
"line": 75,
"column": 55
},
"end": {
"line": 75,
"column": 56
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2703,
"end": 2704,
"loc": {
"start": {
"line": 75,
"column": 56
},
"end": {
"line": 75,
"column": 57
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 2721,
"end": 2726,
"loc": {
"start": {
"line": 76,
"column": 16
},
"end": {
"line": 76,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2726,
"end": 2727,
"loc": {
"start": {
"line": 76,
"column": 21
},
"end": {
"line": 76,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "setObjectsPickable",
"start": 2727,
"end": 2745,
"loc": {
"start": {
"line": 76,
"column": 22
},
"end": {
"line": 76,
"column": 40
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2745,
"end": 2746,
"loc": {
"start": {
"line": 76,
"column": 40
},
"end": {
"line": 76,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "objectIds",
"start": 2746,
"end": 2755,
"loc": {
"start": {
"line": 76,
"column": 41
},
"end": {
"line": 76,
"column": 50
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2755,
"end": 2756,
"loc": {
"start": {
"line": 76,
"column": 50
},
"end": {
"line": 76,
"column": 51
}
}
},
{
"type": {
"label": "true",
"keyword": "true",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "true",
"start": 2757,
"end": 2761,
"loc": {
"start": {
"line": 76,
"column": 52
},
"end": {
"line": 76,
"column": 56
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2761,
"end": 2762,
"loc": {
"start": {
"line": 76,
"column": 56
},
"end": {
"line": 76,
"column": 57
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2762,
"end": 2763,
"loc": {
"start": {
"line": 76,
"column": 57
},
"end": {
"line": 76,
"column": 58
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2776,
"end": 2777,
"loc": {
"start": {
"line": 77,
"column": 12
},
"end": {
"line": 77,
"column": 13
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2786,
"end": 2787,
"loc": {
"start": {
"line": 78,
"column": 8
},
"end": {
"line": 78,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2787,
"end": 2788,
"loc": {
"start": {
"line": 78,
"column": 9
},
"end": {
"line": 78,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2788,
"end": 2789,
"loc": {
"start": {
"line": 78,
"column": 10
},
"end": {
"line": 78,
"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": 2799,
"end": 2803,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2803,
"end": 2804,
"loc": {
"start": {
"line": 80,
"column": 12
},
"end": {
"line": 80,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_onModelLoaded",
"start": 2804,
"end": 2818,
"loc": {
"start": {
"line": 80,
"column": 13
},
"end": {
"line": 80,
"column": 27
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2819,
"end": 2820,
"loc": {
"start": {
"line": 80,
"column": 28
},
"end": {
"line": 80,
"column": 29
}
}
},
{
"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": 2821,
"end": 2825,
"loc": {
"start": {
"line": 80,
"column": 30
},
"end": {
"line": 80,
"column": 34
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2825,
"end": 2826,
"loc": {
"start": {
"line": 80,
"column": 34
},
"end": {
"line": 80,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 2826,
"end": 2832,
"loc": {
"start": {
"line": 80,
"column": 35
},
"end": {
"line": 80,
"column": 41
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2832,
"end": 2833,
"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": "scene",
"start": 2833,
"end": 2838,
"loc": {
"start": {
"line": 80,
"column": 42
},
"end": {
"line": 80,
"column": 47
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2838,
"end": 2839,
"loc": {
"start": {
"line": 80,
"column": 47
},
"end": {
"line": 80,
"column": 48
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "on",
"start": 2839,
"end": 2841,
"loc": {
"start": {
"line": 80,
"column": 48
},
"end": {
"line": 80,
"column": 50
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2841,
"end": 2842,
"loc": {
"start": {
"line": 80,
"column": 50
},
"end": {
"line": 80,
"column": 51
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "modelLoaded",
"start": 2842,
"end": 2855,
"loc": {
"start": {
"line": 80,
"column": 51
},
"end": {
"line": 80,
"column": 64
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2855,
"end": 2856,
"loc": {
"start": {
"line": 80,
"column": 64
},
"end": {
"line": 80,
"column": 65
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2857,
"end": 2858,
"loc": {
"start": {
"line": 80,
"column": 66
},
"end": {
"line": 80,
"column": 67
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "modelId",
"start": 2858,
"end": 2865,
"loc": {
"start": {
"line": 80,
"column": 67
},
"end": {
"line": 80,
"column": 74
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2865,
"end": 2866,
"loc": {
"start": {
"line": 80,
"column": 74
},
"end": {
"line": 80,
"column": 75
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2867,
"end": 2869,
"loc": {
"start": {
"line": 80,
"column": 76
},
"end": {
"line": 80,
"column": 78
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2870,
"end": 2871,
"loc": {
"start": {
"line": 80,
"column": 79
},
"end": {
"line": 80,
"column": 80
}
}
},
{
"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": 2884,
"end": 2886,
"loc": {
"start": {
"line": 81,
"column": 12
},
"end": {
"line": 81,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2887,
"end": 2888,
"loc": {
"start": {
"line": 81,
"column": 15
},
"end": {
"line": 81,
"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": 2888,
"end": 2892,
"loc": {
"start": {
"line": 81,
"column": 16
},
"end": {
"line": 81,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2892,
"end": 2893,
"loc": {
"start": {
"line": 81,
"column": 20
},
"end": {
"line": 81,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 2893,
"end": 2899,
"loc": {
"start": {
"line": 81,
"column": 21
},
"end": {
"line": 81,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2899,
"end": 2900,
"loc": {
"start": {
"line": 81,
"column": 27
},
"end": {
"line": 81,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaScene",
"start": 2900,
"end": 2909,
"loc": {
"start": {
"line": 81,
"column": 28
},
"end": {
"line": 81,
"column": 37
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2909,
"end": 2910,
"loc": {
"start": {
"line": 81,
"column": 37
},
"end": {
"line": 81,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaModels",
"start": 2910,
"end": 2920,
"loc": {
"start": {
"line": 81,
"column": 38
},
"end": {
"line": 81,
"column": 48
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2920,
"end": 2921,
"loc": {
"start": {
"line": 81,
"column": 48
},
"end": {
"line": 81,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "modelId",
"start": 2921,
"end": 2928,
"loc": {
"start": {
"line": 81,
"column": 49
},
"end": {
"line": 81,
"column": 56
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2928,
"end": 2929,
"loc": {
"start": {
"line": 81,
"column": 56
},
"end": {
"line": 81,
"column": 57
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2929,
"end": 2930,
"loc": {
"start": {
"line": 81,
"column": 57
},
"end": {
"line": 81,
"column": 58
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2931,
"end": 2932,
"loc": {
"start": {
"line": 81,
"column": 59
},
"end": {
"line": 81,
"column": 60
}
}
},
{
"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": 2949,
"end": 2954,
"loc": {
"start": {
"line": 82,
"column": 16
},
"end": {
"line": 82,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "modelInfo",
"start": 2955,
"end": 2964,
"loc": {
"start": {
"line": 82,
"column": 22
},
"end": {
"line": 82,
"column": 31
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2965,
"end": 2966,
"loc": {
"start": {
"line": 82,
"column": 32
},
"end": {
"line": 82,
"column": 33
}
}
},
{
"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": 2967,
"end": 2971,
"loc": {
"start": {
"line": 82,
"column": 34
},
"end": {
"line": 82,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2971,
"end": 2972,
"loc": {
"start": {
"line": 82,
"column": 38
},
"end": {
"line": 82,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "bimViewer",
"start": 2972,
"end": 2981,
"loc": {
"start": {
"line": 82,
"column": 39
},
"end": {
"line": 82,
"column": 48
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2981,
"end": 2982,
"loc": {
"start": {
"line": 82,
"column": 48
},
"end": {
"line": 82,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_modelsExplorer",
"start": 2982,
"end": 2997,
"loc": {
"start": {
"line": 82,
"column": 49
},
"end": {
"line": 82,
"column": 64
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2997,
"end": 2998,
"loc": {
"start": {
"line": 82,
"column": 64
},
"end": {
"line": 82,
"column": 65
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getModelInfo",
"start": 2998,
"end": 3010,
"loc": {
"start": {
"line": 82,
"column": 65
},
"end": {
"line": 82,
"column": 77
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3010,
"end": 3011,
"loc": {
"start": {
"line": 82,
"column": 77
},
"end": {
"line": 82,
"column": 78
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "modelId",
"start": 3011,
"end": 3018,
"loc": {
"start": {
"line": 82,
"column": 78
},
"end": {
"line": 82,
"column": 85
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3018,
"end": 3019,
"loc": {
"start": {
"line": 82,
"column": 85
},
"end": {
"line": 82,
"column": 86
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3019,
"end": 3020,
"loc": {
"start": {
"line": 82,
"column": 86
},
"end": {
"line": 82,
"column": 87
}
}
},
{
"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": 3037,
"end": 3039,
"loc": {
"start": {
"line": 83,
"column": 16
},
"end": {
"line": 83,
"column": 18
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3040,
"end": 3041,
"loc": {
"start": {
"line": 83,
"column": 19
},
"end": {
"line": 83,
"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": 3041,
"end": 3042,
"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": "modelInfo",
"start": 3042,
"end": 3051,
"loc": {
"start": {
"line": 83,
"column": 21
},
"end": {
"line": 83,
"column": 30
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3051,
"end": 3052,
"loc": {
"start": {
"line": 83,
"column": 30
},
"end": {
"line": 83,
"column": 31
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3053,
"end": 3054,
"loc": {
"start": {
"line": 83,
"column": 32
},
"end": {
"line": 83,
"column": 33
}
}
},
{
"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": 3075,
"end": 3081,
"loc": {
"start": {
"line": 84,
"column": 20
},
"end": {
"line": 84,
"column": 26
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3081,
"end": 3082,
"loc": {
"start": {
"line": 84,
"column": 26
},
"end": {
"line": 84,
"column": 27
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3099,
"end": 3100,
"loc": {
"start": {
"line": 85,
"column": 16
},
"end": {
"line": 85,
"column": 17
}
}
},
{
"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": 3117,
"end": 3121,
"loc": {
"start": {
"line": 86,
"column": 16
},
"end": {
"line": 86,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3121,
"end": 3122,
"loc": {
"start": {
"line": 86,
"column": 20
},
"end": {
"line": 86,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_treeView",
"start": 3122,
"end": 3131,
"loc": {
"start": {
"line": 86,
"column": 21
},
"end": {
"line": 86,
"column": 30
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3131,
"end": 3132,
"loc": {
"start": {
"line": 86,
"column": 30
},
"end": {
"line": 86,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "addModel",
"start": 3132,
"end": 3140,
"loc": {
"start": {
"line": 86,
"column": 31
},
"end": {
"line": 86,
"column": 39
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3140,
"end": 3141,
"loc": {
"start": {
"line": 86,
"column": 39
},
"end": {
"line": 86,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "modelId",
"start": 3141,
"end": 3148,
"loc": {
"start": {
"line": 86,
"column": 40
},
"end": {
"line": 86,
"column": 47
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3148,
"end": 3149,
"loc": {
"start": {
"line": 86,
"column": 47
},
"end": {
"line": 86,
"column": 48
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3150,
"end": 3151,
"loc": {
"start": {
"line": 86,
"column": 49
},
"end": {
"line": 86,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "rootName",
"start": 3172,
"end": 3180,
"loc": {
"start": {
"line": 87,
"column": 20
},
"end": {
"line": 87,
"column": 28
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3180,
"end": 3181,
"loc": {
"start": {
"line": 87,
"column": 28
},
"end": {
"line": 87,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "modelInfo",
"start": 3182,
"end": 3191,
"loc": {
"start": {
"line": 87,
"column": 30
},
"end": {
"line": 87,
"column": 39
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3191,
"end": 3192,
"loc": {
"start": {
"line": 87,
"column": 39
},
"end": {
"line": 87,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 3192,
"end": 3196,
"loc": {
"start": {
"line": 87,
"column": 40
},
"end": {
"line": 87,
"column": 44
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3213,
"end": 3214,
"loc": {
"start": {
"line": 88,
"column": 16
},
"end": {
"line": 88,
"column": 17
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3214,
"end": 3215,
"loc": {
"start": {
"line": 88,
"column": 17
},
"end": {
"line": 88,
"column": 18
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3215,
"end": 3216,
"loc": {
"start": {
"line": 88,
"column": 18
},
"end": {
"line": 88,
"column": 19
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3229,
"end": 3230,
"loc": {
"start": {
"line": 89,
"column": 12
},
"end": {
"line": 89,
"column": 13
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3239,
"end": 3240,
"loc": {
"start": {
"line": 90,
"column": 8
},
"end": {
"line": 90,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3240,
"end": 3241,
"loc": {
"start": {
"line": 90,
"column": 9
},
"end": {
"line": 90,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3241,
"end": 3242,
"loc": {
"start": {
"line": 90,
"column": 10
},
"end": {
"line": 90,
"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": 3252,
"end": 3256,
"loc": {
"start": {
"line": 92,
"column": 8
},
"end": {
"line": 92,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3256,
"end": 3257,
"loc": {
"start": {
"line": 92,
"column": 12
},
"end": {
"line": 92,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_onModelUnloaded",
"start": 3257,
"end": 3273,
"loc": {
"start": {
"line": 92,
"column": 13
},
"end": {
"line": 92,
"column": 29
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3274,
"end": 3275,
"loc": {
"start": {
"line": 92,
"column": 30
},
"end": {
"line": 92,
"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": 3276,
"end": 3280,
"loc": {
"start": {
"line": 92,
"column": 32
},
"end": {
"line": 92,
"column": 36
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3280,
"end": 3281,
"loc": {
"start": {
"line": 92,
"column": 36
},
"end": {
"line": 92,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 3281,
"end": 3287,
"loc": {
"start": {
"line": 92,
"column": 37
},
"end": {
"line": 92,
"column": 43
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3287,
"end": 3288,
"loc": {
"start": {
"line": 92,
"column": 43
},
"end": {
"line": 92,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 3288,
"end": 3293,
"loc": {
"start": {
"line": 92,
"column": 44
},
"end": {
"line": 92,
"column": 49
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3293,
"end": 3294,
"loc": {
"start": {
"line": 92,
"column": 49
},
"end": {
"line": 92,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "on",
"start": 3294,
"end": 3296,
"loc": {
"start": {
"line": 92,
"column": 50
},
"end": {
"line": 92,
"column": 52
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3296,
"end": 3297,
"loc": {
"start": {
"line": 92,
"column": 52
},
"end": {
"line": 92,
"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": 3297,
"end": 3312,
"loc": {
"start": {
"line": 92,
"column": 53
},
"end": {
"line": 92,
"column": 68
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3312,
"end": 3313,
"loc": {
"start": {
"line": 92,
"column": 68
},
"end": {
"line": 92,
"column": 69
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3314,
"end": 3315,
"loc": {
"start": {
"line": 92,
"column": 70
},
"end": {
"line": 92,
"column": 71
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "modelId",
"start": 3315,
"end": 3322,
"loc": {
"start": {
"line": 92,
"column": 71
},
"end": {
"line": 92,
"column": 78
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3322,
"end": 3323,
"loc": {
"start": {
"line": 92,
"column": 78
},
"end": {
"line": 92,
"column": 79
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3324,
"end": 3326,
"loc": {
"start": {
"line": 92,
"column": 80
},
"end": {
"line": 92,
"column": 82
}
}
},
{
"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": 92,
"column": 83
},
"end": {
"line": 92,
"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": 3341,
"end": 3343,
"loc": {
"start": {
"line": 93,
"column": 12
},
"end": {
"line": 93,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3344,
"end": 3345,
"loc": {
"start": {
"line": 93,
"column": 15
},
"end": {
"line": 93,
"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": 3345,
"end": 3349,
"loc": {
"start": {
"line": 93,
"column": 16
},
"end": {
"line": 93,
"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": 93,
"column": 20
},
"end": {
"line": 93,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 3350,
"end": 3356,
"loc": {
"start": {
"line": 93,
"column": 21
},
"end": {
"line": 93,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3356,
"end": 3357,
"loc": {
"start": {
"line": 93,
"column": 27
},
"end": {
"line": 93,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaScene",
"start": 3357,
"end": 3366,
"loc": {
"start": {
"line": 93,
"column": 28
},
"end": {
"line": 93,
"column": 37
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3366,
"end": 3367,
"loc": {
"start": {
"line": 93,
"column": 37
},
"end": {
"line": 93,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaModels",
"start": 3367,
"end": 3377,
"loc": {
"start": {
"line": 93,
"column": 38
},
"end": {
"line": 93,
"column": 48
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3377,
"end": 3378,
"loc": {
"start": {
"line": 93,
"column": 48
},
"end": {
"line": 93,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "modelId",
"start": 3378,
"end": 3385,
"loc": {
"start": {
"line": 93,
"column": 49
},
"end": {
"line": 93,
"column": 56
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3385,
"end": 3386,
"loc": {
"start": {
"line": 93,
"column": 56
},
"end": {
"line": 93,
"column": 57
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3386,
"end": 3387,
"loc": {
"start": {
"line": 93,
"column": 57
},
"end": {
"line": 93,
"column": 58
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3388,
"end": 3389,
"loc": {
"start": {
"line": 93,
"column": 59
},
"end": {
"line": 93,
"column": 60
}
}
},
{
"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": 3406,
"end": 3410,
"loc": {
"start": {
"line": 94,
"column": 16
},
"end": {
"line": 94,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3410,
"end": 3411,
"loc": {
"start": {
"line": 94,
"column": 20
},
"end": {
"line": 94,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_treeView",
"start": 3411,
"end": 3420,
"loc": {
"start": {
"line": 94,
"column": 21
},
"end": {
"line": 94,
"column": 30
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3420,
"end": 3421,
"loc": {
"start": {
"line": 94,
"column": 30
},
"end": {
"line": 94,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "removeModel",
"start": 3421,
"end": 3432,
"loc": {
"start": {
"line": 94,
"column": 31
},
"end": {
"line": 94,
"column": 42
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3432,
"end": 3433,
"loc": {
"start": {
"line": 94,
"column": 42
},
"end": {
"line": 94,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "modelId",
"start": 3433,
"end": 3440,
"loc": {
"start": {
"line": 94,
"column": 43
},
"end": {
"line": 94,
"column": 50
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3440,
"end": 3441,
"loc": {
"start": {
"line": 94,
"column": 50
},
"end": {
"line": 94,
"column": 51
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3441,
"end": 3442,
"loc": {
"start": {
"line": 94,
"column": 51
},
"end": {
"line": 94,
"column": 52
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3455,
"end": 3456,
"loc": {
"start": {
"line": 95,
"column": 12
},
"end": {
"line": 95,
"column": 13
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3465,
"end": 3466,
"loc": {
"start": {
"line": 96,
"column": 8
},
"end": {
"line": 96,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3466,
"end": 3467,
"loc": {
"start": {
"line": 96,
"column": 9
},
"end": {
"line": 96,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3467,
"end": 3468,
"loc": {
"start": {
"line": 96,
"column": 10
},
"end": {
"line": 96,
"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": 3478,
"end": 3482,
"loc": {
"start": {
"line": 98,
"column": 8
},
"end": {
"line": 98,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3482,
"end": 3483,
"loc": {
"start": {
"line": 98,
"column": 12
},
"end": {
"line": 98,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "bimViewer",
"start": 3483,
"end": 3492,
"loc": {
"start": {
"line": 98,
"column": 13
},
"end": {
"line": 98,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3492,
"end": 3493,
"loc": {
"start": {
"line": 98,
"column": 22
},
"end": {
"line": 98,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "on",
"start": 3493,
"end": 3495,
"loc": {
"start": {
"line": 98,
"column": 23
},
"end": {
"line": 98,
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3495,
"end": 3496,
"loc": {
"start": {
"line": 98,
"column": 25
},
"end": {
"line": 98,
"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": 3496,
"end": 3503,
"loc": {
"start": {
"line": 98,
"column": 26
},
"end": {
"line": 98,
"column": 33
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3503,
"end": 3504,
"loc": {
"start": {
"line": 98,
"column": 33
},
"end": {
"line": 98,
"column": 34
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3505,
"end": 3506,
"loc": {
"start": {
"line": 98,
"column": 35
},
"end": {
"line": 98,
"column": 36
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3506,
"end": 3507,
"loc": {
"start": {
"line": 98,
"column": 36
},
"end": {
"line": 98,
"column": 37
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3508,
"end": 3510,
"loc": {
"start": {
"line": 98,
"column": 38
},
"end": {
"line": 98,
"column": 40
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3511,
"end": 3512,
"loc": {
"start": {
"line": 98,
"column": 41
},
"end": {
"line": 98,
"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": 3525,
"end": 3529,
"loc": {
"start": {
"line": 99,
"column": 12
},
"end": {
"line": 99,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3529,
"end": 3530,
"loc": {
"start": {
"line": 99,
"column": 16
},
"end": {
"line": 99,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_treeView",
"start": 3530,
"end": 3539,
"loc": {
"start": {
"line": 99,
"column": 17
},
"end": {
"line": 99,
"column": 26
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3539,
"end": 3540,
"loc": {
"start": {
"line": 99,
"column": 26
},
"end": {
"line": 99,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "collapse",
"start": 3540,
"end": 3548,
"loc": {
"start": {
"line": 99,
"column": 27
},
"end": {
"line": 99,
"column": 35
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3548,
"end": 3549,
"loc": {
"start": {
"line": 99,
"column": 35
},
"end": {
"line": 99,
"column": 36
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3549,
"end": 3550,
"loc": {
"start": {
"line": 99,
"column": 36
},
"end": {
"line": 99,
"column": 37
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3550,
"end": 3551,
"loc": {
"start": {
"line": 99,
"column": 37
},
"end": {
"line": 99,
"column": 38
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3560,
"end": 3561,
"loc": {
"start": {
"line": 100,
"column": 8
},
"end": {
"line": 100,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3561,
"end": 3562,
"loc": {
"start": {
"line": 100,
"column": 9
},
"end": {
"line": 100,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3562,
"end": 3563,
"loc": {
"start": {
"line": 100,
"column": 10
},
"end": {
"line": 100,
"column": 11
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3568,
"end": 3569,
"loc": {
"start": {
"line": 101,
"column": 4
},
"end": {
"line": 101,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "setEnabled",
"start": 3575,
"end": 3585,
"loc": {
"start": {
"line": 103,
"column": 4
},
"end": {
"line": 103,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3585,
"end": 3586,
"loc": {
"start": {
"line": 103,
"column": 14
},
"end": {
"line": 103,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "enabled",
"start": 3586,
"end": 3593,
"loc": {
"start": {
"line": 103,
"column": 15
},
"end": {
"line": 103,
"column": 22
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3593,
"end": 3594,
"loc": {
"start": {
"line": 103,
"column": 22
},
"end": {
"line": 103,
"column": 23
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3595,
"end": 3596,
"loc": {
"start": {
"line": 103,
"column": 24
},
"end": {
"line": 103,
"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": 3605,
"end": 3607,
"loc": {
"start": {
"line": 104,
"column": 8
},
"end": {
"line": 104,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3608,
"end": 3609,
"loc": {
"start": {
"line": 104,
"column": 11
},
"end": {
"line": 104,
"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": 3609,
"end": 3610,
"loc": {
"start": {
"line": 104,
"column": 12
},
"end": {
"line": 104,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "enabled",
"start": 3610,
"end": 3617,
"loc": {
"start": {
"line": 104,
"column": 13
},
"end": {
"line": 104,
"column": 20
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3617,
"end": 3618,
"loc": {
"start": {
"line": 104,
"column": 20
},
"end": {
"line": 104,
"column": 21
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3619,
"end": 3620,
"loc": {
"start": {
"line": 104,
"column": 22
},
"end": {
"line": 104,
"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": 3633,
"end": 3637,
"loc": {
"start": {
"line": 105,
"column": 12
},
"end": {
"line": 105,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3637,
"end": 3638,
"loc": {
"start": {
"line": 105,
"column": 16
},
"end": {
"line": 105,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_objectsTabButtonElement",
"start": 3638,
"end": 3662,
"loc": {
"start": {
"line": 105,
"column": 17
},
"end": {
"line": 105,
"column": 41
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3662,
"end": 3663,
"loc": {
"start": {
"line": 105,
"column": 41
},
"end": {
"line": 105,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "classList",
"start": 3663,
"end": 3672,
"loc": {
"start": {
"line": 105,
"column": 42
},
"end": {
"line": 105,
"column": 51
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3672,
"end": 3673,
"loc": {
"start": {
"line": 105,
"column": 51
},
"end": {
"line": 105,
"column": 52
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "add",
"start": 3673,
"end": 3676,
"loc": {
"start": {
"line": 105,
"column": 52
},
"end": {
"line": 105,
"column": 55
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3676,
"end": 3677,
"loc": {
"start": {
"line": 105,
"column": 55
},
"end": {
"line": 105,
"column": 56
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "disabled",
"start": 3677,
"end": 3687,
"loc": {
"start": {
"line": 105,
"column": 56
},
"end": {
"line": 105,
"column": 66
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3687,
"end": 3688,
"loc": {
"start": {
"line": 105,
"column": 66
},
"end": {
"line": 105,
"column": 67
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3688,
"end": 3689,
"loc": {
"start": {
"line": 105,
"column": 67
},
"end": {
"line": 105,
"column": 68
}
}
},
{
"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": 3702,
"end": 3706,
"loc": {
"start": {
"line": 106,
"column": 12
},
"end": {
"line": 106,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3706,
"end": 3707,
"loc": {
"start": {
"line": 106,
"column": 16
},
"end": {
"line": 106,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_showAllObjectsButtonElement",
"start": 3707,
"end": 3735,
"loc": {
"start": {
"line": 106,
"column": 17
},
"end": {
"line": 106,
"column": 45
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3735,
"end": 3736,
"loc": {
"start": {
"line": 106,
"column": 45
},
"end": {
"line": 106,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "classList",
"start": 3736,
"end": 3745,
"loc": {
"start": {
"line": 106,
"column": 46
},
"end": {
"line": 106,
"column": 55
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3745,
"end": 3746,
"loc": {
"start": {
"line": 106,
"column": 55
},
"end": {
"line": 106,
"column": 56
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "add",
"start": 3746,
"end": 3749,
"loc": {
"start": {
"line": 106,
"column": 56
},
"end": {
"line": 106,
"column": 59
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3749,
"end": 3750,
"loc": {
"start": {
"line": 106,
"column": 59
},
"end": {
"line": 106,
"column": 60
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "disabled",
"start": 3750,
"end": 3760,
"loc": {
"start": {
"line": 106,
"column": 60
},
"end": {
"line": 106,
"column": 70
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3760,
"end": 3761,
"loc": {
"start": {
"line": 106,
"column": 70
},
"end": {
"line": 106,
"column": 71
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3761,
"end": 3762,
"loc": {
"start": {
"line": 106,
"column": 71
},
"end": {
"line": 106,
"column": 72
}
}
},
{
"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": 3775,
"end": 3779,
"loc": {
"start": {
"line": 107,
"column": 12
},
"end": {
"line": 107,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3779,
"end": 3780,
"loc": {
"start": {
"line": 107,
"column": 16
},
"end": {
"line": 107,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_hideAllObjectsButtonElement",
"start": 3780,
"end": 3808,
"loc": {
"start": {
"line": 107,
"column": 17
},
"end": {
"line": 107,
"column": 45
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3808,
"end": 3809,
"loc": {
"start": {
"line": 107,
"column": 45
},
"end": {
"line": 107,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "classList",
"start": 3809,
"end": 3818,
"loc": {
"start": {
"line": 107,
"column": 46
},
"end": {
"line": 107,
"column": 55
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3818,
"end": 3819,
"loc": {
"start": {
"line": 107,
"column": 55
},
"end": {
"line": 107,
"column": 56
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "add",
"start": 3819,
"end": 3822,
"loc": {
"start": {
"line": 107,
"column": 56
},
"end": {
"line": 107,
"column": 59
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3822,
"end": 3823,
"loc": {
"start": {
"line": 107,
"column": 59
},
"end": {
"line": 107,
"column": 60
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "disabled",
"start": 3823,
"end": 3833,
"loc": {
"start": {
"line": 107,
"column": 60
},
"end": {
"line": 107,
"column": 70
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3833,
"end": 3834,
"loc": {
"start": {
"line": 107,
"column": 70
},
"end": {
"line": 107,
"column": 71
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3834,
"end": 3835,
"loc": {
"start": {
"line": 107,
"column": 71
},
"end": {
"line": 107,
"column": 72
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3844,
"end": 3845,
"loc": {
"start": {
"line": 108,
"column": 8
},
"end": {
"line": 108,
"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": 3846,
"end": 3850,
"loc": {
"start": {
"line": 108,
"column": 10
},
"end": {
"line": 108,
"column": 14
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3851,
"end": 3852,
"loc": {
"start": {
"line": 108,
"column": 15
},
"end": {
"line": 108,
"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": 3865,
"end": 3869,
"loc": {
"start": {
"line": 109,
"column": 12
},
"end": {
"line": 109,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3869,
"end": 3870,
"loc": {
"start": {
"line": 109,
"column": 16
},
"end": {
"line": 109,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_objectsTabButtonElement",
"start": 3870,
"end": 3894,
"loc": {
"start": {
"line": 109,
"column": 17
},
"end": {
"line": 109,
"column": 41
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3894,
"end": 3895,
"loc": {
"start": {
"line": 109,
"column": 41
},
"end": {
"line": 109,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "classList",
"start": 3895,
"end": 3904,
"loc": {
"start": {
"line": 109,
"column": 42
},
"end": {
"line": 109,
"column": 51
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3904,
"end": 3905,
"loc": {
"start": {
"line": 109,
"column": 51
},
"end": {
"line": 109,
"column": 52
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "remove",
"start": 3905,
"end": 3911,
"loc": {
"start": {
"line": 109,
"column": 52
},
"end": {
"line": 109,
"column": 58
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3911,
"end": 3912,
"loc": {
"start": {
"line": 109,
"column": 58
},
"end": {
"line": 109,
"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": 3912,
"end": 3922,
"loc": {
"start": {
"line": 109,
"column": 59
},
"end": {
"line": 109,
"column": 69
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3922,
"end": 3923,
"loc": {
"start": {
"line": 109,
"column": 69
},
"end": {
"line": 109,
"column": 70
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3923,
"end": 3924,
"loc": {
"start": {
"line": 109,
"column": 70
},
"end": {
"line": 109,
"column": 71
}
}
},
{
"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": 3937,
"end": 3941,
"loc": {
"start": {
"line": 110,
"column": 12
},
"end": {
"line": 110,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3941,
"end": 3942,
"loc": {
"start": {
"line": 110,
"column": 16
},
"end": {
"line": 110,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_showAllObjectsButtonElement",
"start": 3942,
"end": 3970,
"loc": {
"start": {
"line": 110,
"column": 17
},
"end": {
"line": 110,
"column": 45
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3970,
"end": 3971,
"loc": {
"start": {
"line": 110,
"column": 45
},
"end": {
"line": 110,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "classList",
"start": 3971,
"end": 3980,
"loc": {
"start": {
"line": 110,
"column": 46
},
"end": {
"line": 110,
"column": 55
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3980,
"end": 3981,
"loc": {
"start": {
"line": 110,
"column": 55
},
"end": {
"line": 110,
"column": 56
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "remove",
"start": 3981,
"end": 3987,
"loc": {
"start": {
"line": 110,
"column": 56
},
"end": {
"line": 110,
"column": 62
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3987,
"end": 3988,
"loc": {
"start": {
"line": 110,
"column": 62
},
"end": {
"line": 110,
"column": 63
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "disabled",
"start": 3988,
"end": 3998,
"loc": {
"start": {
"line": 110,
"column": 63
},
"end": {
"line": 110,
"column": 73
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3998,
"end": 3999,
"loc": {
"start": {
"line": 110,
"column": 73
},
"end": {
"line": 110,
"column": 74
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3999,
"end": 4000,
"loc": {
"start": {
"line": 110,
"column": 74
},
"end": {
"line": 110,
"column": 75
}
}
},
{
"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": 4013,
"end": 4017,
"loc": {
"start": {
"line": 111,
"column": 12
},
"end": {
"line": 111,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4017,
"end": 4018,
"loc": {
"start": {
"line": 111,
"column": 16
},
"end": {
"line": 111,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_hideAllObjectsButtonElement",
"start": 4018,
"end": 4046,
"loc": {
"start": {
"line": 111,
"column": 17
},
"end": {
"line": 111,
"column": 45
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4046,
"end": 4047,
"loc": {
"start": {
"line": 111,
"column": 45
},
"end": {
"line": 111,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "classList",
"start": 4047,
"end": 4056,
"loc": {
"start": {
"line": 111,
"column": 46
},
"end": {
"line": 111,
"column": 55
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4056,
"end": 4057,
"loc": {
"start": {
"line": 111,
"column": 55
},
"end": {
"line": 111,
"column": 56
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "remove",
"start": 4057,
"end": 4063,
"loc": {
"start": {
"line": 111,
"column": 56
},
"end": {
"line": 111,
"column": 62
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4063,
"end": 4064,
"loc": {
"start": {
"line": 111,
"column": 62
},
"end": {
"line": 111,
"column": 63
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "disabled",
"start": 4064,
"end": 4074,
"loc": {
"start": {
"line": 111,
"column": 63
},
"end": {
"line": 111,
"column": 73
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4074,
"end": 4075,
"loc": {
"start": {
"line": 111,
"column": 73
},
"end": {
"line": 111,
"column": 74
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4075,
"end": 4076,
"loc": {
"start": {
"line": 111,
"column": 74
},
"end": {
"line": 111,
"column": 75
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4085,
"end": 4086,
"loc": {
"start": {
"line": 112,
"column": 8
},
"end": {
"line": 112,
"column": 9
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4091,
"end": 4092,
"loc": {
"start": {
"line": 113,
"column": 4
},
"end": {
"line": 113,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "expandTreeViewToDepth",
"start": 4098,
"end": 4119,
"loc": {
"start": {
"line": 115,
"column": 4
},
"end": {
"line": 115,
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4119,
"end": 4120,
"loc": {
"start": {
"line": 115,
"column": 25
},
"end": {
"line": 115,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "depth",
"start": 4120,
"end": 4125,
"loc": {
"start": {
"line": 115,
"column": 26
},
"end": {
"line": 115,
"column": 31
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4125,
"end": 4126,
"loc": {
"start": {
"line": 115,
"column": 31
},
"end": {
"line": 115,
"column": 32
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4127,
"end": 4128,
"loc": {
"start": {
"line": 115,
"column": 33
},
"end": {
"line": 115,
"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": 4137,
"end": 4141,
"loc": {
"start": {
"line": 116,
"column": 8
},
"end": {
"line": 116,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4141,
"end": 4142,
"loc": {
"start": {
"line": 116,
"column": 12
},
"end": {
"line": 116,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_treeView",
"start": 4142,
"end": 4151,
"loc": {
"start": {
"line": 116,
"column": 13
},
"end": {
"line": 116,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4151,
"end": 4152,
"loc": {
"start": {
"line": 116,
"column": 22
},
"end": {
"line": 116,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "expandToDepth",
"start": 4152,
"end": 4165,
"loc": {
"start": {
"line": 116,
"column": 23
},
"end": {
"line": 116,
"column": 36
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4165,
"end": 4166,
"loc": {
"start": {
"line": 116,
"column": 36
},
"end": {
"line": 116,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "depth",
"start": 4166,
"end": 4171,
"loc": {
"start": {
"line": 116,
"column": 37
},
"end": {
"line": 116,
"column": 42
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4171,
"end": 4172,
"loc": {
"start": {
"line": 116,
"column": 42
},
"end": {
"line": 116,
"column": 43
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4172,
"end": 4173,
"loc": {
"start": {
"line": 116,
"column": 43
},
"end": {
"line": 116,
"column": 44
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4178,
"end": 4179,
"loc": {
"start": {
"line": 117,
"column": 4
},
"end": {
"line": 117,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "showNodeInTreeView",
"start": 4185,
"end": 4203,
"loc": {
"start": {
"line": 119,
"column": 4
},
"end": {
"line": 119,
"column": 22
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4203,
"end": 4204,
"loc": {
"start": {
"line": 119,
"column": 22
},
"end": {
"line": 119,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "objectId",
"start": 4204,
"end": 4212,
"loc": {
"start": {
"line": 119,
"column": 23
},
"end": {
"line": 119,
"column": 31
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4212,
"end": 4213,
"loc": {
"start": {
"line": 119,
"column": 31
},
"end": {
"line": 119,
"column": 32
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4214,
"end": 4215,
"loc": {
"start": {
"line": 119,
"column": 33
},
"end": {
"line": 119,
"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": 4224,
"end": 4228,
"loc": {
"start": {
"line": 120,
"column": 8
},
"end": {
"line": 120,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4228,
"end": 4229,
"loc": {
"start": {
"line": 120,
"column": 12
},
"end": {
"line": 120,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_treeView",
"start": 4229,
"end": 4238,
"loc": {
"start": {
"line": 120,
"column": 13
},
"end": {
"line": 120,
"column": 22
}
}
},
{
"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": 120,
"column": 22
},
"end": {
"line": 120,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "collapse",
"start": 4239,
"end": 4247,
"loc": {
"start": {
"line": 120,
"column": 23
},
"end": {
"line": 120,
"column": 31
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4247,
"end": 4248,
"loc": {
"start": {
"line": 120,
"column": 31
},
"end": {
"line": 120,
"column": 32
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4248,
"end": 4249,
"loc": {
"start": {
"line": 120,
"column": 32
},
"end": {
"line": 120,
"column": 33
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4249,
"end": 4250,
"loc": {
"start": {
"line": 120,
"column": 33
},
"end": {
"line": 120,
"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": 4259,
"end": 4263,
"loc": {
"start": {
"line": 121,
"column": 8
},
"end": {
"line": 121,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4263,
"end": 4264,
"loc": {
"start": {
"line": 121,
"column": 12
},
"end": {
"line": 121,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_treeView",
"start": 4264,
"end": 4273,
"loc": {
"start": {
"line": 121,
"column": 13
},
"end": {
"line": 121,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4273,
"end": 4274,
"loc": {
"start": {
"line": 121,
"column": 22
},
"end": {
"line": 121,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "showNode",
"start": 4274,
"end": 4282,
"loc": {
"start": {
"line": 121,
"column": 23
},
"end": {
"line": 121,
"column": 31
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4282,
"end": 4283,
"loc": {
"start": {
"line": 121,
"column": 31
},
"end": {
"line": 121,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "objectId",
"start": 4283,
"end": 4291,
"loc": {
"start": {
"line": 121,
"column": 32
},
"end": {
"line": 121,
"column": 40
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4291,
"end": 4292,
"loc": {
"start": {
"line": 121,
"column": 40
},
"end": {
"line": 121,
"column": 41
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4292,
"end": 4293,
"loc": {
"start": {
"line": 121,
"column": 41
},
"end": {
"line": 121,
"column": 42
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4298,
"end": 4299,
"loc": {
"start": {
"line": 122,
"column": 4
},
"end": {
"line": 122,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "unShowNodeInTreeView",
"start": 4305,
"end": 4325,
"loc": {
"start": {
"line": 124,
"column": 4
},
"end": {
"line": 124,
"column": 24
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4325,
"end": 4326,
"loc": {
"start": {
"line": 124,
"column": 24
},
"end": {
"line": 124,
"column": 25
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4326,
"end": 4327,
"loc": {
"start": {
"line": 124,
"column": 25
},
"end": {
"line": 124,
"column": 26
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4328,
"end": 4329,
"loc": {
"start": {
"line": 124,
"column": 27
},
"end": {
"line": 124,
"column": 28
}
}
},
{
"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": 4338,
"end": 4342,
"loc": {
"start": {
"line": 125,
"column": 8
},
"end": {
"line": 125,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4342,
"end": 4343,
"loc": {
"start": {
"line": 125,
"column": 12
},
"end": {
"line": 125,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_treeView",
"start": 4343,
"end": 4352,
"loc": {
"start": {
"line": 125,
"column": 13
},
"end": {
"line": 125,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4352,
"end": 4353,
"loc": {
"start": {
"line": 125,
"column": 22
},
"end": {
"line": 125,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "unShowNode",
"start": 4353,
"end": 4363,
"loc": {
"start": {
"line": 125,
"column": 23
},
"end": {
"line": 125,
"column": 33
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4363,
"end": 4364,
"loc": {
"start": {
"line": 125,
"column": 33
},
"end": {
"line": 125,
"column": 34
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4364,
"end": 4365,
"loc": {
"start": {
"line": 125,
"column": 34
},
"end": {
"line": 125,
"column": 35
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4365,
"end": 4366,
"loc": {
"start": {
"line": 125,
"column": 35
},
"end": {
"line": 125,
"column": 36
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4371,
"end": 4372,
"loc": {
"start": {
"line": 126,
"column": 4
},
"end": {
"line": 126,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "destroy",
"start": 4378,
"end": 4385,
"loc": {
"start": {
"line": 128,
"column": 4
},
"end": {
"line": 128,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4385,
"end": 4386,
"loc": {
"start": {
"line": 128,
"column": 11
},
"end": {
"line": 128,
"column": 12
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4386,
"end": 4387,
"loc": {
"start": {
"line": 128,
"column": 12
},
"end": {
"line": 128,
"column": 13
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4388,
"end": 4389,
"loc": {
"start": {
"line": 128,
"column": 14
},
"end": {
"line": 128,
"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": 4398,
"end": 4403,
"loc": {
"start": {
"line": 129,
"column": 8
},
"end": {
"line": 129,
"column": 13
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4403,
"end": 4404,
"loc": {
"start": {
"line": 129,
"column": 13
},
"end": {
"line": 129,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "destroy",
"start": 4404,
"end": 4411,
"loc": {
"start": {
"line": 129,
"column": 14
},
"end": {
"line": 129,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4411,
"end": 4412,
"loc": {
"start": {
"line": 129,
"column": 21
},
"end": {
"line": 129,
"column": 22
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4412,
"end": 4413,
"loc": {
"start": {
"line": 129,
"column": 22
},
"end": {
"line": 129,
"column": 23
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4413,
"end": 4414,
"loc": {
"start": {
"line": 129,
"column": 23
},
"end": {
"line": 129,
"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": 4423,
"end": 4427,
"loc": {
"start": {
"line": 130,
"column": 8
},
"end": {
"line": 130,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4427,
"end": 4428,
"loc": {
"start": {
"line": 130,
"column": 12
},
"end": {
"line": 130,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_treeView",
"start": 4428,
"end": 4437,
"loc": {
"start": {
"line": 130,
"column": 13
},
"end": {
"line": 130,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4437,
"end": 4438,
"loc": {
"start": {
"line": 130,
"column": 22
},
"end": {
"line": 130,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "destroy",
"start": 4438,
"end": 4445,
"loc": {
"start": {
"line": 130,
"column": 23
},
"end": {
"line": 130,
"column": 30
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4445,
"end": 4446,
"loc": {
"start": {
"line": 130,
"column": 30
},
"end": {
"line": 130,
"column": 31
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4446,
"end": 4447,
"loc": {
"start": {
"line": 130,
"column": 31
},
"end": {
"line": 130,
"column": 32
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4447,
"end": 4448,
"loc": {
"start": {
"line": 130,
"column": 32
},
"end": {
"line": 130,
"column": 33
}
}
},
{
"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": 4457,
"end": 4461,
"loc": {
"start": {
"line": 131,
"column": 8
},
"end": {
"line": 131,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4461,
"end": 4462,
"loc": {
"start": {
"line": 131,
"column": 12
},
"end": {
"line": 131,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_treeViewContextMenu",
"start": 4462,
"end": 4482,
"loc": {
"start": {
"line": 131,
"column": 13
},
"end": {
"line": 131,
"column": 33
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4482,
"end": 4483,
"loc": {
"start": {
"line": 131,
"column": 33
},
"end": {
"line": 131,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "destroy",
"start": 4483,
"end": 4490,
"loc": {
"start": {
"line": 131,
"column": 34
},
"end": {
"line": 131,
"column": 41
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4490,
"end": 4491,
"loc": {
"start": {
"line": 131,
"column": 41
},
"end": {
"line": 131,
"column": 42
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4491,
"end": 4492,
"loc": {
"start": {
"line": 131,
"column": 42
},
"end": {
"line": 131,
"column": 43
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4492,
"end": 4493,
"loc": {
"start": {
"line": 131,
"column": 43
},
"end": {
"line": 131,
"column": 44
}
}
},
{
"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": 4502,
"end": 4506,
"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": 4506,
"end": 4507,
"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": "viewer",
"start": 4507,
"end": 4513,
"loc": {
"start": {
"line": 132,
"column": 13
},
"end": {
"line": 132,
"column": 19
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4513,
"end": 4514,
"loc": {
"start": {
"line": 132,
"column": 19
},
"end": {
"line": 132,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 4514,
"end": 4519,
"loc": {
"start": {
"line": 132,
"column": 20
},
"end": {
"line": 132,
"column": 25
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4519,
"end": 4520,
"loc": {
"start": {
"line": 132,
"column": 25
},
"end": {
"line": 132,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "off",
"start": 4520,
"end": 4523,
"loc": {
"start": {
"line": 132,
"column": 26
},
"end": {
"line": 132,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4523,
"end": 4524,
"loc": {
"start": {
"line": 132,
"column": 29
},
"end": {
"line": 132,
"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": 4524,
"end": 4528,
"loc": {
"start": {
"line": 132,
"column": 30
},
"end": {
"line": 132,
"column": 34
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4528,
"end": 4529,
"loc": {
"start": {
"line": 132,
"column": 34
},
"end": {
"line": 132,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_onModelLoaded",
"start": 4529,
"end": 4543,
"loc": {
"start": {
"line": 132,
"column": 35
},
"end": {
"line": 132,
"column": 49
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4543,
"end": 4544,
"loc": {
"start": {
"line": 132,
"column": 49
},
"end": {
"line": 132,
"column": 50
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4544,
"end": 4545,
"loc": {
"start": {
"line": 132,
"column": 50
},
"end": {
"line": 132,
"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": 4554,
"end": 4558,
"loc": {
"start": {
"line": 133,
"column": 8
},
"end": {
"line": 133,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4558,
"end": 4559,
"loc": {
"start": {
"line": 133,
"column": 12
},
"end": {
"line": 133,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 4559,
"end": 4565,
"loc": {
"start": {
"line": 133,
"column": 13
},
"end": {
"line": 133,
"column": 19
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4565,
"end": 4566,
"loc": {
"start": {
"line": 133,
"column": 19
},
"end": {
"line": 133,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 4566,
"end": 4571,
"loc": {
"start": {
"line": 133,
"column": 20
},
"end": {
"line": 133,
"column": 25
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4571,
"end": 4572,
"loc": {
"start": {
"line": 133,
"column": 25
},
"end": {
"line": 133,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "off",
"start": 4572,
"end": 4575,
"loc": {
"start": {
"line": 133,
"column": 26
},
"end": {
"line": 133,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4575,
"end": 4576,
"loc": {
"start": {
"line": 133,
"column": 29
},
"end": {
"line": 133,
"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": 4576,
"end": 4580,
"loc": {
"start": {
"line": 133,
"column": 30
},
"end": {
"line": 133,
"column": 34
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4580,
"end": 4581,
"loc": {
"start": {
"line": 133,
"column": 34
},
"end": {
"line": 133,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_onModelUnloaded",
"start": 4581,
"end": 4597,
"loc": {
"start": {
"line": 133,
"column": 35
},
"end": {
"line": 133,
"column": 51
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4597,
"end": 4598,
"loc": {
"start": {
"line": 133,
"column": 51
},
"end": {
"line": 133,
"column": 52
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4598,
"end": 4599,
"loc": {
"start": {
"line": 133,
"column": 52
},
"end": {
"line": 133,
"column": 53
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4604,
"end": 4605,
"loc": {
"start": {
"line": 134,
"column": 4
},
"end": {
"line": 134,
"column": 5
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4606,
"end": 4607,
"loc": {
"start": {
"line": 135,
"column": 0
},
"end": {
"line": 135,
"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": 4609,
"end": 4615,
"loc": {
"start": {
"line": 137,
"column": 0
},
"end": {
"line": 137,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4616,
"end": 4617,
"loc": {
"start": {
"line": 137,
"column": 7
},
"end": {
"line": 137,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "ObjectsExplorer",
"start": 4617,
"end": 4632,
"loc": {
"start": {
"line": 137,
"column": 8
},
"end": {
"line": 137,
"column": 23
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4632,
"end": 4633,
"loc": {
"start": {
"line": 137,
"column": 23
},
"end": {
"line": 137,
"column": 24
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4633,
"end": 4634,
"loc": {
"start": {
"line": 137,
"column": 24
},
"end": {
"line": 137,
"column": 25
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4634,
"end": 4634,
"loc": {
"start": {
"line": 137,
"column": 25
},
"end": {
"line": 137,
"column": 25
}
}
}
]
}