{ "type": "File", "start": 0, "end": 18000, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 383, "column": 29 } }, "program": { "type": "Program", "start": 0, "end": 18000, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 383, "column": 29 } }, "sourceType": "module", "body": [ { "type": "ImportDeclaration", "start": 0, "end": 75, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 75 } }, "specifiers": [ { "type": "ImportSpecifier", "start": 8, "end": 12, "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 12 } }, "imported": { "type": "Identifier", "start": 8, "end": 12, "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 12 }, "identifierName": "math" }, "name": "math" }, "local": { "type": "Identifier", "start": 8, "end": 12, "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 12 }, "identifierName": "math" }, "name": "math" } }, { "type": "ImportSpecifier", "start": 14, "end": 25, "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 25 } }, "imported": { "type": "Identifier", "start": 14, "end": 25, "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 25 }, "identifierName": "ContextMenu" }, "name": "ContextMenu" }, "local": { "type": "Identifier", "start": 14, "end": 25, "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 25 }, "identifierName": "ContextMenu" }, "name": "ContextMenu" } } ], "source": { "type": "StringLiteral", "start": 32, "end": 74, "loc": { "start": { "line": 1, "column": 32 }, "end": { "line": 1, "column": 74 } }, "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": "VariableDeclaration", "start": 77, "end": 106, "loc": { "start": { "line": 3, "column": 0 }, "end": { "line": 3, "column": 29 } }, "declarations": [ { "type": "VariableDeclarator", "start": 83, "end": 105, "loc": { "start": { "line": 3, "column": 6 }, "end": { "line": 3, "column": 28 } }, "id": { "type": "Identifier", "start": 83, "end": 91, "loc": { "start": { "line": 3, "column": 6 }, "end": { "line": 3, "column": 14 }, "identifierName": "tempVec3" }, "name": "tempVec3" }, "init": { "type": "CallExpression", "start": 94, "end": 105, "loc": { "start": { "line": 3, "column": 17 }, "end": { "line": 3, "column": 28 } }, "callee": { "type": "MemberExpression", "start": 94, "end": 103, "loc": { "start": { "line": 3, "column": 17 }, "end": { "line": 3, "column": 26 } }, "object": { "type": "Identifier", "start": 94, "end": 98, "loc": { "start": { "line": 3, "column": 17 }, "end": { "line": 3, "column": 21 }, "identifierName": "math" }, "name": "math" }, "property": { "type": "Identifier", "start": 99, "end": 103, "loc": { "start": { "line": 3, "column": 22 }, "end": { "line": 3, "column": 26 }, "identifierName": "vec3" }, "name": "vec3" }, "computed": false }, "arguments": [] } } ], "kind": "const", "trailingComments": [ { "type": "CommentBlock", "value": "*\n * @private\n ", "start": 108, "end": 127, "loc": { "start": { "line": 5, "column": 0 }, "end": { "line": 7, "column": 3 } } } ] }, { "type": "Identifier", "start": 128, "end": 17969, "loc": { "start": { "line": 8, "column": 0 }, "end": { "line": 381, "column": 1 } }, "id": { "type": "Identifier", "start": 134, "end": 153, "loc": { "start": { "line": 8, "column": 6 }, "end": { "line": 8, "column": 25 }, "identifierName": "TreeViewContextMenu" }, "name": "TreeViewContextMenu", "leadingComments": null }, "superClass": { "type": "Identifier", "start": 162, "end": 173, "loc": { "start": { "line": 8, "column": 34 }, "end": { "line": 8, "column": 45 }, "identifierName": "ContextMenu" }, "name": "ContextMenu" }, "body": { "type": "ClassBody", "start": 174, "end": 17969, "loc": { "start": { "line": 8, "column": 46 }, "end": { "line": 381, "column": 1 } }, "body": [ { "type": "ClassMethod", "start": 181, "end": 303, "loc": { "start": { "line": 10, "column": 4 }, "end": { "line": 14, "column": 5 } }, "static": false, "computed": false, "key": { "type": "Identifier", "start": 181, "end": 192, "loc": { "start": { "line": 10, "column": 4 }, "end": { "line": 10, "column": 15 }, "identifierName": "constructor" }, "name": "constructor" }, "kind": "constructor", "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 193, "end": 202, "loc": { "start": { "line": 10, "column": 16 }, "end": { "line": 10, "column": 25 }, "identifierName": "bimViewer" }, "name": "bimViewer" }, { "type": "AssignmentPattern", "start": 204, "end": 210, "loc": { "start": { "line": 10, "column": 27 }, "end": { "line": 10, "column": 33 } }, "left": { "type": "Identifier", "start": 204, "end": 207, "loc": { "start": { "line": 10, "column": 27 }, "end": { "line": 10, "column": 30 }, "identifierName": "cfg" }, "name": "cfg" }, "right": { "type": "ObjectExpression", "start": 208, "end": 210, "loc": { "start": { "line": 10, "column": 31 }, "end": { "line": 10, "column": 33 } }, "properties": [] } } ], "body": { "type": "BlockStatement", "start": 212, "end": 303, "loc": { "start": { "line": 10, "column": 35 }, "end": { "line": 14, "column": 5 } }, "body": [ { "type": "ExpressionStatement", "start": 222, "end": 233, "loc": { "start": { "line": 11, "column": 8 }, "end": { "line": 11, "column": 19 } }, "expression": { "type": "CallExpression", "start": 222, "end": 232, "loc": { "start": { "line": 11, "column": 8 }, "end": { "line": 11, "column": 18 } }, "callee": { "type": "Super", "start": 222, "end": 227, "loc": { "start": { "line": 11, "column": 8 }, "end": { "line": 11, "column": 13 } } }, "arguments": [ { "type": "Identifier", "start": 228, "end": 231, "loc": { "start": { "line": 11, "column": 14 }, "end": { "line": 11, "column": 17 }, "identifierName": "cfg" }, "name": "cfg" } ] } }, { "type": "ExpressionStatement", "start": 242, "end": 270, "loc": { "start": { "line": 12, "column": 8 }, "end": { "line": 12, "column": 36 } }, "expression": { "type": "AssignmentExpression", "start": 242, "end": 269, "loc": { "start": { "line": 12, "column": 8 }, "end": { "line": 12, "column": 35 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 242, "end": 257, "loc": { "start": { "line": 12, "column": 8 }, "end": { "line": 12, "column": 23 } }, "object": { "type": "ThisExpression", "start": 242, "end": 246, "loc": { "start": { "line": 12, "column": 8 }, "end": { "line": 12, "column": 12 } } }, "property": { "type": "Identifier", "start": 247, "end": 257, "loc": { "start": { "line": 12, "column": 13 }, "end": { "line": 12, "column": 23 }, "identifierName": "_bimViewer" }, "name": "_bimViewer" }, "computed": false }, "right": { "type": "Identifier", "start": 260, "end": 269, "loc": { "start": { "line": 12, "column": 26 }, "end": { "line": 12, "column": 35 }, "identifierName": "bimViewer" }, "name": "bimViewer" } } }, { "type": "ExpressionStatement", "start": 279, "end": 297, "loc": { "start": { "line": 13, "column": 8 }, "end": { "line": 13, "column": 26 } }, "expression": { "type": "CallExpression", "start": 279, "end": 296, "loc": { "start": { "line": 13, "column": 8 }, "end": { "line": 13, "column": 25 } }, "callee": { "type": "MemberExpression", "start": 279, "end": 294, "loc": { "start": { "line": 13, "column": 8 }, "end": { "line": 13, "column": 23 } }, "object": { "type": "ThisExpression", "start": 279, "end": 283, "loc": { "start": { "line": 13, "column": 8 }, "end": { "line": 13, "column": 12 } } }, "property": { "type": "Identifier", "start": 284, "end": 294, "loc": { "start": { "line": 13, "column": 13 }, "end": { "line": 13, "column": 23 }, "identifierName": "_buildMenu" }, "name": "_buildMenu" }, "computed": false }, "arguments": [] } } ], "directives": [] } }, { "type": "ClassMethod", "start": 309, "end": 17967, "loc": { "start": { "line": 16, "column": 4 }, "end": { "line": 380, "column": 5 } }, "static": false, "computed": false, "key": { "type": "Identifier", "start": 309, "end": 319, "loc": { "start": { "line": 16, "column": 4 }, "end": { "line": 16, "column": 14 }, "identifierName": "_buildMenu" }, "name": "_buildMenu" }, "kind": "method", "id": null, "generator": false, "expression": false, "async": false, "params": [], "body": { "type": "BlockStatement", "start": 322, "end": 17967, "loc": { "start": { "line": 16, "column": 17 }, "end": { "line": 380, "column": 5 } }, "body": [ { "type": "VariableDeclaration", "start": 333, "end": 360, "loc": { "start": { "line": 18, "column": 8 }, "end": { "line": 18, "column": 35 } }, "declarations": [ { "type": "VariableDeclarator", "start": 339, "end": 359, "loc": { "start": { "line": 18, "column": 14 }, "end": { "line": 18, "column": 34 } }, "id": { "type": "Identifier", "start": 339, "end": 354, "loc": { "start": { "line": 18, "column": 14 }, "end": { "line": 18, "column": 29 }, "identifierName": "showObjectItems" }, "name": "showObjectItems" }, "init": { "type": "ArrayExpression", "start": 357, "end": 359, "loc": { "start": { "line": 18, "column": 32 }, "end": { "line": 18, "column": 34 } }, "elements": [] } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 369, "end": 397, "loc": { "start": { "line": 19, "column": 8 }, "end": { "line": 19, "column": 36 } }, "declarations": [ { "type": "VariableDeclarator", "start": 375, "end": 396, "loc": { "start": { "line": 19, "column": 14 }, "end": { "line": 19, "column": 35 } }, "id": { "type": "Identifier", "start": 375, "end": 391, "loc": { "start": { "line": 19, "column": 14 }, "end": { "line": 19, "column": 30 }, "identifierName": "focusObjectItems" }, "name": "focusObjectItems" }, "init": { "type": "ArrayExpression", "start": 394, "end": 396, "loc": { "start": { "line": 19, "column": 33 }, "end": { "line": 19, "column": 35 } }, "elements": [] } } ], "kind": "const" }, { "type": "IfStatement", "start": 407, "end": 1059, "loc": { "start": { "line": 21, "column": 8 }, "end": { "line": 34, "column": 9 } }, "test": { "type": "MemberExpression", "start": 411, "end": 453, "loc": { "start": { "line": 21, "column": 12 }, "end": { "line": 21, "column": 54 } }, "object": { "type": "MemberExpression", "start": 411, "end": 426, "loc": { "start": { "line": 21, "column": 12 }, "end": { "line": 21, "column": 27 } }, "object": { "type": "ThisExpression", "start": 411, "end": 415, "loc": { "start": { "line": 21, "column": 12 }, "end": { "line": 21, "column": 16 } } }, "property": { "type": "Identifier", "start": 416, "end": 426, "loc": { "start": { "line": 21, "column": 17 }, "end": { "line": 21, "column": 27 }, "identifierName": "_bimViewer" }, "name": "_bimViewer" }, "computed": false }, "property": { "type": "Identifier", "start": 427, "end": 453, "loc": { "start": { "line": 21, "column": 28 }, "end": { "line": 21, "column": 54 }, "identifierName": "_enablePropertiesInspector" }, "name": "_enablePropertiesInspector" }, "computed": false }, "consequent": { "type": "BlockStatement", "start": 455, "end": 1059, "loc": { "start": { "line": 21, "column": 56 }, "end": { "line": 34, "column": 9 } }, "body": [ { "type": "ExpressionStatement", "start": 469, "end": 1049, "loc": { "start": { "line": 22, "column": 12 }, "end": { "line": 33, "column": 15 } }, "expression": { "type": "CallExpression", "start": 469, "end": 1048, "loc": { "start": { "line": 22, "column": 12 }, "end": { "line": 33, "column": 14 } }, "callee": { "type": "MemberExpression", "start": 469, "end": 489, "loc": { "start": { "line": 22, "column": 12 }, "end": { "line": 22, "column": 32 } }, "object": { "type": "Identifier", "start": 469, "end": 484, "loc": { "start": { "line": 22, "column": 12 }, "end": { "line": 22, "column": 27 }, "identifierName": "showObjectItems" }, "name": "showObjectItems" }, "property": { "type": "Identifier", "start": 485, "end": 489, "loc": { "start": { "line": 22, "column": 28 }, "end": { "line": 22, "column": 32 }, "identifierName": "push" }, "name": "push" }, "computed": false }, "arguments": [ { "type": "ObjectExpression", "start": 490, "end": 1047, "loc": { "start": { "line": 22, "column": 33 }, "end": { "line": 33, "column": 13 } }, "properties": [ { "type": "ObjectProperty", "start": 508, "end": 682, "loc": { "start": { "line": 23, "column": 16 }, "end": { "line": 25, "column": 17 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 508, "end": 516, "loc": { "start": { "line": 23, "column": 16 }, "end": { "line": 23, "column": 24 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 518, "end": 682, "loc": { "start": { "line": 23, "column": 26 }, "end": { "line": 25, "column": 17 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 519, "end": 526, "loc": { "start": { "line": 23, "column": 27 }, "end": { "line": 23, "column": 34 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 531, "end": 682, "loc": { "start": { "line": 23, "column": 39 }, "end": { "line": 25, "column": 17 } }, "body": [ { "type": "ReturnStatement", "start": 553, "end": 664, "loc": { "start": { "line": 24, "column": 20 }, "end": { "line": 24, "column": 131 } }, "argument": { "type": "LogicalExpression", "start": 560, "end": 663, "loc": { "start": { "line": 24, "column": 27 }, "end": { "line": 24, "column": 130 } }, "left": { "type": "CallExpression", "start": 560, "end": 639, "loc": { "start": { "line": 24, "column": 27 }, "end": { "line": 24, "column": 106 } }, "callee": { "type": "MemberExpression", "start": 560, "end": 598, "loc": { "start": { "line": 24, "column": 27 }, "end": { "line": 24, "column": 65 } }, "object": { "type": "MemberExpression", "start": 560, "end": 588, "loc": { "start": { "line": 24, "column": 27 }, "end": { "line": 24, "column": 55 } }, "object": { "type": "MemberExpression", "start": 560, "end": 574, "loc": { "start": { "line": 24, "column": 27 }, "end": { "line": 24, "column": 41 } }, "object": { "type": "Identifier", "start": 560, "end": 567, "loc": { "start": { "line": 24, "column": 27 }, "end": { "line": 24, "column": 34 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 568, "end": 574, "loc": { "start": { "line": 24, "column": 35 }, "end": { "line": 24, "column": 41 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 575, "end": 588, "loc": { "start": { "line": 24, "column": 42 }, "end": { "line": 24, "column": 55 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 589, "end": 598, "loc": { "start": { "line": 24, "column": 56 }, "end": { "line": 24, "column": 65 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 599, "end": 638, "loc": { "start": { "line": 24, "column": 66 }, "end": { "line": 24, "column": 105 } }, "extra": { "rawValue": "treeViewContextMenu.inspectProperties", "raw": "\"treeViewContextMenu.inspectProperties\"" }, "value": "treeViewContextMenu.inspectProperties" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 643, "end": 663, "loc": { "start": { "line": 24, "column": 110 }, "end": { "line": 24, "column": 130 } }, "extra": { "rawValue": "Inspect Properties", "raw": "\"Inspect Properties\"" }, "value": "Inspect Properties" } } } ], "directives": [] } } }, { "type": "ObjectMethod", "start": 700, "end": 835, "loc": { "start": { "line": 26, "column": 16 }, "end": { "line": 28, "column": 17 } }, "method": true, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 700, "end": 708, "loc": { "start": { "line": 26, "column": 16 }, "end": { "line": 26, "column": 24 }, "identifierName": "getShown" }, "name": "getShown" }, "kind": "method", "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 709, "end": 716, "loc": { "start": { "line": 26, "column": 25 }, "end": { "line": 26, "column": 32 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 718, "end": 835, "loc": { "start": { "line": 26, "column": 34 }, "end": { "line": 28, "column": 17 } }, "body": [ { "type": "ReturnStatement", "start": 740, "end": 817, "loc": { "start": { "line": 27, "column": 20 }, "end": { "line": 27, "column": 97 } }, "argument": { "type": "UnaryExpression", "start": 747, "end": 816, "loc": { "start": { "line": 27, "column": 27 }, "end": { "line": 27, "column": 96 } }, "operator": "!", "prefix": true, "argument": { "type": "UnaryExpression", "start": 748, "end": 816, "loc": { "start": { "line": 27, "column": 28 }, "end": { "line": 27, "column": 96 } }, "operator": "!", "prefix": true, "argument": { "type": "MemberExpression", "start": 749, "end": 816, "loc": { "start": { "line": 27, "column": 29 }, "end": { "line": 27, "column": 96 } }, "object": { "type": "MemberExpression", "start": 749, "end": 785, "loc": { "start": { "line": 27, "column": 29 }, "end": { "line": 27, "column": 65 } }, "object": { "type": "MemberExpression", "start": 749, "end": 773, "loc": { "start": { "line": 27, "column": 29 }, "end": { "line": 27, "column": 53 } }, "object": { "type": "MemberExpression", "start": 749, "end": 763, "loc": { "start": { "line": 27, "column": 29 }, "end": { "line": 27, "column": 43 } }, "object": { "type": "Identifier", "start": 749, "end": 756, "loc": { "start": { "line": 27, "column": 29 }, "end": { "line": 27, "column": 36 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 757, "end": 763, "loc": { "start": { "line": 27, "column": 37 }, "end": { "line": 27, "column": 43 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 764, "end": 773, "loc": { "start": { "line": 27, "column": 44 }, "end": { "line": 27, "column": 53 }, "identifierName": "metaScene" }, "name": "metaScene" }, "computed": false }, "property": { "type": "Identifier", "start": 774, "end": 785, "loc": { "start": { "line": 27, "column": 54 }, "end": { "line": 27, "column": 65 }, "identifierName": "metaObjects" }, "name": "metaObjects" }, "computed": false }, "property": { "type": "MemberExpression", "start": 786, "end": 815, "loc": { "start": { "line": 27, "column": 66 }, "end": { "line": 27, "column": 95 } }, "object": { "type": "MemberExpression", "start": 786, "end": 806, "loc": { "start": { "line": 27, "column": 66 }, "end": { "line": 27, "column": 86 } }, "object": { "type": "Identifier", "start": 786, "end": 793, "loc": { "start": { "line": 27, "column": 66 }, "end": { "line": 27, "column": 73 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 794, "end": 806, "loc": { "start": { "line": 27, "column": 74 }, "end": { "line": 27, "column": 86 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "computed": false }, "property": { "type": "Identifier", "start": 807, "end": 815, "loc": { "start": { "line": 27, "column": 87 }, "end": { "line": 27, "column": 95 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "computed": true }, "extra": { "parenthesizedArgument": false } }, "extra": { "parenthesizedArgument": false } } } ], "directives": [] } }, { "type": "ObjectProperty", "start": 853, "end": 1033, "loc": { "start": { "line": 29, "column": 16 }, "end": { "line": 32, "column": 17 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 853, "end": 861, "loc": { "start": { "line": 29, "column": 16 }, "end": { "line": 29, "column": 24 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "ArrowFunctionExpression", "start": 863, "end": 1033, "loc": { "start": { "line": 29, "column": 26 }, "end": { "line": 32, "column": 17 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 864, "end": 871, "loc": { "start": { "line": 29, "column": 27 }, "end": { "line": 29, "column": 34 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 876, "end": 1033, "loc": { "start": { "line": 29, "column": 39 }, "end": { "line": 32, "column": 17 } }, "body": [ { "type": "VariableDeclaration", "start": 898, "end": 945, "loc": { "start": { "line": 30, "column": 20 }, "end": { "line": 30, "column": 67 } }, "declarations": [ { "type": "VariableDeclarator", "start": 904, "end": 944, "loc": { "start": { "line": 30, "column": 26 }, "end": { "line": 30, "column": 66 } }, "id": { "type": "Identifier", "start": 904, "end": 912, "loc": { "start": { "line": 30, "column": 26 }, "end": { "line": 30, "column": 34 }, "identifierName": "objectId" }, "name": "objectId" }, "init": { "type": "MemberExpression", "start": 915, "end": 944, "loc": { "start": { "line": 30, "column": 37 }, "end": { "line": 30, "column": 66 } }, "object": { "type": "MemberExpression", "start": 915, "end": 935, "loc": { "start": { "line": 30, "column": 37 }, "end": { "line": 30, "column": 57 } }, "object": { "type": "Identifier", "start": 915, "end": 922, "loc": { "start": { "line": 30, "column": 37 }, "end": { "line": 30, "column": 44 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 923, "end": 935, "loc": { "start": { "line": 30, "column": 45 }, "end": { "line": 30, "column": 57 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "computed": false }, "property": { "type": "Identifier", "start": 936, "end": 944, "loc": { "start": { "line": 30, "column": 58 }, "end": { "line": 30, "column": 66 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 966, "end": 1015, "loc": { "start": { "line": 31, "column": 20 }, "end": { "line": 31, "column": 69 } }, "expression": { "type": "CallExpression", "start": 966, "end": 1014, "loc": { "start": { "line": 31, "column": 20 }, "end": { "line": 31, "column": 68 } }, "callee": { "type": "MemberExpression", "start": 966, "end": 1004, "loc": { "start": { "line": 31, "column": 20 }, "end": { "line": 31, "column": 58 } }, "object": { "type": "MemberExpression", "start": 966, "end": 983, "loc": { "start": { "line": 31, "column": 20 }, "end": { "line": 31, "column": 37 } }, "object": { "type": "Identifier", "start": 966, "end": 973, "loc": { "start": { "line": 31, "column": 20 }, "end": { "line": 31, "column": 27 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 974, "end": 983, "loc": { "start": { "line": 31, "column": 28 }, "end": { "line": 31, "column": 37 }, "identifierName": "bimViewer" }, "name": "bimViewer" }, "computed": false }, "property": { "type": "Identifier", "start": 984, "end": 1004, "loc": { "start": { "line": 31, "column": 38 }, "end": { "line": 31, "column": 58 }, "identifierName": "showObjectProperties" }, "name": "showObjectProperties" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 1005, "end": 1013, "loc": { "start": { "line": 31, "column": 59 }, "end": { "line": 31, "column": 67 }, "identifierName": "objectId" }, "name": "objectId" } ] } } ], "directives": [] } } } ] } ] } } ], "directives": [] }, "alternate": null }, { "type": "ExpressionStatement", "start": 1069, "end": 3906, "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 97, "column": 11 } }, "expression": { "type": "CallExpression", "start": 1069, "end": 3905, "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 97, "column": 10 } }, "callee": { "type": "MemberExpression", "start": 1069, "end": 1090, "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 36, "column": 29 } }, "object": { "type": "Identifier", "start": 1069, "end": 1085, "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 36, "column": 24 }, "identifierName": "focusObjectItems" }, "name": "focusObjectItems" }, "property": { "type": "Identifier", "start": 1086, "end": 1090, "loc": { "start": { "line": 36, "column": 25 }, "end": { "line": 36, "column": 29 }, "identifierName": "push" }, "name": "push" }, "computed": false }, "arguments": [ { "type": "SpreadElement", "start": 1091, "end": 3904, "loc": { "start": { "line": 36, "column": 30 }, "end": { "line": 97, "column": 9 } }, "argument": { "type": "ArrayExpression", "start": 1094, "end": 3904, "loc": { "start": { "line": 36, "column": 33 }, "end": { "line": 97, "column": 9 } }, "elements": [ { "type": "ObjectExpression", "start": 1108, "end": 2386, "loc": { "start": { "line": 37, "column": 12 }, "end": { "line": 63, "column": 13 } }, "properties": [ { "type": "ObjectProperty", "start": 1126, "end": 1280, "loc": { "start": { "line": 38, "column": 16 }, "end": { "line": 40, "column": 17 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 1126, "end": 1134, "loc": { "start": { "line": 38, "column": 16 }, "end": { "line": 38, "column": 24 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 1136, "end": 1280, "loc": { "start": { "line": 38, "column": 26 }, "end": { "line": 40, "column": 17 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 1137, "end": 1144, "loc": { "start": { "line": 38, "column": 27 }, "end": { "line": 38, "column": 34 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 1149, "end": 1280, "loc": { "start": { "line": 38, "column": 39 }, "end": { "line": 40, "column": 17 } }, "body": [ { "type": "ReturnStatement", "start": 1171, "end": 1262, "loc": { "start": { "line": 39, "column": 20 }, "end": { "line": 39, "column": 111 } }, "argument": { "type": "LogicalExpression", "start": 1178, "end": 1261, "loc": { "start": { "line": 39, "column": 27 }, "end": { "line": 39, "column": 110 } }, "left": { "type": "CallExpression", "start": 1178, "end": 1247, "loc": { "start": { "line": 39, "column": 27 }, "end": { "line": 39, "column": 96 } }, "callee": { "type": "MemberExpression", "start": 1178, "end": 1216, "loc": { "start": { "line": 39, "column": 27 }, "end": { "line": 39, "column": 65 } }, "object": { "type": "MemberExpression", "start": 1178, "end": 1206, "loc": { "start": { "line": 39, "column": 27 }, "end": { "line": 39, "column": 55 } }, "object": { "type": "MemberExpression", "start": 1178, "end": 1192, "loc": { "start": { "line": 39, "column": 27 }, "end": { "line": 39, "column": 41 } }, "object": { "type": "Identifier", "start": 1178, "end": 1185, "loc": { "start": { "line": 39, "column": 27 }, "end": { "line": 39, "column": 34 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 1186, "end": 1192, "loc": { "start": { "line": 39, "column": 35 }, "end": { "line": 39, "column": 41 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 1193, "end": 1206, "loc": { "start": { "line": 39, "column": 42 }, "end": { "line": 39, "column": 55 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 1207, "end": 1216, "loc": { "start": { "line": 39, "column": 56 }, "end": { "line": 39, "column": 65 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 1217, "end": 1246, "loc": { "start": { "line": 39, "column": 66 }, "end": { "line": 39, "column": 95 } }, "extra": { "rawValue": "treeViewContextMenu.viewFit", "raw": "\"treeViewContextMenu.viewFit\"" }, "value": "treeViewContextMenu.viewFit" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 1251, "end": 1261, "loc": { "start": { "line": 39, "column": 100 }, "end": { "line": 39, "column": 110 } }, "extra": { "rawValue": "View Fit", "raw": "\"View Fit\"" }, "value": "View Fit" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 1298, "end": 2372, "loc": { "start": { "line": 41, "column": 16 }, "end": { "line": 62, "column": 17 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 1298, "end": 1306, "loc": { "start": { "line": 41, "column": 16 }, "end": { "line": 41, "column": 24 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 1308, "end": 2372, "loc": { "start": { "line": 41, "column": 26 }, "end": { "line": 62, "column": 17 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 1318, "end": 1325, "loc": { "start": { "line": 41, "column": 36 }, "end": { "line": 41, "column": 43 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 1327, "end": 2372, "loc": { "start": { "line": 41, "column": 45 }, "end": { "line": 62, "column": 17 } }, "body": [ { "type": "VariableDeclaration", "start": 1349, "end": 1379, "loc": { "start": { "line": 42, "column": 20 }, "end": { "line": 42, "column": 50 } }, "declarations": [ { "type": "VariableDeclarator", "start": 1355, "end": 1378, "loc": { "start": { "line": 42, "column": 26 }, "end": { "line": 42, "column": 49 } }, "id": { "type": "Identifier", "start": 1355, "end": 1361, "loc": { "start": { "line": 42, "column": 26 }, "end": { "line": 42, "column": 32 }, "identifierName": "viewer" }, "name": "viewer" }, "init": { "type": "MemberExpression", "start": 1364, "end": 1378, "loc": { "start": { "line": 42, "column": 35 }, "end": { "line": 42, "column": 49 } }, "object": { "type": "Identifier", "start": 1364, "end": 1371, "loc": { "start": { "line": 42, "column": 35 }, "end": { "line": 42, "column": 42 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 1372, "end": 1378, "loc": { "start": { "line": 42, "column": 43 }, "end": { "line": 42, "column": 49 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 1400, "end": 1427, "loc": { "start": { "line": 43, "column": 20 }, "end": { "line": 43, "column": 47 } }, "declarations": [ { "type": "VariableDeclarator", "start": 1406, "end": 1426, "loc": { "start": { "line": 43, "column": 26 }, "end": { "line": 43, "column": 46 } }, "id": { "type": "Identifier", "start": 1406, "end": 1411, "loc": { "start": { "line": 43, "column": 26 }, "end": { "line": 43, "column": 31 }, "identifierName": "scene" }, "name": "scene" }, "init": { "type": "MemberExpression", "start": 1414, "end": 1426, "loc": { "start": { "line": 43, "column": 34 }, "end": { "line": 43, "column": 46 } }, "object": { "type": "Identifier", "start": 1414, "end": 1420, "loc": { "start": { "line": 43, "column": 34 }, "end": { "line": 43, "column": 40 }, "identifierName": "viewer" }, "name": "viewer" }, "property": { "type": "Identifier", "start": 1421, "end": 1426, "loc": { "start": { "line": 43, "column": 41 }, "end": { "line": 43, "column": 46 }, "identifierName": "scene" }, "name": "scene" }, "computed": false } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 1448, "end": 1469, "loc": { "start": { "line": 44, "column": 20 }, "end": { "line": 44, "column": 41 } }, "declarations": [ { "type": "VariableDeclarator", "start": 1454, "end": 1468, "loc": { "start": { "line": 44, "column": 26 }, "end": { "line": 44, "column": 40 } }, "id": { "type": "Identifier", "start": 1454, "end": 1463, "loc": { "start": { "line": 44, "column": 26 }, "end": { "line": 44, "column": 35 }, "identifierName": "objectIds" }, "name": "objectIds" }, "init": { "type": "ArrayExpression", "start": 1466, "end": 1468, "loc": { "start": { "line": 44, "column": 38 }, "end": { "line": 44, "column": 40 } }, "elements": [] } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 1490, "end": 1737, "loc": { "start": { "line": 45, "column": 20 }, "end": { "line": 49, "column": 23 } }, "expression": { "type": "CallExpression", "start": 1490, "end": 1736, "loc": { "start": { "line": 45, "column": 20 }, "end": { "line": 49, "column": 22 } }, "callee": { "type": "MemberExpression", "start": 1490, "end": 1525, "loc": { "start": { "line": 45, "column": 20 }, "end": { "line": 45, "column": 55 } }, "object": { "type": "MemberExpression", "start": 1490, "end": 1512, "loc": { "start": { "line": 45, "column": 20 }, "end": { "line": 45, "column": 42 } }, "object": { "type": "Identifier", "start": 1490, "end": 1497, "loc": { "start": { "line": 45, "column": 20 }, "end": { "line": 45, "column": 27 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 1498, "end": 1512, "loc": { "start": { "line": 45, "column": 28 }, "end": { "line": 45, "column": 42 }, "identifierName": "treeViewPlugin" }, "name": "treeViewPlugin" }, "computed": false }, "property": { "type": "Identifier", "start": 1513, "end": 1525, "loc": { "start": { "line": 45, "column": 43 }, "end": { "line": 45, "column": 55 }, "identifierName": "withNodeTree" }, "name": "withNodeTree" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 1526, "end": 1546, "loc": { "start": { "line": 45, "column": 56 }, "end": { "line": 45, "column": 76 } }, "object": { "type": "Identifier", "start": 1526, "end": 1533, "loc": { "start": { "line": 45, "column": 56 }, "end": { "line": 45, "column": 63 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 1534, "end": 1546, "loc": { "start": { "line": 45, "column": 64 }, "end": { "line": 45, "column": 76 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "computed": false }, { "type": "ArrowFunctionExpression", "start": 1548, "end": 1735, "loc": { "start": { "line": 45, "column": 78 }, "end": { "line": 49, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 1549, "end": 1561, "loc": { "start": { "line": 45, "column": 79 }, "end": { "line": 45, "column": 91 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" } ], "body": { "type": "BlockStatement", "start": 1566, "end": 1735, "loc": { "start": { "line": 45, "column": 96 }, "end": { "line": 49, "column": 21 } }, "body": [ { "type": "IfStatement", "start": 1592, "end": 1713, "loc": { "start": { "line": 46, "column": 24 }, "end": { "line": 48, "column": 25 } }, "test": { "type": "MemberExpression", "start": 1596, "end": 1617, "loc": { "start": { "line": 46, "column": 28 }, "end": { "line": 46, "column": 49 } }, "object": { "type": "Identifier", "start": 1596, "end": 1608, "loc": { "start": { "line": 46, "column": 28 }, "end": { "line": 46, "column": 40 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 1609, "end": 1617, "loc": { "start": { "line": 46, "column": 41 }, "end": { "line": 46, "column": 49 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "consequent": { "type": "BlockStatement", "start": 1619, "end": 1713, "loc": { "start": { "line": 46, "column": 51 }, "end": { "line": 48, "column": 25 } }, "body": [ { "type": "ExpressionStatement", "start": 1649, "end": 1687, "loc": { "start": { "line": 47, "column": 28 }, "end": { "line": 47, "column": 66 } }, "expression": { "type": "CallExpression", "start": 1649, "end": 1686, "loc": { "start": { "line": 47, "column": 28 }, "end": { "line": 47, "column": 65 } }, "callee": { "type": "MemberExpression", "start": 1649, "end": 1663, "loc": { "start": { "line": 47, "column": 28 }, "end": { "line": 47, "column": 42 } }, "object": { "type": "Identifier", "start": 1649, "end": 1658, "loc": { "start": { "line": 47, "column": 28 }, "end": { "line": 47, "column": 37 }, "identifierName": "objectIds" }, "name": "objectIds" }, "property": { "type": "Identifier", "start": 1659, "end": 1663, "loc": { "start": { "line": 47, "column": 38 }, "end": { "line": 47, "column": 42 }, "identifierName": "push" }, "name": "push" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 1664, "end": 1685, "loc": { "start": { "line": 47, "column": 43 }, "end": { "line": 47, "column": 64 } }, "object": { "type": "Identifier", "start": 1664, "end": 1676, "loc": { "start": { "line": 47, "column": 43 }, "end": { "line": 47, "column": 55 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 1677, "end": 1685, "loc": { "start": { "line": 47, "column": 56 }, "end": { "line": 47, "column": 64 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false } ] } } ], "directives": [] }, "alternate": null } ], "directives": [] } } ] } }, { "type": "ExpressionStatement", "start": 1758, "end": 1799, "loc": { "start": { "line": 50, "column": 20 }, "end": { "line": 50, "column": 61 } }, "expression": { "type": "CallExpression", "start": 1758, "end": 1798, "loc": { "start": { "line": 50, "column": 20 }, "end": { "line": 50, "column": 60 } }, "callee": { "type": "MemberExpression", "start": 1758, "end": 1781, "loc": { "start": { "line": 50, "column": 20 }, "end": { "line": 50, "column": 43 } }, "object": { "type": "Identifier", "start": 1758, "end": 1763, "loc": { "start": { "line": 50, "column": 20 }, "end": { "line": 50, "column": 25 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 1764, "end": 1781, "loc": { "start": { "line": 50, "column": 26 }, "end": { "line": 50, "column": 43 }, "identifierName": "setObjectsVisible" }, "name": "setObjectsVisible" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 1782, "end": 1791, "loc": { "start": { "line": 50, "column": 44 }, "end": { "line": 50, "column": 53 }, "identifierName": "objectIds" }, "name": "objectIds" }, { "type": "BooleanLiteral", "start": 1793, "end": 1797, "loc": { "start": { "line": 50, "column": 55 }, "end": { "line": 50, "column": 59 } }, "value": true } ] } }, { "type": "ExpressionStatement", "start": 1820, "end": 1865, "loc": { "start": { "line": 51, "column": 20 }, "end": { "line": 51, "column": 65 } }, "expression": { "type": "CallExpression", "start": 1820, "end": 1864, "loc": { "start": { "line": 51, "column": 20 }, "end": { "line": 51, "column": 64 } }, "callee": { "type": "MemberExpression", "start": 1820, "end": 1847, "loc": { "start": { "line": 51, "column": 20 }, "end": { "line": 51, "column": 47 } }, "object": { "type": "Identifier", "start": 1820, "end": 1825, "loc": { "start": { "line": 51, "column": 20 }, "end": { "line": 51, "column": 25 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 1826, "end": 1847, "loc": { "start": { "line": 51, "column": 26 }, "end": { "line": 51, "column": 47 }, "identifierName": "setObjectsHighlighted" }, "name": "setObjectsHighlighted" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 1848, "end": 1857, "loc": { "start": { "line": 51, "column": 48 }, "end": { "line": 51, "column": 57 }, "identifierName": "objectIds" }, "name": "objectIds" }, { "type": "BooleanLiteral", "start": 1859, "end": 1863, "loc": { "start": { "line": 51, "column": 59 }, "end": { "line": 51, "column": 63 } }, "value": true } ] } }, { "type": "VariableDeclaration", "start": 1886, "end": 1924, "loc": { "start": { "line": 52, "column": 20 }, "end": { "line": 52, "column": 58 } }, "declarations": [ { "type": "VariableDeclarator", "start": 1892, "end": 1923, "loc": { "start": { "line": 52, "column": 26 }, "end": { "line": 52, "column": 57 } }, "id": { "type": "Identifier", "start": 1892, "end": 1896, "loc": { "start": { "line": 52, "column": 26 }, "end": { "line": 52, "column": 30 }, "identifierName": "aabb" }, "name": "aabb" }, "init": { "type": "CallExpression", "start": 1899, "end": 1923, "loc": { "start": { "line": 52, "column": 33 }, "end": { "line": 52, "column": 57 } }, "callee": { "type": "MemberExpression", "start": 1899, "end": 1912, "loc": { "start": { "line": 52, "column": 33 }, "end": { "line": 52, "column": 46 } }, "object": { "type": "Identifier", "start": 1899, "end": 1904, "loc": { "start": { "line": 52, "column": 33 }, "end": { "line": 52, "column": 38 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 1905, "end": 1912, "loc": { "start": { "line": 52, "column": 39 }, "end": { "line": 52, "column": 46 }, "identifierName": "getAABB" }, "name": "getAABB" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 1913, "end": 1922, "loc": { "start": { "line": 52, "column": 47 }, "end": { "line": 52, "column": 56 }, "identifierName": "objectIds" }, "name": "objectIds" } ] } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 1945, "end": 2275, "loc": { "start": { "line": 53, "column": 20 }, "end": { "line": 60, "column": 23 } }, "expression": { "type": "CallExpression", "start": 1945, "end": 2274, "loc": { "start": { "line": 53, "column": 20 }, "end": { "line": 60, "column": 22 } }, "callee": { "type": "MemberExpression", "start": 1945, "end": 1970, "loc": { "start": { "line": 53, "column": 20 }, "end": { "line": 53, "column": 45 } }, "object": { "type": "MemberExpression", "start": 1945, "end": 1964, "loc": { "start": { "line": 53, "column": 20 }, "end": { "line": 53, "column": 39 } }, "object": { "type": "Identifier", "start": 1945, "end": 1951, "loc": { "start": { "line": 53, "column": 20 }, "end": { "line": 53, "column": 26 }, "identifierName": "viewer" }, "name": "viewer" }, "property": { "type": "Identifier", "start": 1952, "end": 1964, "loc": { "start": { "line": 53, "column": 27 }, "end": { "line": 53, "column": 39 }, "identifierName": "cameraFlight" }, "name": "cameraFlight" }, "computed": false }, "property": { "type": "Identifier", "start": 1965, "end": 1970, "loc": { "start": { "line": 53, "column": 40 }, "end": { "line": 53, "column": 45 }, "identifierName": "flyTo" }, "name": "flyTo" }, "computed": false }, "arguments": [ { "type": "ObjectExpression", "start": 1971, "end": 2068, "loc": { "start": { "line": 53, "column": 46 }, "end": { "line": 56, "column": 21 } }, "properties": [ { "type": "ObjectProperty", "start": 1997, "end": 2007, "loc": { "start": { "line": 54, "column": 24 }, "end": { "line": 54, "column": 34 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 1997, "end": 2001, "loc": { "start": { "line": 54, "column": 24 }, "end": { "line": 54, "column": 28 }, "identifierName": "aabb" }, "name": "aabb" }, "value": { "type": "Identifier", "start": 2003, "end": 2007, "loc": { "start": { "line": 54, "column": 30 }, "end": { "line": 54, "column": 34 }, "identifierName": "aabb" }, "name": "aabb" } }, { "type": "ObjectProperty", "start": 2033, "end": 2046, "loc": { "start": { "line": 55, "column": 24 }, "end": { "line": 55, "column": 37 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 2033, "end": 2041, "loc": { "start": { "line": 55, "column": 24 }, "end": { "line": 55, "column": 32 }, "identifierName": "duration" }, "name": "duration" }, "value": { "type": "NumericLiteral", "start": 2043, "end": 2046, "loc": { "start": { "line": 55, "column": 34 }, "end": { "line": 55, "column": 37 } }, "extra": { "rawValue": 0.5, "raw": "0.5" }, "value": 0.5 } } ] }, { "type": "ArrowFunctionExpression", "start": 2070, "end": 2273, "loc": { "start": { "line": 56, "column": 23 }, "end": { "line": 60, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [], "body": { "type": "BlockStatement", "start": 2076, "end": 2273, "loc": { "start": { "line": 56, "column": 29 }, "end": { "line": 60, "column": 21 } }, "body": [ { "type": "ExpressionStatement", "start": 2102, "end": 2251, "loc": { "start": { "line": 57, "column": 24 }, "end": { "line": 59, "column": 32 } }, "expression": { "type": "CallExpression", "start": 2102, "end": 2250, "loc": { "start": { "line": 57, "column": 24 }, "end": { "line": 59, "column": 31 } }, "callee": { "type": "Identifier", "start": 2102, "end": 2112, "loc": { "start": { "line": 57, "column": 24 }, "end": { "line": 57, "column": 34 }, "identifierName": "setTimeout" }, "name": "setTimeout" }, "arguments": [ { "type": "FunctionExpression", "start": 2113, "end": 2244, "loc": { "start": { "line": 57, "column": 35 }, "end": { "line": 59, "column": 25 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [], "body": { "type": "BlockStatement", "start": 2125, "end": 2244, "loc": { "start": { "line": 57, "column": 47 }, "end": { "line": 59, "column": 25 } }, "body": [ { "type": "ExpressionStatement", "start": 2155, "end": 2218, "loc": { "start": { "line": 58, "column": 28 }, "end": { "line": 58, "column": 91 } }, "expression": { "type": "CallExpression", "start": 2155, "end": 2217, "loc": { "start": { "line": 58, "column": 28 }, "end": { "line": 58, "column": 90 } }, "callee": { "type": "MemberExpression", "start": 2155, "end": 2182, "loc": { "start": { "line": 58, "column": 28 }, "end": { "line": 58, "column": 55 } }, "object": { "type": "Identifier", "start": 2155, "end": 2160, "loc": { "start": { "line": 58, "column": 28 }, "end": { "line": 58, "column": 33 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 2161, "end": 2182, "loc": { "start": { "line": 58, "column": 34 }, "end": { "line": 58, "column": 55 }, "identifierName": "setObjectsHighlighted" }, "name": "setObjectsHighlighted" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 2183, "end": 2209, "loc": { "start": { "line": 58, "column": 56 }, "end": { "line": 58, "column": 82 } }, "object": { "type": "Identifier", "start": 2183, "end": 2188, "loc": { "start": { "line": 58, "column": 56 }, "end": { "line": 58, "column": 61 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 2189, "end": 2209, "loc": { "start": { "line": 58, "column": 62 }, "end": { "line": 58, "column": 82 }, "identifierName": "highlightedObjectIds" }, "name": "highlightedObjectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 2211, "end": 2216, "loc": { "start": { "line": 58, "column": 84 }, "end": { "line": 58, "column": 89 } }, "value": false } ] } } ], "directives": [] } }, { "type": "NumericLiteral", "start": 2246, "end": 2249, "loc": { "start": { "line": 59, "column": 27 }, "end": { "line": 59, "column": 30 } }, "extra": { "rawValue": 500, "raw": "500" }, "value": 500 } ] } } ], "directives": [] } } ] } }, { "type": "ExpressionStatement", "start": 2296, "end": 2354, "loc": { "start": { "line": 61, "column": 20 }, "end": { "line": 61, "column": 78 } }, "expression": { "type": "AssignmentExpression", "start": 2296, "end": 2353, "loc": { "start": { "line": 61, "column": 20 }, "end": { "line": 61, "column": 77 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 2296, "end": 2325, "loc": { "start": { "line": 61, "column": 20 }, "end": { "line": 61, "column": 49 } }, "object": { "type": "MemberExpression", "start": 2296, "end": 2316, "loc": { "start": { "line": 61, "column": 20 }, "end": { "line": 61, "column": 40 } }, "object": { "type": "Identifier", "start": 2296, "end": 2302, "loc": { "start": { "line": 61, "column": 20 }, "end": { "line": 61, "column": 26 }, "identifierName": "viewer" }, "name": "viewer" }, "property": { "type": "Identifier", "start": 2303, "end": 2316, "loc": { "start": { "line": 61, "column": 27 }, "end": { "line": 61, "column": 40 }, "identifierName": "cameraControl" }, "name": "cameraControl" }, "computed": false }, "property": { "type": "Identifier", "start": 2317, "end": 2325, "loc": { "start": { "line": 61, "column": 41 }, "end": { "line": 61, "column": 49 }, "identifierName": "pivotPos" }, "name": "pivotPos" }, "computed": false }, "right": { "type": "CallExpression", "start": 2328, "end": 2353, "loc": { "start": { "line": 61, "column": 52 }, "end": { "line": 61, "column": 77 } }, "callee": { "type": "MemberExpression", "start": 2328, "end": 2347, "loc": { "start": { "line": 61, "column": 52 }, "end": { "line": 61, "column": 71 } }, "object": { "type": "Identifier", "start": 2328, "end": 2332, "loc": { "start": { "line": 61, "column": 52 }, "end": { "line": 61, "column": 56 }, "identifierName": "math" }, "name": "math" }, "property": { "type": "Identifier", "start": 2333, "end": 2347, "loc": { "start": { "line": 61, "column": 57 }, "end": { "line": 61, "column": 71 }, "identifierName": "getAABB3Center" }, "name": "getAABB3Center" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 2348, "end": 2352, "loc": { "start": { "line": 61, "column": 72 }, "end": { "line": 61, "column": 76 }, "identifierName": "aabb" }, "name": "aabb" } ] } } } ], "directives": [] } } } ] }, { "type": "ObjectExpression", "start": 2400, "end": 3210, "loc": { "start": { "line": 64, "column": 12 }, "end": { "line": 81, "column": 13 } }, "properties": [ { "type": "ObjectProperty", "start": 2418, "end": 2588, "loc": { "start": { "line": 65, "column": 16 }, "end": { "line": 67, "column": 17 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 2418, "end": 2426, "loc": { "start": { "line": 65, "column": 16 }, "end": { "line": 65, "column": 24 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 2428, "end": 2588, "loc": { "start": { "line": 65, "column": 26 }, "end": { "line": 67, "column": 17 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 2429, "end": 2436, "loc": { "start": { "line": 65, "column": 27 }, "end": { "line": 65, "column": 34 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 2441, "end": 2588, "loc": { "start": { "line": 65, "column": 39 }, "end": { "line": 67, "column": 17 } }, "body": [ { "type": "ReturnStatement", "start": 2463, "end": 2570, "loc": { "start": { "line": 66, "column": 20 }, "end": { "line": 66, "column": 127 } }, "argument": { "type": "LogicalExpression", "start": 2470, "end": 2569, "loc": { "start": { "line": 66, "column": 27 }, "end": { "line": 66, "column": 126 } }, "left": { "type": "CallExpression", "start": 2470, "end": 2546, "loc": { "start": { "line": 66, "column": 27 }, "end": { "line": 66, "column": 103 } }, "callee": { "type": "MemberExpression", "start": 2470, "end": 2508, "loc": { "start": { "line": 66, "column": 27 }, "end": { "line": 66, "column": 65 } }, "object": { "type": "MemberExpression", "start": 2470, "end": 2498, "loc": { "start": { "line": 66, "column": 27 }, "end": { "line": 66, "column": 55 } }, "object": { "type": "MemberExpression", "start": 2470, "end": 2484, "loc": { "start": { "line": 66, "column": 27 }, "end": { "line": 66, "column": 41 } }, "object": { "type": "Identifier", "start": 2470, "end": 2477, "loc": { "start": { "line": 66, "column": 27 }, "end": { "line": 66, "column": 34 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 2478, "end": 2484, "loc": { "start": { "line": 66, "column": 35 }, "end": { "line": 66, "column": 41 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 2485, "end": 2498, "loc": { "start": { "line": 66, "column": 42 }, "end": { "line": 66, "column": 55 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 2499, "end": 2508, "loc": { "start": { "line": 66, "column": 56 }, "end": { "line": 66, "column": 65 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 2509, "end": 2545, "loc": { "start": { "line": 66, "column": 66 }, "end": { "line": 66, "column": 102 } }, "extra": { "rawValue": "canvasContextMenu.viewFitSelection", "raw": "\"canvasContextMenu.viewFitSelection\"" }, "value": "canvasContextMenu.viewFitSelection" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 2550, "end": 2569, "loc": { "start": { "line": 66, "column": 107 }, "end": { "line": 66, "column": 126 } }, "extra": { "rawValue": "View Fit Selected", "raw": "\"View Fit Selected\"" }, "value": "View Fit Selected" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 2606, "end": 2724, "loc": { "start": { "line": 68, "column": 16 }, "end": { "line": 70, "column": 17 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 2606, "end": 2616, "loc": { "start": { "line": 68, "column": 16 }, "end": { "line": 68, "column": 26 }, "identifierName": "getEnabled" }, "name": "getEnabled" }, "value": { "type": "ArrowFunctionExpression", "start": 2618, "end": 2724, "loc": { "start": { "line": 68, "column": 28 }, "end": { "line": 70, "column": 17 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 2619, "end": 2626, "loc": { "start": { "line": 68, "column": 29 }, "end": { "line": 68, "column": 36 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 2631, "end": 2724, "loc": { "start": { "line": 68, "column": 41 }, "end": { "line": 70, "column": 17 } }, "body": [ { "type": "ReturnStatement", "start": 2653, "end": 2706, "loc": { "start": { "line": 69, "column": 20 }, "end": { "line": 69, "column": 73 } }, "argument": { "type": "BinaryExpression", "start": 2661, "end": 2704, "loc": { "start": { "line": 69, "column": 28 }, "end": { "line": 69, "column": 71 } }, "left": { "type": "MemberExpression", "start": 2661, "end": 2700, "loc": { "start": { "line": 69, "column": 28 }, "end": { "line": 69, "column": 67 } }, "object": { "type": "MemberExpression", "start": 2661, "end": 2681, "loc": { "start": { "line": 69, "column": 28 }, "end": { "line": 69, "column": 48 } }, "object": { "type": "MemberExpression", "start": 2661, "end": 2675, "loc": { "start": { "line": 69, "column": 28 }, "end": { "line": 69, "column": 42 } }, "object": { "type": "Identifier", "start": 2661, "end": 2668, "loc": { "start": { "line": 69, "column": 28 }, "end": { "line": 69, "column": 35 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 2669, "end": 2675, "loc": { "start": { "line": 69, "column": 36 }, "end": { "line": 69, "column": 42 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 2676, "end": 2681, "loc": { "start": { "line": 69, "column": 43 }, "end": { "line": 69, "column": 48 }, "identifierName": "scene" }, "name": "scene" }, "computed": false }, "property": { "type": "Identifier", "start": 2682, "end": 2700, "loc": { "start": { "line": 69, "column": 49 }, "end": { "line": 69, "column": 67 }, "identifierName": "numSelectedObjects" }, "name": "numSelectedObjects" }, "computed": false }, "operator": ">", "right": { "type": "NumericLiteral", "start": 2703, "end": 2704, "loc": { "start": { "line": 69, "column": 70 }, "end": { "line": 69, "column": 71 } }, "extra": { "rawValue": 0, "raw": "0" }, "value": 0 }, "extra": { "parenthesized": true, "parenStart": 2660 } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 2742, "end": 3196, "loc": { "start": { "line": 71, "column": 16 }, "end": { "line": 80, "column": 17 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 2742, "end": 2750, "loc": { "start": { "line": 71, "column": 16 }, "end": { "line": 71, "column": 24 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "ArrowFunctionExpression", "start": 2752, "end": 3196, "loc": { "start": { "line": 71, "column": 26 }, "end": { "line": 80, "column": 17 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 2753, "end": 2760, "loc": { "start": { "line": 71, "column": 27 }, "end": { "line": 71, "column": 34 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 2765, "end": 3196, "loc": { "start": { "line": 71, "column": 39 }, "end": { "line": 80, "column": 17 } }, "body": [ { "type": "VariableDeclaration", "start": 2787, "end": 2817, "loc": { "start": { "line": 72, "column": 20 }, "end": { "line": 72, "column": 50 } }, "declarations": [ { "type": "VariableDeclarator", "start": 2793, "end": 2816, "loc": { "start": { "line": 72, "column": 26 }, "end": { "line": 72, "column": 49 } }, "id": { "type": "Identifier", "start": 2793, "end": 2799, "loc": { "start": { "line": 72, "column": 26 }, "end": { "line": 72, "column": 32 }, "identifierName": "viewer" }, "name": "viewer" }, "init": { "type": "MemberExpression", "start": 2802, "end": 2816, "loc": { "start": { "line": 72, "column": 35 }, "end": { "line": 72, "column": 49 } }, "object": { "type": "Identifier", "start": 2802, "end": 2809, "loc": { "start": { "line": 72, "column": 35 }, "end": { "line": 72, "column": 42 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 2810, "end": 2816, "loc": { "start": { "line": 72, "column": 43 }, "end": { "line": 72, "column": 49 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 2838, "end": 2865, "loc": { "start": { "line": 73, "column": 20 }, "end": { "line": 73, "column": 47 } }, "declarations": [ { "type": "VariableDeclarator", "start": 2844, "end": 2864, "loc": { "start": { "line": 73, "column": 26 }, "end": { "line": 73, "column": 46 } }, "id": { "type": "Identifier", "start": 2844, "end": 2849, "loc": { "start": { "line": 73, "column": 26 }, "end": { "line": 73, "column": 31 }, "identifierName": "scene" }, "name": "scene" }, "init": { "type": "MemberExpression", "start": 2852, "end": 2864, "loc": { "start": { "line": 73, "column": 34 }, "end": { "line": 73, "column": 46 } }, "object": { "type": "Identifier", "start": 2852, "end": 2858, "loc": { "start": { "line": 73, "column": 34 }, "end": { "line": 73, "column": 40 }, "identifierName": "viewer" }, "name": "viewer" }, "property": { "type": "Identifier", "start": 2859, "end": 2864, "loc": { "start": { "line": 73, "column": 41 }, "end": { "line": 73, "column": 46 }, "identifierName": "scene" }, "name": "scene" }, "computed": false } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 2886, "end": 2943, "loc": { "start": { "line": 74, "column": 20 }, "end": { "line": 74, "column": 77 } }, "declarations": [ { "type": "VariableDeclarator", "start": 2892, "end": 2942, "loc": { "start": { "line": 74, "column": 26 }, "end": { "line": 74, "column": 76 } }, "id": { "type": "Identifier", "start": 2892, "end": 2901, "loc": { "start": { "line": 74, "column": 26 }, "end": { "line": 74, "column": 35 }, "identifierName": "sceneAABB" }, "name": "sceneAABB" }, "init": { "type": "CallExpression", "start": 2904, "end": 2942, "loc": { "start": { "line": 74, "column": 38 }, "end": { "line": 74, "column": 76 } }, "callee": { "type": "MemberExpression", "start": 2904, "end": 2917, "loc": { "start": { "line": 74, "column": 38 }, "end": { "line": 74, "column": 51 } }, "object": { "type": "Identifier", "start": 2904, "end": 2909, "loc": { "start": { "line": 74, "column": 38 }, "end": { "line": 74, "column": 43 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 2910, "end": 2917, "loc": { "start": { "line": 74, "column": 44 }, "end": { "line": 74, "column": 51 }, "identifierName": "getAABB" }, "name": "getAABB" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 2918, "end": 2941, "loc": { "start": { "line": 74, "column": 52 }, "end": { "line": 74, "column": 75 } }, "object": { "type": "Identifier", "start": 2918, "end": 2923, "loc": { "start": { "line": 74, "column": 52 }, "end": { "line": 74, "column": 57 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 2924, "end": 2941, "loc": { "start": { "line": 74, "column": 58 }, "end": { "line": 74, "column": 75 }, "identifierName": "selectedObjectIds" }, "name": "selectedObjectIds" }, "computed": false } ] } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 2964, "end": 3094, "loc": { "start": { "line": 75, "column": 20 }, "end": { "line": 78, "column": 23 } }, "expression": { "type": "CallExpression", "start": 2964, "end": 3093, "loc": { "start": { "line": 75, "column": 20 }, "end": { "line": 78, "column": 22 } }, "callee": { "type": "MemberExpression", "start": 2964, "end": 2989, "loc": { "start": { "line": 75, "column": 20 }, "end": { "line": 75, "column": 45 } }, "object": { "type": "MemberExpression", "start": 2964, "end": 2983, "loc": { "start": { "line": 75, "column": 20 }, "end": { "line": 75, "column": 39 } }, "object": { "type": "Identifier", "start": 2964, "end": 2970, "loc": { "start": { "line": 75, "column": 20 }, "end": { "line": 75, "column": 26 }, "identifierName": "viewer" }, "name": "viewer" }, "property": { "type": "Identifier", "start": 2971, "end": 2983, "loc": { "start": { "line": 75, "column": 27 }, "end": { "line": 75, "column": 39 }, "identifierName": "cameraFlight" }, "name": "cameraFlight" }, "computed": false }, "property": { "type": "Identifier", "start": 2984, "end": 2989, "loc": { "start": { "line": 75, "column": 40 }, "end": { "line": 75, "column": 45 }, "identifierName": "flyTo" }, "name": "flyTo" }, "computed": false }, "arguments": [ { "type": "ObjectExpression", "start": 2990, "end": 3092, "loc": { "start": { "line": 75, "column": 46 }, "end": { "line": 78, "column": 21 } }, "properties": [ { "type": "ObjectProperty", "start": 3016, "end": 3031, "loc": { "start": { "line": 76, "column": 24 }, "end": { "line": 76, "column": 39 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 3016, "end": 3020, "loc": { "start": { "line": 76, "column": 24 }, "end": { "line": 76, "column": 28 }, "identifierName": "aabb" }, "name": "aabb" }, "value": { "type": "Identifier", "start": 3022, "end": 3031, "loc": { "start": { "line": 76, "column": 30 }, "end": { "line": 76, "column": 39 }, "identifierName": "sceneAABB" }, "name": "sceneAABB" } }, { "type": "ObjectProperty", "start": 3057, "end": 3070, "loc": { "start": { "line": 77, "column": 24 }, "end": { "line": 77, "column": 37 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 3057, "end": 3065, "loc": { "start": { "line": 77, "column": 24 }, "end": { "line": 77, "column": 32 }, "identifierName": "duration" }, "name": "duration" }, "value": { "type": "NumericLiteral", "start": 3067, "end": 3070, "loc": { "start": { "line": 77, "column": 34 }, "end": { "line": 77, "column": 37 } }, "extra": { "rawValue": 0.5, "raw": "0.5" }, "value": 0.5 } } ] } ] } }, { "type": "ExpressionStatement", "start": 3115, "end": 3178, "loc": { "start": { "line": 79, "column": 20 }, "end": { "line": 79, "column": 83 } }, "expression": { "type": "AssignmentExpression", "start": 3115, "end": 3177, "loc": { "start": { "line": 79, "column": 20 }, "end": { "line": 79, "column": 82 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 3115, "end": 3144, "loc": { "start": { "line": 79, "column": 20 }, "end": { "line": 79, "column": 49 } }, "object": { "type": "MemberExpression", "start": 3115, "end": 3135, "loc": { "start": { "line": 79, "column": 20 }, "end": { "line": 79, "column": 40 } }, "object": { "type": "Identifier", "start": 3115, "end": 3121, "loc": { "start": { "line": 79, "column": 20 }, "end": { "line": 79, "column": 26 }, "identifierName": "viewer" }, "name": "viewer" }, "property": { "type": "Identifier", "start": 3122, "end": 3135, "loc": { "start": { "line": 79, "column": 27 }, "end": { "line": 79, "column": 40 }, "identifierName": "cameraControl" }, "name": "cameraControl" }, "computed": false }, "property": { "type": "Identifier", "start": 3136, "end": 3144, "loc": { "start": { "line": 79, "column": 41 }, "end": { "line": 79, "column": 49 }, "identifierName": "pivotPos" }, "name": "pivotPos" }, "computed": false }, "right": { "type": "CallExpression", "start": 3147, "end": 3177, "loc": { "start": { "line": 79, "column": 52 }, "end": { "line": 79, "column": 82 } }, "callee": { "type": "MemberExpression", "start": 3147, "end": 3166, "loc": { "start": { "line": 79, "column": 52 }, "end": { "line": 79, "column": 71 } }, "object": { "type": "Identifier", "start": 3147, "end": 3151, "loc": { "start": { "line": 79, "column": 52 }, "end": { "line": 79, "column": 56 }, "identifierName": "math" }, "name": "math" }, "property": { "type": "Identifier", "start": 3152, "end": 3166, "loc": { "start": { "line": 79, "column": 57 }, "end": { "line": 79, "column": 71 }, "identifierName": "getAABB3Center" }, "name": "getAABB3Center" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 3167, "end": 3176, "loc": { "start": { "line": 79, "column": 72 }, "end": { "line": 79, "column": 81 }, "identifierName": "sceneAABB" }, "name": "sceneAABB" } ] } } } ], "directives": [] } } } ] }, { "type": "ObjectExpression", "start": 3224, "end": 3894, "loc": { "start": { "line": 82, "column": 12 }, "end": { "line": 96, "column": 13 } }, "properties": [ { "type": "ObjectProperty", "start": 3242, "end": 3403, "loc": { "start": { "line": 83, "column": 16 }, "end": { "line": 85, "column": 17 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 3242, "end": 3250, "loc": { "start": { "line": 83, "column": 16 }, "end": { "line": 83, "column": 24 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 3252, "end": 3403, "loc": { "start": { "line": 83, "column": 26 }, "end": { "line": 85, "column": 17 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 3253, "end": 3260, "loc": { "start": { "line": 83, "column": 27 }, "end": { "line": 83, "column": 34 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 3265, "end": 3403, "loc": { "start": { "line": 83, "column": 39 }, "end": { "line": 85, "column": 17 } }, "body": [ { "type": "ReturnStatement", "start": 3287, "end": 3385, "loc": { "start": { "line": 84, "column": 20 }, "end": { "line": 84, "column": 118 } }, "argument": { "type": "LogicalExpression", "start": 3294, "end": 3384, "loc": { "start": { "line": 84, "column": 27 }, "end": { "line": 84, "column": 117 } }, "left": { "type": "CallExpression", "start": 3294, "end": 3366, "loc": { "start": { "line": 84, "column": 27 }, "end": { "line": 84, "column": 99 } }, "callee": { "type": "MemberExpression", "start": 3294, "end": 3332, "loc": { "start": { "line": 84, "column": 27 }, "end": { "line": 84, "column": 65 } }, "object": { "type": "MemberExpression", "start": 3294, "end": 3322, "loc": { "start": { "line": 84, "column": 27 }, "end": { "line": 84, "column": 55 } }, "object": { "type": "MemberExpression", "start": 3294, "end": 3308, "loc": { "start": { "line": 84, "column": 27 }, "end": { "line": 84, "column": 41 } }, "object": { "type": "Identifier", "start": 3294, "end": 3301, "loc": { "start": { "line": 84, "column": 27 }, "end": { "line": 84, "column": 34 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 3302, "end": 3308, "loc": { "start": { "line": 84, "column": 35 }, "end": { "line": 84, "column": 41 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 3309, "end": 3322, "loc": { "start": { "line": 84, "column": 42 }, "end": { "line": 84, "column": 55 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 3323, "end": 3332, "loc": { "start": { "line": 84, "column": 56 }, "end": { "line": 84, "column": 65 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 3333, "end": 3365, "loc": { "start": { "line": 84, "column": 66 }, "end": { "line": 84, "column": 98 } }, "extra": { "rawValue": "treeViewContextMenu.viewFitAll", "raw": "\"treeViewContextMenu.viewFitAll\"" }, "value": "treeViewContextMenu.viewFitAll" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 3370, "end": 3384, "loc": { "start": { "line": 84, "column": 103 }, "end": { "line": 84, "column": 117 } }, "extra": { "rawValue": "View Fit All", "raw": "\"View Fit All\"" }, "value": "View Fit All" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 3421, "end": 3880, "loc": { "start": { "line": 86, "column": 16 }, "end": { "line": 95, "column": 17 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 3421, "end": 3429, "loc": { "start": { "line": 86, "column": 16 }, "end": { "line": 86, "column": 24 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 3431, "end": 3880, "loc": { "start": { "line": 86, "column": 26 }, "end": { "line": 95, "column": 17 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 3441, "end": 3448, "loc": { "start": { "line": 86, "column": 36 }, "end": { "line": 86, "column": 43 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 3450, "end": 3880, "loc": { "start": { "line": 86, "column": 45 }, "end": { "line": 95, "column": 17 } }, "body": [ { "type": "VariableDeclaration", "start": 3472, "end": 3502, "loc": { "start": { "line": 87, "column": 20 }, "end": { "line": 87, "column": 50 } }, "declarations": [ { "type": "VariableDeclarator", "start": 3478, "end": 3501, "loc": { "start": { "line": 87, "column": 26 }, "end": { "line": 87, "column": 49 } }, "id": { "type": "Identifier", "start": 3478, "end": 3484, "loc": { "start": { "line": 87, "column": 26 }, "end": { "line": 87, "column": 32 }, "identifierName": "viewer" }, "name": "viewer" }, "init": { "type": "MemberExpression", "start": 3487, "end": 3501, "loc": { "start": { "line": 87, "column": 35 }, "end": { "line": 87, "column": 49 } }, "object": { "type": "Identifier", "start": 3487, "end": 3494, "loc": { "start": { "line": 87, "column": 35 }, "end": { "line": 87, "column": 42 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 3495, "end": 3501, "loc": { "start": { "line": 87, "column": 43 }, "end": { "line": 87, "column": 49 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 3523, "end": 3550, "loc": { "start": { "line": 88, "column": 20 }, "end": { "line": 88, "column": 47 } }, "declarations": [ { "type": "VariableDeclarator", "start": 3529, "end": 3549, "loc": { "start": { "line": 88, "column": 26 }, "end": { "line": 88, "column": 46 } }, "id": { "type": "Identifier", "start": 3529, "end": 3534, "loc": { "start": { "line": 88, "column": 26 }, "end": { "line": 88, "column": 31 }, "identifierName": "scene" }, "name": "scene" }, "init": { "type": "MemberExpression", "start": 3537, "end": 3549, "loc": { "start": { "line": 88, "column": 34 }, "end": { "line": 88, "column": 46 } }, "object": { "type": "Identifier", "start": 3537, "end": 3543, "loc": { "start": { "line": 88, "column": 34 }, "end": { "line": 88, "column": 40 }, "identifierName": "viewer" }, "name": "viewer" }, "property": { "type": "Identifier", "start": 3544, "end": 3549, "loc": { "start": { "line": 88, "column": 41 }, "end": { "line": 88, "column": 46 }, "identifierName": "scene" }, "name": "scene" }, "computed": false } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 3571, "end": 3627, "loc": { "start": { "line": 89, "column": 20 }, "end": { "line": 89, "column": 76 } }, "declarations": [ { "type": "VariableDeclarator", "start": 3577, "end": 3626, "loc": { "start": { "line": 89, "column": 26 }, "end": { "line": 89, "column": 75 } }, "id": { "type": "Identifier", "start": 3577, "end": 3586, "loc": { "start": { "line": 89, "column": 26 }, "end": { "line": 89, "column": 35 }, "identifierName": "sceneAABB" }, "name": "sceneAABB" }, "init": { "type": "CallExpression", "start": 3589, "end": 3626, "loc": { "start": { "line": 89, "column": 38 }, "end": { "line": 89, "column": 75 } }, "callee": { "type": "MemberExpression", "start": 3589, "end": 3602, "loc": { "start": { "line": 89, "column": 38 }, "end": { "line": 89, "column": 51 } }, "object": { "type": "Identifier", "start": 3589, "end": 3594, "loc": { "start": { "line": 89, "column": 38 }, "end": { "line": 89, "column": 43 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 3595, "end": 3602, "loc": { "start": { "line": 89, "column": 44 }, "end": { "line": 89, "column": 51 }, "identifierName": "getAABB" }, "name": "getAABB" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 3603, "end": 3625, "loc": { "start": { "line": 89, "column": 52 }, "end": { "line": 89, "column": 74 } }, "object": { "type": "Identifier", "start": 3603, "end": 3608, "loc": { "start": { "line": 89, "column": 52 }, "end": { "line": 89, "column": 57 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 3609, "end": 3625, "loc": { "start": { "line": 89, "column": 58 }, "end": { "line": 89, "column": 74 }, "identifierName": "visibleObjectIds" }, "name": "visibleObjectIds" }, "computed": false } ] } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 3648, "end": 3778, "loc": { "start": { "line": 90, "column": 20 }, "end": { "line": 93, "column": 23 } }, "expression": { "type": "CallExpression", "start": 3648, "end": 3777, "loc": { "start": { "line": 90, "column": 20 }, "end": { "line": 93, "column": 22 } }, "callee": { "type": "MemberExpression", "start": 3648, "end": 3673, "loc": { "start": { "line": 90, "column": 20 }, "end": { "line": 90, "column": 45 } }, "object": { "type": "MemberExpression", "start": 3648, "end": 3667, "loc": { "start": { "line": 90, "column": 20 }, "end": { "line": 90, "column": 39 } }, "object": { "type": "Identifier", "start": 3648, "end": 3654, "loc": { "start": { "line": 90, "column": 20 }, "end": { "line": 90, "column": 26 }, "identifierName": "viewer" }, "name": "viewer" }, "property": { "type": "Identifier", "start": 3655, "end": 3667, "loc": { "start": { "line": 90, "column": 27 }, "end": { "line": 90, "column": 39 }, "identifierName": "cameraFlight" }, "name": "cameraFlight" }, "computed": false }, "property": { "type": "Identifier", "start": 3668, "end": 3673, "loc": { "start": { "line": 90, "column": 40 }, "end": { "line": 90, "column": 45 }, "identifierName": "flyTo" }, "name": "flyTo" }, "computed": false }, "arguments": [ { "type": "ObjectExpression", "start": 3674, "end": 3776, "loc": { "start": { "line": 90, "column": 46 }, "end": { "line": 93, "column": 21 } }, "properties": [ { "type": "ObjectProperty", "start": 3700, "end": 3715, "loc": { "start": { "line": 91, "column": 24 }, "end": { "line": 91, "column": 39 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 3700, "end": 3704, "loc": { "start": { "line": 91, "column": 24 }, "end": { "line": 91, "column": 28 }, "identifierName": "aabb" }, "name": "aabb" }, "value": { "type": "Identifier", "start": 3706, "end": 3715, "loc": { "start": { "line": 91, "column": 30 }, "end": { "line": 91, "column": 39 }, "identifierName": "sceneAABB" }, "name": "sceneAABB" } }, { "type": "ObjectProperty", "start": 3741, "end": 3754, "loc": { "start": { "line": 92, "column": 24 }, "end": { "line": 92, "column": 37 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 3741, "end": 3749, "loc": { "start": { "line": 92, "column": 24 }, "end": { "line": 92, "column": 32 }, "identifierName": "duration" }, "name": "duration" }, "value": { "type": "NumericLiteral", "start": 3751, "end": 3754, "loc": { "start": { "line": 92, "column": 34 }, "end": { "line": 92, "column": 37 } }, "extra": { "rawValue": 0.5, "raw": "0.5" }, "value": 0.5 } } ] } ] } }, { "type": "ExpressionStatement", "start": 3799, "end": 3862, "loc": { "start": { "line": 94, "column": 20 }, "end": { "line": 94, "column": 83 } }, "expression": { "type": "AssignmentExpression", "start": 3799, "end": 3861, "loc": { "start": { "line": 94, "column": 20 }, "end": { "line": 94, "column": 82 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 3799, "end": 3828, "loc": { "start": { "line": 94, "column": 20 }, "end": { "line": 94, "column": 49 } }, "object": { "type": "MemberExpression", "start": 3799, "end": 3819, "loc": { "start": { "line": 94, "column": 20 }, "end": { "line": 94, "column": 40 } }, "object": { "type": "Identifier", "start": 3799, "end": 3805, "loc": { "start": { "line": 94, "column": 20 }, "end": { "line": 94, "column": 26 }, "identifierName": "viewer" }, "name": "viewer" }, "property": { "type": "Identifier", "start": 3806, "end": 3819, "loc": { "start": { "line": 94, "column": 27 }, "end": { "line": 94, "column": 40 }, "identifierName": "cameraControl" }, "name": "cameraControl" }, "computed": false }, "property": { "type": "Identifier", "start": 3820, "end": 3828, "loc": { "start": { "line": 94, "column": 41 }, "end": { "line": 94, "column": 49 }, "identifierName": "pivotPos" }, "name": "pivotPos" }, "computed": false }, "right": { "type": "CallExpression", "start": 3831, "end": 3861, "loc": { "start": { "line": 94, "column": 52 }, "end": { "line": 94, "column": 82 } }, "callee": { "type": "MemberExpression", "start": 3831, "end": 3850, "loc": { "start": { "line": 94, "column": 52 }, "end": { "line": 94, "column": 71 } }, "object": { "type": "Identifier", "start": 3831, "end": 3835, "loc": { "start": { "line": 94, "column": 52 }, "end": { "line": 94, "column": 56 }, "identifierName": "math" }, "name": "math" }, "property": { "type": "Identifier", "start": 3836, "end": 3850, "loc": { "start": { "line": 94, "column": 57 }, "end": { "line": 94, "column": 71 }, "identifierName": "getAABB3Center" }, "name": "getAABB3Center" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 3851, "end": 3860, "loc": { "start": { "line": 94, "column": 72 }, "end": { "line": 94, "column": 81 }, "identifierName": "sceneAABB" }, "name": "sceneAABB" } ] } } } ], "directives": [] } } } ] } ] } } ] } }, { "type": "ExpressionStatement", "start": 3916, "end": 17961, "loc": { "start": { "line": 99, "column": 8 }, "end": { "line": 379, "column": 10 } }, "expression": { "type": "AssignmentExpression", "start": 3916, "end": 17960, "loc": { "start": { "line": 99, "column": 8 }, "end": { "line": 379, "column": 9 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 3916, "end": 3926, "loc": { "start": { "line": 99, "column": 8 }, "end": { "line": 99, "column": 18 } }, "object": { "type": "ThisExpression", "start": 3916, "end": 3920, "loc": { "start": { "line": 99, "column": 8 }, "end": { "line": 99, "column": 12 } } }, "property": { "type": "Identifier", "start": 3921, "end": 3926, "loc": { "start": { "line": 99, "column": 13 }, "end": { "line": 99, "column": 18 }, "identifierName": "items" }, "name": "items" }, "computed": false }, "right": { "type": "ArrayExpression", "start": 3929, "end": 17960, "loc": { "start": { "line": 99, "column": 21 }, "end": { "line": 379, "column": 9 } }, "elements": [ { "type": "Identifier", "start": 3943, "end": 3958, "loc": { "start": { "line": 100, "column": 12 }, "end": { "line": 100, "column": 27 }, "identifierName": "showObjectItems" }, "name": "showObjectItems" }, { "type": "Identifier", "start": 3972, "end": 3988, "loc": { "start": { "line": 101, "column": 12 }, "end": { "line": 101, "column": 28 }, "identifierName": "focusObjectItems" }, "name": "focusObjectItems" }, { "type": "ArrayExpression", "start": 4002, "end": 5517, "loc": { "start": { "line": 102, "column": 12 }, "end": { "line": 134, "column": 13 } }, "elements": [ { "type": "ObjectExpression", "start": 4020, "end": 5503, "loc": { "start": { "line": 103, "column": 16 }, "end": { "line": 133, "column": 17 } }, "properties": [ { "type": "ObjectProperty", "start": 4042, "end": 4203, "loc": { "start": { "line": 104, "column": 20 }, "end": { "line": 106, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 4042, "end": 4050, "loc": { "start": { "line": 104, "column": 20 }, "end": { "line": 104, "column": 28 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 4052, "end": 4203, "loc": { "start": { "line": 104, "column": 30 }, "end": { "line": 106, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 4053, "end": 4060, "loc": { "start": { "line": 104, "column": 31 }, "end": { "line": 104, "column": 38 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 4065, "end": 4203, "loc": { "start": { "line": 104, "column": 43 }, "end": { "line": 106, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 4091, "end": 4181, "loc": { "start": { "line": 105, "column": 24 }, "end": { "line": 105, "column": 114 } }, "argument": { "type": "LogicalExpression", "start": 4098, "end": 4180, "loc": { "start": { "line": 105, "column": 31 }, "end": { "line": 105, "column": 113 } }, "left": { "type": "CallExpression", "start": 4098, "end": 4167, "loc": { "start": { "line": 105, "column": 31 }, "end": { "line": 105, "column": 100 } }, "callee": { "type": "MemberExpression", "start": 4098, "end": 4136, "loc": { "start": { "line": 105, "column": 31 }, "end": { "line": 105, "column": 69 } }, "object": { "type": "MemberExpression", "start": 4098, "end": 4126, "loc": { "start": { "line": 105, "column": 31 }, "end": { "line": 105, "column": 59 } }, "object": { "type": "MemberExpression", "start": 4098, "end": 4112, "loc": { "start": { "line": 105, "column": 31 }, "end": { "line": 105, "column": 45 } }, "object": { "type": "Identifier", "start": 4098, "end": 4105, "loc": { "start": { "line": 105, "column": 31 }, "end": { "line": 105, "column": 38 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 4106, "end": 4112, "loc": { "start": { "line": 105, "column": 39 }, "end": { "line": 105, "column": 45 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 4113, "end": 4126, "loc": { "start": { "line": 105, "column": 46 }, "end": { "line": 105, "column": 59 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 4127, "end": 4136, "loc": { "start": { "line": 105, "column": 60 }, "end": { "line": 105, "column": 69 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 4137, "end": 4166, "loc": { "start": { "line": 105, "column": 70 }, "end": { "line": 105, "column": 99 } }, "extra": { "rawValue": "treeViewContextMenu.isolate", "raw": "\"treeViewContextMenu.isolate\"" }, "value": "treeViewContextMenu.isolate" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 4171, "end": 4180, "loc": { "start": { "line": 105, "column": 104 }, "end": { "line": 105, "column": 113 } }, "extra": { "rawValue": "Isolate", "raw": "\"Isolate\"" }, "value": "Isolate" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 4225, "end": 5485, "loc": { "start": { "line": 107, "column": 20 }, "end": { "line": 132, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 4225, "end": 4233, "loc": { "start": { "line": 107, "column": 20 }, "end": { "line": 107, "column": 28 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 4235, "end": 5485, "loc": { "start": { "line": 107, "column": 30 }, "end": { "line": 132, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 4245, "end": 4252, "loc": { "start": { "line": 107, "column": 40 }, "end": { "line": 107, "column": 47 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 4254, "end": 5485, "loc": { "start": { "line": 107, "column": 49 }, "end": { "line": 132, "column": 21 } }, "body": [ { "type": "VariableDeclaration", "start": 4280, "end": 4310, "loc": { "start": { "line": 108, "column": 24 }, "end": { "line": 108, "column": 54 } }, "declarations": [ { "type": "VariableDeclarator", "start": 4286, "end": 4309, "loc": { "start": { "line": 108, "column": 30 }, "end": { "line": 108, "column": 53 } }, "id": { "type": "Identifier", "start": 4286, "end": 4292, "loc": { "start": { "line": 108, "column": 30 }, "end": { "line": 108, "column": 36 }, "identifierName": "viewer" }, "name": "viewer" }, "init": { "type": "MemberExpression", "start": 4295, "end": 4309, "loc": { "start": { "line": 108, "column": 39 }, "end": { "line": 108, "column": 53 } }, "object": { "type": "Identifier", "start": 4295, "end": 4302, "loc": { "start": { "line": 108, "column": 39 }, "end": { "line": 108, "column": 46 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 4303, "end": 4309, "loc": { "start": { "line": 108, "column": 47 }, "end": { "line": 108, "column": 53 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 4335, "end": 4362, "loc": { "start": { "line": 109, "column": 24 }, "end": { "line": 109, "column": 51 } }, "declarations": [ { "type": "VariableDeclarator", "start": 4341, "end": 4361, "loc": { "start": { "line": 109, "column": 30 }, "end": { "line": 109, "column": 50 } }, "id": { "type": "Identifier", "start": 4341, "end": 4346, "loc": { "start": { "line": 109, "column": 30 }, "end": { "line": 109, "column": 35 }, "identifierName": "scene" }, "name": "scene" }, "init": { "type": "MemberExpression", "start": 4349, "end": 4361, "loc": { "start": { "line": 109, "column": 38 }, "end": { "line": 109, "column": 50 } }, "object": { "type": "Identifier", "start": 4349, "end": 4355, "loc": { "start": { "line": 109, "column": 38 }, "end": { "line": 109, "column": 44 }, "identifierName": "viewer" }, "name": "viewer" }, "property": { "type": "Identifier", "start": 4356, "end": 4361, "loc": { "start": { "line": 109, "column": 45 }, "end": { "line": 109, "column": 50 }, "identifierName": "scene" }, "name": "scene" }, "computed": false } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 4387, "end": 4408, "loc": { "start": { "line": 110, "column": 24 }, "end": { "line": 110, "column": 45 } }, "declarations": [ { "type": "VariableDeclarator", "start": 4393, "end": 4407, "loc": { "start": { "line": 110, "column": 30 }, "end": { "line": 110, "column": 44 } }, "id": { "type": "Identifier", "start": 4393, "end": 4402, "loc": { "start": { "line": 110, "column": 30 }, "end": { "line": 110, "column": 39 }, "identifierName": "objectIds" }, "name": "objectIds" }, "init": { "type": "ArrayExpression", "start": 4405, "end": 4407, "loc": { "start": { "line": 110, "column": 42 }, "end": { "line": 110, "column": 44 } }, "elements": [] } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 4433, "end": 4696, "loc": { "start": { "line": 111, "column": 24 }, "end": { "line": 115, "column": 27 } }, "expression": { "type": "CallExpression", "start": 4433, "end": 4695, "loc": { "start": { "line": 111, "column": 24 }, "end": { "line": 115, "column": 26 } }, "callee": { "type": "MemberExpression", "start": 4433, "end": 4468, "loc": { "start": { "line": 111, "column": 24 }, "end": { "line": 111, "column": 59 } }, "object": { "type": "MemberExpression", "start": 4433, "end": 4455, "loc": { "start": { "line": 111, "column": 24 }, "end": { "line": 111, "column": 46 } }, "object": { "type": "Identifier", "start": 4433, "end": 4440, "loc": { "start": { "line": 111, "column": 24 }, "end": { "line": 111, "column": 31 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 4441, "end": 4455, "loc": { "start": { "line": 111, "column": 32 }, "end": { "line": 111, "column": 46 }, "identifierName": "treeViewPlugin" }, "name": "treeViewPlugin" }, "computed": false }, "property": { "type": "Identifier", "start": 4456, "end": 4468, "loc": { "start": { "line": 111, "column": 47 }, "end": { "line": 111, "column": 59 }, "identifierName": "withNodeTree" }, "name": "withNodeTree" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 4469, "end": 4489, "loc": { "start": { "line": 111, "column": 60 }, "end": { "line": 111, "column": 80 } }, "object": { "type": "Identifier", "start": 4469, "end": 4476, "loc": { "start": { "line": 111, "column": 60 }, "end": { "line": 111, "column": 67 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 4477, "end": 4489, "loc": { "start": { "line": 111, "column": 68 }, "end": { "line": 111, "column": 80 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "computed": false }, { "type": "ArrowFunctionExpression", "start": 4491, "end": 4694, "loc": { "start": { "line": 111, "column": 82 }, "end": { "line": 115, "column": 25 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 4492, "end": 4504, "loc": { "start": { "line": 111, "column": 83 }, "end": { "line": 111, "column": 95 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" } ], "body": { "type": "BlockStatement", "start": 4509, "end": 4694, "loc": { "start": { "line": 111, "column": 100 }, "end": { "line": 115, "column": 25 } }, "body": [ { "type": "IfStatement", "start": 4539, "end": 4668, "loc": { "start": { "line": 112, "column": 28 }, "end": { "line": 114, "column": 29 } }, "test": { "type": "MemberExpression", "start": 4543, "end": 4564, "loc": { "start": { "line": 112, "column": 32 }, "end": { "line": 112, "column": 53 } }, "object": { "type": "Identifier", "start": 4543, "end": 4555, "loc": { "start": { "line": 112, "column": 32 }, "end": { "line": 112, "column": 44 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 4556, "end": 4564, "loc": { "start": { "line": 112, "column": 45 }, "end": { "line": 112, "column": 53 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "consequent": { "type": "BlockStatement", "start": 4566, "end": 4668, "loc": { "start": { "line": 112, "column": 55 }, "end": { "line": 114, "column": 29 } }, "body": [ { "type": "ExpressionStatement", "start": 4600, "end": 4638, "loc": { "start": { "line": 113, "column": 32 }, "end": { "line": 113, "column": 70 } }, "expression": { "type": "CallExpression", "start": 4600, "end": 4637, "loc": { "start": { "line": 113, "column": 32 }, "end": { "line": 113, "column": 69 } }, "callee": { "type": "MemberExpression", "start": 4600, "end": 4614, "loc": { "start": { "line": 113, "column": 32 }, "end": { "line": 113, "column": 46 } }, "object": { "type": "Identifier", "start": 4600, "end": 4609, "loc": { "start": { "line": 113, "column": 32 }, "end": { "line": 113, "column": 41 }, "identifierName": "objectIds" }, "name": "objectIds" }, "property": { "type": "Identifier", "start": 4610, "end": 4614, "loc": { "start": { "line": 113, "column": 42 }, "end": { "line": 113, "column": 46 }, "identifierName": "push" }, "name": "push" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 4615, "end": 4636, "loc": { "start": { "line": 113, "column": 47 }, "end": { "line": 113, "column": 68 } }, "object": { "type": "Identifier", "start": 4615, "end": 4627, "loc": { "start": { "line": 113, "column": 47 }, "end": { "line": 113, "column": 59 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 4628, "end": 4636, "loc": { "start": { "line": 113, "column": 60 }, "end": { "line": 113, "column": 68 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false } ] } } ], "directives": [] }, "alternate": null } ], "directives": [] } } ] } }, { "type": "VariableDeclaration", "start": 4721, "end": 4759, "loc": { "start": { "line": 116, "column": 24 }, "end": { "line": 116, "column": 62 } }, "declarations": [ { "type": "VariableDeclarator", "start": 4727, "end": 4758, "loc": { "start": { "line": 116, "column": 30 }, "end": { "line": 116, "column": 61 } }, "id": { "type": "Identifier", "start": 4727, "end": 4731, "loc": { "start": { "line": 116, "column": 30 }, "end": { "line": 116, "column": 34 }, "identifierName": "aabb" }, "name": "aabb" }, "init": { "type": "CallExpression", "start": 4734, "end": 4758, "loc": { "start": { "line": 116, "column": 37 }, "end": { "line": 116, "column": 61 } }, "callee": { "type": "MemberExpression", "start": 4734, "end": 4747, "loc": { "start": { "line": 116, "column": 37 }, "end": { "line": 116, "column": 50 } }, "object": { "type": "Identifier", "start": 4734, "end": 4739, "loc": { "start": { "line": 116, "column": 37 }, "end": { "line": 116, "column": 42 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 4740, "end": 4747, "loc": { "start": { "line": 116, "column": 43 }, "end": { "line": 116, "column": 50 }, "identifierName": "getAABB" }, "name": "getAABB" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 4748, "end": 4757, "loc": { "start": { "line": 116, "column": 51 }, "end": { "line": 116, "column": 60 }, "identifierName": "objectIds" }, "name": "objectIds" } ] } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 4785, "end": 4853, "loc": { "start": { "line": 118, "column": 24 }, "end": { "line": 118, "column": 92 } }, "expression": { "type": "AssignmentExpression", "start": 4785, "end": 4852, "loc": { "start": { "line": 118, "column": 24 }, "end": { "line": 118, "column": 91 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 4785, "end": 4814, "loc": { "start": { "line": 118, "column": 24 }, "end": { "line": 118, "column": 53 } }, "object": { "type": "MemberExpression", "start": 4785, "end": 4805, "loc": { "start": { "line": 118, "column": 24 }, "end": { "line": 118, "column": 44 } }, "object": { "type": "Identifier", "start": 4785, "end": 4791, "loc": { "start": { "line": 118, "column": 24 }, "end": { "line": 118, "column": 30 }, "identifierName": "viewer" }, "name": "viewer" }, "property": { "type": "Identifier", "start": 4792, "end": 4805, "loc": { "start": { "line": 118, "column": 31 }, "end": { "line": 118, "column": 44 }, "identifierName": "cameraControl" }, "name": "cameraControl" }, "computed": false }, "property": { "type": "Identifier", "start": 4806, "end": 4814, "loc": { "start": { "line": 118, "column": 45 }, "end": { "line": 118, "column": 53 }, "identifierName": "pivotPos" }, "name": "pivotPos" }, "computed": false }, "right": { "type": "CallExpression", "start": 4817, "end": 4852, "loc": { "start": { "line": 118, "column": 56 }, "end": { "line": 118, "column": 91 } }, "callee": { "type": "MemberExpression", "start": 4817, "end": 4836, "loc": { "start": { "line": 118, "column": 56 }, "end": { "line": 118, "column": 75 } }, "object": { "type": "Identifier", "start": 4817, "end": 4821, "loc": { "start": { "line": 118, "column": 56 }, "end": { "line": 118, "column": 60 }, "identifierName": "math" }, "name": "math" }, "property": { "type": "Identifier", "start": 4822, "end": 4836, "loc": { "start": { "line": 118, "column": 61 }, "end": { "line": 118, "column": 75 }, "identifierName": "getAABB3Center" }, "name": "getAABB3Center" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 4837, "end": 4841, "loc": { "start": { "line": 118, "column": 76 }, "end": { "line": 118, "column": 80 }, "identifierName": "aabb" }, "name": "aabb" }, { "type": "Identifier", "start": 4843, "end": 4851, "loc": { "start": { "line": 118, "column": 82 }, "end": { "line": 118, "column": 90 }, "identifierName": "tempVec3" }, "name": "tempVec3" } ] } } }, { "type": "ExpressionStatement", "start": 4879, "end": 4932, "loc": { "start": { "line": 120, "column": 24 }, "end": { "line": 120, "column": 77 } }, "expression": { "type": "CallExpression", "start": 4879, "end": 4931, "loc": { "start": { "line": 120, "column": 24 }, "end": { "line": 120, "column": 76 } }, "callee": { "type": "MemberExpression", "start": 4879, "end": 4901, "loc": { "start": { "line": 120, "column": 24 }, "end": { "line": 120, "column": 46 } }, "object": { "type": "Identifier", "start": 4879, "end": 4884, "loc": { "start": { "line": 120, "column": 24 }, "end": { "line": 120, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 4885, "end": 4901, "loc": { "start": { "line": 120, "column": 30 }, "end": { "line": 120, "column": 46 }, "identifierName": "setObjectsXRayed" }, "name": "setObjectsXRayed" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 4902, "end": 4923, "loc": { "start": { "line": 120, "column": 47 }, "end": { "line": 120, "column": 68 } }, "object": { "type": "Identifier", "start": 4902, "end": 4907, "loc": { "start": { "line": 120, "column": 47 }, "end": { "line": 120, "column": 52 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 4908, "end": 4923, "loc": { "start": { "line": 120, "column": 53 }, "end": { "line": 120, "column": 68 }, "identifierName": "xrayedObjectIds" }, "name": "xrayedObjectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 4925, "end": 4930, "loc": { "start": { "line": 120, "column": 70 }, "end": { "line": 120, "column": 75 } }, "value": false } ] } }, { "type": "ExpressionStatement", "start": 4957, "end": 5012, "loc": { "start": { "line": 121, "column": 24 }, "end": { "line": 121, "column": 79 } }, "expression": { "type": "CallExpression", "start": 4957, "end": 5011, "loc": { "start": { "line": 121, "column": 24 }, "end": { "line": 121, "column": 78 } }, "callee": { "type": "MemberExpression", "start": 4957, "end": 4980, "loc": { "start": { "line": 121, "column": 24 }, "end": { "line": 121, "column": 47 } }, "object": { "type": "Identifier", "start": 4957, "end": 4962, "loc": { "start": { "line": 121, "column": 24 }, "end": { "line": 121, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 4963, "end": 4980, "loc": { "start": { "line": 121, "column": 30 }, "end": { "line": 121, "column": 47 }, "identifierName": "setObjectsVisible" }, "name": "setObjectsVisible" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 4981, "end": 5003, "loc": { "start": { "line": 121, "column": 48 }, "end": { "line": 121, "column": 70 } }, "object": { "type": "Identifier", "start": 4981, "end": 4986, "loc": { "start": { "line": 121, "column": 48 }, "end": { "line": 121, "column": 53 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 4987, "end": 5003, "loc": { "start": { "line": 121, "column": 54 }, "end": { "line": 121, "column": 70 }, "identifierName": "visibleObjectIds" }, "name": "visibleObjectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 5005, "end": 5010, "loc": { "start": { "line": 121, "column": 72 }, "end": { "line": 121, "column": 77 } }, "value": false } ] }, "trailingComments": [ { "type": "CommentLine", "value": " scene.setObjectsPickable(scene.objectIds, false);", "start": 5037, "end": 5089, "loc": { "start": { "line": 122, "column": 24 }, "end": { "line": 122, "column": 76 } } } ] }, { "type": "ExpressionStatement", "start": 5114, "end": 5171, "loc": { "start": { "line": 123, "column": 24 }, "end": { "line": 123, "column": 81 } }, "expression": { "type": "CallExpression", "start": 5114, "end": 5170, "loc": { "start": { "line": 123, "column": 24 }, "end": { "line": 123, "column": 80 } }, "callee": { "type": "MemberExpression", "start": 5114, "end": 5138, "loc": { "start": { "line": 123, "column": 24 }, "end": { "line": 123, "column": 48 } }, "object": { "type": "Identifier", "start": 5114, "end": 5119, "loc": { "start": { "line": 123, "column": 24 }, "end": { "line": 123, "column": 29 }, "identifierName": "scene" }, "name": "scene", "leadingComments": null }, "property": { "type": "Identifier", "start": 5120, "end": 5138, "loc": { "start": { "line": 123, "column": 30 }, "end": { "line": 123, "column": 48 }, "identifierName": "setObjectsSelected" }, "name": "setObjectsSelected" }, "computed": false, "leadingComments": null }, "arguments": [ { "type": "MemberExpression", "start": 5139, "end": 5162, "loc": { "start": { "line": 123, "column": 49 }, "end": { "line": 123, "column": 72 } }, "object": { "type": "Identifier", "start": 5139, "end": 5144, "loc": { "start": { "line": 123, "column": 49 }, "end": { "line": 123, "column": 54 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 5145, "end": 5162, "loc": { "start": { "line": 123, "column": 55 }, "end": { "line": 123, "column": 72 }, "identifierName": "selectedObjectIds" }, "name": "selectedObjectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 5164, "end": 5169, "loc": { "start": { "line": 123, "column": 74 }, "end": { "line": 123, "column": 79 } }, "value": false } ], "leadingComments": null }, "leadingComments": [ { "type": "CommentLine", "value": " scene.setObjectsPickable(scene.objectIds, false);", "start": 5037, "end": 5089, "loc": { "start": { "line": 122, "column": 24 }, "end": { "line": 122, "column": 76 } } } ] }, { "type": "ExpressionStatement", "start": 5197, "end": 5238, "loc": { "start": { "line": 125, "column": 24 }, "end": { "line": 125, "column": 65 } }, "expression": { "type": "CallExpression", "start": 5197, "end": 5237, "loc": { "start": { "line": 125, "column": 24 }, "end": { "line": 125, "column": 64 } }, "callee": { "type": "MemberExpression", "start": 5197, "end": 5220, "loc": { "start": { "line": 125, "column": 24 }, "end": { "line": 125, "column": 47 } }, "object": { "type": "Identifier", "start": 5197, "end": 5202, "loc": { "start": { "line": 125, "column": 24 }, "end": { "line": 125, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 5203, "end": 5220, "loc": { "start": { "line": 125, "column": 30 }, "end": { "line": 125, "column": 47 }, "identifierName": "setObjectsVisible" }, "name": "setObjectsVisible" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 5221, "end": 5230, "loc": { "start": { "line": 125, "column": 48 }, "end": { "line": 125, "column": 57 }, "identifierName": "objectIds" }, "name": "objectIds" }, { "type": "BooleanLiteral", "start": 5232, "end": 5236, "loc": { "start": { "line": 125, "column": 59 }, "end": { "line": 125, "column": 63 } }, "value": true } ] }, "trailingComments": [ { "type": "CommentLine", "value": " scene.setObjectsPickable(objectIds, true);", "start": 5263, "end": 5308, "loc": { "start": { "line": 126, "column": 24 }, "end": { "line": 126, "column": 69 } } } ] }, { "type": "ExpressionStatement", "start": 5334, "end": 5463, "loc": { "start": { "line": 128, "column": 24 }, "end": { "line": 131, "column": 27 } }, "expression": { "type": "CallExpression", "start": 5334, "end": 5462, "loc": { "start": { "line": 128, "column": 24 }, "end": { "line": 131, "column": 26 } }, "callee": { "type": "MemberExpression", "start": 5334, "end": 5359, "loc": { "start": { "line": 128, "column": 24 }, "end": { "line": 128, "column": 49 } }, "object": { "type": "MemberExpression", "start": 5334, "end": 5353, "loc": { "start": { "line": 128, "column": 24 }, "end": { "line": 128, "column": 43 } }, "object": { "type": "Identifier", "start": 5334, "end": 5340, "loc": { "start": { "line": 128, "column": 24 }, "end": { "line": 128, "column": 30 }, "identifierName": "viewer" }, "name": "viewer", "leadingComments": null }, "property": { "type": "Identifier", "start": 5341, "end": 5353, "loc": { "start": { "line": 128, "column": 31 }, "end": { "line": 128, "column": 43 }, "identifierName": "cameraFlight" }, "name": "cameraFlight" }, "computed": false, "leadingComments": null }, "property": { "type": "Identifier", "start": 5354, "end": 5359, "loc": { "start": { "line": 128, "column": 44 }, "end": { "line": 128, "column": 49 }, "identifierName": "flyTo" }, "name": "flyTo" }, "computed": false, "leadingComments": null }, "arguments": [ { "type": "ObjectExpression", "start": 5360, "end": 5426, "loc": { "start": { "line": 128, "column": 50 }, "end": { "line": 130, "column": 25 } }, "properties": [ { "type": "ObjectProperty", "start": 5390, "end": 5400, "loc": { "start": { "line": 129, "column": 28 }, "end": { "line": 129, "column": 38 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 5390, "end": 5394, "loc": { "start": { "line": 129, "column": 28 }, "end": { "line": 129, "column": 32 }, "identifierName": "aabb" }, "name": "aabb" }, "value": { "type": "Identifier", "start": 5396, "end": 5400, "loc": { "start": { "line": 129, "column": 34 }, "end": { "line": 129, "column": 38 }, "identifierName": "aabb" }, "name": "aabb" } } ] }, { "type": "ArrowFunctionExpression", "start": 5428, "end": 5461, "loc": { "start": { "line": 130, "column": 27 }, "end": { "line": 131, "column": 25 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [], "body": { "type": "BlockStatement", "start": 5434, "end": 5461, "loc": { "start": { "line": 130, "column": 33 }, "end": { "line": 131, "column": 25 } }, "body": [], "directives": [] } } ], "leadingComments": null }, "leadingComments": [ { "type": "CommentLine", "value": " scene.setObjectsPickable(objectIds, true);", "start": 5263, "end": 5308, "loc": { "start": { "line": 126, "column": 24 }, "end": { "line": 126, "column": 69 } } } ] } ], "directives": [] } } } ] } ] }, { "type": "ArrayExpression", "start": 5531, "end": 7890, "loc": { "start": { "line": 135, "column": 12 }, "end": { "line": 181, "column": 13 } }, "elements": [ { "type": "ObjectExpression", "start": 5549, "end": 6275, "loc": { "start": { "line": 136, "column": 16 }, "end": { "line": 150, "column": 17 } }, "properties": [ { "type": "ObjectProperty", "start": 5571, "end": 5726, "loc": { "start": { "line": 137, "column": 20 }, "end": { "line": 139, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 5571, "end": 5579, "loc": { "start": { "line": 137, "column": 20 }, "end": { "line": 137, "column": 28 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 5581, "end": 5726, "loc": { "start": { "line": 137, "column": 30 }, "end": { "line": 139, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 5582, "end": 5589, "loc": { "start": { "line": 137, "column": 31 }, "end": { "line": 137, "column": 38 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 5594, "end": 5726, "loc": { "start": { "line": 137, "column": 43 }, "end": { "line": 139, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 5620, "end": 5704, "loc": { "start": { "line": 138, "column": 24 }, "end": { "line": 138, "column": 108 } }, "argument": { "type": "LogicalExpression", "start": 5627, "end": 5703, "loc": { "start": { "line": 138, "column": 31 }, "end": { "line": 138, "column": 107 } }, "left": { "type": "CallExpression", "start": 5627, "end": 5693, "loc": { "start": { "line": 138, "column": 31 }, "end": { "line": 138, "column": 97 } }, "callee": { "type": "MemberExpression", "start": 5627, "end": 5665, "loc": { "start": { "line": 138, "column": 31 }, "end": { "line": 138, "column": 69 } }, "object": { "type": "MemberExpression", "start": 5627, "end": 5655, "loc": { "start": { "line": 138, "column": 31 }, "end": { "line": 138, "column": 59 } }, "object": { "type": "MemberExpression", "start": 5627, "end": 5641, "loc": { "start": { "line": 138, "column": 31 }, "end": { "line": 138, "column": 45 } }, "object": { "type": "Identifier", "start": 5627, "end": 5634, "loc": { "start": { "line": 138, "column": 31 }, "end": { "line": 138, "column": 38 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 5635, "end": 5641, "loc": { "start": { "line": 138, "column": 39 }, "end": { "line": 138, "column": 45 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 5642, "end": 5655, "loc": { "start": { "line": 138, "column": 46 }, "end": { "line": 138, "column": 59 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 5656, "end": 5665, "loc": { "start": { "line": 138, "column": 60 }, "end": { "line": 138, "column": 69 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 5666, "end": 5692, "loc": { "start": { "line": 138, "column": 70 }, "end": { "line": 138, "column": 96 } }, "extra": { "rawValue": "treeViewContextMenu.hide", "raw": "\"treeViewContextMenu.hide\"" }, "value": "treeViewContextMenu.hide" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 5697, "end": 5703, "loc": { "start": { "line": 138, "column": 101 }, "end": { "line": 138, "column": 107 } }, "extra": { "rawValue": "Hide", "raw": "\"Hide\"" }, "value": "Hide" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 5748, "end": 6257, "loc": { "start": { "line": 140, "column": 20 }, "end": { "line": 149, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 5748, "end": 5756, "loc": { "start": { "line": 140, "column": 20 }, "end": { "line": 140, "column": 28 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 5758, "end": 6257, "loc": { "start": { "line": 140, "column": 30 }, "end": { "line": 149, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 5768, "end": 5775, "loc": { "start": { "line": 140, "column": 40 }, "end": { "line": 140, "column": 47 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 5777, "end": 6257, "loc": { "start": { "line": 140, "column": 49 }, "end": { "line": 149, "column": 21 } }, "body": [ { "type": "ExpressionStatement", "start": 5803, "end": 6235, "loc": { "start": { "line": 141, "column": 24 }, "end": { "line": 148, "column": 27 } }, "expression": { "type": "CallExpression", "start": 5803, "end": 6234, "loc": { "start": { "line": 141, "column": 24 }, "end": { "line": 148, "column": 26 } }, "callee": { "type": "MemberExpression", "start": 5803, "end": 5838, "loc": { "start": { "line": 141, "column": 24 }, "end": { "line": 141, "column": 59 } }, "object": { "type": "MemberExpression", "start": 5803, "end": 5825, "loc": { "start": { "line": 141, "column": 24 }, "end": { "line": 141, "column": 46 } }, "object": { "type": "Identifier", "start": 5803, "end": 5810, "loc": { "start": { "line": 141, "column": 24 }, "end": { "line": 141, "column": 31 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 5811, "end": 5825, "loc": { "start": { "line": 141, "column": 32 }, "end": { "line": 141, "column": 46 }, "identifierName": "treeViewPlugin" }, "name": "treeViewPlugin" }, "computed": false }, "property": { "type": "Identifier", "start": 5826, "end": 5838, "loc": { "start": { "line": 141, "column": 47 }, "end": { "line": 141, "column": 59 }, "identifierName": "withNodeTree" }, "name": "withNodeTree" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 5839, "end": 5859, "loc": { "start": { "line": 141, "column": 60 }, "end": { "line": 141, "column": 80 } }, "object": { "type": "Identifier", "start": 5839, "end": 5846, "loc": { "start": { "line": 141, "column": 60 }, "end": { "line": 141, "column": 67 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 5847, "end": 5859, "loc": { "start": { "line": 141, "column": 68 }, "end": { "line": 141, "column": 80 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "computed": false }, { "type": "ArrowFunctionExpression", "start": 5861, "end": 6233, "loc": { "start": { "line": 141, "column": 82 }, "end": { "line": 148, "column": 25 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 5862, "end": 5874, "loc": { "start": { "line": 141, "column": 83 }, "end": { "line": 141, "column": 95 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" } ], "body": { "type": "BlockStatement", "start": 5879, "end": 6233, "loc": { "start": { "line": 141, "column": 100 }, "end": { "line": 148, "column": 25 } }, "body": [ { "type": "IfStatement", "start": 5909, "end": 6207, "loc": { "start": { "line": 142, "column": 28 }, "end": { "line": 147, "column": 29 } }, "test": { "type": "MemberExpression", "start": 5913, "end": 5934, "loc": { "start": { "line": 142, "column": 32 }, "end": { "line": 142, "column": 53 } }, "object": { "type": "Identifier", "start": 5913, "end": 5925, "loc": { "start": { "line": 142, "column": 32 }, "end": { "line": 142, "column": 44 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 5926, "end": 5934, "loc": { "start": { "line": 142, "column": 45 }, "end": { "line": 142, "column": 53 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "consequent": { "type": "BlockStatement", "start": 5936, "end": 6207, "loc": { "start": { "line": 142, "column": 55 }, "end": { "line": 147, "column": 29 } }, "body": [ { "type": "VariableDeclaration", "start": 5970, "end": 6037, "loc": { "start": { "line": 143, "column": 32 }, "end": { "line": 143, "column": 99 } }, "declarations": [ { "type": "VariableDeclarator", "start": 5976, "end": 6036, "loc": { "start": { "line": 143, "column": 38 }, "end": { "line": 143, "column": 98 } }, "id": { "type": "Identifier", "start": 5976, "end": 5982, "loc": { "start": { "line": 143, "column": 38 }, "end": { "line": 143, "column": 44 }, "identifierName": "entity" }, "name": "entity" }, "init": { "type": "MemberExpression", "start": 5985, "end": 6036, "loc": { "start": { "line": 143, "column": 47 }, "end": { "line": 143, "column": 98 } }, "object": { "type": "MemberExpression", "start": 5985, "end": 6013, "loc": { "start": { "line": 143, "column": 47 }, "end": { "line": 143, "column": 75 } }, "object": { "type": "MemberExpression", "start": 5985, "end": 6005, "loc": { "start": { "line": 143, "column": 47 }, "end": { "line": 143, "column": 67 } }, "object": { "type": "MemberExpression", "start": 5985, "end": 5999, "loc": { "start": { "line": 143, "column": 47 }, "end": { "line": 143, "column": 61 } }, "object": { "type": "Identifier", "start": 5985, "end": 5992, "loc": { "start": { "line": 143, "column": 47 }, "end": { "line": 143, "column": 54 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 5993, "end": 5999, "loc": { "start": { "line": 143, "column": 55 }, "end": { "line": 143, "column": 61 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 6000, "end": 6005, "loc": { "start": { "line": 143, "column": 62 }, "end": { "line": 143, "column": 67 }, "identifierName": "scene" }, "name": "scene" }, "computed": false }, "property": { "type": "Identifier", "start": 6006, "end": 6013, "loc": { "start": { "line": 143, "column": 68 }, "end": { "line": 143, "column": 75 }, "identifierName": "objects" }, "name": "objects" }, "computed": false }, "property": { "type": "MemberExpression", "start": 6014, "end": 6035, "loc": { "start": { "line": 143, "column": 76 }, "end": { "line": 143, "column": 97 } }, "object": { "type": "Identifier", "start": 6014, "end": 6026, "loc": { "start": { "line": 143, "column": 76 }, "end": { "line": 143, "column": 88 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 6027, "end": 6035, "loc": { "start": { "line": 143, "column": 89 }, "end": { "line": 143, "column": 97 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "computed": true } } ], "kind": "const" }, { "type": "IfStatement", "start": 6070, "end": 6177, "loc": { "start": { "line": 144, "column": 32 }, "end": { "line": 146, "column": 33 } }, "test": { "type": "Identifier", "start": 6074, "end": 6080, "loc": { "start": { "line": 144, "column": 36 }, "end": { "line": 144, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "consequent": { "type": "BlockStatement", "start": 6082, "end": 6177, "loc": { "start": { "line": 144, "column": 44 }, "end": { "line": 146, "column": 33 } }, "body": [ { "type": "ExpressionStatement", "start": 6120, "end": 6143, "loc": { "start": { "line": 145, "column": 36 }, "end": { "line": 145, "column": 59 } }, "expression": { "type": "AssignmentExpression", "start": 6120, "end": 6142, "loc": { "start": { "line": 145, "column": 36 }, "end": { "line": 145, "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 6120, "end": 6134, "loc": { "start": { "line": 145, "column": 36 }, "end": { "line": 145, "column": 50 } }, "object": { "type": "Identifier", "start": 6120, "end": 6126, "loc": { "start": { "line": 145, "column": 36 }, "end": { "line": 145, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 6127, "end": 6134, "loc": { "start": { "line": 145, "column": 43 }, "end": { "line": 145, "column": 50 }, "identifierName": "visible" }, "name": "visible" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 6137, "end": 6142, "loc": { "start": { "line": 145, "column": 53 }, "end": { "line": 145, "column": 58 } }, "value": false } } } ], "directives": [] }, "alternate": null } ], "directives": [] }, "alternate": null } ], "directives": [] } } ] } } ], "directives": [] } } } ] }, { "type": "ObjectExpression", "start": 6293, "end": 7313, "loc": { "start": { "line": 151, "column": 16 }, "end": { "line": 169, "column": 17 } }, "properties": [ { "type": "ObjectProperty", "start": 6315, "end": 6483, "loc": { "start": { "line": 152, "column": 20 }, "end": { "line": 154, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 6315, "end": 6323, "loc": { "start": { "line": 152, "column": 20 }, "end": { "line": 152, "column": 28 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 6325, "end": 6483, "loc": { "start": { "line": 152, "column": 30 }, "end": { "line": 154, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 6326, "end": 6333, "loc": { "start": { "line": 152, "column": 31 }, "end": { "line": 152, "column": 38 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 6338, "end": 6483, "loc": { "start": { "line": 152, "column": 43 }, "end": { "line": 154, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 6364, "end": 6461, "loc": { "start": { "line": 153, "column": 24 }, "end": { "line": 153, "column": 121 } }, "argument": { "type": "LogicalExpression", "start": 6371, "end": 6460, "loc": { "start": { "line": 153, "column": 31 }, "end": { "line": 153, "column": 120 } }, "left": { "type": "CallExpression", "start": 6371, "end": 6443, "loc": { "start": { "line": 153, "column": 31 }, "end": { "line": 153, "column": 103 } }, "callee": { "type": "MemberExpression", "start": 6371, "end": 6409, "loc": { "start": { "line": 153, "column": 31 }, "end": { "line": 153, "column": 69 } }, "object": { "type": "MemberExpression", "start": 6371, "end": 6399, "loc": { "start": { "line": 153, "column": 31 }, "end": { "line": 153, "column": 59 } }, "object": { "type": "MemberExpression", "start": 6371, "end": 6385, "loc": { "start": { "line": 153, "column": 31 }, "end": { "line": 153, "column": 45 } }, "object": { "type": "Identifier", "start": 6371, "end": 6378, "loc": { "start": { "line": 153, "column": 31 }, "end": { "line": 153, "column": 38 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 6379, "end": 6385, "loc": { "start": { "line": 153, "column": 39 }, "end": { "line": 153, "column": 45 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 6386, "end": 6399, "loc": { "start": { "line": 153, "column": 46 }, "end": { "line": 153, "column": 59 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 6400, "end": 6409, "loc": { "start": { "line": 153, "column": 60 }, "end": { "line": 153, "column": 69 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 6410, "end": 6442, "loc": { "start": { "line": 153, "column": 70 }, "end": { "line": 153, "column": 102 } }, "extra": { "rawValue": "treeViewContextMenu.hideOthers", "raw": "\"treeViewContextMenu.hideOthers\"" }, "value": "treeViewContextMenu.hideOthers" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 6447, "end": 6460, "loc": { "start": { "line": 153, "column": 107 }, "end": { "line": 153, "column": 120 } }, "extra": { "rawValue": "Hide Others", "raw": "\"Hide Others\"" }, "value": "Hide Others" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 6505, "end": 7295, "loc": { "start": { "line": 155, "column": 20 }, "end": { "line": 168, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 6505, "end": 6513, "loc": { "start": { "line": 155, "column": 20 }, "end": { "line": 155, "column": 28 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 6515, "end": 7295, "loc": { "start": { "line": 155, "column": 30 }, "end": { "line": 168, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 6525, "end": 6532, "loc": { "start": { "line": 155, "column": 40 }, "end": { "line": 155, "column": 47 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 6534, "end": 7295, "loc": { "start": { "line": 155, "column": 49 }, "end": { "line": 168, "column": 21 } }, "body": [ { "type": "VariableDeclaration", "start": 6560, "end": 6595, "loc": { "start": { "line": 156, "column": 24 }, "end": { "line": 156, "column": 59 } }, "declarations": [ { "type": "VariableDeclarator", "start": 6566, "end": 6594, "loc": { "start": { "line": 156, "column": 30 }, "end": { "line": 156, "column": 58 } }, "id": { "type": "Identifier", "start": 6566, "end": 6571, "loc": { "start": { "line": 156, "column": 30 }, "end": { "line": 156, "column": 35 }, "identifierName": "scene" }, "name": "scene" }, "init": { "type": "MemberExpression", "start": 6574, "end": 6594, "loc": { "start": { "line": 156, "column": 38 }, "end": { "line": 156, "column": 58 } }, "object": { "type": "MemberExpression", "start": 6574, "end": 6588, "loc": { "start": { "line": 156, "column": 38 }, "end": { "line": 156, "column": 52 } }, "object": { "type": "Identifier", "start": 6574, "end": 6581, "loc": { "start": { "line": 156, "column": 38 }, "end": { "line": 156, "column": 45 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 6582, "end": 6588, "loc": { "start": { "line": 156, "column": 46 }, "end": { "line": 156, "column": 52 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 6589, "end": 6594, "loc": { "start": { "line": 156, "column": 53 }, "end": { "line": 156, "column": 58 }, "identifierName": "scene" }, "name": "scene" }, "computed": false } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 6620, "end": 6675, "loc": { "start": { "line": 157, "column": 24 }, "end": { "line": 157, "column": 79 } }, "expression": { "type": "CallExpression", "start": 6620, "end": 6674, "loc": { "start": { "line": 157, "column": 24 }, "end": { "line": 157, "column": 78 } }, "callee": { "type": "MemberExpression", "start": 6620, "end": 6643, "loc": { "start": { "line": 157, "column": 24 }, "end": { "line": 157, "column": 47 } }, "object": { "type": "Identifier", "start": 6620, "end": 6625, "loc": { "start": { "line": 157, "column": 24 }, "end": { "line": 157, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 6626, "end": 6643, "loc": { "start": { "line": 157, "column": 30 }, "end": { "line": 157, "column": 47 }, "identifierName": "setObjectsVisible" }, "name": "setObjectsVisible" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 6644, "end": 6666, "loc": { "start": { "line": 157, "column": 48 }, "end": { "line": 157, "column": 70 } }, "object": { "type": "Identifier", "start": 6644, "end": 6649, "loc": { "start": { "line": 157, "column": 48 }, "end": { "line": 157, "column": 53 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 6650, "end": 6666, "loc": { "start": { "line": 157, "column": 54 }, "end": { "line": 157, "column": 70 }, "identifierName": "visibleObjectIds" }, "name": "visibleObjectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 6668, "end": 6673, "loc": { "start": { "line": 157, "column": 72 }, "end": { "line": 157, "column": 77 } }, "value": false } ] } }, { "type": "ExpressionStatement", "start": 6700, "end": 6754, "loc": { "start": { "line": 158, "column": 24 }, "end": { "line": 158, "column": 78 } }, "expression": { "type": "CallExpression", "start": 6700, "end": 6753, "loc": { "start": { "line": 158, "column": 24 }, "end": { "line": 158, "column": 77 } }, "callee": { "type": "MemberExpression", "start": 6700, "end": 6724, "loc": { "start": { "line": 158, "column": 24 }, "end": { "line": 158, "column": 48 } }, "object": { "type": "Identifier", "start": 6700, "end": 6705, "loc": { "start": { "line": 158, "column": 24 }, "end": { "line": 158, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 6706, "end": 6724, "loc": { "start": { "line": 158, "column": 30 }, "end": { "line": 158, "column": 48 }, "identifierName": "setObjectsPickable" }, "name": "setObjectsPickable" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 6725, "end": 6746, "loc": { "start": { "line": 158, "column": 49 }, "end": { "line": 158, "column": 70 } }, "object": { "type": "Identifier", "start": 6725, "end": 6730, "loc": { "start": { "line": 158, "column": 49 }, "end": { "line": 158, "column": 54 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 6731, "end": 6746, "loc": { "start": { "line": 158, "column": 55 }, "end": { "line": 158, "column": 70 }, "identifierName": "xrayedObjectIds" }, "name": "xrayedObjectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 6748, "end": 6752, "loc": { "start": { "line": 158, "column": 72 }, "end": { "line": 158, "column": 76 } }, "value": true } ] } }, { "type": "ExpressionStatement", "start": 6779, "end": 6832, "loc": { "start": { "line": 159, "column": 24 }, "end": { "line": 159, "column": 77 } }, "expression": { "type": "CallExpression", "start": 6779, "end": 6831, "loc": { "start": { "line": 159, "column": 24 }, "end": { "line": 159, "column": 76 } }, "callee": { "type": "MemberExpression", "start": 6779, "end": 6801, "loc": { "start": { "line": 159, "column": 24 }, "end": { "line": 159, "column": 46 } }, "object": { "type": "Identifier", "start": 6779, "end": 6784, "loc": { "start": { "line": 159, "column": 24 }, "end": { "line": 159, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 6785, "end": 6801, "loc": { "start": { "line": 159, "column": 30 }, "end": { "line": 159, "column": 46 }, "identifierName": "setObjectsXRayed" }, "name": "setObjectsXRayed" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 6802, "end": 6823, "loc": { "start": { "line": 159, "column": 47 }, "end": { "line": 159, "column": 68 } }, "object": { "type": "Identifier", "start": 6802, "end": 6807, "loc": { "start": { "line": 159, "column": 47 }, "end": { "line": 159, "column": 52 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 6808, "end": 6823, "loc": { "start": { "line": 159, "column": 53 }, "end": { "line": 159, "column": 68 }, "identifierName": "xrayedObjectIds" }, "name": "xrayedObjectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 6825, "end": 6830, "loc": { "start": { "line": 159, "column": 70 }, "end": { "line": 159, "column": 75 } }, "value": false } ] } }, { "type": "ExpressionStatement", "start": 6857, "end": 7273, "loc": { "start": { "line": 160, "column": 24 }, "end": { "line": 167, "column": 27 } }, "expression": { "type": "CallExpression", "start": 6857, "end": 7272, "loc": { "start": { "line": 160, "column": 24 }, "end": { "line": 167, "column": 26 } }, "callee": { "type": "MemberExpression", "start": 6857, "end": 6892, "loc": { "start": { "line": 160, "column": 24 }, "end": { "line": 160, "column": 59 } }, "object": { "type": "MemberExpression", "start": 6857, "end": 6879, "loc": { "start": { "line": 160, "column": 24 }, "end": { "line": 160, "column": 46 } }, "object": { "type": "Identifier", "start": 6857, "end": 6864, "loc": { "start": { "line": 160, "column": 24 }, "end": { "line": 160, "column": 31 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 6865, "end": 6879, "loc": { "start": { "line": 160, "column": 32 }, "end": { "line": 160, "column": 46 }, "identifierName": "treeViewPlugin" }, "name": "treeViewPlugin" }, "computed": false }, "property": { "type": "Identifier", "start": 6880, "end": 6892, "loc": { "start": { "line": 160, "column": 47 }, "end": { "line": 160, "column": 59 }, "identifierName": "withNodeTree" }, "name": "withNodeTree" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 6893, "end": 6913, "loc": { "start": { "line": 160, "column": 60 }, "end": { "line": 160, "column": 80 } }, "object": { "type": "Identifier", "start": 6893, "end": 6900, "loc": { "start": { "line": 160, "column": 60 }, "end": { "line": 160, "column": 67 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 6901, "end": 6913, "loc": { "start": { "line": 160, "column": 68 }, "end": { "line": 160, "column": 80 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "computed": false }, { "type": "ArrowFunctionExpression", "start": 6915, "end": 7271, "loc": { "start": { "line": 160, "column": 82 }, "end": { "line": 167, "column": 25 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 6916, "end": 6928, "loc": { "start": { "line": 160, "column": 83 }, "end": { "line": 160, "column": 95 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" } ], "body": { "type": "BlockStatement", "start": 6933, "end": 7271, "loc": { "start": { "line": 160, "column": 100 }, "end": { "line": 167, "column": 25 } }, "body": [ { "type": "IfStatement", "start": 6963, "end": 7245, "loc": { "start": { "line": 161, "column": 28 }, "end": { "line": 166, "column": 29 } }, "test": { "type": "MemberExpression", "start": 6967, "end": 6988, "loc": { "start": { "line": 161, "column": 32 }, "end": { "line": 161, "column": 53 } }, "object": { "type": "Identifier", "start": 6967, "end": 6979, "loc": { "start": { "line": 161, "column": 32 }, "end": { "line": 161, "column": 44 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 6980, "end": 6988, "loc": { "start": { "line": 161, "column": 45 }, "end": { "line": 161, "column": 53 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "consequent": { "type": "BlockStatement", "start": 6990, "end": 7245, "loc": { "start": { "line": 161, "column": 55 }, "end": { "line": 166, "column": 29 } }, "body": [ { "type": "VariableDeclaration", "start": 7024, "end": 7076, "loc": { "start": { "line": 162, "column": 32 }, "end": { "line": 162, "column": 84 } }, "declarations": [ { "type": "VariableDeclarator", "start": 7030, "end": 7075, "loc": { "start": { "line": 162, "column": 38 }, "end": { "line": 162, "column": 83 } }, "id": { "type": "Identifier", "start": 7030, "end": 7036, "loc": { "start": { "line": 162, "column": 38 }, "end": { "line": 162, "column": 44 }, "identifierName": "entity" }, "name": "entity" }, "init": { "type": "MemberExpression", "start": 7039, "end": 7075, "loc": { "start": { "line": 162, "column": 47 }, "end": { "line": 162, "column": 83 } }, "object": { "type": "MemberExpression", "start": 7039, "end": 7052, "loc": { "start": { "line": 162, "column": 47 }, "end": { "line": 162, "column": 60 } }, "object": { "type": "Identifier", "start": 7039, "end": 7044, "loc": { "start": { "line": 162, "column": 47 }, "end": { "line": 162, "column": 52 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 7045, "end": 7052, "loc": { "start": { "line": 162, "column": 53 }, "end": { "line": 162, "column": 60 }, "identifierName": "objects" }, "name": "objects" }, "computed": false }, "property": { "type": "MemberExpression", "start": 7053, "end": 7074, "loc": { "start": { "line": 162, "column": 61 }, "end": { "line": 162, "column": 82 } }, "object": { "type": "Identifier", "start": 7053, "end": 7065, "loc": { "start": { "line": 162, "column": 61 }, "end": { "line": 162, "column": 73 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 7066, "end": 7074, "loc": { "start": { "line": 162, "column": 74 }, "end": { "line": 162, "column": 82 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "computed": true } } ], "kind": "const" }, { "type": "IfStatement", "start": 7109, "end": 7215, "loc": { "start": { "line": 163, "column": 32 }, "end": { "line": 165, "column": 33 } }, "test": { "type": "Identifier", "start": 7113, "end": 7119, "loc": { "start": { "line": 163, "column": 36 }, "end": { "line": 163, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "consequent": { "type": "BlockStatement", "start": 7121, "end": 7215, "loc": { "start": { "line": 163, "column": 44 }, "end": { "line": 165, "column": 33 } }, "body": [ { "type": "ExpressionStatement", "start": 7159, "end": 7181, "loc": { "start": { "line": 164, "column": 36 }, "end": { "line": 164, "column": 58 } }, "expression": { "type": "AssignmentExpression", "start": 7159, "end": 7180, "loc": { "start": { "line": 164, "column": 36 }, "end": { "line": 164, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 7159, "end": 7173, "loc": { "start": { "line": 164, "column": 36 }, "end": { "line": 164, "column": 50 } }, "object": { "type": "Identifier", "start": 7159, "end": 7165, "loc": { "start": { "line": 164, "column": 36 }, "end": { "line": 164, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 7166, "end": 7173, "loc": { "start": { "line": 164, "column": 43 }, "end": { "line": 164, "column": 50 }, "identifierName": "visible" }, "name": "visible" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 7176, "end": 7180, "loc": { "start": { "line": 164, "column": 53 }, "end": { "line": 164, "column": 57 } }, "value": true } } } ], "directives": [] }, "alternate": null } ], "directives": [] }, "alternate": null } ], "directives": [] } } ] } } ], "directives": [] } } } ] }, { "type": "ObjectExpression", "start": 7331, "end": 7876, "loc": { "start": { "line": 170, "column": 16 }, "end": { "line": 180, "column": 17 } }, "properties": [ { "type": "ObjectProperty", "start": 7353, "end": 7515, "loc": { "start": { "line": 171, "column": 20 }, "end": { "line": 173, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 7353, "end": 7361, "loc": { "start": { "line": 171, "column": 20 }, "end": { "line": 171, "column": 28 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 7363, "end": 7515, "loc": { "start": { "line": 171, "column": 30 }, "end": { "line": 173, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 7364, "end": 7371, "loc": { "start": { "line": 171, "column": 31 }, "end": { "line": 171, "column": 38 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 7376, "end": 7515, "loc": { "start": { "line": 171, "column": 43 }, "end": { "line": 173, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 7402, "end": 7493, "loc": { "start": { "line": 172, "column": 24 }, "end": { "line": 172, "column": 115 } }, "argument": { "type": "LogicalExpression", "start": 7409, "end": 7492, "loc": { "start": { "line": 172, "column": 31 }, "end": { "line": 172, "column": 114 } }, "left": { "type": "CallExpression", "start": 7409, "end": 7478, "loc": { "start": { "line": 172, "column": 31 }, "end": { "line": 172, "column": 100 } }, "callee": { "type": "MemberExpression", "start": 7409, "end": 7447, "loc": { "start": { "line": 172, "column": 31 }, "end": { "line": 172, "column": 69 } }, "object": { "type": "MemberExpression", "start": 7409, "end": 7437, "loc": { "start": { "line": 172, "column": 31 }, "end": { "line": 172, "column": 59 } }, "object": { "type": "MemberExpression", "start": 7409, "end": 7423, "loc": { "start": { "line": 172, "column": 31 }, "end": { "line": 172, "column": 45 } }, "object": { "type": "Identifier", "start": 7409, "end": 7416, "loc": { "start": { "line": 172, "column": 31 }, "end": { "line": 172, "column": 38 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 7417, "end": 7423, "loc": { "start": { "line": 172, "column": 39 }, "end": { "line": 172, "column": 45 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 7424, "end": 7437, "loc": { "start": { "line": 172, "column": 46 }, "end": { "line": 172, "column": 59 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 7438, "end": 7447, "loc": { "start": { "line": 172, "column": 60 }, "end": { "line": 172, "column": 69 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 7448, "end": 7477, "loc": { "start": { "line": 172, "column": 70 }, "end": { "line": 172, "column": 99 } }, "extra": { "rawValue": "treeViewContextMenu.hideAll", "raw": "\"treeViewContextMenu.hideAll\"" }, "value": "treeViewContextMenu.hideAll" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 7482, "end": 7492, "loc": { "start": { "line": 172, "column": 104 }, "end": { "line": 172, "column": 114 } }, "extra": { "rawValue": "Hide All", "raw": "\"Hide All\"" }, "value": "Hide All" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 7537, "end": 7674, "loc": { "start": { "line": 174, "column": 20 }, "end": { "line": 176, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 7537, "end": 7547, "loc": { "start": { "line": 174, "column": 20 }, "end": { "line": 174, "column": 30 }, "identifierName": "getEnabled" }, "name": "getEnabled" }, "value": { "type": "FunctionExpression", "start": 7549, "end": 7674, "loc": { "start": { "line": 174, "column": 32 }, "end": { "line": 176, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 7559, "end": 7566, "loc": { "start": { "line": 174, "column": 42 }, "end": { "line": 174, "column": 49 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 7568, "end": 7674, "loc": { "start": { "line": 174, "column": 51 }, "end": { "line": 176, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 7594, "end": 7652, "loc": { "start": { "line": 175, "column": 24 }, "end": { "line": 175, "column": 82 } }, "argument": { "type": "BinaryExpression", "start": 7602, "end": 7650, "loc": { "start": { "line": 175, "column": 32 }, "end": { "line": 175, "column": 80 } }, "left": { "type": "MemberExpression", "start": 7602, "end": 7646, "loc": { "start": { "line": 175, "column": 32 }, "end": { "line": 175, "column": 76 } }, "object": { "type": "MemberExpression", "start": 7602, "end": 7639, "loc": { "start": { "line": 175, "column": 32 }, "end": { "line": 175, "column": 69 } }, "object": { "type": "MemberExpression", "start": 7602, "end": 7622, "loc": { "start": { "line": 175, "column": 32 }, "end": { "line": 175, "column": 52 } }, "object": { "type": "MemberExpression", "start": 7602, "end": 7616, "loc": { "start": { "line": 175, "column": 32 }, "end": { "line": 175, "column": 46 } }, "object": { "type": "Identifier", "start": 7602, "end": 7609, "loc": { "start": { "line": 175, "column": 32 }, "end": { "line": 175, "column": 39 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 7610, "end": 7616, "loc": { "start": { "line": 175, "column": 40 }, "end": { "line": 175, "column": 46 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 7617, "end": 7622, "loc": { "start": { "line": 175, "column": 47 }, "end": { "line": 175, "column": 52 }, "identifierName": "scene" }, "name": "scene" }, "computed": false }, "property": { "type": "Identifier", "start": 7623, "end": 7639, "loc": { "start": { "line": 175, "column": 53 }, "end": { "line": 175, "column": 69 }, "identifierName": "visibleObjectIds" }, "name": "visibleObjectIds" }, "computed": false }, "property": { "type": "Identifier", "start": 7640, "end": 7646, "loc": { "start": { "line": 175, "column": 70 }, "end": { "line": 175, "column": 76 }, "identifierName": "length" }, "name": "length" }, "computed": false }, "operator": ">", "right": { "type": "NumericLiteral", "start": 7649, "end": 7650, "loc": { "start": { "line": 175, "column": 79 }, "end": { "line": 175, "column": 80 } }, "extra": { "rawValue": 0, "raw": "0" }, "value": 0 }, "extra": { "parenthesized": true, "parenStart": 7601 } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 7696, "end": 7858, "loc": { "start": { "line": 177, "column": 20 }, "end": { "line": 179, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 7696, "end": 7704, "loc": { "start": { "line": 177, "column": 20 }, "end": { "line": 177, "column": 28 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 7706, "end": 7858, "loc": { "start": { "line": 177, "column": 30 }, "end": { "line": 179, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 7716, "end": 7723, "loc": { "start": { "line": 177, "column": 40 }, "end": { "line": 177, "column": 47 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 7725, "end": 7858, "loc": { "start": { "line": 177, "column": 49 }, "end": { "line": 179, "column": 21 } }, "body": [ { "type": "ExpressionStatement", "start": 7751, "end": 7836, "loc": { "start": { "line": 178, "column": 24 }, "end": { "line": 178, "column": 109 } }, "expression": { "type": "CallExpression", "start": 7751, "end": 7835, "loc": { "start": { "line": 178, "column": 24 }, "end": { "line": 178, "column": 108 } }, "callee": { "type": "MemberExpression", "start": 7751, "end": 7789, "loc": { "start": { "line": 178, "column": 24 }, "end": { "line": 178, "column": 62 } }, "object": { "type": "MemberExpression", "start": 7751, "end": 7771, "loc": { "start": { "line": 178, "column": 24 }, "end": { "line": 178, "column": 44 } }, "object": { "type": "MemberExpression", "start": 7751, "end": 7765, "loc": { "start": { "line": 178, "column": 24 }, "end": { "line": 178, "column": 38 } }, "object": { "type": "Identifier", "start": 7751, "end": 7758, "loc": { "start": { "line": 178, "column": 24 }, "end": { "line": 178, "column": 31 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 7759, "end": 7765, "loc": { "start": { "line": 178, "column": 32 }, "end": { "line": 178, "column": 38 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 7766, "end": 7771, "loc": { "start": { "line": 178, "column": 39 }, "end": { "line": 178, "column": 44 }, "identifierName": "scene" }, "name": "scene" }, "computed": false }, "property": { "type": "Identifier", "start": 7772, "end": 7789, "loc": { "start": { "line": 178, "column": 45 }, "end": { "line": 178, "column": 62 }, "identifierName": "setObjectsVisible" }, "name": "setObjectsVisible" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 7790, "end": 7827, "loc": { "start": { "line": 178, "column": 63 }, "end": { "line": 178, "column": 100 } }, "object": { "type": "MemberExpression", "start": 7790, "end": 7810, "loc": { "start": { "line": 178, "column": 63 }, "end": { "line": 178, "column": 83 } }, "object": { "type": "MemberExpression", "start": 7790, "end": 7804, "loc": { "start": { "line": 178, "column": 63 }, "end": { "line": 178, "column": 77 } }, "object": { "type": "Identifier", "start": 7790, "end": 7797, "loc": { "start": { "line": 178, "column": 63 }, "end": { "line": 178, "column": 70 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 7798, "end": 7804, "loc": { "start": { "line": 178, "column": 71 }, "end": { "line": 178, "column": 77 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 7805, "end": 7810, "loc": { "start": { "line": 178, "column": 78 }, "end": { "line": 178, "column": 83 }, "identifierName": "scene" }, "name": "scene" }, "computed": false }, "property": { "type": "Identifier", "start": 7811, "end": 7827, "loc": { "start": { "line": 178, "column": 84 }, "end": { "line": 178, "column": 100 }, "identifierName": "visibleObjectIds" }, "name": "visibleObjectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 7829, "end": 7834, "loc": { "start": { "line": 178, "column": 102 }, "end": { "line": 178, "column": 107 } }, "value": false } ] } } ], "directives": [] } } } ] } ] }, { "type": "ArrayExpression", "start": 7904, "end": 10817, "loc": { "start": { "line": 182, "column": 12 }, "end": { "line": 237, "column": 13 } }, "elements": [ { "type": "ObjectExpression", "start": 7922, "end": 8926, "loc": { "start": { "line": 183, "column": 16 }, "end": { "line": 202, "column": 17 } }, "properties": [ { "type": "ObjectProperty", "start": 7944, "end": 8099, "loc": { "start": { "line": 184, "column": 20 }, "end": { "line": 186, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 7944, "end": 7952, "loc": { "start": { "line": 184, "column": 20 }, "end": { "line": 184, "column": 28 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 7954, "end": 8099, "loc": { "start": { "line": 184, "column": 30 }, "end": { "line": 186, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 7955, "end": 7962, "loc": { "start": { "line": 184, "column": 31 }, "end": { "line": 184, "column": 38 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 7967, "end": 8099, "loc": { "start": { "line": 184, "column": 43 }, "end": { "line": 186, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 7993, "end": 8077, "loc": { "start": { "line": 185, "column": 24 }, "end": { "line": 185, "column": 108 } }, "argument": { "type": "LogicalExpression", "start": 8000, "end": 8076, "loc": { "start": { "line": 185, "column": 31 }, "end": { "line": 185, "column": 107 } }, "left": { "type": "CallExpression", "start": 8000, "end": 8066, "loc": { "start": { "line": 185, "column": 31 }, "end": { "line": 185, "column": 97 } }, "callee": { "type": "MemberExpression", "start": 8000, "end": 8038, "loc": { "start": { "line": 185, "column": 31 }, "end": { "line": 185, "column": 69 } }, "object": { "type": "MemberExpression", "start": 8000, "end": 8028, "loc": { "start": { "line": 185, "column": 31 }, "end": { "line": 185, "column": 59 } }, "object": { "type": "MemberExpression", "start": 8000, "end": 8014, "loc": { "start": { "line": 185, "column": 31 }, "end": { "line": 185, "column": 45 } }, "object": { "type": "Identifier", "start": 8000, "end": 8007, "loc": { "start": { "line": 185, "column": 31 }, "end": { "line": 185, "column": 38 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 8008, "end": 8014, "loc": { "start": { "line": 185, "column": 39 }, "end": { "line": 185, "column": 45 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 8015, "end": 8028, "loc": { "start": { "line": 185, "column": 46 }, "end": { "line": 185, "column": 59 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 8029, "end": 8038, "loc": { "start": { "line": 185, "column": 60 }, "end": { "line": 185, "column": 69 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 8039, "end": 8065, "loc": { "start": { "line": 185, "column": 70 }, "end": { "line": 185, "column": 96 } }, "extra": { "rawValue": "treeViewContextMenu.show", "raw": "\"treeViewContextMenu.show\"" }, "value": "treeViewContextMenu.show" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 8070, "end": 8076, "loc": { "start": { "line": 185, "column": 101 }, "end": { "line": 185, "column": 107 } }, "extra": { "rawValue": "Show", "raw": "\"Show\"" }, "value": "Show" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 8121, "end": 8908, "loc": { "start": { "line": 187, "column": 20 }, "end": { "line": 201, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 8121, "end": 8129, "loc": { "start": { "line": 187, "column": 20 }, "end": { "line": 187, "column": 28 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 8131, "end": 8908, "loc": { "start": { "line": 187, "column": 30 }, "end": { "line": 201, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 8141, "end": 8148, "loc": { "start": { "line": 187, "column": 40 }, "end": { "line": 187, "column": 47 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 8150, "end": 8908, "loc": { "start": { "line": 187, "column": 49 }, "end": { "line": 201, "column": 21 } }, "body": [ { "type": "ExpressionStatement", "start": 8176, "end": 8886, "loc": { "start": { "line": 188, "column": 24 }, "end": { "line": 200, "column": 27 } }, "expression": { "type": "CallExpression", "start": 8176, "end": 8885, "loc": { "start": { "line": 188, "column": 24 }, "end": { "line": 200, "column": 26 } }, "callee": { "type": "MemberExpression", "start": 8176, "end": 8211, "loc": { "start": { "line": 188, "column": 24 }, "end": { "line": 188, "column": 59 } }, "object": { "type": "MemberExpression", "start": 8176, "end": 8198, "loc": { "start": { "line": 188, "column": 24 }, "end": { "line": 188, "column": 46 } }, "object": { "type": "Identifier", "start": 8176, "end": 8183, "loc": { "start": { "line": 188, "column": 24 }, "end": { "line": 188, "column": 31 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 8184, "end": 8198, "loc": { "start": { "line": 188, "column": 32 }, "end": { "line": 188, "column": 46 }, "identifierName": "treeViewPlugin" }, "name": "treeViewPlugin" }, "computed": false }, "property": { "type": "Identifier", "start": 8199, "end": 8211, "loc": { "start": { "line": 188, "column": 47 }, "end": { "line": 188, "column": 59 }, "identifierName": "withNodeTree" }, "name": "withNodeTree" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 8212, "end": 8232, "loc": { "start": { "line": 188, "column": 60 }, "end": { "line": 188, "column": 80 } }, "object": { "type": "Identifier", "start": 8212, "end": 8219, "loc": { "start": { "line": 188, "column": 60 }, "end": { "line": 188, "column": 67 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 8220, "end": 8232, "loc": { "start": { "line": 188, "column": 68 }, "end": { "line": 188, "column": 80 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "computed": false }, { "type": "ArrowFunctionExpression", "start": 8234, "end": 8884, "loc": { "start": { "line": 188, "column": 82 }, "end": { "line": 200, "column": 25 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 8235, "end": 8247, "loc": { "start": { "line": 188, "column": 83 }, "end": { "line": 188, "column": 95 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" } ], "body": { "type": "BlockStatement", "start": 8252, "end": 8884, "loc": { "start": { "line": 188, "column": 100 }, "end": { "line": 200, "column": 25 } }, "body": [ { "type": "IfStatement", "start": 8282, "end": 8858, "loc": { "start": { "line": 189, "column": 28 }, "end": { "line": 199, "column": 29 } }, "test": { "type": "MemberExpression", "start": 8286, "end": 8307, "loc": { "start": { "line": 189, "column": 32 }, "end": { "line": 189, "column": 53 } }, "object": { "type": "Identifier", "start": 8286, "end": 8298, "loc": { "start": { "line": 189, "column": 32 }, "end": { "line": 189, "column": 44 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 8299, "end": 8307, "loc": { "start": { "line": 189, "column": 45 }, "end": { "line": 189, "column": 53 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "consequent": { "type": "BlockStatement", "start": 8309, "end": 8858, "loc": { "start": { "line": 189, "column": 55 }, "end": { "line": 199, "column": 29 } }, "body": [ { "type": "VariableDeclaration", "start": 8343, "end": 8410, "loc": { "start": { "line": 190, "column": 32 }, "end": { "line": 190, "column": 99 } }, "declarations": [ { "type": "VariableDeclarator", "start": 8349, "end": 8409, "loc": { "start": { "line": 190, "column": 38 }, "end": { "line": 190, "column": 98 } }, "id": { "type": "Identifier", "start": 8349, "end": 8355, "loc": { "start": { "line": 190, "column": 38 }, "end": { "line": 190, "column": 44 }, "identifierName": "entity" }, "name": "entity" }, "init": { "type": "MemberExpression", "start": 8358, "end": 8409, "loc": { "start": { "line": 190, "column": 47 }, "end": { "line": 190, "column": 98 } }, "object": { "type": "MemberExpression", "start": 8358, "end": 8386, "loc": { "start": { "line": 190, "column": 47 }, "end": { "line": 190, "column": 75 } }, "object": { "type": "MemberExpression", "start": 8358, "end": 8378, "loc": { "start": { "line": 190, "column": 47 }, "end": { "line": 190, "column": 67 } }, "object": { "type": "MemberExpression", "start": 8358, "end": 8372, "loc": { "start": { "line": 190, "column": 47 }, "end": { "line": 190, "column": 61 } }, "object": { "type": "Identifier", "start": 8358, "end": 8365, "loc": { "start": { "line": 190, "column": 47 }, "end": { "line": 190, "column": 54 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 8366, "end": 8372, "loc": { "start": { "line": 190, "column": 55 }, "end": { "line": 190, "column": 61 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 8373, "end": 8378, "loc": { "start": { "line": 190, "column": 62 }, "end": { "line": 190, "column": 67 }, "identifierName": "scene" }, "name": "scene" }, "computed": false }, "property": { "type": "Identifier", "start": 8379, "end": 8386, "loc": { "start": { "line": 190, "column": 68 }, "end": { "line": 190, "column": 75 }, "identifierName": "objects" }, "name": "objects" }, "computed": false }, "property": { "type": "MemberExpression", "start": 8387, "end": 8408, "loc": { "start": { "line": 190, "column": 76 }, "end": { "line": 190, "column": 97 } }, "object": { "type": "Identifier", "start": 8387, "end": 8399, "loc": { "start": { "line": 190, "column": 76 }, "end": { "line": 190, "column": 88 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 8400, "end": 8408, "loc": { "start": { "line": 190, "column": 89 }, "end": { "line": 190, "column": 97 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "computed": true } } ], "kind": "const" }, { "type": "IfStatement", "start": 8443, "end": 8828, "loc": { "start": { "line": 191, "column": 32 }, "end": { "line": 198, "column": 33 } }, "test": { "type": "Identifier", "start": 8447, "end": 8453, "loc": { "start": { "line": 191, "column": 36 }, "end": { "line": 191, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "consequent": { "type": "BlockStatement", "start": 8455, "end": 8828, "loc": { "start": { "line": 191, "column": 44 }, "end": { "line": 198, "column": 33 } }, "body": [ { "type": "ExpressionStatement", "start": 8493, "end": 8515, "loc": { "start": { "line": 192, "column": 36 }, "end": { "line": 192, "column": 58 } }, "expression": { "type": "AssignmentExpression", "start": 8493, "end": 8514, "loc": { "start": { "line": 192, "column": 36 }, "end": { "line": 192, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 8493, "end": 8507, "loc": { "start": { "line": 192, "column": 36 }, "end": { "line": 192, "column": 50 } }, "object": { "type": "Identifier", "start": 8493, "end": 8499, "loc": { "start": { "line": 192, "column": 36 }, "end": { "line": 192, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 8500, "end": 8507, "loc": { "start": { "line": 192, "column": 43 }, "end": { "line": 192, "column": 50 }, "identifierName": "visible" }, "name": "visible" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 8510, "end": 8514, "loc": { "start": { "line": 192, "column": 53 }, "end": { "line": 192, "column": 57 } }, "value": true } } }, { "type": "IfStatement", "start": 8552, "end": 8674, "loc": { "start": { "line": 193, "column": 36 }, "end": { "line": 195, "column": 37 } }, "test": { "type": "MemberExpression", "start": 8556, "end": 8569, "loc": { "start": { "line": 193, "column": 40 }, "end": { "line": 193, "column": 53 } }, "object": { "type": "Identifier", "start": 8556, "end": 8562, "loc": { "start": { "line": 193, "column": 40 }, "end": { "line": 193, "column": 46 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 8563, "end": 8569, "loc": { "start": { "line": 193, "column": 47 }, "end": { "line": 193, "column": 53 }, "identifierName": "xrayed" }, "name": "xrayed" }, "computed": false }, "consequent": { "type": "BlockStatement", "start": 8571, "end": 8674, "loc": { "start": { "line": 193, "column": 55 }, "end": { "line": 195, "column": 37 } }, "body": [ { "type": "ExpressionStatement", "start": 8613, "end": 8636, "loc": { "start": { "line": 194, "column": 40 }, "end": { "line": 194, "column": 63 } }, "expression": { "type": "AssignmentExpression", "start": 8613, "end": 8635, "loc": { "start": { "line": 194, "column": 40 }, "end": { "line": 194, "column": 62 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 8613, "end": 8628, "loc": { "start": { "line": 194, "column": 40 }, "end": { "line": 194, "column": 55 } }, "object": { "type": "Identifier", "start": 8613, "end": 8619, "loc": { "start": { "line": 194, "column": 40 }, "end": { "line": 194, "column": 46 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 8620, "end": 8628, "loc": { "start": { "line": 194, "column": 47 }, "end": { "line": 194, "column": 55 }, "identifierName": "pickable" }, "name": "pickable" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 8631, "end": 8635, "loc": { "start": { "line": 194, "column": 58 }, "end": { "line": 194, "column": 62 } }, "value": true } } } ], "directives": [] }, "alternate": null }, { "type": "ExpressionStatement", "start": 8711, "end": 8733, "loc": { "start": { "line": 196, "column": 36 }, "end": { "line": 196, "column": 58 } }, "expression": { "type": "AssignmentExpression", "start": 8711, "end": 8732, "loc": { "start": { "line": 196, "column": 36 }, "end": { "line": 196, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 8711, "end": 8724, "loc": { "start": { "line": 196, "column": 36 }, "end": { "line": 196, "column": 49 } }, "object": { "type": "Identifier", "start": 8711, "end": 8717, "loc": { "start": { "line": 196, "column": 36 }, "end": { "line": 196, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 8718, "end": 8724, "loc": { "start": { "line": 196, "column": 43 }, "end": { "line": 196, "column": 49 }, "identifierName": "xrayed" }, "name": "xrayed" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 8727, "end": 8732, "loc": { "start": { "line": 196, "column": 52 }, "end": { "line": 196, "column": 57 } }, "value": false } } }, { "type": "ExpressionStatement", "start": 8770, "end": 8794, "loc": { "start": { "line": 197, "column": 36 }, "end": { "line": 197, "column": 60 } }, "expression": { "type": "AssignmentExpression", "start": 8770, "end": 8793, "loc": { "start": { "line": 197, "column": 36 }, "end": { "line": 197, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 8770, "end": 8785, "loc": { "start": { "line": 197, "column": 36 }, "end": { "line": 197, "column": 51 } }, "object": { "type": "Identifier", "start": 8770, "end": 8776, "loc": { "start": { "line": 197, "column": 36 }, "end": { "line": 197, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 8777, "end": 8785, "loc": { "start": { "line": 197, "column": 43 }, "end": { "line": 197, "column": 51 }, "identifierName": "selected" }, "name": "selected" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 8788, "end": 8793, "loc": { "start": { "line": 197, "column": 54 }, "end": { "line": 197, "column": 59 } }, "value": false } } } ], "directives": [] }, "alternate": null } ], "directives": [] }, "alternate": null } ], "directives": [] } } ] } } ], "directives": [] } } } ] }, { "type": "ObjectExpression", "start": 8944, "end": 9958, "loc": { "start": { "line": 203, "column": 16 }, "end": { "line": 221, "column": 17 } }, "properties": [ { "type": "ObjectProperty", "start": 8966, "end": 9135, "loc": { "start": { "line": 204, "column": 20 }, "end": { "line": 206, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 8966, "end": 8974, "loc": { "start": { "line": 204, "column": 20 }, "end": { "line": 204, "column": 28 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 8976, "end": 9135, "loc": { "start": { "line": 204, "column": 30 }, "end": { "line": 206, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 8977, "end": 8984, "loc": { "start": { "line": 204, "column": 31 }, "end": { "line": 204, "column": 38 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 8989, "end": 9135, "loc": { "start": { "line": 204, "column": 43 }, "end": { "line": 206, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 9015, "end": 9113, "loc": { "start": { "line": 205, "column": 24 }, "end": { "line": 205, "column": 122 } }, "argument": { "type": "LogicalExpression", "start": 9022, "end": 9112, "loc": { "start": { "line": 205, "column": 31 }, "end": { "line": 205, "column": 121 } }, "left": { "type": "CallExpression", "start": 9022, "end": 9094, "loc": { "start": { "line": 205, "column": 31 }, "end": { "line": 205, "column": 103 } }, "callee": { "type": "MemberExpression", "start": 9022, "end": 9060, "loc": { "start": { "line": 205, "column": 31 }, "end": { "line": 205, "column": 69 } }, "object": { "type": "MemberExpression", "start": 9022, "end": 9050, "loc": { "start": { "line": 205, "column": 31 }, "end": { "line": 205, "column": 59 } }, "object": { "type": "MemberExpression", "start": 9022, "end": 9036, "loc": { "start": { "line": 205, "column": 31 }, "end": { "line": 205, "column": 45 } }, "object": { "type": "Identifier", "start": 9022, "end": 9029, "loc": { "start": { "line": 205, "column": 31 }, "end": { "line": 205, "column": 38 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 9030, "end": 9036, "loc": { "start": { "line": 205, "column": 39 }, "end": { "line": 205, "column": 45 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 9037, "end": 9050, "loc": { "start": { "line": 205, "column": 46 }, "end": { "line": 205, "column": 59 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 9051, "end": 9060, "loc": { "start": { "line": 205, "column": 60 }, "end": { "line": 205, "column": 69 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 9061, "end": 9093, "loc": { "start": { "line": 205, "column": 70 }, "end": { "line": 205, "column": 102 } }, "extra": { "rawValue": "treeViewContextMenu.showOthers", "raw": "\"treeViewContextMenu.showOthers\"" }, "value": "treeViewContextMenu.showOthers" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 9098, "end": 9112, "loc": { "start": { "line": 205, "column": 107 }, "end": { "line": 205, "column": 121 } }, "extra": { "rawValue": "Shows Others", "raw": "\"Shows Others\"" }, "value": "Shows Others" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 9157, "end": 9940, "loc": { "start": { "line": 207, "column": 20 }, "end": { "line": 220, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 9157, "end": 9165, "loc": { "start": { "line": 207, "column": 20 }, "end": { "line": 207, "column": 28 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 9167, "end": 9940, "loc": { "start": { "line": 207, "column": 30 }, "end": { "line": 220, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 9177, "end": 9184, "loc": { "start": { "line": 207, "column": 40 }, "end": { "line": 207, "column": 47 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 9186, "end": 9940, "loc": { "start": { "line": 207, "column": 49 }, "end": { "line": 220, "column": 21 } }, "body": [ { "type": "VariableDeclaration", "start": 9212, "end": 9247, "loc": { "start": { "line": 208, "column": 24 }, "end": { "line": 208, "column": 59 } }, "declarations": [ { "type": "VariableDeclarator", "start": 9218, "end": 9246, "loc": { "start": { "line": 208, "column": 30 }, "end": { "line": 208, "column": 58 } }, "id": { "type": "Identifier", "start": 9218, "end": 9223, "loc": { "start": { "line": 208, "column": 30 }, "end": { "line": 208, "column": 35 }, "identifierName": "scene" }, "name": "scene" }, "init": { "type": "MemberExpression", "start": 9226, "end": 9246, "loc": { "start": { "line": 208, "column": 38 }, "end": { "line": 208, "column": 58 } }, "object": { "type": "MemberExpression", "start": 9226, "end": 9240, "loc": { "start": { "line": 208, "column": 38 }, "end": { "line": 208, "column": 52 } }, "object": { "type": "Identifier", "start": 9226, "end": 9233, "loc": { "start": { "line": 208, "column": 38 }, "end": { "line": 208, "column": 45 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 9234, "end": 9240, "loc": { "start": { "line": 208, "column": 46 }, "end": { "line": 208, "column": 52 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 9241, "end": 9246, "loc": { "start": { "line": 208, "column": 53 }, "end": { "line": 208, "column": 58 }, "identifierName": "scene" }, "name": "scene" }, "computed": false } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 9272, "end": 9319, "loc": { "start": { "line": 209, "column": 24 }, "end": { "line": 209, "column": 71 } }, "expression": { "type": "CallExpression", "start": 9272, "end": 9318, "loc": { "start": { "line": 209, "column": 24 }, "end": { "line": 209, "column": 70 } }, "callee": { "type": "MemberExpression", "start": 9272, "end": 9295, "loc": { "start": { "line": 209, "column": 24 }, "end": { "line": 209, "column": 47 } }, "object": { "type": "Identifier", "start": 9272, "end": 9277, "loc": { "start": { "line": 209, "column": 24 }, "end": { "line": 209, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 9278, "end": 9295, "loc": { "start": { "line": 209, "column": 30 }, "end": { "line": 209, "column": 47 }, "identifierName": "setObjectsVisible" }, "name": "setObjectsVisible" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 9296, "end": 9311, "loc": { "start": { "line": 209, "column": 48 }, "end": { "line": 209, "column": 63 } }, "object": { "type": "Identifier", "start": 9296, "end": 9301, "loc": { "start": { "line": 209, "column": 48 }, "end": { "line": 209, "column": 53 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 9302, "end": 9311, "loc": { "start": { "line": 209, "column": 54 }, "end": { "line": 209, "column": 63 }, "identifierName": "objectIds" }, "name": "objectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 9313, "end": 9317, "loc": { "start": { "line": 209, "column": 65 }, "end": { "line": 209, "column": 69 } }, "value": true } ] } }, { "type": "ExpressionStatement", "start": 9344, "end": 9398, "loc": { "start": { "line": 210, "column": 24 }, "end": { "line": 210, "column": 78 } }, "expression": { "type": "CallExpression", "start": 9344, "end": 9397, "loc": { "start": { "line": 210, "column": 24 }, "end": { "line": 210, "column": 77 } }, "callee": { "type": "MemberExpression", "start": 9344, "end": 9368, "loc": { "start": { "line": 210, "column": 24 }, "end": { "line": 210, "column": 48 } }, "object": { "type": "Identifier", "start": 9344, "end": 9349, "loc": { "start": { "line": 210, "column": 24 }, "end": { "line": 210, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 9350, "end": 9368, "loc": { "start": { "line": 210, "column": 30 }, "end": { "line": 210, "column": 48 }, "identifierName": "setObjectsPickable" }, "name": "setObjectsPickable" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 9369, "end": 9390, "loc": { "start": { "line": 210, "column": 49 }, "end": { "line": 210, "column": 70 } }, "object": { "type": "Identifier", "start": 9369, "end": 9374, "loc": { "start": { "line": 210, "column": 49 }, "end": { "line": 210, "column": 54 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 9375, "end": 9390, "loc": { "start": { "line": 210, "column": 55 }, "end": { "line": 210, "column": 70 }, "identifierName": "xrayedObjectIds" }, "name": "xrayedObjectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 9392, "end": 9396, "loc": { "start": { "line": 210, "column": 72 }, "end": { "line": 210, "column": 76 } }, "value": true } ] } }, { "type": "ExpressionStatement", "start": 9423, "end": 9476, "loc": { "start": { "line": 211, "column": 24 }, "end": { "line": 211, "column": 77 } }, "expression": { "type": "CallExpression", "start": 9423, "end": 9475, "loc": { "start": { "line": 211, "column": 24 }, "end": { "line": 211, "column": 76 } }, "callee": { "type": "MemberExpression", "start": 9423, "end": 9445, "loc": { "start": { "line": 211, "column": 24 }, "end": { "line": 211, "column": 46 } }, "object": { "type": "Identifier", "start": 9423, "end": 9428, "loc": { "start": { "line": 211, "column": 24 }, "end": { "line": 211, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 9429, "end": 9445, "loc": { "start": { "line": 211, "column": 30 }, "end": { "line": 211, "column": 46 }, "identifierName": "setObjectsXRayed" }, "name": "setObjectsXRayed" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 9446, "end": 9467, "loc": { "start": { "line": 211, "column": 47 }, "end": { "line": 211, "column": 68 } }, "object": { "type": "Identifier", "start": 9446, "end": 9451, "loc": { "start": { "line": 211, "column": 47 }, "end": { "line": 211, "column": 52 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 9452, "end": 9467, "loc": { "start": { "line": 211, "column": 53 }, "end": { "line": 211, "column": 68 }, "identifierName": "xrayedObjectIds" }, "name": "xrayedObjectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 9469, "end": 9474, "loc": { "start": { "line": 211, "column": 70 }, "end": { "line": 211, "column": 75 } }, "value": false } ] } }, { "type": "ExpressionStatement", "start": 9501, "end": 9918, "loc": { "start": { "line": 212, "column": 24 }, "end": { "line": 219, "column": 27 } }, "expression": { "type": "CallExpression", "start": 9501, "end": 9917, "loc": { "start": { "line": 212, "column": 24 }, "end": { "line": 219, "column": 26 } }, "callee": { "type": "MemberExpression", "start": 9501, "end": 9536, "loc": { "start": { "line": 212, "column": 24 }, "end": { "line": 212, "column": 59 } }, "object": { "type": "MemberExpression", "start": 9501, "end": 9523, "loc": { "start": { "line": 212, "column": 24 }, "end": { "line": 212, "column": 46 } }, "object": { "type": "Identifier", "start": 9501, "end": 9508, "loc": { "start": { "line": 212, "column": 24 }, "end": { "line": 212, "column": 31 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 9509, "end": 9523, "loc": { "start": { "line": 212, "column": 32 }, "end": { "line": 212, "column": 46 }, "identifierName": "treeViewPlugin" }, "name": "treeViewPlugin" }, "computed": false }, "property": { "type": "Identifier", "start": 9524, "end": 9536, "loc": { "start": { "line": 212, "column": 47 }, "end": { "line": 212, "column": 59 }, "identifierName": "withNodeTree" }, "name": "withNodeTree" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 9537, "end": 9557, "loc": { "start": { "line": 212, "column": 60 }, "end": { "line": 212, "column": 80 } }, "object": { "type": "Identifier", "start": 9537, "end": 9544, "loc": { "start": { "line": 212, "column": 60 }, "end": { "line": 212, "column": 67 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 9545, "end": 9557, "loc": { "start": { "line": 212, "column": 68 }, "end": { "line": 212, "column": 80 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "computed": false }, { "type": "ArrowFunctionExpression", "start": 9559, "end": 9916, "loc": { "start": { "line": 212, "column": 82 }, "end": { "line": 219, "column": 25 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 9560, "end": 9572, "loc": { "start": { "line": 212, "column": 83 }, "end": { "line": 212, "column": 95 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" } ], "body": { "type": "BlockStatement", "start": 9577, "end": 9916, "loc": { "start": { "line": 212, "column": 100 }, "end": { "line": 219, "column": 25 } }, "body": [ { "type": "IfStatement", "start": 9607, "end": 9890, "loc": { "start": { "line": 213, "column": 28 }, "end": { "line": 218, "column": 29 } }, "test": { "type": "MemberExpression", "start": 9611, "end": 9632, "loc": { "start": { "line": 213, "column": 32 }, "end": { "line": 213, "column": 53 } }, "object": { "type": "Identifier", "start": 9611, "end": 9623, "loc": { "start": { "line": 213, "column": 32 }, "end": { "line": 213, "column": 44 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 9624, "end": 9632, "loc": { "start": { "line": 213, "column": 45 }, "end": { "line": 213, "column": 53 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "consequent": { "type": "BlockStatement", "start": 9634, "end": 9890, "loc": { "start": { "line": 213, "column": 55 }, "end": { "line": 218, "column": 29 } }, "body": [ { "type": "VariableDeclaration", "start": 9668, "end": 9720, "loc": { "start": { "line": 214, "column": 32 }, "end": { "line": 214, "column": 84 } }, "declarations": [ { "type": "VariableDeclarator", "start": 9674, "end": 9719, "loc": { "start": { "line": 214, "column": 38 }, "end": { "line": 214, "column": 83 } }, "id": { "type": "Identifier", "start": 9674, "end": 9680, "loc": { "start": { "line": 214, "column": 38 }, "end": { "line": 214, "column": 44 }, "identifierName": "entity" }, "name": "entity" }, "init": { "type": "MemberExpression", "start": 9683, "end": 9719, "loc": { "start": { "line": 214, "column": 47 }, "end": { "line": 214, "column": 83 } }, "object": { "type": "MemberExpression", "start": 9683, "end": 9696, "loc": { "start": { "line": 214, "column": 47 }, "end": { "line": 214, "column": 60 } }, "object": { "type": "Identifier", "start": 9683, "end": 9688, "loc": { "start": { "line": 214, "column": 47 }, "end": { "line": 214, "column": 52 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 9689, "end": 9696, "loc": { "start": { "line": 214, "column": 53 }, "end": { "line": 214, "column": 60 }, "identifierName": "objects" }, "name": "objects" }, "computed": false }, "property": { "type": "MemberExpression", "start": 9697, "end": 9718, "loc": { "start": { "line": 214, "column": 61 }, "end": { "line": 214, "column": 82 } }, "object": { "type": "Identifier", "start": 9697, "end": 9709, "loc": { "start": { "line": 214, "column": 61 }, "end": { "line": 214, "column": 73 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 9710, "end": 9718, "loc": { "start": { "line": 214, "column": 74 }, "end": { "line": 214, "column": 82 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "computed": true } } ], "kind": "const" }, { "type": "IfStatement", "start": 9753, "end": 9860, "loc": { "start": { "line": 215, "column": 32 }, "end": { "line": 217, "column": 33 } }, "test": { "type": "Identifier", "start": 9757, "end": 9763, "loc": { "start": { "line": 215, "column": 36 }, "end": { "line": 215, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "consequent": { "type": "BlockStatement", "start": 9765, "end": 9860, "loc": { "start": { "line": 215, "column": 44 }, "end": { "line": 217, "column": 33 } }, "body": [ { "type": "ExpressionStatement", "start": 9803, "end": 9826, "loc": { "start": { "line": 216, "column": 36 }, "end": { "line": 216, "column": 59 } }, "expression": { "type": "AssignmentExpression", "start": 9803, "end": 9825, "loc": { "start": { "line": 216, "column": 36 }, "end": { "line": 216, "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 9803, "end": 9817, "loc": { "start": { "line": 216, "column": 36 }, "end": { "line": 216, "column": 50 } }, "object": { "type": "Identifier", "start": 9803, "end": 9809, "loc": { "start": { "line": 216, "column": 36 }, "end": { "line": 216, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 9810, "end": 9817, "loc": { "start": { "line": 216, "column": 43 }, "end": { "line": 216, "column": 50 }, "identifierName": "visible" }, "name": "visible" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 9820, "end": 9825, "loc": { "start": { "line": 216, "column": 53 }, "end": { "line": 216, "column": 58 } }, "value": false } } } ], "directives": [] }, "alternate": null } ], "directives": [] }, "alternate": null } ], "directives": [] } } ] } } ], "directives": [] } } } ] }, { "type": "ObjectExpression", "start": 9976, "end": 10803, "loc": { "start": { "line": 222, "column": 16 }, "end": { "line": 236, "column": 17 } }, "properties": [ { "type": "ObjectProperty", "start": 9998, "end": 10160, "loc": { "start": { "line": 223, "column": 20 }, "end": { "line": 225, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 9998, "end": 10006, "loc": { "start": { "line": 223, "column": 20 }, "end": { "line": 223, "column": 28 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 10008, "end": 10160, "loc": { "start": { "line": 223, "column": 30 }, "end": { "line": 225, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 10009, "end": 10016, "loc": { "start": { "line": 223, "column": 31 }, "end": { "line": 223, "column": 38 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 10021, "end": 10160, "loc": { "start": { "line": 223, "column": 43 }, "end": { "line": 225, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 10047, "end": 10138, "loc": { "start": { "line": 224, "column": 24 }, "end": { "line": 224, "column": 115 } }, "argument": { "type": "LogicalExpression", "start": 10054, "end": 10137, "loc": { "start": { "line": 224, "column": 31 }, "end": { "line": 224, "column": 114 } }, "left": { "type": "CallExpression", "start": 10054, "end": 10123, "loc": { "start": { "line": 224, "column": 31 }, "end": { "line": 224, "column": 100 } }, "callee": { "type": "MemberExpression", "start": 10054, "end": 10092, "loc": { "start": { "line": 224, "column": 31 }, "end": { "line": 224, "column": 69 } }, "object": { "type": "MemberExpression", "start": 10054, "end": 10082, "loc": { "start": { "line": 224, "column": 31 }, "end": { "line": 224, "column": 59 } }, "object": { "type": "MemberExpression", "start": 10054, "end": 10068, "loc": { "start": { "line": 224, "column": 31 }, "end": { "line": 224, "column": 45 } }, "object": { "type": "Identifier", "start": 10054, "end": 10061, "loc": { "start": { "line": 224, "column": 31 }, "end": { "line": 224, "column": 38 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 10062, "end": 10068, "loc": { "start": { "line": 224, "column": 39 }, "end": { "line": 224, "column": 45 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 10069, "end": 10082, "loc": { "start": { "line": 224, "column": 46 }, "end": { "line": 224, "column": 59 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 10083, "end": 10092, "loc": { "start": { "line": 224, "column": 60 }, "end": { "line": 224, "column": 69 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 10093, "end": 10122, "loc": { "start": { "line": 224, "column": 70 }, "end": { "line": 224, "column": 99 } }, "extra": { "rawValue": "treeViewContextMenu.showAll", "raw": "\"treeViewContextMenu.showAll\"" }, "value": "treeViewContextMenu.showAll" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 10127, "end": 10137, "loc": { "start": { "line": 224, "column": 104 }, "end": { "line": 224, "column": 114 } }, "extra": { "rawValue": "Show All", "raw": "\"Show All\"" }, "value": "Show All" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 10182, "end": 10422, "loc": { "start": { "line": 226, "column": 20 }, "end": { "line": 229, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 10182, "end": 10192, "loc": { "start": { "line": 226, "column": 20 }, "end": { "line": 226, "column": 30 }, "identifierName": "getEnabled" }, "name": "getEnabled" }, "value": { "type": "FunctionExpression", "start": 10194, "end": 10422, "loc": { "start": { "line": 226, "column": 32 }, "end": { "line": 229, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 10204, "end": 10211, "loc": { "start": { "line": 226, "column": 42 }, "end": { "line": 226, "column": 49 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 10213, "end": 10422, "loc": { "start": { "line": 226, "column": 51 }, "end": { "line": 229, "column": 21 } }, "body": [ { "type": "VariableDeclaration", "start": 10239, "end": 10274, "loc": { "start": { "line": 227, "column": 24 }, "end": { "line": 227, "column": 59 } }, "declarations": [ { "type": "VariableDeclarator", "start": 10245, "end": 10273, "loc": { "start": { "line": 227, "column": 30 }, "end": { "line": 227, "column": 58 } }, "id": { "type": "Identifier", "start": 10245, "end": 10250, "loc": { "start": { "line": 227, "column": 30 }, "end": { "line": 227, "column": 35 }, "identifierName": "scene" }, "name": "scene" }, "init": { "type": "MemberExpression", "start": 10253, "end": 10273, "loc": { "start": { "line": 227, "column": 38 }, "end": { "line": 227, "column": 58 } }, "object": { "type": "MemberExpression", "start": 10253, "end": 10267, "loc": { "start": { "line": 227, "column": 38 }, "end": { "line": 227, "column": 52 } }, "object": { "type": "Identifier", "start": 10253, "end": 10260, "loc": { "start": { "line": 227, "column": 38 }, "end": { "line": 227, "column": 45 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 10261, "end": 10267, "loc": { "start": { "line": 227, "column": 46 }, "end": { "line": 227, "column": 52 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 10268, "end": 10273, "loc": { "start": { "line": 227, "column": 53 }, "end": { "line": 227, "column": 58 }, "identifierName": "scene" }, "name": "scene" }, "computed": false } } ], "kind": "const" }, { "type": "ReturnStatement", "start": 10299, "end": 10400, "loc": { "start": { "line": 228, "column": 24 }, "end": { "line": 228, "column": 125 } }, "argument": { "type": "LogicalExpression", "start": 10307, "end": 10398, "loc": { "start": { "line": 228, "column": 32 }, "end": { "line": 228, "column": 123 } }, "left": { "type": "BinaryExpression", "start": 10308, "end": 10350, "loc": { "start": { "line": 228, "column": 33 }, "end": { "line": 228, "column": 75 } }, "left": { "type": "MemberExpression", "start": 10308, "end": 10331, "loc": { "start": { "line": 228, "column": 33 }, "end": { "line": 228, "column": 56 } }, "object": { "type": "Identifier", "start": 10308, "end": 10313, "loc": { "start": { "line": 228, "column": 33 }, "end": { "line": 228, "column": 38 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 10314, "end": 10331, "loc": { "start": { "line": 228, "column": 39 }, "end": { "line": 228, "column": 56 }, "identifierName": "numVisibleObjects" }, "name": "numVisibleObjects" }, "computed": false }, "operator": "<", "right": { "type": "MemberExpression", "start": 10334, "end": 10350, "loc": { "start": { "line": 228, "column": 59 }, "end": { "line": 228, "column": 75 } }, "object": { "type": "Identifier", "start": 10334, "end": 10339, "loc": { "start": { "line": 228, "column": 59 }, "end": { "line": 228, "column": 64 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 10340, "end": 10350, "loc": { "start": { "line": 228, "column": 65 }, "end": { "line": 228, "column": 75 }, "identifierName": "numObjects" }, "name": "numObjects" }, "computed": false }, "extra": { "parenthesized": true, "parenStart": 10307 } }, "operator": "||", "right": { "type": "BinaryExpression", "start": 10356, "end": 10397, "loc": { "start": { "line": 228, "column": 81 }, "end": { "line": 228, "column": 122 } }, "left": { "type": "MemberExpression", "start": 10356, "end": 10393, "loc": { "start": { "line": 228, "column": 81 }, "end": { "line": 228, "column": 118 } }, "object": { "type": "MemberExpression", "start": 10356, "end": 10376, "loc": { "start": { "line": 228, "column": 81 }, "end": { "line": 228, "column": 101 } }, "object": { "type": "MemberExpression", "start": 10356, "end": 10370, "loc": { "start": { "line": 228, "column": 81 }, "end": { "line": 228, "column": 95 } }, "object": { "type": "Identifier", "start": 10356, "end": 10363, "loc": { "start": { "line": 228, "column": 81 }, "end": { "line": 228, "column": 88 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 10364, "end": 10370, "loc": { "start": { "line": 228, "column": 89 }, "end": { "line": 228, "column": 95 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 10371, "end": 10376, "loc": { "start": { "line": 228, "column": 96 }, "end": { "line": 228, "column": 101 }, "identifierName": "scene" }, "name": "scene" }, "computed": false }, "property": { "type": "Identifier", "start": 10377, "end": 10393, "loc": { "start": { "line": 228, "column": 102 }, "end": { "line": 228, "column": 118 }, "identifierName": "numXRayedObjects" }, "name": "numXRayedObjects" }, "computed": false }, "operator": ">", "right": { "type": "NumericLiteral", "start": 10396, "end": 10397, "loc": { "start": { "line": 228, "column": 121 }, "end": { "line": 228, "column": 122 } }, "extra": { "rawValue": 0, "raw": "0" }, "value": 0 }, "extra": { "parenthesized": true, "parenStart": 10355 } }, "extra": { "parenthesized": true, "parenStart": 10306 } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 10444, "end": 10785, "loc": { "start": { "line": 230, "column": 20 }, "end": { "line": 235, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 10444, "end": 10452, "loc": { "start": { "line": 230, "column": 20 }, "end": { "line": 230, "column": 28 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 10454, "end": 10785, "loc": { "start": { "line": 230, "column": 30 }, "end": { "line": 235, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 10464, "end": 10471, "loc": { "start": { "line": 230, "column": 40 }, "end": { "line": 230, "column": 47 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 10473, "end": 10785, "loc": { "start": { "line": 230, "column": 49 }, "end": { "line": 235, "column": 21 } }, "body": [ { "type": "VariableDeclaration", "start": 10499, "end": 10534, "loc": { "start": { "line": 231, "column": 24 }, "end": { "line": 231, "column": 59 } }, "declarations": [ { "type": "VariableDeclarator", "start": 10505, "end": 10533, "loc": { "start": { "line": 231, "column": 30 }, "end": { "line": 231, "column": 58 } }, "id": { "type": "Identifier", "start": 10505, "end": 10510, "loc": { "start": { "line": 231, "column": 30 }, "end": { "line": 231, "column": 35 }, "identifierName": "scene" }, "name": "scene" }, "init": { "type": "MemberExpression", "start": 10513, "end": 10533, "loc": { "start": { "line": 231, "column": 38 }, "end": { "line": 231, "column": 58 } }, "object": { "type": "MemberExpression", "start": 10513, "end": 10527, "loc": { "start": { "line": 231, "column": 38 }, "end": { "line": 231, "column": 52 } }, "object": { "type": "Identifier", "start": 10513, "end": 10520, "loc": { "start": { "line": 231, "column": 38 }, "end": { "line": 231, "column": 45 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 10521, "end": 10527, "loc": { "start": { "line": 231, "column": 46 }, "end": { "line": 231, "column": 52 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 10528, "end": 10533, "loc": { "start": { "line": 231, "column": 53 }, "end": { "line": 231, "column": 58 }, "identifierName": "scene" }, "name": "scene" }, "computed": false } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 10559, "end": 10606, "loc": { "start": { "line": 232, "column": 24 }, "end": { "line": 232, "column": 71 } }, "expression": { "type": "CallExpression", "start": 10559, "end": 10605, "loc": { "start": { "line": 232, "column": 24 }, "end": { "line": 232, "column": 70 } }, "callee": { "type": "MemberExpression", "start": 10559, "end": 10582, "loc": { "start": { "line": 232, "column": 24 }, "end": { "line": 232, "column": 47 } }, "object": { "type": "Identifier", "start": 10559, "end": 10564, "loc": { "start": { "line": 232, "column": 24 }, "end": { "line": 232, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 10565, "end": 10582, "loc": { "start": { "line": 232, "column": 30 }, "end": { "line": 232, "column": 47 }, "identifierName": "setObjectsVisible" }, "name": "setObjectsVisible" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 10583, "end": 10598, "loc": { "start": { "line": 232, "column": 48 }, "end": { "line": 232, "column": 63 } }, "object": { "type": "Identifier", "start": 10583, "end": 10588, "loc": { "start": { "line": 232, "column": 48 }, "end": { "line": 232, "column": 53 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 10589, "end": 10598, "loc": { "start": { "line": 232, "column": 54 }, "end": { "line": 232, "column": 63 }, "identifierName": "objectIds" }, "name": "objectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 10600, "end": 10604, "loc": { "start": { "line": 232, "column": 65 }, "end": { "line": 232, "column": 69 } }, "value": true } ] } }, { "type": "ExpressionStatement", "start": 10631, "end": 10685, "loc": { "start": { "line": 233, "column": 24 }, "end": { "line": 233, "column": 78 } }, "expression": { "type": "CallExpression", "start": 10631, "end": 10684, "loc": { "start": { "line": 233, "column": 24 }, "end": { "line": 233, "column": 77 } }, "callee": { "type": "MemberExpression", "start": 10631, "end": 10655, "loc": { "start": { "line": 233, "column": 24 }, "end": { "line": 233, "column": 48 } }, "object": { "type": "Identifier", "start": 10631, "end": 10636, "loc": { "start": { "line": 233, "column": 24 }, "end": { "line": 233, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 10637, "end": 10655, "loc": { "start": { "line": 233, "column": 30 }, "end": { "line": 233, "column": 48 }, "identifierName": "setObjectsPickable" }, "name": "setObjectsPickable" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 10656, "end": 10677, "loc": { "start": { "line": 233, "column": 49 }, "end": { "line": 233, "column": 70 } }, "object": { "type": "Identifier", "start": 10656, "end": 10661, "loc": { "start": { "line": 233, "column": 49 }, "end": { "line": 233, "column": 54 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 10662, "end": 10677, "loc": { "start": { "line": 233, "column": 55 }, "end": { "line": 233, "column": 70 }, "identifierName": "xrayedObjectIds" }, "name": "xrayedObjectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 10679, "end": 10683, "loc": { "start": { "line": 233, "column": 72 }, "end": { "line": 233, "column": 76 } }, "value": true } ] } }, { "type": "ExpressionStatement", "start": 10710, "end": 10763, "loc": { "start": { "line": 234, "column": 24 }, "end": { "line": 234, "column": 77 } }, "expression": { "type": "CallExpression", "start": 10710, "end": 10762, "loc": { "start": { "line": 234, "column": 24 }, "end": { "line": 234, "column": 76 } }, "callee": { "type": "MemberExpression", "start": 10710, "end": 10732, "loc": { "start": { "line": 234, "column": 24 }, "end": { "line": 234, "column": 46 } }, "object": { "type": "Identifier", "start": 10710, "end": 10715, "loc": { "start": { "line": 234, "column": 24 }, "end": { "line": 234, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 10716, "end": 10732, "loc": { "start": { "line": 234, "column": 30 }, "end": { "line": 234, "column": 46 }, "identifierName": "setObjectsXRayed" }, "name": "setObjectsXRayed" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 10733, "end": 10754, "loc": { "start": { "line": 234, "column": 47 }, "end": { "line": 234, "column": 68 } }, "object": { "type": "Identifier", "start": 10733, "end": 10738, "loc": { "start": { "line": 234, "column": 47 }, "end": { "line": 234, "column": 52 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 10739, "end": 10754, "loc": { "start": { "line": 234, "column": 53 }, "end": { "line": 234, "column": 68 }, "identifierName": "xrayedObjectIds" }, "name": "xrayedObjectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 10756, "end": 10761, "loc": { "start": { "line": 234, "column": 70 }, "end": { "line": 234, "column": 75 } }, "value": false } ] } } ], "directives": [] } } } ] } ] }, { "type": "ArrayExpression", "start": 10831, "end": 15266, "loc": { "start": { "line": 238, "column": 12 }, "end": { "line": 322, "column": 13 } }, "elements": [ { "type": "ObjectExpression", "start": 10849, "end": 11793, "loc": { "start": { "line": 239, "column": 16 }, "end": { "line": 256, "column": 17 } }, "properties": [ { "type": "ObjectProperty", "start": 10871, "end": 11027, "loc": { "start": { "line": 240, "column": 20 }, "end": { "line": 242, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 10871, "end": 10879, "loc": { "start": { "line": 240, "column": 20 }, "end": { "line": 240, "column": 28 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 10881, "end": 11027, "loc": { "start": { "line": 240, "column": 30 }, "end": { "line": 242, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 10882, "end": 10889, "loc": { "start": { "line": 240, "column": 31 }, "end": { "line": 240, "column": 38 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 10894, "end": 11027, "loc": { "start": { "line": 240, "column": 43 }, "end": { "line": 242, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 10920, "end": 11005, "loc": { "start": { "line": 241, "column": 24 }, "end": { "line": 241, "column": 109 } }, "argument": { "type": "LogicalExpression", "start": 10927, "end": 11004, "loc": { "start": { "line": 241, "column": 31 }, "end": { "line": 241, "column": 108 } }, "left": { "type": "CallExpression", "start": 10927, "end": 10993, "loc": { "start": { "line": 241, "column": 31 }, "end": { "line": 241, "column": 97 } }, "callee": { "type": "MemberExpression", "start": 10927, "end": 10965, "loc": { "start": { "line": 241, "column": 31 }, "end": { "line": 241, "column": 69 } }, "object": { "type": "MemberExpression", "start": 10927, "end": 10955, "loc": { "start": { "line": 241, "column": 31 }, "end": { "line": 241, "column": 59 } }, "object": { "type": "MemberExpression", "start": 10927, "end": 10941, "loc": { "start": { "line": 241, "column": 31 }, "end": { "line": 241, "column": 45 } }, "object": { "type": "Identifier", "start": 10927, "end": 10934, "loc": { "start": { "line": 241, "column": 31 }, "end": { "line": 241, "column": 38 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 10935, "end": 10941, "loc": { "start": { "line": 241, "column": 39 }, "end": { "line": 241, "column": 45 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 10942, "end": 10955, "loc": { "start": { "line": 241, "column": 46 }, "end": { "line": 241, "column": 59 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 10956, "end": 10965, "loc": { "start": { "line": 241, "column": 60 }, "end": { "line": 241, "column": 69 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 10966, "end": 10992, "loc": { "start": { "line": 241, "column": 70 }, "end": { "line": 241, "column": 96 } }, "extra": { "rawValue": "treeViewContextMenu.xray", "raw": "\"treeViewContextMenu.xray\"" }, "value": "treeViewContextMenu.xray" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 10997, "end": 11004, "loc": { "start": { "line": 241, "column": 101 }, "end": { "line": 241, "column": 108 } }, "extra": { "rawValue": "X-Ray", "raw": "\"X-Ray\"" }, "value": "X-Ray" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 11049, "end": 11775, "loc": { "start": { "line": 243, "column": 20 }, "end": { "line": 255, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 11049, "end": 11057, "loc": { "start": { "line": 243, "column": 20 }, "end": { "line": 243, "column": 28 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 11059, "end": 11775, "loc": { "start": { "line": 243, "column": 30 }, "end": { "line": 255, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 11069, "end": 11076, "loc": { "start": { "line": 243, "column": 40 }, "end": { "line": 243, "column": 47 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 11078, "end": 11775, "loc": { "start": { "line": 243, "column": 49 }, "end": { "line": 255, "column": 21 } }, "body": [ { "type": "ExpressionStatement", "start": 11104, "end": 11753, "loc": { "start": { "line": 244, "column": 24 }, "end": { "line": 254, "column": 27 } }, "expression": { "type": "CallExpression", "start": 11104, "end": 11752, "loc": { "start": { "line": 244, "column": 24 }, "end": { "line": 254, "column": 26 } }, "callee": { "type": "MemberExpression", "start": 11104, "end": 11139, "loc": { "start": { "line": 244, "column": 24 }, "end": { "line": 244, "column": 59 } }, "object": { "type": "MemberExpression", "start": 11104, "end": 11126, "loc": { "start": { "line": 244, "column": 24 }, "end": { "line": 244, "column": 46 } }, "object": { "type": "Identifier", "start": 11104, "end": 11111, "loc": { "start": { "line": 244, "column": 24 }, "end": { "line": 244, "column": 31 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 11112, "end": 11126, "loc": { "start": { "line": 244, "column": 32 }, "end": { "line": 244, "column": 46 }, "identifierName": "treeViewPlugin" }, "name": "treeViewPlugin" }, "computed": false }, "property": { "type": "Identifier", "start": 11127, "end": 11139, "loc": { "start": { "line": 244, "column": 47 }, "end": { "line": 244, "column": 59 }, "identifierName": "withNodeTree" }, "name": "withNodeTree" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 11140, "end": 11160, "loc": { "start": { "line": 244, "column": 60 }, "end": { "line": 244, "column": 80 } }, "object": { "type": "Identifier", "start": 11140, "end": 11147, "loc": { "start": { "line": 244, "column": 60 }, "end": { "line": 244, "column": 67 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 11148, "end": 11160, "loc": { "start": { "line": 244, "column": 68 }, "end": { "line": 244, "column": 80 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "computed": false }, { "type": "ArrowFunctionExpression", "start": 11162, "end": 11751, "loc": { "start": { "line": 244, "column": 82 }, "end": { "line": 254, "column": 25 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 11163, "end": 11175, "loc": { "start": { "line": 244, "column": 83 }, "end": { "line": 244, "column": 95 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" } ], "body": { "type": "BlockStatement", "start": 11180, "end": 11751, "loc": { "start": { "line": 244, "column": 100 }, "end": { "line": 254, "column": 25 } }, "body": [ { "type": "IfStatement", "start": 11210, "end": 11725, "loc": { "start": { "line": 245, "column": 28 }, "end": { "line": 253, "column": 29 } }, "test": { "type": "MemberExpression", "start": 11214, "end": 11235, "loc": { "start": { "line": 245, "column": 32 }, "end": { "line": 245, "column": 53 } }, "object": { "type": "Identifier", "start": 11214, "end": 11226, "loc": { "start": { "line": 245, "column": 32 }, "end": { "line": 245, "column": 44 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 11227, "end": 11235, "loc": { "start": { "line": 245, "column": 45 }, "end": { "line": 245, "column": 53 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "consequent": { "type": "BlockStatement", "start": 11237, "end": 11725, "loc": { "start": { "line": 245, "column": 55 }, "end": { "line": 253, "column": 29 } }, "body": [ { "type": "VariableDeclaration", "start": 11271, "end": 11338, "loc": { "start": { "line": 246, "column": 32 }, "end": { "line": 246, "column": 99 } }, "declarations": [ { "type": "VariableDeclarator", "start": 11277, "end": 11337, "loc": { "start": { "line": 246, "column": 38 }, "end": { "line": 246, "column": 98 } }, "id": { "type": "Identifier", "start": 11277, "end": 11283, "loc": { "start": { "line": 246, "column": 38 }, "end": { "line": 246, "column": 44 }, "identifierName": "entity" }, "name": "entity" }, "init": { "type": "MemberExpression", "start": 11286, "end": 11337, "loc": { "start": { "line": 246, "column": 47 }, "end": { "line": 246, "column": 98 } }, "object": { "type": "MemberExpression", "start": 11286, "end": 11314, "loc": { "start": { "line": 246, "column": 47 }, "end": { "line": 246, "column": 75 } }, "object": { "type": "MemberExpression", "start": 11286, "end": 11306, "loc": { "start": { "line": 246, "column": 47 }, "end": { "line": 246, "column": 67 } }, "object": { "type": "MemberExpression", "start": 11286, "end": 11300, "loc": { "start": { "line": 246, "column": 47 }, "end": { "line": 246, "column": 61 } }, "object": { "type": "Identifier", "start": 11286, "end": 11293, "loc": { "start": { "line": 246, "column": 47 }, "end": { "line": 246, "column": 54 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 11294, "end": 11300, "loc": { "start": { "line": 246, "column": 55 }, "end": { "line": 246, "column": 61 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 11301, "end": 11306, "loc": { "start": { "line": 246, "column": 62 }, "end": { "line": 246, "column": 67 }, "identifierName": "scene" }, "name": "scene" }, "computed": false }, "property": { "type": "Identifier", "start": 11307, "end": 11314, "loc": { "start": { "line": 246, "column": 68 }, "end": { "line": 246, "column": 75 }, "identifierName": "objects" }, "name": "objects" }, "computed": false }, "property": { "type": "MemberExpression", "start": 11315, "end": 11336, "loc": { "start": { "line": 246, "column": 76 }, "end": { "line": 246, "column": 97 } }, "object": { "type": "Identifier", "start": 11315, "end": 11327, "loc": { "start": { "line": 246, "column": 76 }, "end": { "line": 246, "column": 88 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 11328, "end": 11336, "loc": { "start": { "line": 246, "column": 89 }, "end": { "line": 246, "column": 97 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "computed": true } } ], "kind": "const" }, { "type": "IfStatement", "start": 11371, "end": 11695, "loc": { "start": { "line": 247, "column": 32 }, "end": { "line": 252, "column": 33 } }, "test": { "type": "Identifier", "start": 11375, "end": 11381, "loc": { "start": { "line": 247, "column": 36 }, "end": { "line": 247, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "consequent": { "type": "BlockStatement", "start": 11383, "end": 11695, "loc": { "start": { "line": 247, "column": 44 }, "end": { "line": 252, "column": 33 } }, "body": [ { "type": "ExpressionStatement", "start": 11421, "end": 11445, "loc": { "start": { "line": 248, "column": 36 }, "end": { "line": 248, "column": 60 } }, "expression": { "type": "AssignmentExpression", "start": 11421, "end": 11444, "loc": { "start": { "line": 248, "column": 36 }, "end": { "line": 248, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 11421, "end": 11436, "loc": { "start": { "line": 248, "column": 36 }, "end": { "line": 248, "column": 51 } }, "object": { "type": "Identifier", "start": 11421, "end": 11427, "loc": { "start": { "line": 248, "column": 36 }, "end": { "line": 248, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 11428, "end": 11436, "loc": { "start": { "line": 248, "column": 43 }, "end": { "line": 248, "column": 51 }, "identifierName": "selected" }, "name": "selected" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 11439, "end": 11444, "loc": { "start": { "line": 248, "column": 54 }, "end": { "line": 248, "column": 59 } }, "value": false } } }, { "type": "ExpressionStatement", "start": 11482, "end": 11503, "loc": { "start": { "line": 249, "column": 36 }, "end": { "line": 249, "column": 57 } }, "expression": { "type": "AssignmentExpression", "start": 11482, "end": 11502, "loc": { "start": { "line": 249, "column": 36 }, "end": { "line": 249, "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 11482, "end": 11495, "loc": { "start": { "line": 249, "column": 36 }, "end": { "line": 249, "column": 49 } }, "object": { "type": "Identifier", "start": 11482, "end": 11488, "loc": { "start": { "line": 249, "column": 36 }, "end": { "line": 249, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 11489, "end": 11495, "loc": { "start": { "line": 249, "column": 43 }, "end": { "line": 249, "column": 49 }, "identifierName": "xrayed" }, "name": "xrayed" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 11498, "end": 11502, "loc": { "start": { "line": 249, "column": 52 }, "end": { "line": 249, "column": 56 } }, "value": true } } }, { "type": "ExpressionStatement", "start": 11540, "end": 11562, "loc": { "start": { "line": 250, "column": 36 }, "end": { "line": 250, "column": 58 } }, "expression": { "type": "AssignmentExpression", "start": 11540, "end": 11561, "loc": { "start": { "line": 250, "column": 36 }, "end": { "line": 250, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 11540, "end": 11554, "loc": { "start": { "line": 250, "column": 36 }, "end": { "line": 250, "column": 50 } }, "object": { "type": "Identifier", "start": 11540, "end": 11546, "loc": { "start": { "line": 250, "column": 36 }, "end": { "line": 250, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 11547, "end": 11554, "loc": { "start": { "line": 250, "column": 43 }, "end": { "line": 250, "column": 50 }, "identifierName": "visible" }, "name": "visible" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 11557, "end": 11561, "loc": { "start": { "line": 250, "column": 53 }, "end": { "line": 250, "column": 57 } }, "value": true } } }, { "type": "ExpressionStatement", "start": 11599, "end": 11661, "loc": { "start": { "line": 251, "column": 36 }, "end": { "line": 251, "column": 98 } }, "expression": { "type": "AssignmentExpression", "start": 11599, "end": 11660, "loc": { "start": { "line": 251, "column": 36 }, "end": { "line": 251, "column": 97 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 11599, "end": 11614, "loc": { "start": { "line": 251, "column": 36 }, "end": { "line": 251, "column": 51 } }, "object": { "type": "Identifier", "start": 11599, "end": 11605, "loc": { "start": { "line": 251, "column": 36 }, "end": { "line": 251, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 11606, "end": 11614, "loc": { "start": { "line": 251, "column": 43 }, "end": { "line": 251, "column": 51 }, "identifierName": "pickable" }, "name": "pickable" }, "computed": false }, "right": { "type": "CallExpression", "start": 11617, "end": 11660, "loc": { "start": { "line": 251, "column": 54 }, "end": { "line": 251, "column": 97 } }, "callee": { "type": "MemberExpression", "start": 11617, "end": 11644, "loc": { "start": { "line": 251, "column": 54 }, "end": { "line": 251, "column": 81 } }, "object": { "type": "MemberExpression", "start": 11617, "end": 11634, "loc": { "start": { "line": 251, "column": 54 }, "end": { "line": 251, "column": 71 } }, "object": { "type": "Identifier", "start": 11617, "end": 11624, "loc": { "start": { "line": 251, "column": 54 }, "end": { "line": 251, "column": 61 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 11625, "end": 11634, "loc": { "start": { "line": 251, "column": 62 }, "end": { "line": 251, "column": 71 }, "identifierName": "bimViewer" }, "name": "bimViewer" }, "computed": false }, "property": { "type": "Identifier", "start": 11635, "end": 11644, "loc": { "start": { "line": 251, "column": 72 }, "end": { "line": 251, "column": 81 }, "identifierName": "getConfig" }, "name": "getConfig" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 11645, "end": 11659, "loc": { "start": { "line": 251, "column": 82 }, "end": { "line": 251, "column": 96 } }, "extra": { "rawValue": "xrayPickable", "raw": "\"xrayPickable\"" }, "value": "xrayPickable" } ] } } } ], "directives": [] }, "alternate": null } ], "directives": [] }, "alternate": null } ], "directives": [] } } ] } } ], "directives": [] } } } ] }, { "type": "ObjectExpression", "start": 11811, "end": 12606, "loc": { "start": { "line": 257, "column": 16 }, "end": { "line": 272, "column": 17 } }, "properties": [ { "type": "ObjectProperty", "start": 11833, "end": 11998, "loc": { "start": { "line": 258, "column": 20 }, "end": { "line": 260, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 11833, "end": 11841, "loc": { "start": { "line": 258, "column": 20 }, "end": { "line": 258, "column": 28 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 11843, "end": 11998, "loc": { "start": { "line": 258, "column": 30 }, "end": { "line": 260, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 11844, "end": 11851, "loc": { "start": { "line": 258, "column": 31 }, "end": { "line": 258, "column": 38 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 11856, "end": 11998, "loc": { "start": { "line": 258, "column": 43 }, "end": { "line": 260, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 11882, "end": 11976, "loc": { "start": { "line": 259, "column": 24 }, "end": { "line": 259, "column": 118 } }, "argument": { "type": "LogicalExpression", "start": 11889, "end": 11975, "loc": { "start": { "line": 259, "column": 31 }, "end": { "line": 259, "column": 117 } }, "left": { "type": "CallExpression", "start": 11889, "end": 11959, "loc": { "start": { "line": 259, "column": 31 }, "end": { "line": 259, "column": 101 } }, "callee": { "type": "MemberExpression", "start": 11889, "end": 11927, "loc": { "start": { "line": 259, "column": 31 }, "end": { "line": 259, "column": 69 } }, "object": { "type": "MemberExpression", "start": 11889, "end": 11917, "loc": { "start": { "line": 259, "column": 31 }, "end": { "line": 259, "column": 59 } }, "object": { "type": "MemberExpression", "start": 11889, "end": 11903, "loc": { "start": { "line": 259, "column": 31 }, "end": { "line": 259, "column": 45 } }, "object": { "type": "Identifier", "start": 11889, "end": 11896, "loc": { "start": { "line": 259, "column": 31 }, "end": { "line": 259, "column": 38 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 11897, "end": 11903, "loc": { "start": { "line": 259, "column": 39 }, "end": { "line": 259, "column": 45 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 11904, "end": 11917, "loc": { "start": { "line": 259, "column": 46 }, "end": { "line": 259, "column": 59 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 11918, "end": 11927, "loc": { "start": { "line": 259, "column": 60 }, "end": { "line": 259, "column": 69 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 11928, "end": 11958, "loc": { "start": { "line": 259, "column": 70 }, "end": { "line": 259, "column": 100 } }, "extra": { "rawValue": "treeViewContextMenu.undoXray", "raw": "\"treeViewContextMenu.undoXray\"" }, "value": "treeViewContextMenu.undoXray" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 11963, "end": 11975, "loc": { "start": { "line": 259, "column": 105 }, "end": { "line": 259, "column": 117 } }, "extra": { "rawValue": "Undo X-Ray", "raw": "\"Undo X-Ray\"" }, "value": "Undo X-Ray" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 12020, "end": 12588, "loc": { "start": { "line": 261, "column": 20 }, "end": { "line": 271, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 12020, "end": 12028, "loc": { "start": { "line": 261, "column": 20 }, "end": { "line": 261, "column": 28 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 12030, "end": 12588, "loc": { "start": { "line": 261, "column": 30 }, "end": { "line": 271, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 12040, "end": 12047, "loc": { "start": { "line": 261, "column": 40 }, "end": { "line": 261, "column": 47 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 12049, "end": 12588, "loc": { "start": { "line": 261, "column": 49 }, "end": { "line": 271, "column": 21 } }, "body": [ { "type": "ExpressionStatement", "start": 12075, "end": 12566, "loc": { "start": { "line": 262, "column": 24 }, "end": { "line": 270, "column": 27 } }, "expression": { "type": "CallExpression", "start": 12075, "end": 12565, "loc": { "start": { "line": 262, "column": 24 }, "end": { "line": 270, "column": 26 } }, "callee": { "type": "MemberExpression", "start": 12075, "end": 12110, "loc": { "start": { "line": 262, "column": 24 }, "end": { "line": 262, "column": 59 } }, "object": { "type": "MemberExpression", "start": 12075, "end": 12097, "loc": { "start": { "line": 262, "column": 24 }, "end": { "line": 262, "column": 46 } }, "object": { "type": "Identifier", "start": 12075, "end": 12082, "loc": { "start": { "line": 262, "column": 24 }, "end": { "line": 262, "column": 31 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 12083, "end": 12097, "loc": { "start": { "line": 262, "column": 32 }, "end": { "line": 262, "column": 46 }, "identifierName": "treeViewPlugin" }, "name": "treeViewPlugin" }, "computed": false }, "property": { "type": "Identifier", "start": 12098, "end": 12110, "loc": { "start": { "line": 262, "column": 47 }, "end": { "line": 262, "column": 59 }, "identifierName": "withNodeTree" }, "name": "withNodeTree" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 12111, "end": 12131, "loc": { "start": { "line": 262, "column": 60 }, "end": { "line": 262, "column": 80 } }, "object": { "type": "Identifier", "start": 12111, "end": 12118, "loc": { "start": { "line": 262, "column": 60 }, "end": { "line": 262, "column": 67 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 12119, "end": 12131, "loc": { "start": { "line": 262, "column": 68 }, "end": { "line": 262, "column": 80 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "computed": false }, { "type": "ArrowFunctionExpression", "start": 12133, "end": 12564, "loc": { "start": { "line": 262, "column": 82 }, "end": { "line": 270, "column": 25 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 12134, "end": 12146, "loc": { "start": { "line": 262, "column": 83 }, "end": { "line": 262, "column": 95 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" } ], "body": { "type": "BlockStatement", "start": 12151, "end": 12564, "loc": { "start": { "line": 262, "column": 100 }, "end": { "line": 270, "column": 25 } }, "body": [ { "type": "IfStatement", "start": 12181, "end": 12538, "loc": { "start": { "line": 263, "column": 28 }, "end": { "line": 269, "column": 29 } }, "test": { "type": "MemberExpression", "start": 12185, "end": 12206, "loc": { "start": { "line": 263, "column": 32 }, "end": { "line": 263, "column": 53 } }, "object": { "type": "Identifier", "start": 12185, "end": 12197, "loc": { "start": { "line": 263, "column": 32 }, "end": { "line": 263, "column": 44 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 12198, "end": 12206, "loc": { "start": { "line": 263, "column": 45 }, "end": { "line": 263, "column": 53 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "consequent": { "type": "BlockStatement", "start": 12208, "end": 12538, "loc": { "start": { "line": 263, "column": 55 }, "end": { "line": 269, "column": 29 } }, "body": [ { "type": "VariableDeclaration", "start": 12242, "end": 12309, "loc": { "start": { "line": 264, "column": 32 }, "end": { "line": 264, "column": 99 } }, "declarations": [ { "type": "VariableDeclarator", "start": 12248, "end": 12308, "loc": { "start": { "line": 264, "column": 38 }, "end": { "line": 264, "column": 98 } }, "id": { "type": "Identifier", "start": 12248, "end": 12254, "loc": { "start": { "line": 264, "column": 38 }, "end": { "line": 264, "column": 44 }, "identifierName": "entity" }, "name": "entity" }, "init": { "type": "MemberExpression", "start": 12257, "end": 12308, "loc": { "start": { "line": 264, "column": 47 }, "end": { "line": 264, "column": 98 } }, "object": { "type": "MemberExpression", "start": 12257, "end": 12285, "loc": { "start": { "line": 264, "column": 47 }, "end": { "line": 264, "column": 75 } }, "object": { "type": "MemberExpression", "start": 12257, "end": 12277, "loc": { "start": { "line": 264, "column": 47 }, "end": { "line": 264, "column": 67 } }, "object": { "type": "MemberExpression", "start": 12257, "end": 12271, "loc": { "start": { "line": 264, "column": 47 }, "end": { "line": 264, "column": 61 } }, "object": { "type": "Identifier", "start": 12257, "end": 12264, "loc": { "start": { "line": 264, "column": 47 }, "end": { "line": 264, "column": 54 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 12265, "end": 12271, "loc": { "start": { "line": 264, "column": 55 }, "end": { "line": 264, "column": 61 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 12272, "end": 12277, "loc": { "start": { "line": 264, "column": 62 }, "end": { "line": 264, "column": 67 }, "identifierName": "scene" }, "name": "scene" }, "computed": false }, "property": { "type": "Identifier", "start": 12278, "end": 12285, "loc": { "start": { "line": 264, "column": 68 }, "end": { "line": 264, "column": 75 }, "identifierName": "objects" }, "name": "objects" }, "computed": false }, "property": { "type": "MemberExpression", "start": 12286, "end": 12307, "loc": { "start": { "line": 264, "column": 76 }, "end": { "line": 264, "column": 97 } }, "object": { "type": "Identifier", "start": 12286, "end": 12298, "loc": { "start": { "line": 264, "column": 76 }, "end": { "line": 264, "column": 88 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 12299, "end": 12307, "loc": { "start": { "line": 264, "column": 89 }, "end": { "line": 264, "column": 97 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "computed": true } } ], "kind": "const" }, { "type": "IfStatement", "start": 12342, "end": 12508, "loc": { "start": { "line": 265, "column": 32 }, "end": { "line": 268, "column": 33 } }, "test": { "type": "Identifier", "start": 12346, "end": 12352, "loc": { "start": { "line": 265, "column": 36 }, "end": { "line": 265, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "consequent": { "type": "BlockStatement", "start": 12354, "end": 12508, "loc": { "start": { "line": 265, "column": 44 }, "end": { "line": 268, "column": 33 } }, "body": [ { "type": "ExpressionStatement", "start": 12392, "end": 12414, "loc": { "start": { "line": 266, "column": 36 }, "end": { "line": 266, "column": 58 } }, "expression": { "type": "AssignmentExpression", "start": 12392, "end": 12413, "loc": { "start": { "line": 266, "column": 36 }, "end": { "line": 266, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 12392, "end": 12405, "loc": { "start": { "line": 266, "column": 36 }, "end": { "line": 266, "column": 49 } }, "object": { "type": "Identifier", "start": 12392, "end": 12398, "loc": { "start": { "line": 266, "column": 36 }, "end": { "line": 266, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 12399, "end": 12405, "loc": { "start": { "line": 266, "column": 43 }, "end": { "line": 266, "column": 49 }, "identifierName": "xrayed" }, "name": "xrayed" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 12408, "end": 12413, "loc": { "start": { "line": 266, "column": 52 }, "end": { "line": 266, "column": 57 } }, "value": false } } }, { "type": "ExpressionStatement", "start": 12451, "end": 12474, "loc": { "start": { "line": 267, "column": 36 }, "end": { "line": 267, "column": 59 } }, "expression": { "type": "AssignmentExpression", "start": 12451, "end": 12473, "loc": { "start": { "line": 267, "column": 36 }, "end": { "line": 267, "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 12451, "end": 12466, "loc": { "start": { "line": 267, "column": 36 }, "end": { "line": 267, "column": 51 } }, "object": { "type": "Identifier", "start": 12451, "end": 12457, "loc": { "start": { "line": 267, "column": 36 }, "end": { "line": 267, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 12458, "end": 12466, "loc": { "start": { "line": 267, "column": 43 }, "end": { "line": 267, "column": 51 }, "identifierName": "pickable" }, "name": "pickable" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 12469, "end": 12473, "loc": { "start": { "line": 267, "column": 54 }, "end": { "line": 267, "column": 58 } }, "value": true } } } ], "directives": [] }, "alternate": null } ], "directives": [] }, "alternate": null } ], "directives": [] } } ] } } ], "directives": [] } } } ] }, { "type": "ObjectExpression", "start": 12624, "end": 13873, "loc": { "start": { "line": 273, "column": 16 }, "end": { "line": 295, "column": 17 } }, "properties": [ { "type": "ObjectProperty", "start": 12646, "end": 12815, "loc": { "start": { "line": 274, "column": 20 }, "end": { "line": 276, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 12646, "end": 12654, "loc": { "start": { "line": 274, "column": 20 }, "end": { "line": 274, "column": 28 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 12656, "end": 12815, "loc": { "start": { "line": 274, "column": 30 }, "end": { "line": 276, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 12657, "end": 12664, "loc": { "start": { "line": 274, "column": 31 }, "end": { "line": 274, "column": 38 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 12669, "end": 12815, "loc": { "start": { "line": 274, "column": 43 }, "end": { "line": 276, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 12695, "end": 12793, "loc": { "start": { "line": 275, "column": 24 }, "end": { "line": 275, "column": 122 } }, "argument": { "type": "LogicalExpression", "start": 12702, "end": 12792, "loc": { "start": { "line": 275, "column": 31 }, "end": { "line": 275, "column": 121 } }, "left": { "type": "CallExpression", "start": 12702, "end": 12774, "loc": { "start": { "line": 275, "column": 31 }, "end": { "line": 275, "column": 103 } }, "callee": { "type": "MemberExpression", "start": 12702, "end": 12740, "loc": { "start": { "line": 275, "column": 31 }, "end": { "line": 275, "column": 69 } }, "object": { "type": "MemberExpression", "start": 12702, "end": 12730, "loc": { "start": { "line": 275, "column": 31 }, "end": { "line": 275, "column": 59 } }, "object": { "type": "MemberExpression", "start": 12702, "end": 12716, "loc": { "start": { "line": 275, "column": 31 }, "end": { "line": 275, "column": 45 } }, "object": { "type": "Identifier", "start": 12702, "end": 12709, "loc": { "start": { "line": 275, "column": 31 }, "end": { "line": 275, "column": 38 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 12710, "end": 12716, "loc": { "start": { "line": 275, "column": 39 }, "end": { "line": 275, "column": 45 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 12717, "end": 12730, "loc": { "start": { "line": 275, "column": 46 }, "end": { "line": 275, "column": 59 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 12731, "end": 12740, "loc": { "start": { "line": 275, "column": 60 }, "end": { "line": 275, "column": 69 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 12741, "end": 12773, "loc": { "start": { "line": 275, "column": 70 }, "end": { "line": 275, "column": 102 } }, "extra": { "rawValue": "treeViewContextMenu.xrayOthers", "raw": "\"treeViewContextMenu.xrayOthers\"" }, "value": "treeViewContextMenu.xrayOthers" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 12778, "end": 12792, "loc": { "start": { "line": 275, "column": 107 }, "end": { "line": 275, "column": 121 } }, "extra": { "rawValue": "X-Ray Others", "raw": "\"X-Ray Others\"" }, "value": "X-Ray Others" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 12837, "end": 13855, "loc": { "start": { "line": 277, "column": 20 }, "end": { "line": 294, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 12837, "end": 12845, "loc": { "start": { "line": 277, "column": 20 }, "end": { "line": 277, "column": 28 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 12847, "end": 13855, "loc": { "start": { "line": 277, "column": 30 }, "end": { "line": 294, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 12857, "end": 12864, "loc": { "start": { "line": 277, "column": 40 }, "end": { "line": 277, "column": 47 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 12866, "end": 13855, "loc": { "start": { "line": 277, "column": 49 }, "end": { "line": 294, "column": 21 } }, "body": [ { "type": "VariableDeclaration", "start": 12892, "end": 12927, "loc": { "start": { "line": 278, "column": 24 }, "end": { "line": 278, "column": 59 } }, "declarations": [ { "type": "VariableDeclarator", "start": 12898, "end": 12926, "loc": { "start": { "line": 278, "column": 30 }, "end": { "line": 278, "column": 58 } }, "id": { "type": "Identifier", "start": 12898, "end": 12903, "loc": { "start": { "line": 278, "column": 30 }, "end": { "line": 278, "column": 35 }, "identifierName": "scene" }, "name": "scene" }, "init": { "type": "MemberExpression", "start": 12906, "end": 12926, "loc": { "start": { "line": 278, "column": 38 }, "end": { "line": 278, "column": 58 } }, "object": { "type": "MemberExpression", "start": 12906, "end": 12920, "loc": { "start": { "line": 278, "column": 38 }, "end": { "line": 278, "column": 52 } }, "object": { "type": "Identifier", "start": 12906, "end": 12913, "loc": { "start": { "line": 278, "column": 38 }, "end": { "line": 278, "column": 45 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 12914, "end": 12920, "loc": { "start": { "line": 278, "column": 46 }, "end": { "line": 278, "column": 52 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 12921, "end": 12926, "loc": { "start": { "line": 278, "column": 53 }, "end": { "line": 278, "column": 58 }, "identifierName": "scene" }, "name": "scene" }, "computed": false } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 12952, "end": 12999, "loc": { "start": { "line": 279, "column": 24 }, "end": { "line": 279, "column": 71 } }, "expression": { "type": "CallExpression", "start": 12952, "end": 12998, "loc": { "start": { "line": 279, "column": 24 }, "end": { "line": 279, "column": 70 } }, "callee": { "type": "MemberExpression", "start": 12952, "end": 12975, "loc": { "start": { "line": 279, "column": 24 }, "end": { "line": 279, "column": 47 } }, "object": { "type": "Identifier", "start": 12952, "end": 12957, "loc": { "start": { "line": 279, "column": 24 }, "end": { "line": 279, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 12958, "end": 12975, "loc": { "start": { "line": 279, "column": 30 }, "end": { "line": 279, "column": 47 }, "identifierName": "setObjectsVisible" }, "name": "setObjectsVisible" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 12976, "end": 12991, "loc": { "start": { "line": 279, "column": 48 }, "end": { "line": 279, "column": 63 } }, "object": { "type": "Identifier", "start": 12976, "end": 12981, "loc": { "start": { "line": 279, "column": 48 }, "end": { "line": 279, "column": 53 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 12982, "end": 12991, "loc": { "start": { "line": 279, "column": 54 }, "end": { "line": 279, "column": 63 }, "identifierName": "objectIds" }, "name": "objectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 12993, "end": 12997, "loc": { "start": { "line": 279, "column": 65 }, "end": { "line": 279, "column": 69 } }, "value": true } ] } }, { "type": "IfStatement", "start": 13024, "end": 13179, "loc": { "start": { "line": 280, "column": 24 }, "end": { "line": 282, "column": 25 } }, "test": { "type": "UnaryExpression", "start": 13028, "end": 13072, "loc": { "start": { "line": 280, "column": 28 }, "end": { "line": 280, "column": 72 } }, "operator": "!", "prefix": true, "argument": { "type": "CallExpression", "start": 13029, "end": 13072, "loc": { "start": { "line": 280, "column": 29 }, "end": { "line": 280, "column": 72 } }, "callee": { "type": "MemberExpression", "start": 13029, "end": 13056, "loc": { "start": { "line": 280, "column": 29 }, "end": { "line": 280, "column": 56 } }, "object": { "type": "MemberExpression", "start": 13029, "end": 13046, "loc": { "start": { "line": 280, "column": 29 }, "end": { "line": 280, "column": 46 } }, "object": { "type": "Identifier", "start": 13029, "end": 13036, "loc": { "start": { "line": 280, "column": 29 }, "end": { "line": 280, "column": 36 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 13037, "end": 13046, "loc": { "start": { "line": 280, "column": 37 }, "end": { "line": 280, "column": 46 }, "identifierName": "bimViewer" }, "name": "bimViewer" }, "computed": false }, "property": { "type": "Identifier", "start": 13047, "end": 13056, "loc": { "start": { "line": 280, "column": 47 }, "end": { "line": 280, "column": 56 }, "identifierName": "getConfig" }, "name": "getConfig" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 13057, "end": 13071, "loc": { "start": { "line": 280, "column": 57 }, "end": { "line": 280, "column": 71 } }, "extra": { "rawValue": "xrayPickable", "raw": "\"xrayPickable\"" }, "value": "xrayPickable" } ] }, "extra": { "parenthesizedArgument": false } }, "consequent": { "type": "BlockStatement", "start": 13074, "end": 13179, "loc": { "start": { "line": 280, "column": 74 }, "end": { "line": 282, "column": 25 } }, "body": [ { "type": "ExpressionStatement", "start": 13104, "end": 13153, "loc": { "start": { "line": 281, "column": 28 }, "end": { "line": 281, "column": 77 } }, "expression": { "type": "CallExpression", "start": 13104, "end": 13152, "loc": { "start": { "line": 281, "column": 28 }, "end": { "line": 281, "column": 76 } }, "callee": { "type": "MemberExpression", "start": 13104, "end": 13128, "loc": { "start": { "line": 281, "column": 28 }, "end": { "line": 281, "column": 52 } }, "object": { "type": "Identifier", "start": 13104, "end": 13109, "loc": { "start": { "line": 281, "column": 28 }, "end": { "line": 281, "column": 33 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 13110, "end": 13128, "loc": { "start": { "line": 281, "column": 34 }, "end": { "line": 281, "column": 52 }, "identifierName": "setObjectsPickable" }, "name": "setObjectsPickable" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 13129, "end": 13144, "loc": { "start": { "line": 281, "column": 53 }, "end": { "line": 281, "column": 68 } }, "object": { "type": "Identifier", "start": 13129, "end": 13134, "loc": { "start": { "line": 281, "column": 53 }, "end": { "line": 281, "column": 58 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 13135, "end": 13144, "loc": { "start": { "line": 281, "column": 59 }, "end": { "line": 281, "column": 68 }, "identifierName": "objectIds" }, "name": "objectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 13146, "end": 13151, "loc": { "start": { "line": 281, "column": 70 }, "end": { "line": 281, "column": 75 } }, "value": false } ] } } ], "directives": [] }, "alternate": null }, { "type": "ExpressionStatement", "start": 13204, "end": 13250, "loc": { "start": { "line": 283, "column": 24 }, "end": { "line": 283, "column": 70 } }, "expression": { "type": "CallExpression", "start": 13204, "end": 13249, "loc": { "start": { "line": 283, "column": 24 }, "end": { "line": 283, "column": 69 } }, "callee": { "type": "MemberExpression", "start": 13204, "end": 13226, "loc": { "start": { "line": 283, "column": 24 }, "end": { "line": 283, "column": 46 } }, "object": { "type": "Identifier", "start": 13204, "end": 13209, "loc": { "start": { "line": 283, "column": 24 }, "end": { "line": 283, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 13210, "end": 13226, "loc": { "start": { "line": 283, "column": 30 }, "end": { "line": 283, "column": 46 }, "identifierName": "setObjectsXRayed" }, "name": "setObjectsXRayed" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 13227, "end": 13242, "loc": { "start": { "line": 283, "column": 47 }, "end": { "line": 283, "column": 62 } }, "object": { "type": "Identifier", "start": 13227, "end": 13232, "loc": { "start": { "line": 283, "column": 47 }, "end": { "line": 283, "column": 52 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 13233, "end": 13242, "loc": { "start": { "line": 283, "column": 53 }, "end": { "line": 283, "column": 62 }, "identifierName": "objectIds" }, "name": "objectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 13244, "end": 13248, "loc": { "start": { "line": 283, "column": 64 }, "end": { "line": 283, "column": 68 } }, "value": true } ] } }, { "type": "ExpressionStatement", "start": 13275, "end": 13332, "loc": { "start": { "line": 284, "column": 24 }, "end": { "line": 284, "column": 81 } }, "expression": { "type": "CallExpression", "start": 13275, "end": 13331, "loc": { "start": { "line": 284, "column": 24 }, "end": { "line": 284, "column": 80 } }, "callee": { "type": "MemberExpression", "start": 13275, "end": 13299, "loc": { "start": { "line": 284, "column": 24 }, "end": { "line": 284, "column": 48 } }, "object": { "type": "Identifier", "start": 13275, "end": 13280, "loc": { "start": { "line": 284, "column": 24 }, "end": { "line": 284, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 13281, "end": 13299, "loc": { "start": { "line": 284, "column": 30 }, "end": { "line": 284, "column": 48 }, "identifierName": "setObjectsSelected" }, "name": "setObjectsSelected" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 13300, "end": 13323, "loc": { "start": { "line": 284, "column": 49 }, "end": { "line": 284, "column": 72 } }, "object": { "type": "Identifier", "start": 13300, "end": 13305, "loc": { "start": { "line": 284, "column": 49 }, "end": { "line": 284, "column": 54 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 13306, "end": 13323, "loc": { "start": { "line": 284, "column": 55 }, "end": { "line": 284, "column": 72 }, "identifierName": "selectedObjectIds" }, "name": "selectedObjectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 13325, "end": 13330, "loc": { "start": { "line": 284, "column": 74 }, "end": { "line": 284, "column": 79 } }, "value": false } ] } }, { "type": "ExpressionStatement", "start": 13357, "end": 13833, "loc": { "start": { "line": 285, "column": 24 }, "end": { "line": 293, "column": 27 } }, "expression": { "type": "CallExpression", "start": 13357, "end": 13832, "loc": { "start": { "line": 285, "column": 24 }, "end": { "line": 293, "column": 26 } }, "callee": { "type": "MemberExpression", "start": 13357, "end": 13392, "loc": { "start": { "line": 285, "column": 24 }, "end": { "line": 285, "column": 59 } }, "object": { "type": "MemberExpression", "start": 13357, "end": 13379, "loc": { "start": { "line": 285, "column": 24 }, "end": { "line": 285, "column": 46 } }, "object": { "type": "Identifier", "start": 13357, "end": 13364, "loc": { "start": { "line": 285, "column": 24 }, "end": { "line": 285, "column": 31 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 13365, "end": 13379, "loc": { "start": { "line": 285, "column": 32 }, "end": { "line": 285, "column": 46 }, "identifierName": "treeViewPlugin" }, "name": "treeViewPlugin" }, "computed": false }, "property": { "type": "Identifier", "start": 13380, "end": 13392, "loc": { "start": { "line": 285, "column": 47 }, "end": { "line": 285, "column": 59 }, "identifierName": "withNodeTree" }, "name": "withNodeTree" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 13393, "end": 13413, "loc": { "start": { "line": 285, "column": 60 }, "end": { "line": 285, "column": 80 } }, "object": { "type": "Identifier", "start": 13393, "end": 13400, "loc": { "start": { "line": 285, "column": 60 }, "end": { "line": 285, "column": 67 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 13401, "end": 13413, "loc": { "start": { "line": 285, "column": 68 }, "end": { "line": 285, "column": 80 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "computed": false }, { "type": "ArrowFunctionExpression", "start": 13415, "end": 13831, "loc": { "start": { "line": 285, "column": 82 }, "end": { "line": 293, "column": 25 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 13416, "end": 13428, "loc": { "start": { "line": 285, "column": 83 }, "end": { "line": 285, "column": 95 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" } ], "body": { "type": "BlockStatement", "start": 13433, "end": 13831, "loc": { "start": { "line": 285, "column": 100 }, "end": { "line": 293, "column": 25 } }, "body": [ { "type": "IfStatement", "start": 13463, "end": 13805, "loc": { "start": { "line": 286, "column": 28 }, "end": { "line": 292, "column": 29 } }, "test": { "type": "MemberExpression", "start": 13467, "end": 13488, "loc": { "start": { "line": 286, "column": 32 }, "end": { "line": 286, "column": 53 } }, "object": { "type": "Identifier", "start": 13467, "end": 13479, "loc": { "start": { "line": 286, "column": 32 }, "end": { "line": 286, "column": 44 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 13480, "end": 13488, "loc": { "start": { "line": 286, "column": 45 }, "end": { "line": 286, "column": 53 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "consequent": { "type": "BlockStatement", "start": 13490, "end": 13805, "loc": { "start": { "line": 286, "column": 55 }, "end": { "line": 292, "column": 29 } }, "body": [ { "type": "VariableDeclaration", "start": 13524, "end": 13576, "loc": { "start": { "line": 287, "column": 32 }, "end": { "line": 287, "column": 84 } }, "declarations": [ { "type": "VariableDeclarator", "start": 13530, "end": 13575, "loc": { "start": { "line": 287, "column": 38 }, "end": { "line": 287, "column": 83 } }, "id": { "type": "Identifier", "start": 13530, "end": 13536, "loc": { "start": { "line": 287, "column": 38 }, "end": { "line": 287, "column": 44 }, "identifierName": "entity" }, "name": "entity" }, "init": { "type": "MemberExpression", "start": 13539, "end": 13575, "loc": { "start": { "line": 287, "column": 47 }, "end": { "line": 287, "column": 83 } }, "object": { "type": "MemberExpression", "start": 13539, "end": 13552, "loc": { "start": { "line": 287, "column": 47 }, "end": { "line": 287, "column": 60 } }, "object": { "type": "Identifier", "start": 13539, "end": 13544, "loc": { "start": { "line": 287, "column": 47 }, "end": { "line": 287, "column": 52 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 13545, "end": 13552, "loc": { "start": { "line": 287, "column": 53 }, "end": { "line": 287, "column": 60 }, "identifierName": "objects" }, "name": "objects" }, "computed": false }, "property": { "type": "MemberExpression", "start": 13553, "end": 13574, "loc": { "start": { "line": 287, "column": 61 }, "end": { "line": 287, "column": 82 } }, "object": { "type": "Identifier", "start": 13553, "end": 13565, "loc": { "start": { "line": 287, "column": 61 }, "end": { "line": 287, "column": 73 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 13566, "end": 13574, "loc": { "start": { "line": 287, "column": 74 }, "end": { "line": 287, "column": 82 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "computed": true } } ], "kind": "const" }, { "type": "IfStatement", "start": 13609, "end": 13775, "loc": { "start": { "line": 288, "column": 32 }, "end": { "line": 291, "column": 33 } }, "test": { "type": "Identifier", "start": 13613, "end": 13619, "loc": { "start": { "line": 288, "column": 36 }, "end": { "line": 288, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "consequent": { "type": "BlockStatement", "start": 13621, "end": 13775, "loc": { "start": { "line": 288, "column": 44 }, "end": { "line": 291, "column": 33 } }, "body": [ { "type": "ExpressionStatement", "start": 13659, "end": 13681, "loc": { "start": { "line": 289, "column": 36 }, "end": { "line": 289, "column": 58 } }, "expression": { "type": "AssignmentExpression", "start": 13659, "end": 13680, "loc": { "start": { "line": 289, "column": 36 }, "end": { "line": 289, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 13659, "end": 13672, "loc": { "start": { "line": 289, "column": 36 }, "end": { "line": 289, "column": 49 } }, "object": { "type": "Identifier", "start": 13659, "end": 13665, "loc": { "start": { "line": 289, "column": 36 }, "end": { "line": 289, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 13666, "end": 13672, "loc": { "start": { "line": 289, "column": 43 }, "end": { "line": 289, "column": 49 }, "identifierName": "xrayed" }, "name": "xrayed" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 13675, "end": 13680, "loc": { "start": { "line": 289, "column": 52 }, "end": { "line": 289, "column": 57 } }, "value": false } } }, { "type": "ExpressionStatement", "start": 13718, "end": 13741, "loc": { "start": { "line": 290, "column": 36 }, "end": { "line": 290, "column": 59 } }, "expression": { "type": "AssignmentExpression", "start": 13718, "end": 13740, "loc": { "start": { "line": 290, "column": 36 }, "end": { "line": 290, "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 13718, "end": 13733, "loc": { "start": { "line": 290, "column": 36 }, "end": { "line": 290, "column": 51 } }, "object": { "type": "Identifier", "start": 13718, "end": 13724, "loc": { "start": { "line": 290, "column": 36 }, "end": { "line": 290, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 13725, "end": 13733, "loc": { "start": { "line": 290, "column": 43 }, "end": { "line": 290, "column": 51 }, "identifierName": "pickable" }, "name": "pickable" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 13736, "end": 13740, "loc": { "start": { "line": 290, "column": 54 }, "end": { "line": 290, "column": 58 } }, "value": true } } } ], "directives": [] }, "alternate": null } ], "directives": [] }, "alternate": null } ], "directives": [] } } ] } } ], "directives": [] } } } ] }, { "type": "ObjectExpression", "start": 13891, "end": 14527, "loc": { "start": { "line": 296, "column": 16 }, "end": { "line": 307, "column": 17 } }, "properties": [ { "type": "ObjectProperty", "start": 13913, "end": 14076, "loc": { "start": { "line": 297, "column": 20 }, "end": { "line": 299, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 13913, "end": 13921, "loc": { "start": { "line": 297, "column": 20 }, "end": { "line": 297, "column": 28 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 13923, "end": 14076, "loc": { "start": { "line": 297, "column": 30 }, "end": { "line": 299, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 13924, "end": 13931, "loc": { "start": { "line": 297, "column": 31 }, "end": { "line": 297, "column": 38 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 13936, "end": 14076, "loc": { "start": { "line": 297, "column": 43 }, "end": { "line": 299, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 13962, "end": 14054, "loc": { "start": { "line": 298, "column": 24 }, "end": { "line": 298, "column": 116 } }, "argument": { "type": "LogicalExpression", "start": 13969, "end": 14053, "loc": { "start": { "line": 298, "column": 31 }, "end": { "line": 298, "column": 115 } }, "left": { "type": "CallExpression", "start": 13969, "end": 14038, "loc": { "start": { "line": 298, "column": 31 }, "end": { "line": 298, "column": 100 } }, "callee": { "type": "MemberExpression", "start": 13969, "end": 14007, "loc": { "start": { "line": 298, "column": 31 }, "end": { "line": 298, "column": 69 } }, "object": { "type": "MemberExpression", "start": 13969, "end": 13997, "loc": { "start": { "line": 298, "column": 31 }, "end": { "line": 298, "column": 59 } }, "object": { "type": "MemberExpression", "start": 13969, "end": 13983, "loc": { "start": { "line": 298, "column": 31 }, "end": { "line": 298, "column": 45 } }, "object": { "type": "Identifier", "start": 13969, "end": 13976, "loc": { "start": { "line": 298, "column": 31 }, "end": { "line": 298, "column": 38 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 13977, "end": 13983, "loc": { "start": { "line": 298, "column": 39 }, "end": { "line": 298, "column": 45 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 13984, "end": 13997, "loc": { "start": { "line": 298, "column": 46 }, "end": { "line": 298, "column": 59 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 13998, "end": 14007, "loc": { "start": { "line": 298, "column": 60 }, "end": { "line": 298, "column": 69 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 14008, "end": 14037, "loc": { "start": { "line": 298, "column": 70 }, "end": { "line": 298, "column": 99 } }, "extra": { "rawValue": "treeViewContextMenu.xrayAll", "raw": "\"treeViewContextMenu.xrayAll\"" }, "value": "treeViewContextMenu.xrayAll" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 14042, "end": 14053, "loc": { "start": { "line": 298, "column": 104 }, "end": { "line": 298, "column": 115 } }, "extra": { "rawValue": "X-Ray All", "raw": "\"X-Ray All\"" }, "value": "X-Ray All" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 14098, "end": 14509, "loc": { "start": { "line": 300, "column": 20 }, "end": { "line": 306, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 14098, "end": 14106, "loc": { "start": { "line": 300, "column": 20 }, "end": { "line": 300, "column": 28 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 14108, "end": 14509, "loc": { "start": { "line": 300, "column": 30 }, "end": { "line": 306, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 14118, "end": 14125, "loc": { "start": { "line": 300, "column": 40 }, "end": { "line": 300, "column": 47 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 14127, "end": 14509, "loc": { "start": { "line": 300, "column": 49 }, "end": { "line": 306, "column": 21 } }, "body": [ { "type": "VariableDeclaration", "start": 14153, "end": 14188, "loc": { "start": { "line": 301, "column": 24 }, "end": { "line": 301, "column": 59 } }, "declarations": [ { "type": "VariableDeclarator", "start": 14159, "end": 14187, "loc": { "start": { "line": 301, "column": 30 }, "end": { "line": 301, "column": 58 } }, "id": { "type": "Identifier", "start": 14159, "end": 14164, "loc": { "start": { "line": 301, "column": 30 }, "end": { "line": 301, "column": 35 }, "identifierName": "scene" }, "name": "scene" }, "init": { "type": "MemberExpression", "start": 14167, "end": 14187, "loc": { "start": { "line": 301, "column": 38 }, "end": { "line": 301, "column": 58 } }, "object": { "type": "MemberExpression", "start": 14167, "end": 14181, "loc": { "start": { "line": 301, "column": 38 }, "end": { "line": 301, "column": 52 } }, "object": { "type": "Identifier", "start": 14167, "end": 14174, "loc": { "start": { "line": 301, "column": 38 }, "end": { "line": 301, "column": 45 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 14175, "end": 14181, "loc": { "start": { "line": 301, "column": 46 }, "end": { "line": 301, "column": 52 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 14182, "end": 14187, "loc": { "start": { "line": 301, "column": 53 }, "end": { "line": 301, "column": 58 }, "identifierName": "scene" }, "name": "scene" }, "computed": false } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 14213, "end": 14260, "loc": { "start": { "line": 302, "column": 24 }, "end": { "line": 302, "column": 71 } }, "expression": { "type": "CallExpression", "start": 14213, "end": 14259, "loc": { "start": { "line": 302, "column": 24 }, "end": { "line": 302, "column": 70 } }, "callee": { "type": "MemberExpression", "start": 14213, "end": 14236, "loc": { "start": { "line": 302, "column": 24 }, "end": { "line": 302, "column": 47 } }, "object": { "type": "Identifier", "start": 14213, "end": 14218, "loc": { "start": { "line": 302, "column": 24 }, "end": { "line": 302, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 14219, "end": 14236, "loc": { "start": { "line": 302, "column": 30 }, "end": { "line": 302, "column": 47 }, "identifierName": "setObjectsVisible" }, "name": "setObjectsVisible" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 14237, "end": 14252, "loc": { "start": { "line": 302, "column": 48 }, "end": { "line": 302, "column": 63 } }, "object": { "type": "Identifier", "start": 14237, "end": 14242, "loc": { "start": { "line": 302, "column": 48 }, "end": { "line": 302, "column": 53 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 14243, "end": 14252, "loc": { "start": { "line": 302, "column": 54 }, "end": { "line": 302, "column": 63 }, "identifierName": "objectIds" }, "name": "objectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 14254, "end": 14258, "loc": { "start": { "line": 302, "column": 65 }, "end": { "line": 302, "column": 69 } }, "value": true } ] } }, { "type": "ExpressionStatement", "start": 14285, "end": 14331, "loc": { "start": { "line": 303, "column": 24 }, "end": { "line": 303, "column": 70 } }, "expression": { "type": "CallExpression", "start": 14285, "end": 14330, "loc": { "start": { "line": 303, "column": 24 }, "end": { "line": 303, "column": 69 } }, "callee": { "type": "MemberExpression", "start": 14285, "end": 14307, "loc": { "start": { "line": 303, "column": 24 }, "end": { "line": 303, "column": 46 } }, "object": { "type": "Identifier", "start": 14285, "end": 14290, "loc": { "start": { "line": 303, "column": 24 }, "end": { "line": 303, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 14291, "end": 14307, "loc": { "start": { "line": 303, "column": 30 }, "end": { "line": 303, "column": 46 }, "identifierName": "setObjectsXRayed" }, "name": "setObjectsXRayed" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 14308, "end": 14323, "loc": { "start": { "line": 303, "column": 47 }, "end": { "line": 303, "column": 62 } }, "object": { "type": "Identifier", "start": 14308, "end": 14313, "loc": { "start": { "line": 303, "column": 47 }, "end": { "line": 303, "column": 52 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 14314, "end": 14323, "loc": { "start": { "line": 303, "column": 53 }, "end": { "line": 303, "column": 62 }, "identifierName": "objectIds" }, "name": "objectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 14325, "end": 14329, "loc": { "start": { "line": 303, "column": 64 }, "end": { "line": 303, "column": 68 } }, "value": true } ] } }, { "type": "ExpressionStatement", "start": 14356, "end": 14413, "loc": { "start": { "line": 304, "column": 24 }, "end": { "line": 304, "column": 81 } }, "expression": { "type": "CallExpression", "start": 14356, "end": 14412, "loc": { "start": { "line": 304, "column": 24 }, "end": { "line": 304, "column": 80 } }, "callee": { "type": "MemberExpression", "start": 14356, "end": 14380, "loc": { "start": { "line": 304, "column": 24 }, "end": { "line": 304, "column": 48 } }, "object": { "type": "Identifier", "start": 14356, "end": 14361, "loc": { "start": { "line": 304, "column": 24 }, "end": { "line": 304, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 14362, "end": 14380, "loc": { "start": { "line": 304, "column": 30 }, "end": { "line": 304, "column": 48 }, "identifierName": "setObjectsSelected" }, "name": "setObjectsSelected" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 14381, "end": 14404, "loc": { "start": { "line": 304, "column": 49 }, "end": { "line": 304, "column": 72 } }, "object": { "type": "Identifier", "start": 14381, "end": 14386, "loc": { "start": { "line": 304, "column": 49 }, "end": { "line": 304, "column": 54 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 14387, "end": 14404, "loc": { "start": { "line": 304, "column": 55 }, "end": { "line": 304, "column": 72 }, "identifierName": "selectedObjectIds" }, "name": "selectedObjectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 14406, "end": 14411, "loc": { "start": { "line": 304, "column": 74 }, "end": { "line": 304, "column": 79 } }, "value": false } ] } }, { "type": "ExpressionStatement", "start": 14438, "end": 14487, "loc": { "start": { "line": 305, "column": 24 }, "end": { "line": 305, "column": 73 } }, "expression": { "type": "CallExpression", "start": 14438, "end": 14486, "loc": { "start": { "line": 305, "column": 24 }, "end": { "line": 305, "column": 72 } }, "callee": { "type": "MemberExpression", "start": 14438, "end": 14462, "loc": { "start": { "line": 305, "column": 24 }, "end": { "line": 305, "column": 48 } }, "object": { "type": "Identifier", "start": 14438, "end": 14443, "loc": { "start": { "line": 305, "column": 24 }, "end": { "line": 305, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 14444, "end": 14462, "loc": { "start": { "line": 305, "column": 30 }, "end": { "line": 305, "column": 48 }, "identifierName": "setObjectsPickable" }, "name": "setObjectsPickable" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 14463, "end": 14478, "loc": { "start": { "line": 305, "column": 49 }, "end": { "line": 305, "column": 64 } }, "object": { "type": "Identifier", "start": 14463, "end": 14468, "loc": { "start": { "line": 305, "column": 49 }, "end": { "line": 305, "column": 54 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 14469, "end": 14478, "loc": { "start": { "line": 305, "column": 55 }, "end": { "line": 305, "column": 64 }, "identifierName": "objectIds" }, "name": "objectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 14480, "end": 14485, "loc": { "start": { "line": 305, "column": 66 }, "end": { "line": 305, "column": 71 } }, "value": false } ] } } ], "directives": [] } } } ] }, { "type": "ObjectExpression", "start": 14545, "end": 15252, "loc": { "start": { "line": 308, "column": 16 }, "end": { "line": 321, "column": 17 } }, "properties": [ { "type": "ObjectProperty", "start": 14567, "end": 14732, "loc": { "start": { "line": 309, "column": 20 }, "end": { "line": 311, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 14567, "end": 14575, "loc": { "start": { "line": 309, "column": 20 }, "end": { "line": 309, "column": 28 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 14577, "end": 14732, "loc": { "start": { "line": 309, "column": 30 }, "end": { "line": 311, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 14578, "end": 14585, "loc": { "start": { "line": 309, "column": 31 }, "end": { "line": 309, "column": 38 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 14590, "end": 14732, "loc": { "start": { "line": 309, "column": 43 }, "end": { "line": 311, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 14616, "end": 14710, "loc": { "start": { "line": 310, "column": 24 }, "end": { "line": 310, "column": 118 } }, "argument": { "type": "LogicalExpression", "start": 14623, "end": 14709, "loc": { "start": { "line": 310, "column": 31 }, "end": { "line": 310, "column": 117 } }, "left": { "type": "CallExpression", "start": 14623, "end": 14693, "loc": { "start": { "line": 310, "column": 31 }, "end": { "line": 310, "column": 101 } }, "callee": { "type": "MemberExpression", "start": 14623, "end": 14661, "loc": { "start": { "line": 310, "column": 31 }, "end": { "line": 310, "column": 69 } }, "object": { "type": "MemberExpression", "start": 14623, "end": 14651, "loc": { "start": { "line": 310, "column": 31 }, "end": { "line": 310, "column": 59 } }, "object": { "type": "MemberExpression", "start": 14623, "end": 14637, "loc": { "start": { "line": 310, "column": 31 }, "end": { "line": 310, "column": 45 } }, "object": { "type": "Identifier", "start": 14623, "end": 14630, "loc": { "start": { "line": 310, "column": 31 }, "end": { "line": 310, "column": 38 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 14631, "end": 14637, "loc": { "start": { "line": 310, "column": 39 }, "end": { "line": 310, "column": 45 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 14638, "end": 14651, "loc": { "start": { "line": 310, "column": 46 }, "end": { "line": 310, "column": 59 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 14652, "end": 14661, "loc": { "start": { "line": 310, "column": 60 }, "end": { "line": 310, "column": 69 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 14662, "end": 14692, "loc": { "start": { "line": 310, "column": 70 }, "end": { "line": 310, "column": 100 } }, "extra": { "rawValue": "treeViewContextMenu.xrayNone", "raw": "\"treeViewContextMenu.xrayNone\"" }, "value": "treeViewContextMenu.xrayNone" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 14697, "end": 14709, "loc": { "start": { "line": 310, "column": 105 }, "end": { "line": 310, "column": 117 } }, "extra": { "rawValue": "X-Ray None", "raw": "\"X-Ray None\"" }, "value": "X-Ray None" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 14754, "end": 14884, "loc": { "start": { "line": 312, "column": 20 }, "end": { "line": 314, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 14754, "end": 14764, "loc": { "start": { "line": 312, "column": 20 }, "end": { "line": 312, "column": 30 }, "identifierName": "getEnabled" }, "name": "getEnabled" }, "value": { "type": "FunctionExpression", "start": 14766, "end": 14884, "loc": { "start": { "line": 312, "column": 32 }, "end": { "line": 314, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 14776, "end": 14783, "loc": { "start": { "line": 312, "column": 42 }, "end": { "line": 312, "column": 49 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 14785, "end": 14884, "loc": { "start": { "line": 312, "column": 51 }, "end": { "line": 314, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 14811, "end": 14862, "loc": { "start": { "line": 313, "column": 24 }, "end": { "line": 313, "column": 75 } }, "argument": { "type": "BinaryExpression", "start": 14819, "end": 14860, "loc": { "start": { "line": 313, "column": 32 }, "end": { "line": 313, "column": 73 } }, "left": { "type": "MemberExpression", "start": 14819, "end": 14856, "loc": { "start": { "line": 313, "column": 32 }, "end": { "line": 313, "column": 69 } }, "object": { "type": "MemberExpression", "start": 14819, "end": 14839, "loc": { "start": { "line": 313, "column": 32 }, "end": { "line": 313, "column": 52 } }, "object": { "type": "MemberExpression", "start": 14819, "end": 14833, "loc": { "start": { "line": 313, "column": 32 }, "end": { "line": 313, "column": 46 } }, "object": { "type": "Identifier", "start": 14819, "end": 14826, "loc": { "start": { "line": 313, "column": 32 }, "end": { "line": 313, "column": 39 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 14827, "end": 14833, "loc": { "start": { "line": 313, "column": 40 }, "end": { "line": 313, "column": 46 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 14834, "end": 14839, "loc": { "start": { "line": 313, "column": 47 }, "end": { "line": 313, "column": 52 }, "identifierName": "scene" }, "name": "scene" }, "computed": false }, "property": { "type": "Identifier", "start": 14840, "end": 14856, "loc": { "start": { "line": 313, "column": 53 }, "end": { "line": 313, "column": 69 }, "identifierName": "numXRayedObjects" }, "name": "numXRayedObjects" }, "computed": false }, "operator": ">", "right": { "type": "NumericLiteral", "start": 14859, "end": 14860, "loc": { "start": { "line": 313, "column": 72 }, "end": { "line": 313, "column": 73 } }, "extra": { "rawValue": 0, "raw": "0" }, "value": 0 }, "extra": { "parenthesized": true, "parenStart": 14818 } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 14906, "end": 15234, "loc": { "start": { "line": 315, "column": 20 }, "end": { "line": 320, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 14906, "end": 14914, "loc": { "start": { "line": 315, "column": 20 }, "end": { "line": 315, "column": 28 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 14916, "end": 15234, "loc": { "start": { "line": 315, "column": 30 }, "end": { "line": 320, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 14926, "end": 14933, "loc": { "start": { "line": 315, "column": 40 }, "end": { "line": 315, "column": 47 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 14935, "end": 15234, "loc": { "start": { "line": 315, "column": 49 }, "end": { "line": 320, "column": 21 } }, "body": [ { "type": "VariableDeclaration", "start": 14961, "end": 14996, "loc": { "start": { "line": 316, "column": 24 }, "end": { "line": 316, "column": 59 } }, "declarations": [ { "type": "VariableDeclarator", "start": 14967, "end": 14995, "loc": { "start": { "line": 316, "column": 30 }, "end": { "line": 316, "column": 58 } }, "id": { "type": "Identifier", "start": 14967, "end": 14972, "loc": { "start": { "line": 316, "column": 30 }, "end": { "line": 316, "column": 35 }, "identifierName": "scene" }, "name": "scene" }, "init": { "type": "MemberExpression", "start": 14975, "end": 14995, "loc": { "start": { "line": 316, "column": 38 }, "end": { "line": 316, "column": 58 } }, "object": { "type": "MemberExpression", "start": 14975, "end": 14989, "loc": { "start": { "line": 316, "column": 38 }, "end": { "line": 316, "column": 52 } }, "object": { "type": "Identifier", "start": 14975, "end": 14982, "loc": { "start": { "line": 316, "column": 38 }, "end": { "line": 316, "column": 45 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 14983, "end": 14989, "loc": { "start": { "line": 316, "column": 46 }, "end": { "line": 316, "column": 52 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 14990, "end": 14995, "loc": { "start": { "line": 316, "column": 53 }, "end": { "line": 316, "column": 58 }, "identifierName": "scene" }, "name": "scene" }, "computed": false } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 15021, "end": 15067, "loc": { "start": { "line": 317, "column": 24 }, "end": { "line": 317, "column": 70 } }, "declarations": [ { "type": "VariableDeclarator", "start": 15027, "end": 15066, "loc": { "start": { "line": 317, "column": 30 }, "end": { "line": 317, "column": 69 } }, "id": { "type": "Identifier", "start": 15027, "end": 15042, "loc": { "start": { "line": 317, "column": 30 }, "end": { "line": 317, "column": 45 }, "identifierName": "xrayedObjectIds" }, "name": "xrayedObjectIds" }, "init": { "type": "MemberExpression", "start": 15045, "end": 15066, "loc": { "start": { "line": 317, "column": 48 }, "end": { "line": 317, "column": 69 } }, "object": { "type": "Identifier", "start": 15045, "end": 15050, "loc": { "start": { "line": 317, "column": 48 }, "end": { "line": 317, "column": 53 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 15051, "end": 15066, "loc": { "start": { "line": 317, "column": 54 }, "end": { "line": 317, "column": 69 }, "identifierName": "xrayedObjectIds" }, "name": "xrayedObjectIds" }, "computed": false } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 15092, "end": 15140, "loc": { "start": { "line": 318, "column": 24 }, "end": { "line": 318, "column": 72 } }, "expression": { "type": "CallExpression", "start": 15092, "end": 15139, "loc": { "start": { "line": 318, "column": 24 }, "end": { "line": 318, "column": 71 } }, "callee": { "type": "MemberExpression", "start": 15092, "end": 15116, "loc": { "start": { "line": 318, "column": 24 }, "end": { "line": 318, "column": 48 } }, "object": { "type": "Identifier", "start": 15092, "end": 15097, "loc": { "start": { "line": 318, "column": 24 }, "end": { "line": 318, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 15098, "end": 15116, "loc": { "start": { "line": 318, "column": 30 }, "end": { "line": 318, "column": 48 }, "identifierName": "setObjectsPickable" }, "name": "setObjectsPickable" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 15117, "end": 15132, "loc": { "start": { "line": 318, "column": 49 }, "end": { "line": 318, "column": 64 }, "identifierName": "xrayedObjectIds" }, "name": "xrayedObjectIds" }, { "type": "BooleanLiteral", "start": 15134, "end": 15138, "loc": { "start": { "line": 318, "column": 66 }, "end": { "line": 318, "column": 70 } }, "value": true } ] } }, { "type": "ExpressionStatement", "start": 15165, "end": 15212, "loc": { "start": { "line": 319, "column": 24 }, "end": { "line": 319, "column": 71 } }, "expression": { "type": "CallExpression", "start": 15165, "end": 15211, "loc": { "start": { "line": 319, "column": 24 }, "end": { "line": 319, "column": 70 } }, "callee": { "type": "MemberExpression", "start": 15165, "end": 15187, "loc": { "start": { "line": 319, "column": 24 }, "end": { "line": 319, "column": 46 } }, "object": { "type": "Identifier", "start": 15165, "end": 15170, "loc": { "start": { "line": 319, "column": 24 }, "end": { "line": 319, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 15171, "end": 15187, "loc": { "start": { "line": 319, "column": 30 }, "end": { "line": 319, "column": 46 }, "identifierName": "setObjectsXRayed" }, "name": "setObjectsXRayed" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 15188, "end": 15203, "loc": { "start": { "line": 319, "column": 47 }, "end": { "line": 319, "column": 62 }, "identifierName": "xrayedObjectIds" }, "name": "xrayedObjectIds" }, { "type": "BooleanLiteral", "start": 15205, "end": 15210, "loc": { "start": { "line": 319, "column": 64 }, "end": { "line": 319, "column": 69 } }, "value": false } ] } } ], "directives": [] } } } ] } ] }, { "type": "ArrayExpression", "start": 15280, "end": 17425, "loc": { "start": { "line": 323, "column": 12 }, "end": { "line": 366, "column": 13 } }, "elements": [ { "type": "ObjectExpression", "start": 15298, "end": 16087, "loc": { "start": { "line": 324, "column": 16 }, "end": { "line": 339, "column": 17 } }, "properties": [ { "type": "ObjectProperty", "start": 15320, "end": 15479, "loc": { "start": { "line": 325, "column": 20 }, "end": { "line": 327, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 15320, "end": 15328, "loc": { "start": { "line": 325, "column": 20 }, "end": { "line": 325, "column": 28 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 15330, "end": 15479, "loc": { "start": { "line": 325, "column": 30 }, "end": { "line": 327, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 15331, "end": 15338, "loc": { "start": { "line": 325, "column": 31 }, "end": { "line": 325, "column": 38 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 15343, "end": 15479, "loc": { "start": { "line": 325, "column": 43 }, "end": { "line": 327, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 15369, "end": 15457, "loc": { "start": { "line": 326, "column": 24 }, "end": { "line": 326, "column": 112 } }, "argument": { "type": "LogicalExpression", "start": 15376, "end": 15456, "loc": { "start": { "line": 326, "column": 31 }, "end": { "line": 326, "column": 111 } }, "left": { "type": "CallExpression", "start": 15376, "end": 15444, "loc": { "start": { "line": 326, "column": 31 }, "end": { "line": 326, "column": 99 } }, "callee": { "type": "MemberExpression", "start": 15376, "end": 15414, "loc": { "start": { "line": 326, "column": 31 }, "end": { "line": 326, "column": 69 } }, "object": { "type": "MemberExpression", "start": 15376, "end": 15404, "loc": { "start": { "line": 326, "column": 31 }, "end": { "line": 326, "column": 59 } }, "object": { "type": "MemberExpression", "start": 15376, "end": 15390, "loc": { "start": { "line": 326, "column": 31 }, "end": { "line": 326, "column": 45 } }, "object": { "type": "Identifier", "start": 15376, "end": 15383, "loc": { "start": { "line": 326, "column": 31 }, "end": { "line": 326, "column": 38 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 15384, "end": 15390, "loc": { "start": { "line": 326, "column": 39 }, "end": { "line": 326, "column": 45 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 15391, "end": 15404, "loc": { "start": { "line": 326, "column": 46 }, "end": { "line": 326, "column": 59 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 15405, "end": 15414, "loc": { "start": { "line": 326, "column": 60 }, "end": { "line": 326, "column": 69 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 15415, "end": 15443, "loc": { "start": { "line": 326, "column": 70 }, "end": { "line": 326, "column": 98 } }, "extra": { "rawValue": "treeViewContextMenu.select", "raw": "\"treeViewContextMenu.select\"" }, "value": "treeViewContextMenu.select" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 15448, "end": 15456, "loc": { "start": { "line": 326, "column": 103 }, "end": { "line": 326, "column": 111 } }, "extra": { "rawValue": "Select", "raw": "\"Select\"" }, "value": "Select" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 15501, "end": 16069, "loc": { "start": { "line": 328, "column": 20 }, "end": { "line": 338, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 15501, "end": 15509, "loc": { "start": { "line": 328, "column": 20 }, "end": { "line": 328, "column": 28 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 15511, "end": 16069, "loc": { "start": { "line": 328, "column": 30 }, "end": { "line": 338, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 15521, "end": 15528, "loc": { "start": { "line": 328, "column": 40 }, "end": { "line": 328, "column": 47 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 15530, "end": 16069, "loc": { "start": { "line": 328, "column": 49 }, "end": { "line": 338, "column": 21 } }, "body": [ { "type": "ExpressionStatement", "start": 15556, "end": 16047, "loc": { "start": { "line": 329, "column": 24 }, "end": { "line": 337, "column": 27 } }, "expression": { "type": "CallExpression", "start": 15556, "end": 16046, "loc": { "start": { "line": 329, "column": 24 }, "end": { "line": 337, "column": 26 } }, "callee": { "type": "MemberExpression", "start": 15556, "end": 15591, "loc": { "start": { "line": 329, "column": 24 }, "end": { "line": 329, "column": 59 } }, "object": { "type": "MemberExpression", "start": 15556, "end": 15578, "loc": { "start": { "line": 329, "column": 24 }, "end": { "line": 329, "column": 46 } }, "object": { "type": "Identifier", "start": 15556, "end": 15563, "loc": { "start": { "line": 329, "column": 24 }, "end": { "line": 329, "column": 31 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 15564, "end": 15578, "loc": { "start": { "line": 329, "column": 32 }, "end": { "line": 329, "column": 46 }, "identifierName": "treeViewPlugin" }, "name": "treeViewPlugin" }, "computed": false }, "property": { "type": "Identifier", "start": 15579, "end": 15591, "loc": { "start": { "line": 329, "column": 47 }, "end": { "line": 329, "column": 59 }, "identifierName": "withNodeTree" }, "name": "withNodeTree" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 15592, "end": 15612, "loc": { "start": { "line": 329, "column": 60 }, "end": { "line": 329, "column": 80 } }, "object": { "type": "Identifier", "start": 15592, "end": 15599, "loc": { "start": { "line": 329, "column": 60 }, "end": { "line": 329, "column": 67 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 15600, "end": 15612, "loc": { "start": { "line": 329, "column": 68 }, "end": { "line": 329, "column": 80 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "computed": false }, { "type": "ArrowFunctionExpression", "start": 15614, "end": 16045, "loc": { "start": { "line": 329, "column": 82 }, "end": { "line": 337, "column": 25 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 15615, "end": 15627, "loc": { "start": { "line": 329, "column": 83 }, "end": { "line": 329, "column": 95 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" } ], "body": { "type": "BlockStatement", "start": 15632, "end": 16045, "loc": { "start": { "line": 329, "column": 100 }, "end": { "line": 337, "column": 25 } }, "body": [ { "type": "IfStatement", "start": 15662, "end": 16019, "loc": { "start": { "line": 330, "column": 28 }, "end": { "line": 336, "column": 29 } }, "test": { "type": "MemberExpression", "start": 15666, "end": 15687, "loc": { "start": { "line": 330, "column": 32 }, "end": { "line": 330, "column": 53 } }, "object": { "type": "Identifier", "start": 15666, "end": 15678, "loc": { "start": { "line": 330, "column": 32 }, "end": { "line": 330, "column": 44 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 15679, "end": 15687, "loc": { "start": { "line": 330, "column": 45 }, "end": { "line": 330, "column": 53 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "consequent": { "type": "BlockStatement", "start": 15689, "end": 16019, "loc": { "start": { "line": 330, "column": 55 }, "end": { "line": 336, "column": 29 } }, "body": [ { "type": "VariableDeclaration", "start": 15723, "end": 15790, "loc": { "start": { "line": 331, "column": 32 }, "end": { "line": 331, "column": 99 } }, "declarations": [ { "type": "VariableDeclarator", "start": 15729, "end": 15789, "loc": { "start": { "line": 331, "column": 38 }, "end": { "line": 331, "column": 98 } }, "id": { "type": "Identifier", "start": 15729, "end": 15735, "loc": { "start": { "line": 331, "column": 38 }, "end": { "line": 331, "column": 44 }, "identifierName": "entity" }, "name": "entity" }, "init": { "type": "MemberExpression", "start": 15738, "end": 15789, "loc": { "start": { "line": 331, "column": 47 }, "end": { "line": 331, "column": 98 } }, "object": { "type": "MemberExpression", "start": 15738, "end": 15766, "loc": { "start": { "line": 331, "column": 47 }, "end": { "line": 331, "column": 75 } }, "object": { "type": "MemberExpression", "start": 15738, "end": 15758, "loc": { "start": { "line": 331, "column": 47 }, "end": { "line": 331, "column": 67 } }, "object": { "type": "MemberExpression", "start": 15738, "end": 15752, "loc": { "start": { "line": 331, "column": 47 }, "end": { "line": 331, "column": 61 } }, "object": { "type": "Identifier", "start": 15738, "end": 15745, "loc": { "start": { "line": 331, "column": 47 }, "end": { "line": 331, "column": 54 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 15746, "end": 15752, "loc": { "start": { "line": 331, "column": 55 }, "end": { "line": 331, "column": 61 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 15753, "end": 15758, "loc": { "start": { "line": 331, "column": 62 }, "end": { "line": 331, "column": 67 }, "identifierName": "scene" }, "name": "scene" }, "computed": false }, "property": { "type": "Identifier", "start": 15759, "end": 15766, "loc": { "start": { "line": 331, "column": 68 }, "end": { "line": 331, "column": 75 }, "identifierName": "objects" }, "name": "objects" }, "computed": false }, "property": { "type": "MemberExpression", "start": 15767, "end": 15788, "loc": { "start": { "line": 331, "column": 76 }, "end": { "line": 331, "column": 97 } }, "object": { "type": "Identifier", "start": 15767, "end": 15779, "loc": { "start": { "line": 331, "column": 76 }, "end": { "line": 331, "column": 88 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 15780, "end": 15788, "loc": { "start": { "line": 331, "column": 89 }, "end": { "line": 331, "column": 97 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "computed": true } } ], "kind": "const" }, { "type": "IfStatement", "start": 15823, "end": 15989, "loc": { "start": { "line": 332, "column": 32 }, "end": { "line": 335, "column": 33 } }, "test": { "type": "Identifier", "start": 15827, "end": 15833, "loc": { "start": { "line": 332, "column": 36 }, "end": { "line": 332, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "consequent": { "type": "BlockStatement", "start": 15835, "end": 15989, "loc": { "start": { "line": 332, "column": 44 }, "end": { "line": 335, "column": 33 } }, "body": [ { "type": "ExpressionStatement", "start": 15873, "end": 15896, "loc": { "start": { "line": 333, "column": 36 }, "end": { "line": 333, "column": 59 } }, "expression": { "type": "AssignmentExpression", "start": 15873, "end": 15895, "loc": { "start": { "line": 333, "column": 36 }, "end": { "line": 333, "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 15873, "end": 15888, "loc": { "start": { "line": 333, "column": 36 }, "end": { "line": 333, "column": 51 } }, "object": { "type": "Identifier", "start": 15873, "end": 15879, "loc": { "start": { "line": 333, "column": 36 }, "end": { "line": 333, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 15880, "end": 15888, "loc": { "start": { "line": 333, "column": 43 }, "end": { "line": 333, "column": 51 }, "identifierName": "selected" }, "name": "selected" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 15891, "end": 15895, "loc": { "start": { "line": 333, "column": 54 }, "end": { "line": 333, "column": 58 } }, "value": true } } }, { "type": "ExpressionStatement", "start": 15933, "end": 15955, "loc": { "start": { "line": 334, "column": 36 }, "end": { "line": 334, "column": 58 } }, "expression": { "type": "AssignmentExpression", "start": 15933, "end": 15954, "loc": { "start": { "line": 334, "column": 36 }, "end": { "line": 334, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 15933, "end": 15947, "loc": { "start": { "line": 334, "column": 36 }, "end": { "line": 334, "column": 50 } }, "object": { "type": "Identifier", "start": 15933, "end": 15939, "loc": { "start": { "line": 334, "column": 36 }, "end": { "line": 334, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 15940, "end": 15947, "loc": { "start": { "line": 334, "column": 43 }, "end": { "line": 334, "column": 50 }, "identifierName": "visible" }, "name": "visible" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 15950, "end": 15954, "loc": { "start": { "line": 334, "column": 53 }, "end": { "line": 334, "column": 57 } }, "value": true } } } ], "directives": [] }, "alternate": null } ], "directives": [] }, "alternate": null } ], "directives": [] } } ] } } ], "directives": [] } } } ] }, { "type": "ObjectExpression", "start": 16105, "end": 16845, "loc": { "start": { "line": 340, "column": 16 }, "end": { "line": 354, "column": 17 } }, "properties": [ { "type": "ObjectProperty", "start": 16127, "end": 16295, "loc": { "start": { "line": 341, "column": 20 }, "end": { "line": 343, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 16127, "end": 16135, "loc": { "start": { "line": 341, "column": 20 }, "end": { "line": 341, "column": 28 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 16137, "end": 16295, "loc": { "start": { "line": 341, "column": 30 }, "end": { "line": 343, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 16138, "end": 16145, "loc": { "start": { "line": 341, "column": 31 }, "end": { "line": 341, "column": 38 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 16150, "end": 16295, "loc": { "start": { "line": 341, "column": 43 }, "end": { "line": 343, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 16176, "end": 16273, "loc": { "start": { "line": 342, "column": 24 }, "end": { "line": 342, "column": 121 } }, "argument": { "type": "LogicalExpression", "start": 16183, "end": 16272, "loc": { "start": { "line": 342, "column": 31 }, "end": { "line": 342, "column": 120 } }, "left": { "type": "CallExpression", "start": 16183, "end": 16255, "loc": { "start": { "line": 342, "column": 31 }, "end": { "line": 342, "column": 103 } }, "callee": { "type": "MemberExpression", "start": 16183, "end": 16221, "loc": { "start": { "line": 342, "column": 31 }, "end": { "line": 342, "column": 69 } }, "object": { "type": "MemberExpression", "start": 16183, "end": 16211, "loc": { "start": { "line": 342, "column": 31 }, "end": { "line": 342, "column": 59 } }, "object": { "type": "MemberExpression", "start": 16183, "end": 16197, "loc": { "start": { "line": 342, "column": 31 }, "end": { "line": 342, "column": 45 } }, "object": { "type": "Identifier", "start": 16183, "end": 16190, "loc": { "start": { "line": 342, "column": 31 }, "end": { "line": 342, "column": 38 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 16191, "end": 16197, "loc": { "start": { "line": 342, "column": 39 }, "end": { "line": 342, "column": 45 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 16198, "end": 16211, "loc": { "start": { "line": 342, "column": 46 }, "end": { "line": 342, "column": 59 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 16212, "end": 16221, "loc": { "start": { "line": 342, "column": 60 }, "end": { "line": 342, "column": 69 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 16222, "end": 16254, "loc": { "start": { "line": 342, "column": 70 }, "end": { "line": 342, "column": 102 } }, "extra": { "rawValue": "treeViewContextMenu.undoSelect", "raw": "\"treeViewContextMenu.undoSelect\"" }, "value": "treeViewContextMenu.undoSelect" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 16259, "end": 16272, "loc": { "start": { "line": 342, "column": 107 }, "end": { "line": 342, "column": 120 } }, "extra": { "rawValue": "Undo Select", "raw": "\"Undo Select\"" }, "value": "Undo Select" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 16317, "end": 16827, "loc": { "start": { "line": 344, "column": 20 }, "end": { "line": 353, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 16317, "end": 16325, "loc": { "start": { "line": 344, "column": 20 }, "end": { "line": 344, "column": 28 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 16327, "end": 16827, "loc": { "start": { "line": 344, "column": 30 }, "end": { "line": 353, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 16337, "end": 16344, "loc": { "start": { "line": 344, "column": 40 }, "end": { "line": 344, "column": 47 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 16346, "end": 16827, "loc": { "start": { "line": 344, "column": 49 }, "end": { "line": 353, "column": 21 } }, "body": [ { "type": "ExpressionStatement", "start": 16372, "end": 16805, "loc": { "start": { "line": 345, "column": 24 }, "end": { "line": 352, "column": 27 } }, "expression": { "type": "CallExpression", "start": 16372, "end": 16804, "loc": { "start": { "line": 345, "column": 24 }, "end": { "line": 352, "column": 26 } }, "callee": { "type": "MemberExpression", "start": 16372, "end": 16407, "loc": { "start": { "line": 345, "column": 24 }, "end": { "line": 345, "column": 59 } }, "object": { "type": "MemberExpression", "start": 16372, "end": 16394, "loc": { "start": { "line": 345, "column": 24 }, "end": { "line": 345, "column": 46 } }, "object": { "type": "Identifier", "start": 16372, "end": 16379, "loc": { "start": { "line": 345, "column": 24 }, "end": { "line": 345, "column": 31 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 16380, "end": 16394, "loc": { "start": { "line": 345, "column": 32 }, "end": { "line": 345, "column": 46 }, "identifierName": "treeViewPlugin" }, "name": "treeViewPlugin" }, "computed": false }, "property": { "type": "Identifier", "start": 16395, "end": 16407, "loc": { "start": { "line": 345, "column": 47 }, "end": { "line": 345, "column": 59 }, "identifierName": "withNodeTree" }, "name": "withNodeTree" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 16408, "end": 16428, "loc": { "start": { "line": 345, "column": 60 }, "end": { "line": 345, "column": 80 } }, "object": { "type": "Identifier", "start": 16408, "end": 16415, "loc": { "start": { "line": 345, "column": 60 }, "end": { "line": 345, "column": 67 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 16416, "end": 16428, "loc": { "start": { "line": 345, "column": 68 }, "end": { "line": 345, "column": 80 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "computed": false }, { "type": "ArrowFunctionExpression", "start": 16430, "end": 16803, "loc": { "start": { "line": 345, "column": 82 }, "end": { "line": 352, "column": 25 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 16431, "end": 16443, "loc": { "start": { "line": 345, "column": 83 }, "end": { "line": 345, "column": 95 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" } ], "body": { "type": "BlockStatement", "start": 16448, "end": 16803, "loc": { "start": { "line": 345, "column": 100 }, "end": { "line": 352, "column": 25 } }, "body": [ { "type": "IfStatement", "start": 16478, "end": 16777, "loc": { "start": { "line": 346, "column": 28 }, "end": { "line": 351, "column": 29 } }, "test": { "type": "MemberExpression", "start": 16482, "end": 16503, "loc": { "start": { "line": 346, "column": 32 }, "end": { "line": 346, "column": 53 } }, "object": { "type": "Identifier", "start": 16482, "end": 16494, "loc": { "start": { "line": 346, "column": 32 }, "end": { "line": 346, "column": 44 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 16495, "end": 16503, "loc": { "start": { "line": 346, "column": 45 }, "end": { "line": 346, "column": 53 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "consequent": { "type": "BlockStatement", "start": 16505, "end": 16777, "loc": { "start": { "line": 346, "column": 55 }, "end": { "line": 351, "column": 29 } }, "body": [ { "type": "VariableDeclaration", "start": 16539, "end": 16606, "loc": { "start": { "line": 347, "column": 32 }, "end": { "line": 347, "column": 99 } }, "declarations": [ { "type": "VariableDeclarator", "start": 16545, "end": 16605, "loc": { "start": { "line": 347, "column": 38 }, "end": { "line": 347, "column": 98 } }, "id": { "type": "Identifier", "start": 16545, "end": 16551, "loc": { "start": { "line": 347, "column": 38 }, "end": { "line": 347, "column": 44 }, "identifierName": "entity" }, "name": "entity" }, "init": { "type": "MemberExpression", "start": 16554, "end": 16605, "loc": { "start": { "line": 347, "column": 47 }, "end": { "line": 347, "column": 98 } }, "object": { "type": "MemberExpression", "start": 16554, "end": 16582, "loc": { "start": { "line": 347, "column": 47 }, "end": { "line": 347, "column": 75 } }, "object": { "type": "MemberExpression", "start": 16554, "end": 16574, "loc": { "start": { "line": 347, "column": 47 }, "end": { "line": 347, "column": 67 } }, "object": { "type": "MemberExpression", "start": 16554, "end": 16568, "loc": { "start": { "line": 347, "column": 47 }, "end": { "line": 347, "column": 61 } }, "object": { "type": "Identifier", "start": 16554, "end": 16561, "loc": { "start": { "line": 347, "column": 47 }, "end": { "line": 347, "column": 54 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 16562, "end": 16568, "loc": { "start": { "line": 347, "column": 55 }, "end": { "line": 347, "column": 61 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 16569, "end": 16574, "loc": { "start": { "line": 347, "column": 62 }, "end": { "line": 347, "column": 67 }, "identifierName": "scene" }, "name": "scene" }, "computed": false }, "property": { "type": "Identifier", "start": 16575, "end": 16582, "loc": { "start": { "line": 347, "column": 68 }, "end": { "line": 347, "column": 75 }, "identifierName": "objects" }, "name": "objects" }, "computed": false }, "property": { "type": "MemberExpression", "start": 16583, "end": 16604, "loc": { "start": { "line": 347, "column": 76 }, "end": { "line": 347, "column": 97 } }, "object": { "type": "Identifier", "start": 16583, "end": 16595, "loc": { "start": { "line": 347, "column": 76 }, "end": { "line": 347, "column": 88 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 16596, "end": 16604, "loc": { "start": { "line": 347, "column": 89 }, "end": { "line": 347, "column": 97 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "computed": true } } ], "kind": "const" }, { "type": "IfStatement", "start": 16639, "end": 16747, "loc": { "start": { "line": 348, "column": 32 }, "end": { "line": 350, "column": 33 } }, "test": { "type": "Identifier", "start": 16643, "end": 16649, "loc": { "start": { "line": 348, "column": 36 }, "end": { "line": 348, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "consequent": { "type": "BlockStatement", "start": 16651, "end": 16747, "loc": { "start": { "line": 348, "column": 44 }, "end": { "line": 350, "column": 33 } }, "body": [ { "type": "ExpressionStatement", "start": 16689, "end": 16713, "loc": { "start": { "line": 349, "column": 36 }, "end": { "line": 349, "column": 60 } }, "expression": { "type": "AssignmentExpression", "start": 16689, "end": 16712, "loc": { "start": { "line": 349, "column": 36 }, "end": { "line": 349, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 16689, "end": 16704, "loc": { "start": { "line": 349, "column": 36 }, "end": { "line": 349, "column": 51 } }, "object": { "type": "Identifier", "start": 16689, "end": 16695, "loc": { "start": { "line": 349, "column": 36 }, "end": { "line": 349, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 16696, "end": 16704, "loc": { "start": { "line": 349, "column": 43 }, "end": { "line": 349, "column": 51 }, "identifierName": "selected" }, "name": "selected" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 16707, "end": 16712, "loc": { "start": { "line": 349, "column": 54 }, "end": { "line": 349, "column": 59 } }, "value": false } } } ], "directives": [] }, "alternate": null } ], "directives": [] }, "alternate": null } ], "directives": [] } } ] } } ], "directives": [] } } } ] }, { "type": "ObjectExpression", "start": 16863, "end": 17411, "loc": { "start": { "line": 355, "column": 16 }, "end": { "line": 365, "column": 17 } }, "properties": [ { "type": "ObjectProperty", "start": 16885, "end": 17053, "loc": { "start": { "line": 356, "column": 20 }, "end": { "line": 358, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 16885, "end": 16893, "loc": { "start": { "line": 356, "column": 20 }, "end": { "line": 356, "column": 28 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 16895, "end": 17053, "loc": { "start": { "line": 356, "column": 30 }, "end": { "line": 358, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 16896, "end": 16903, "loc": { "start": { "line": 356, "column": 31 }, "end": { "line": 356, "column": 38 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 16908, "end": 17053, "loc": { "start": { "line": 356, "column": 43 }, "end": { "line": 358, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 16934, "end": 17031, "loc": { "start": { "line": 357, "column": 24 }, "end": { "line": 357, "column": 121 } }, "argument": { "type": "LogicalExpression", "start": 16941, "end": 17030, "loc": { "start": { "line": 357, "column": 31 }, "end": { "line": 357, "column": 120 } }, "left": { "type": "CallExpression", "start": 16941, "end": 17013, "loc": { "start": { "line": 357, "column": 31 }, "end": { "line": 357, "column": 103 } }, "callee": { "type": "MemberExpression", "start": 16941, "end": 16979, "loc": { "start": { "line": 357, "column": 31 }, "end": { "line": 357, "column": 69 } }, "object": { "type": "MemberExpression", "start": 16941, "end": 16969, "loc": { "start": { "line": 357, "column": 31 }, "end": { "line": 357, "column": 59 } }, "object": { "type": "MemberExpression", "start": 16941, "end": 16955, "loc": { "start": { "line": 357, "column": 31 }, "end": { "line": 357, "column": 45 } }, "object": { "type": "Identifier", "start": 16941, "end": 16948, "loc": { "start": { "line": 357, "column": 31 }, "end": { "line": 357, "column": 38 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 16949, "end": 16955, "loc": { "start": { "line": 357, "column": 39 }, "end": { "line": 357, "column": 45 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 16956, "end": 16969, "loc": { "start": { "line": 357, "column": 46 }, "end": { "line": 357, "column": 59 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 16970, "end": 16979, "loc": { "start": { "line": 357, "column": 60 }, "end": { "line": 357, "column": 69 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 16980, "end": 17012, "loc": { "start": { "line": 357, "column": 70 }, "end": { "line": 357, "column": 102 } }, "extra": { "rawValue": "treeViewContextMenu.selectNone", "raw": "\"treeViewContextMenu.selectNone\"" }, "value": "treeViewContextMenu.selectNone" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 17017, "end": 17030, "loc": { "start": { "line": 357, "column": 107 }, "end": { "line": 357, "column": 120 } }, "extra": { "rawValue": "Select None", "raw": "\"Select None\"" }, "value": "Select None" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 17075, "end": 17207, "loc": { "start": { "line": 359, "column": 20 }, "end": { "line": 361, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 17075, "end": 17085, "loc": { "start": { "line": 359, "column": 20 }, "end": { "line": 359, "column": 30 }, "identifierName": "getEnabled" }, "name": "getEnabled" }, "value": { "type": "FunctionExpression", "start": 17087, "end": 17207, "loc": { "start": { "line": 359, "column": 32 }, "end": { "line": 361, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 17097, "end": 17104, "loc": { "start": { "line": 359, "column": 42 }, "end": { "line": 359, "column": 49 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 17106, "end": 17207, "loc": { "start": { "line": 359, "column": 51 }, "end": { "line": 361, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 17132, "end": 17185, "loc": { "start": { "line": 360, "column": 24 }, "end": { "line": 360, "column": 77 } }, "argument": { "type": "BinaryExpression", "start": 17140, "end": 17183, "loc": { "start": { "line": 360, "column": 32 }, "end": { "line": 360, "column": 75 } }, "left": { "type": "MemberExpression", "start": 17140, "end": 17179, "loc": { "start": { "line": 360, "column": 32 }, "end": { "line": 360, "column": 71 } }, "object": { "type": "MemberExpression", "start": 17140, "end": 17160, "loc": { "start": { "line": 360, "column": 32 }, "end": { "line": 360, "column": 52 } }, "object": { "type": "MemberExpression", "start": 17140, "end": 17154, "loc": { "start": { "line": 360, "column": 32 }, "end": { "line": 360, "column": 46 } }, "object": { "type": "Identifier", "start": 17140, "end": 17147, "loc": { "start": { "line": 360, "column": 32 }, "end": { "line": 360, "column": 39 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 17148, "end": 17154, "loc": { "start": { "line": 360, "column": 40 }, "end": { "line": 360, "column": 46 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 17155, "end": 17160, "loc": { "start": { "line": 360, "column": 47 }, "end": { "line": 360, "column": 52 }, "identifierName": "scene" }, "name": "scene" }, "computed": false }, "property": { "type": "Identifier", "start": 17161, "end": 17179, "loc": { "start": { "line": 360, "column": 53 }, "end": { "line": 360, "column": 71 }, "identifierName": "numSelectedObjects" }, "name": "numSelectedObjects" }, "computed": false }, "operator": ">", "right": { "type": "NumericLiteral", "start": 17182, "end": 17183, "loc": { "start": { "line": 360, "column": 74 }, "end": { "line": 360, "column": 75 } }, "extra": { "rawValue": 0, "raw": "0" }, "value": 0 }, "extra": { "parenthesized": true, "parenStart": 17139 } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 17229, "end": 17393, "loc": { "start": { "line": 362, "column": 20 }, "end": { "line": 364, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 17229, "end": 17237, "loc": { "start": { "line": 362, "column": 20 }, "end": { "line": 362, "column": 28 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 17239, "end": 17393, "loc": { "start": { "line": 362, "column": 30 }, "end": { "line": 364, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 17249, "end": 17256, "loc": { "start": { "line": 362, "column": 40 }, "end": { "line": 362, "column": 47 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 17258, "end": 17393, "loc": { "start": { "line": 362, "column": 49 }, "end": { "line": 364, "column": 21 } }, "body": [ { "type": "ExpressionStatement", "start": 17284, "end": 17371, "loc": { "start": { "line": 363, "column": 24 }, "end": { "line": 363, "column": 111 } }, "expression": { "type": "CallExpression", "start": 17284, "end": 17370, "loc": { "start": { "line": 363, "column": 24 }, "end": { "line": 363, "column": 110 } }, "callee": { "type": "MemberExpression", "start": 17284, "end": 17323, "loc": { "start": { "line": 363, "column": 24 }, "end": { "line": 363, "column": 63 } }, "object": { "type": "MemberExpression", "start": 17284, "end": 17304, "loc": { "start": { "line": 363, "column": 24 }, "end": { "line": 363, "column": 44 } }, "object": { "type": "MemberExpression", "start": 17284, "end": 17298, "loc": { "start": { "line": 363, "column": 24 }, "end": { "line": 363, "column": 38 } }, "object": { "type": "Identifier", "start": 17284, "end": 17291, "loc": { "start": { "line": 363, "column": 24 }, "end": { "line": 363, "column": 31 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 17292, "end": 17298, "loc": { "start": { "line": 363, "column": 32 }, "end": { "line": 363, "column": 38 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 17299, "end": 17304, "loc": { "start": { "line": 363, "column": 39 }, "end": { "line": 363, "column": 44 }, "identifierName": "scene" }, "name": "scene" }, "computed": false }, "property": { "type": "Identifier", "start": 17305, "end": 17323, "loc": { "start": { "line": 363, "column": 45 }, "end": { "line": 363, "column": 63 }, "identifierName": "setObjectsSelected" }, "name": "setObjectsSelected" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 17324, "end": 17362, "loc": { "start": { "line": 363, "column": 64 }, "end": { "line": 363, "column": 102 } }, "object": { "type": "MemberExpression", "start": 17324, "end": 17344, "loc": { "start": { "line": 363, "column": 64 }, "end": { "line": 363, "column": 84 } }, "object": { "type": "MemberExpression", "start": 17324, "end": 17338, "loc": { "start": { "line": 363, "column": 64 }, "end": { "line": 363, "column": 78 } }, "object": { "type": "Identifier", "start": 17324, "end": 17331, "loc": { "start": { "line": 363, "column": 64 }, "end": { "line": 363, "column": 71 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 17332, "end": 17338, "loc": { "start": { "line": 363, "column": 72 }, "end": { "line": 363, "column": 78 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 17339, "end": 17344, "loc": { "start": { "line": 363, "column": 79 }, "end": { "line": 363, "column": 84 }, "identifierName": "scene" }, "name": "scene" }, "computed": false }, "property": { "type": "Identifier", "start": 17345, "end": 17362, "loc": { "start": { "line": 363, "column": 85 }, "end": { "line": 363, "column": 102 }, "identifierName": "selectedObjectIds" }, "name": "selectedObjectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 17364, "end": 17369, "loc": { "start": { "line": 363, "column": 104 }, "end": { "line": 363, "column": 109 } }, "value": false } ] } } ], "directives": [] } } } ] } ] }, { "type": "ArrayExpression", "start": 17439, "end": 17950, "loc": { "start": { "line": 367, "column": 12 }, "end": { "line": 378, "column": 18 } }, "elements": [ { "type": "ObjectExpression", "start": 17457, "end": 17949, "loc": { "start": { "line": 368, "column": 16 }, "end": { "line": 378, "column": 17 } }, "properties": [ { "type": "ObjectProperty", "start": 17479, "end": 17649, "loc": { "start": { "line": 369, "column": 20 }, "end": { "line": 371, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 17479, "end": 17487, "loc": { "start": { "line": 369, "column": 20 }, "end": { "line": 369, "column": 28 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 17489, "end": 17649, "loc": { "start": { "line": 369, "column": 30 }, "end": { "line": 371, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 17490, "end": 17497, "loc": { "start": { "line": 369, "column": 31 }, "end": { "line": 369, "column": 38 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 17502, "end": 17649, "loc": { "start": { "line": 369, "column": 43 }, "end": { "line": 371, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 17528, "end": 17627, "loc": { "start": { "line": 370, "column": 24 }, "end": { "line": 370, "column": 123 } }, "argument": { "type": "LogicalExpression", "start": 17535, "end": 17626, "loc": { "start": { "line": 370, "column": 31 }, "end": { "line": 370, "column": 122 } }, "left": { "type": "CallExpression", "start": 17535, "end": 17608, "loc": { "start": { "line": 370, "column": 31 }, "end": { "line": 370, "column": 104 } }, "callee": { "type": "MemberExpression", "start": 17535, "end": 17573, "loc": { "start": { "line": 370, "column": 31 }, "end": { "line": 370, "column": 69 } }, "object": { "type": "MemberExpression", "start": 17535, "end": 17563, "loc": { "start": { "line": 370, "column": 31 }, "end": { "line": 370, "column": 59 } }, "object": { "type": "MemberExpression", "start": 17535, "end": 17549, "loc": { "start": { "line": 370, "column": 31 }, "end": { "line": 370, "column": 45 } }, "object": { "type": "Identifier", "start": 17535, "end": 17542, "loc": { "start": { "line": 370, "column": 31 }, "end": { "line": 370, "column": 38 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 17543, "end": 17549, "loc": { "start": { "line": 370, "column": 39 }, "end": { "line": 370, "column": 45 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 17550, "end": 17563, "loc": { "start": { "line": 370, "column": 46 }, "end": { "line": 370, "column": 59 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 17564, "end": 17573, "loc": { "start": { "line": 370, "column": 60 }, "end": { "line": 370, "column": 69 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 17574, "end": 17607, "loc": { "start": { "line": 370, "column": 70 }, "end": { "line": 370, "column": 103 } }, "extra": { "rawValue": "treeViewContextMenu.clearSlices", "raw": "\"treeViewContextMenu.clearSlices\"" }, "value": "treeViewContextMenu.clearSlices" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 17612, "end": 17626, "loc": { "start": { "line": 370, "column": 108 }, "end": { "line": 370, "column": 122 } }, "extra": { "rawValue": "Clear Slices", "raw": "\"Clear Slices\"" }, "value": "Clear Slices" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 17671, "end": 17798, "loc": { "start": { "line": 372, "column": 20 }, "end": { "line": 374, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 17671, "end": 17681, "loc": { "start": { "line": 372, "column": 20 }, "end": { "line": 372, "column": 30 }, "identifierName": "getEnabled" }, "name": "getEnabled" }, "value": { "type": "FunctionExpression", "start": 17683, "end": 17798, "loc": { "start": { "line": 372, "column": 32 }, "end": { "line": 374, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 17693, "end": 17700, "loc": { "start": { "line": 372, "column": 42 }, "end": { "line": 372, "column": 49 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 17702, "end": 17798, "loc": { "start": { "line": 372, "column": 51 }, "end": { "line": 374, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 17728, "end": 17776, "loc": { "start": { "line": 373, "column": 24 }, "end": { "line": 373, "column": 72 } }, "argument": { "type": "BinaryExpression", "start": 17736, "end": 17774, "loc": { "start": { "line": 373, "column": 32 }, "end": { "line": 373, "column": 70 } }, "left": { "type": "CallExpression", "start": 17736, "end": 17770, "loc": { "start": { "line": 373, "column": 32 }, "end": { "line": 373, "column": 66 } }, "callee": { "type": "MemberExpression", "start": 17736, "end": 17768, "loc": { "start": { "line": 373, "column": 32 }, "end": { "line": 373, "column": 64 } }, "object": { "type": "MemberExpression", "start": 17736, "end": 17753, "loc": { "start": { "line": 373, "column": 32 }, "end": { "line": 373, "column": 49 } }, "object": { "type": "Identifier", "start": 17736, "end": 17743, "loc": { "start": { "line": 373, "column": 32 }, "end": { "line": 373, "column": 39 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 17744, "end": 17753, "loc": { "start": { "line": 373, "column": 40 }, "end": { "line": 373, "column": 49 }, "identifierName": "bimViewer" }, "name": "bimViewer" }, "computed": false }, "property": { "type": "Identifier", "start": 17754, "end": 17768, "loc": { "start": { "line": 373, "column": 50 }, "end": { "line": 373, "column": 64 }, "identifierName": "getNumSections" }, "name": "getNumSections" }, "computed": false }, "arguments": [] }, "operator": ">", "right": { "type": "NumericLiteral", "start": 17773, "end": 17774, "loc": { "start": { "line": 373, "column": 69 }, "end": { "line": 373, "column": 70 } }, "extra": { "rawValue": 0, "raw": "0" }, "value": 0 }, "extra": { "parenthesized": true, "parenStart": 17735 } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 17820, "end": 17931, "loc": { "start": { "line": 375, "column": 20 }, "end": { "line": 377, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 17820, "end": 17828, "loc": { "start": { "line": 375, "column": 20 }, "end": { "line": 375, "column": 28 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 17830, "end": 17931, "loc": { "start": { "line": 375, "column": 30 }, "end": { "line": 377, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 17840, "end": 17847, "loc": { "start": { "line": 375, "column": 40 }, "end": { "line": 375, "column": 47 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 17849, "end": 17931, "loc": { "start": { "line": 375, "column": 49 }, "end": { "line": 377, "column": 21 } }, "body": [ { "type": "ExpressionStatement", "start": 17875, "end": 17909, "loc": { "start": { "line": 376, "column": 24 }, "end": { "line": 376, "column": 58 } }, "expression": { "type": "CallExpression", "start": 17875, "end": 17908, "loc": { "start": { "line": 376, "column": 24 }, "end": { "line": 376, "column": 57 } }, "callee": { "type": "MemberExpression", "start": 17875, "end": 17906, "loc": { "start": { "line": 376, "column": 24 }, "end": { "line": 376, "column": 55 } }, "object": { "type": "MemberExpression", "start": 17875, "end": 17892, "loc": { "start": { "line": 376, "column": 24 }, "end": { "line": 376, "column": 41 } }, "object": { "type": "Identifier", "start": 17875, "end": 17882, "loc": { "start": { "line": 376, "column": 24 }, "end": { "line": 376, "column": 31 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 17883, "end": 17892, "loc": { "start": { "line": 376, "column": 32 }, "end": { "line": 376, "column": 41 }, "identifierName": "bimViewer" }, "name": "bimViewer" }, "computed": false }, "property": { "type": "Identifier", "start": 17893, "end": 17906, "loc": { "start": { "line": 376, "column": 42 }, "end": { "line": 376, "column": 55 }, "identifierName": "clearSections" }, "name": "clearSections" }, "computed": false }, "arguments": [] } } ], "directives": [] } } } ] } ] } ] } } } ], "directives": [] } } ] }, "leadingComments": [], "name": "_", "trailingComments": [] }, { "type": "ExportNamedDeclaration", "start": 17971, "end": 18000, "loc": { "start": { "line": 383, "column": 0 }, "end": { "line": 383, "column": 29 } }, "declaration": null, "specifiers": [ { "type": "ExportSpecifier", "start": 17979, "end": 17998, "loc": { "start": { "line": 383, "column": 8 }, "end": { "line": 383, "column": 27 } }, "local": { "type": "Identifier", "start": 17979, "end": 17998, "loc": { "start": { "line": 383, "column": 8 }, "end": { "line": 383, "column": 27 }, "identifierName": "TreeViewContextMenu" }, "name": "TreeViewContextMenu" }, "exported": { "type": "Identifier", "start": 17979, "end": 17998, "loc": { "start": { "line": 383, "column": 8 }, "end": { "line": 383, "column": 27 }, "identifierName": "TreeViewContextMenu" }, "name": "TreeViewContextMenu" } } ], "source": null }, { "type": "ExportNamedDeclaration", "start": 17971, "end": 18000, "loc": { "start": { "line": 383, "column": 0 }, "end": { "line": 383, "column": 29 } }, "declaration": { "type": "ClassDeclaration", "start": 128, "end": 17969, "loc": { "start": { "line": 8, "column": 0 }, "end": { "line": 381, "column": 1 } }, "id": { "type": "Identifier", "start": 134, "end": 153, "loc": { "start": { "line": 8, "column": 6 }, "end": { "line": 8, "column": 25 }, "identifierName": "TreeViewContextMenu" }, "name": "TreeViewContextMenu", "leadingComments": null }, "superClass": { "type": "Identifier", "start": 162, "end": 173, "loc": { "start": { "line": 8, "column": 34 }, "end": { "line": 8, "column": 45 }, "identifierName": "ContextMenu" }, "name": "ContextMenu" }, "body": { "type": "ClassBody", "start": 174, "end": 17969, "loc": { "start": { "line": 8, "column": 46 }, "end": { "line": 381, "column": 1 } }, "body": [ { "type": "ClassMethod", "start": 181, "end": 303, "loc": { "start": { "line": 10, "column": 4 }, "end": { "line": 14, "column": 5 } }, "static": false, "computed": false, "key": { "type": "Identifier", "start": 181, "end": 192, "loc": { "start": { "line": 10, "column": 4 }, "end": { "line": 10, "column": 15 }, "identifierName": "constructor" }, "name": "constructor" }, "kind": "constructor", "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 193, "end": 202, "loc": { "start": { "line": 10, "column": 16 }, "end": { "line": 10, "column": 25 }, "identifierName": "bimViewer" }, "name": "bimViewer" }, { "type": "AssignmentPattern", "start": 204, "end": 210, "loc": { "start": { "line": 10, "column": 27 }, "end": { "line": 10, "column": 33 } }, "left": { "type": "Identifier", "start": 204, "end": 207, "loc": { "start": { "line": 10, "column": 27 }, "end": { "line": 10, "column": 30 }, "identifierName": "cfg" }, "name": "cfg" }, "right": { "type": "ObjectExpression", "start": 208, "end": 210, "loc": { "start": { "line": 10, "column": 31 }, "end": { "line": 10, "column": 33 } }, "properties": [] } } ], "body": { "type": "BlockStatement", "start": 212, "end": 303, "loc": { "start": { "line": 10, "column": 35 }, "end": { "line": 14, "column": 5 } }, "body": [ { "type": "ExpressionStatement", "start": 222, "end": 233, "loc": { "start": { "line": 11, "column": 8 }, "end": { "line": 11, "column": 19 } }, "expression": { "type": "CallExpression", "start": 222, "end": 232, "loc": { "start": { "line": 11, "column": 8 }, "end": { "line": 11, "column": 18 } }, "callee": { "type": "Super", "start": 222, "end": 227, "loc": { "start": { "line": 11, "column": 8 }, "end": { "line": 11, "column": 13 } } }, "arguments": [ { "type": "Identifier", "start": 228, "end": 231, "loc": { "start": { "line": 11, "column": 14 }, "end": { "line": 11, "column": 17 }, "identifierName": "cfg" }, "name": "cfg" } ] } }, { "type": "ExpressionStatement", "start": 242, "end": 270, "loc": { "start": { "line": 12, "column": 8 }, "end": { "line": 12, "column": 36 } }, "expression": { "type": "AssignmentExpression", "start": 242, "end": 269, "loc": { "start": { "line": 12, "column": 8 }, "end": { "line": 12, "column": 35 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 242, "end": 257, "loc": { "start": { "line": 12, "column": 8 }, "end": { "line": 12, "column": 23 } }, "object": { "type": "ThisExpression", "start": 242, "end": 246, "loc": { "start": { "line": 12, "column": 8 }, "end": { "line": 12, "column": 12 } } }, "property": { "type": "Identifier", "start": 247, "end": 257, "loc": { "start": { "line": 12, "column": 13 }, "end": { "line": 12, "column": 23 }, "identifierName": "_bimViewer" }, "name": "_bimViewer" }, "computed": false }, "right": { "type": "Identifier", "start": 260, "end": 269, "loc": { "start": { "line": 12, "column": 26 }, "end": { "line": 12, "column": 35 }, "identifierName": "bimViewer" }, "name": "bimViewer" } } }, { "type": "ExpressionStatement", "start": 279, "end": 297, "loc": { "start": { "line": 13, "column": 8 }, "end": { "line": 13, "column": 26 } }, "expression": { "type": "CallExpression", "start": 279, "end": 296, "loc": { "start": { "line": 13, "column": 8 }, "end": { "line": 13, "column": 25 } }, "callee": { "type": "MemberExpression", "start": 279, "end": 294, "loc": { "start": { "line": 13, "column": 8 }, "end": { "line": 13, "column": 23 } }, "object": { "type": "ThisExpression", "start": 279, "end": 283, "loc": { "start": { "line": 13, "column": 8 }, "end": { "line": 13, "column": 12 } } }, "property": { "type": "Identifier", "start": 284, "end": 294, "loc": { "start": { "line": 13, "column": 13 }, "end": { "line": 13, "column": 23 }, "identifierName": "_buildMenu" }, "name": "_buildMenu" }, "computed": false }, "arguments": [] } } ], "directives": [] } }, { "type": "ClassMethod", "start": 309, "end": 17967, "loc": { "start": { "line": 16, "column": 4 }, "end": { "line": 380, "column": 5 } }, "static": false, "computed": false, "key": { "type": "Identifier", "start": 309, "end": 319, "loc": { "start": { "line": 16, "column": 4 }, "end": { "line": 16, "column": 14 }, "identifierName": "_buildMenu" }, "name": "_buildMenu" }, "kind": "method", "id": null, "generator": false, "expression": false, "async": false, "params": [], "body": { "type": "BlockStatement", "start": 322, "end": 17967, "loc": { "start": { "line": 16, "column": 17 }, "end": { "line": 380, "column": 5 } }, "body": [ { "type": "VariableDeclaration", "start": 333, "end": 360, "loc": { "start": { "line": 18, "column": 8 }, "end": { "line": 18, "column": 35 } }, "declarations": [ { "type": "VariableDeclarator", "start": 339, "end": 359, "loc": { "start": { "line": 18, "column": 14 }, "end": { "line": 18, "column": 34 } }, "id": { "type": "Identifier", "start": 339, "end": 354, "loc": { "start": { "line": 18, "column": 14 }, "end": { "line": 18, "column": 29 }, "identifierName": "showObjectItems" }, "name": "showObjectItems" }, "init": { "type": "ArrayExpression", "start": 357, "end": 359, "loc": { "start": { "line": 18, "column": 32 }, "end": { "line": 18, "column": 34 } }, "elements": [] } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 369, "end": 397, "loc": { "start": { "line": 19, "column": 8 }, "end": { "line": 19, "column": 36 } }, "declarations": [ { "type": "VariableDeclarator", "start": 375, "end": 396, "loc": { "start": { "line": 19, "column": 14 }, "end": { "line": 19, "column": 35 } }, "id": { "type": "Identifier", "start": 375, "end": 391, "loc": { "start": { "line": 19, "column": 14 }, "end": { "line": 19, "column": 30 }, "identifierName": "focusObjectItems" }, "name": "focusObjectItems" }, "init": { "type": "ArrayExpression", "start": 394, "end": 396, "loc": { "start": { "line": 19, "column": 33 }, "end": { "line": 19, "column": 35 } }, "elements": [] } } ], "kind": "const" }, { "type": "IfStatement", "start": 407, "end": 1059, "loc": { "start": { "line": 21, "column": 8 }, "end": { "line": 34, "column": 9 } }, "test": { "type": "MemberExpression", "start": 411, "end": 453, "loc": { "start": { "line": 21, "column": 12 }, "end": { "line": 21, "column": 54 } }, "object": { "type": "MemberExpression", "start": 411, "end": 426, "loc": { "start": { "line": 21, "column": 12 }, "end": { "line": 21, "column": 27 } }, "object": { "type": "ThisExpression", "start": 411, "end": 415, "loc": { "start": { "line": 21, "column": 12 }, "end": { "line": 21, "column": 16 } } }, "property": { "type": "Identifier", "start": 416, "end": 426, "loc": { "start": { "line": 21, "column": 17 }, "end": { "line": 21, "column": 27 }, "identifierName": "_bimViewer" }, "name": "_bimViewer" }, "computed": false }, "property": { "type": "Identifier", "start": 427, "end": 453, "loc": { "start": { "line": 21, "column": 28 }, "end": { "line": 21, "column": 54 }, "identifierName": "_enablePropertiesInspector" }, "name": "_enablePropertiesInspector" }, "computed": false }, "consequent": { "type": "BlockStatement", "start": 455, "end": 1059, "loc": { "start": { "line": 21, "column": 56 }, "end": { "line": 34, "column": 9 } }, "body": [ { "type": "ExpressionStatement", "start": 469, "end": 1049, "loc": { "start": { "line": 22, "column": 12 }, "end": { "line": 33, "column": 15 } }, "expression": { "type": "CallExpression", "start": 469, "end": 1048, "loc": { "start": { "line": 22, "column": 12 }, "end": { "line": 33, "column": 14 } }, "callee": { "type": "MemberExpression", "start": 469, "end": 489, "loc": { "start": { "line": 22, "column": 12 }, "end": { "line": 22, "column": 32 } }, "object": { "type": "Identifier", "start": 469, "end": 484, "loc": { "start": { "line": 22, "column": 12 }, "end": { "line": 22, "column": 27 }, "identifierName": "showObjectItems" }, "name": "showObjectItems" }, "property": { "type": "Identifier", "start": 485, "end": 489, "loc": { "start": { "line": 22, "column": 28 }, "end": { "line": 22, "column": 32 }, "identifierName": "push" }, "name": "push" }, "computed": false }, "arguments": [ { "type": "ObjectExpression", "start": 490, "end": 1047, "loc": { "start": { "line": 22, "column": 33 }, "end": { "line": 33, "column": 13 } }, "properties": [ { "type": "ObjectProperty", "start": 508, "end": 682, "loc": { "start": { "line": 23, "column": 16 }, "end": { "line": 25, "column": 17 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 508, "end": 516, "loc": { "start": { "line": 23, "column": 16 }, "end": { "line": 23, "column": 24 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 518, "end": 682, "loc": { "start": { "line": 23, "column": 26 }, "end": { "line": 25, "column": 17 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 519, "end": 526, "loc": { "start": { "line": 23, "column": 27 }, "end": { "line": 23, "column": 34 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 531, "end": 682, "loc": { "start": { "line": 23, "column": 39 }, "end": { "line": 25, "column": 17 } }, "body": [ { "type": "ReturnStatement", "start": 553, "end": 664, "loc": { "start": { "line": 24, "column": 20 }, "end": { "line": 24, "column": 131 } }, "argument": { "type": "LogicalExpression", "start": 560, "end": 663, "loc": { "start": { "line": 24, "column": 27 }, "end": { "line": 24, "column": 130 } }, "left": { "type": "CallExpression", "start": 560, "end": 639, "loc": { "start": { "line": 24, "column": 27 }, "end": { "line": 24, "column": 106 } }, "callee": { "type": "MemberExpression", "start": 560, "end": 598, "loc": { "start": { "line": 24, "column": 27 }, "end": { "line": 24, "column": 65 } }, "object": { "type": "MemberExpression", "start": 560, "end": 588, "loc": { "start": { "line": 24, "column": 27 }, "end": { "line": 24, "column": 55 } }, "object": { "type": "MemberExpression", "start": 560, "end": 574, "loc": { "start": { "line": 24, "column": 27 }, "end": { "line": 24, "column": 41 } }, "object": { "type": "Identifier", "start": 560, "end": 567, "loc": { "start": { "line": 24, "column": 27 }, "end": { "line": 24, "column": 34 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 568, "end": 574, "loc": { "start": { "line": 24, "column": 35 }, "end": { "line": 24, "column": 41 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 575, "end": 588, "loc": { "start": { "line": 24, "column": 42 }, "end": { "line": 24, "column": 55 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 589, "end": 598, "loc": { "start": { "line": 24, "column": 56 }, "end": { "line": 24, "column": 65 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 599, "end": 638, "loc": { "start": { "line": 24, "column": 66 }, "end": { "line": 24, "column": 105 } }, "extra": { "rawValue": "treeViewContextMenu.inspectProperties", "raw": "\"treeViewContextMenu.inspectProperties\"" }, "value": "treeViewContextMenu.inspectProperties" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 643, "end": 663, "loc": { "start": { "line": 24, "column": 110 }, "end": { "line": 24, "column": 130 } }, "extra": { "rawValue": "Inspect Properties", "raw": "\"Inspect Properties\"" }, "value": "Inspect Properties" } } } ], "directives": [] } } }, { "type": "ObjectMethod", "start": 700, "end": 835, "loc": { "start": { "line": 26, "column": 16 }, "end": { "line": 28, "column": 17 } }, "method": true, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 700, "end": 708, "loc": { "start": { "line": 26, "column": 16 }, "end": { "line": 26, "column": 24 }, "identifierName": "getShown" }, "name": "getShown" }, "kind": "method", "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 709, "end": 716, "loc": { "start": { "line": 26, "column": 25 }, "end": { "line": 26, "column": 32 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 718, "end": 835, "loc": { "start": { "line": 26, "column": 34 }, "end": { "line": 28, "column": 17 } }, "body": [ { "type": "ReturnStatement", "start": 740, "end": 817, "loc": { "start": { "line": 27, "column": 20 }, "end": { "line": 27, "column": 97 } }, "argument": { "type": "UnaryExpression", "start": 747, "end": 816, "loc": { "start": { "line": 27, "column": 27 }, "end": { "line": 27, "column": 96 } }, "operator": "!", "prefix": true, "argument": { "type": "UnaryExpression", "start": 748, "end": 816, "loc": { "start": { "line": 27, "column": 28 }, "end": { "line": 27, "column": 96 } }, "operator": "!", "prefix": true, "argument": { "type": "MemberExpression", "start": 749, "end": 816, "loc": { "start": { "line": 27, "column": 29 }, "end": { "line": 27, "column": 96 } }, "object": { "type": "MemberExpression", "start": 749, "end": 785, "loc": { "start": { "line": 27, "column": 29 }, "end": { "line": 27, "column": 65 } }, "object": { "type": "MemberExpression", "start": 749, "end": 773, "loc": { "start": { "line": 27, "column": 29 }, "end": { "line": 27, "column": 53 } }, "object": { "type": "MemberExpression", "start": 749, "end": 763, "loc": { "start": { "line": 27, "column": 29 }, "end": { "line": 27, "column": 43 } }, "object": { "type": "Identifier", "start": 749, "end": 756, "loc": { "start": { "line": 27, "column": 29 }, "end": { "line": 27, "column": 36 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 757, "end": 763, "loc": { "start": { "line": 27, "column": 37 }, "end": { "line": 27, "column": 43 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 764, "end": 773, "loc": { "start": { "line": 27, "column": 44 }, "end": { "line": 27, "column": 53 }, "identifierName": "metaScene" }, "name": "metaScene" }, "computed": false }, "property": { "type": "Identifier", "start": 774, "end": 785, "loc": { "start": { "line": 27, "column": 54 }, "end": { "line": 27, "column": 65 }, "identifierName": "metaObjects" }, "name": "metaObjects" }, "computed": false }, "property": { "type": "MemberExpression", "start": 786, "end": 815, "loc": { "start": { "line": 27, "column": 66 }, "end": { "line": 27, "column": 95 } }, "object": { "type": "MemberExpression", "start": 786, "end": 806, "loc": { "start": { "line": 27, "column": 66 }, "end": { "line": 27, "column": 86 } }, "object": { "type": "Identifier", "start": 786, "end": 793, "loc": { "start": { "line": 27, "column": 66 }, "end": { "line": 27, "column": 73 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 794, "end": 806, "loc": { "start": { "line": 27, "column": 74 }, "end": { "line": 27, "column": 86 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "computed": false }, "property": { "type": "Identifier", "start": 807, "end": 815, "loc": { "start": { "line": 27, "column": 87 }, "end": { "line": 27, "column": 95 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "computed": true }, "extra": { "parenthesizedArgument": false } }, "extra": { "parenthesizedArgument": false } } } ], "directives": [] } }, { "type": "ObjectProperty", "start": 853, "end": 1033, "loc": { "start": { "line": 29, "column": 16 }, "end": { "line": 32, "column": 17 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 853, "end": 861, "loc": { "start": { "line": 29, "column": 16 }, "end": { "line": 29, "column": 24 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "ArrowFunctionExpression", "start": 863, "end": 1033, "loc": { "start": { "line": 29, "column": 26 }, "end": { "line": 32, "column": 17 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 864, "end": 871, "loc": { "start": { "line": 29, "column": 27 }, "end": { "line": 29, "column": 34 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 876, "end": 1033, "loc": { "start": { "line": 29, "column": 39 }, "end": { "line": 32, "column": 17 } }, "body": [ { "type": "VariableDeclaration", "start": 898, "end": 945, "loc": { "start": { "line": 30, "column": 20 }, "end": { "line": 30, "column": 67 } }, "declarations": [ { "type": "VariableDeclarator", "start": 904, "end": 944, "loc": { "start": { "line": 30, "column": 26 }, "end": { "line": 30, "column": 66 } }, "id": { "type": "Identifier", "start": 904, "end": 912, "loc": { "start": { "line": 30, "column": 26 }, "end": { "line": 30, "column": 34 }, "identifierName": "objectId" }, "name": "objectId" }, "init": { "type": "MemberExpression", "start": 915, "end": 944, "loc": { "start": { "line": 30, "column": 37 }, "end": { "line": 30, "column": 66 } }, "object": { "type": "MemberExpression", "start": 915, "end": 935, "loc": { "start": { "line": 30, "column": 37 }, "end": { "line": 30, "column": 57 } }, "object": { "type": "Identifier", "start": 915, "end": 922, "loc": { "start": { "line": 30, "column": 37 }, "end": { "line": 30, "column": 44 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 923, "end": 935, "loc": { "start": { "line": 30, "column": 45 }, "end": { "line": 30, "column": 57 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "computed": false }, "property": { "type": "Identifier", "start": 936, "end": 944, "loc": { "start": { "line": 30, "column": 58 }, "end": { "line": 30, "column": 66 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 966, "end": 1015, "loc": { "start": { "line": 31, "column": 20 }, "end": { "line": 31, "column": 69 } }, "expression": { "type": "CallExpression", "start": 966, "end": 1014, "loc": { "start": { "line": 31, "column": 20 }, "end": { "line": 31, "column": 68 } }, "callee": { "type": "MemberExpression", "start": 966, "end": 1004, "loc": { "start": { "line": 31, "column": 20 }, "end": { "line": 31, "column": 58 } }, "object": { "type": "MemberExpression", "start": 966, "end": 983, "loc": { "start": { "line": 31, "column": 20 }, "end": { "line": 31, "column": 37 } }, "object": { "type": "Identifier", "start": 966, "end": 973, "loc": { "start": { "line": 31, "column": 20 }, "end": { "line": 31, "column": 27 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 974, "end": 983, "loc": { "start": { "line": 31, "column": 28 }, "end": { "line": 31, "column": 37 }, "identifierName": "bimViewer" }, "name": "bimViewer" }, "computed": false }, "property": { "type": "Identifier", "start": 984, "end": 1004, "loc": { "start": { "line": 31, "column": 38 }, "end": { "line": 31, "column": 58 }, "identifierName": "showObjectProperties" }, "name": "showObjectProperties" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 1005, "end": 1013, "loc": { "start": { "line": 31, "column": 59 }, "end": { "line": 31, "column": 67 }, "identifierName": "objectId" }, "name": "objectId" } ] } } ], "directives": [] } } } ] } ] } } ], "directives": [] }, "alternate": null }, { "type": "ExpressionStatement", "start": 1069, "end": 3906, "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 97, "column": 11 } }, "expression": { "type": "CallExpression", "start": 1069, "end": 3905, "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 97, "column": 10 } }, "callee": { "type": "MemberExpression", "start": 1069, "end": 1090, "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 36, "column": 29 } }, "object": { "type": "Identifier", "start": 1069, "end": 1085, "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 36, "column": 24 }, "identifierName": "focusObjectItems" }, "name": "focusObjectItems" }, "property": { "type": "Identifier", "start": 1086, "end": 1090, "loc": { "start": { "line": 36, "column": 25 }, "end": { "line": 36, "column": 29 }, "identifierName": "push" }, "name": "push" }, "computed": false }, "arguments": [ { "type": "SpreadElement", "start": 1091, "end": 3904, "loc": { "start": { "line": 36, "column": 30 }, "end": { "line": 97, "column": 9 } }, "argument": { "type": "ArrayExpression", "start": 1094, "end": 3904, "loc": { "start": { "line": 36, "column": 33 }, "end": { "line": 97, "column": 9 } }, "elements": [ { "type": "ObjectExpression", "start": 1108, "end": 2386, "loc": { "start": { "line": 37, "column": 12 }, "end": { "line": 63, "column": 13 } }, "properties": [ { "type": "ObjectProperty", "start": 1126, "end": 1280, "loc": { "start": { "line": 38, "column": 16 }, "end": { "line": 40, "column": 17 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 1126, "end": 1134, "loc": { "start": { "line": 38, "column": 16 }, "end": { "line": 38, "column": 24 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 1136, "end": 1280, "loc": { "start": { "line": 38, "column": 26 }, "end": { "line": 40, "column": 17 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 1137, "end": 1144, "loc": { "start": { "line": 38, "column": 27 }, "end": { "line": 38, "column": 34 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 1149, "end": 1280, "loc": { "start": { "line": 38, "column": 39 }, "end": { "line": 40, "column": 17 } }, "body": [ { "type": "ReturnStatement", "start": 1171, "end": 1262, "loc": { "start": { "line": 39, "column": 20 }, "end": { "line": 39, "column": 111 } }, "argument": { "type": "LogicalExpression", "start": 1178, "end": 1261, "loc": { "start": { "line": 39, "column": 27 }, "end": { "line": 39, "column": 110 } }, "left": { "type": "CallExpression", "start": 1178, "end": 1247, "loc": { "start": { "line": 39, "column": 27 }, "end": { "line": 39, "column": 96 } }, "callee": { "type": "MemberExpression", "start": 1178, "end": 1216, "loc": { "start": { "line": 39, "column": 27 }, "end": { "line": 39, "column": 65 } }, "object": { "type": "MemberExpression", "start": 1178, "end": 1206, "loc": { "start": { "line": 39, "column": 27 }, "end": { "line": 39, "column": 55 } }, "object": { "type": "MemberExpression", "start": 1178, "end": 1192, "loc": { "start": { "line": 39, "column": 27 }, "end": { "line": 39, "column": 41 } }, "object": { "type": "Identifier", "start": 1178, "end": 1185, "loc": { "start": { "line": 39, "column": 27 }, "end": { "line": 39, "column": 34 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 1186, "end": 1192, "loc": { "start": { "line": 39, "column": 35 }, "end": { "line": 39, "column": 41 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 1193, "end": 1206, "loc": { "start": { "line": 39, "column": 42 }, "end": { "line": 39, "column": 55 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 1207, "end": 1216, "loc": { "start": { "line": 39, "column": 56 }, "end": { "line": 39, "column": 65 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 1217, "end": 1246, "loc": { "start": { "line": 39, "column": 66 }, "end": { "line": 39, "column": 95 } }, "extra": { "rawValue": "treeViewContextMenu.viewFit", "raw": "\"treeViewContextMenu.viewFit\"" }, "value": "treeViewContextMenu.viewFit" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 1251, "end": 1261, "loc": { "start": { "line": 39, "column": 100 }, "end": { "line": 39, "column": 110 } }, "extra": { "rawValue": "View Fit", "raw": "\"View Fit\"" }, "value": "View Fit" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 1298, "end": 2372, "loc": { "start": { "line": 41, "column": 16 }, "end": { "line": 62, "column": 17 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 1298, "end": 1306, "loc": { "start": { "line": 41, "column": 16 }, "end": { "line": 41, "column": 24 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 1308, "end": 2372, "loc": { "start": { "line": 41, "column": 26 }, "end": { "line": 62, "column": 17 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 1318, "end": 1325, "loc": { "start": { "line": 41, "column": 36 }, "end": { "line": 41, "column": 43 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 1327, "end": 2372, "loc": { "start": { "line": 41, "column": 45 }, "end": { "line": 62, "column": 17 } }, "body": [ { "type": "VariableDeclaration", "start": 1349, "end": 1379, "loc": { "start": { "line": 42, "column": 20 }, "end": { "line": 42, "column": 50 } }, "declarations": [ { "type": "VariableDeclarator", "start": 1355, "end": 1378, "loc": { "start": { "line": 42, "column": 26 }, "end": { "line": 42, "column": 49 } }, "id": { "type": "Identifier", "start": 1355, "end": 1361, "loc": { "start": { "line": 42, "column": 26 }, "end": { "line": 42, "column": 32 }, "identifierName": "viewer" }, "name": "viewer" }, "init": { "type": "MemberExpression", "start": 1364, "end": 1378, "loc": { "start": { "line": 42, "column": 35 }, "end": { "line": 42, "column": 49 } }, "object": { "type": "Identifier", "start": 1364, "end": 1371, "loc": { "start": { "line": 42, "column": 35 }, "end": { "line": 42, "column": 42 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 1372, "end": 1378, "loc": { "start": { "line": 42, "column": 43 }, "end": { "line": 42, "column": 49 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 1400, "end": 1427, "loc": { "start": { "line": 43, "column": 20 }, "end": { "line": 43, "column": 47 } }, "declarations": [ { "type": "VariableDeclarator", "start": 1406, "end": 1426, "loc": { "start": { "line": 43, "column": 26 }, "end": { "line": 43, "column": 46 } }, "id": { "type": "Identifier", "start": 1406, "end": 1411, "loc": { "start": { "line": 43, "column": 26 }, "end": { "line": 43, "column": 31 }, "identifierName": "scene" }, "name": "scene" }, "init": { "type": "MemberExpression", "start": 1414, "end": 1426, "loc": { "start": { "line": 43, "column": 34 }, "end": { "line": 43, "column": 46 } }, "object": { "type": "Identifier", "start": 1414, "end": 1420, "loc": { "start": { "line": 43, "column": 34 }, "end": { "line": 43, "column": 40 }, "identifierName": "viewer" }, "name": "viewer" }, "property": { "type": "Identifier", "start": 1421, "end": 1426, "loc": { "start": { "line": 43, "column": 41 }, "end": { "line": 43, "column": 46 }, "identifierName": "scene" }, "name": "scene" }, "computed": false } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 1448, "end": 1469, "loc": { "start": { "line": 44, "column": 20 }, "end": { "line": 44, "column": 41 } }, "declarations": [ { "type": "VariableDeclarator", "start": 1454, "end": 1468, "loc": { "start": { "line": 44, "column": 26 }, "end": { "line": 44, "column": 40 } }, "id": { "type": "Identifier", "start": 1454, "end": 1463, "loc": { "start": { "line": 44, "column": 26 }, "end": { "line": 44, "column": 35 }, "identifierName": "objectIds" }, "name": "objectIds" }, "init": { "type": "ArrayExpression", "start": 1466, "end": 1468, "loc": { "start": { "line": 44, "column": 38 }, "end": { "line": 44, "column": 40 } }, "elements": [] } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 1490, "end": 1737, "loc": { "start": { "line": 45, "column": 20 }, "end": { "line": 49, "column": 23 } }, "expression": { "type": "CallExpression", "start": 1490, "end": 1736, "loc": { "start": { "line": 45, "column": 20 }, "end": { "line": 49, "column": 22 } }, "callee": { "type": "MemberExpression", "start": 1490, "end": 1525, "loc": { "start": { "line": 45, "column": 20 }, "end": { "line": 45, "column": 55 } }, "object": { "type": "MemberExpression", "start": 1490, "end": 1512, "loc": { "start": { "line": 45, "column": 20 }, "end": { "line": 45, "column": 42 } }, "object": { "type": "Identifier", "start": 1490, "end": 1497, "loc": { "start": { "line": 45, "column": 20 }, "end": { "line": 45, "column": 27 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 1498, "end": 1512, "loc": { "start": { "line": 45, "column": 28 }, "end": { "line": 45, "column": 42 }, "identifierName": "treeViewPlugin" }, "name": "treeViewPlugin" }, "computed": false }, "property": { "type": "Identifier", "start": 1513, "end": 1525, "loc": { "start": { "line": 45, "column": 43 }, "end": { "line": 45, "column": 55 }, "identifierName": "withNodeTree" }, "name": "withNodeTree" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 1526, "end": 1546, "loc": { "start": { "line": 45, "column": 56 }, "end": { "line": 45, "column": 76 } }, "object": { "type": "Identifier", "start": 1526, "end": 1533, "loc": { "start": { "line": 45, "column": 56 }, "end": { "line": 45, "column": 63 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 1534, "end": 1546, "loc": { "start": { "line": 45, "column": 64 }, "end": { "line": 45, "column": 76 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "computed": false }, { "type": "ArrowFunctionExpression", "start": 1548, "end": 1735, "loc": { "start": { "line": 45, "column": 78 }, "end": { "line": 49, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 1549, "end": 1561, "loc": { "start": { "line": 45, "column": 79 }, "end": { "line": 45, "column": 91 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" } ], "body": { "type": "BlockStatement", "start": 1566, "end": 1735, "loc": { "start": { "line": 45, "column": 96 }, "end": { "line": 49, "column": 21 } }, "body": [ { "type": "IfStatement", "start": 1592, "end": 1713, "loc": { "start": { "line": 46, "column": 24 }, "end": { "line": 48, "column": 25 } }, "test": { "type": "MemberExpression", "start": 1596, "end": 1617, "loc": { "start": { "line": 46, "column": 28 }, "end": { "line": 46, "column": 49 } }, "object": { "type": "Identifier", "start": 1596, "end": 1608, "loc": { "start": { "line": 46, "column": 28 }, "end": { "line": 46, "column": 40 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 1609, "end": 1617, "loc": { "start": { "line": 46, "column": 41 }, "end": { "line": 46, "column": 49 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "consequent": { "type": "BlockStatement", "start": 1619, "end": 1713, "loc": { "start": { "line": 46, "column": 51 }, "end": { "line": 48, "column": 25 } }, "body": [ { "type": "ExpressionStatement", "start": 1649, "end": 1687, "loc": { "start": { "line": 47, "column": 28 }, "end": { "line": 47, "column": 66 } }, "expression": { "type": "CallExpression", "start": 1649, "end": 1686, "loc": { "start": { "line": 47, "column": 28 }, "end": { "line": 47, "column": 65 } }, "callee": { "type": "MemberExpression", "start": 1649, "end": 1663, "loc": { "start": { "line": 47, "column": 28 }, "end": { "line": 47, "column": 42 } }, "object": { "type": "Identifier", "start": 1649, "end": 1658, "loc": { "start": { "line": 47, "column": 28 }, "end": { "line": 47, "column": 37 }, "identifierName": "objectIds" }, "name": "objectIds" }, "property": { "type": "Identifier", "start": 1659, "end": 1663, "loc": { "start": { "line": 47, "column": 38 }, "end": { "line": 47, "column": 42 }, "identifierName": "push" }, "name": "push" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 1664, "end": 1685, "loc": { "start": { "line": 47, "column": 43 }, "end": { "line": 47, "column": 64 } }, "object": { "type": "Identifier", "start": 1664, "end": 1676, "loc": { "start": { "line": 47, "column": 43 }, "end": { "line": 47, "column": 55 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 1677, "end": 1685, "loc": { "start": { "line": 47, "column": 56 }, "end": { "line": 47, "column": 64 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false } ] } } ], "directives": [] }, "alternate": null } ], "directives": [] } } ] } }, { "type": "ExpressionStatement", "start": 1758, "end": 1799, "loc": { "start": { "line": 50, "column": 20 }, "end": { "line": 50, "column": 61 } }, "expression": { "type": "CallExpression", "start": 1758, "end": 1798, "loc": { "start": { "line": 50, "column": 20 }, "end": { "line": 50, "column": 60 } }, "callee": { "type": "MemberExpression", "start": 1758, "end": 1781, "loc": { "start": { "line": 50, "column": 20 }, "end": { "line": 50, "column": 43 } }, "object": { "type": "Identifier", "start": 1758, "end": 1763, "loc": { "start": { "line": 50, "column": 20 }, "end": { "line": 50, "column": 25 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 1764, "end": 1781, "loc": { "start": { "line": 50, "column": 26 }, "end": { "line": 50, "column": 43 }, "identifierName": "setObjectsVisible" }, "name": "setObjectsVisible" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 1782, "end": 1791, "loc": { "start": { "line": 50, "column": 44 }, "end": { "line": 50, "column": 53 }, "identifierName": "objectIds" }, "name": "objectIds" }, { "type": "BooleanLiteral", "start": 1793, "end": 1797, "loc": { "start": { "line": 50, "column": 55 }, "end": { "line": 50, "column": 59 } }, "value": true } ] } }, { "type": "ExpressionStatement", "start": 1820, "end": 1865, "loc": { "start": { "line": 51, "column": 20 }, "end": { "line": 51, "column": 65 } }, "expression": { "type": "CallExpression", "start": 1820, "end": 1864, "loc": { "start": { "line": 51, "column": 20 }, "end": { "line": 51, "column": 64 } }, "callee": { "type": "MemberExpression", "start": 1820, "end": 1847, "loc": { "start": { "line": 51, "column": 20 }, "end": { "line": 51, "column": 47 } }, "object": { "type": "Identifier", "start": 1820, "end": 1825, "loc": { "start": { "line": 51, "column": 20 }, "end": { "line": 51, "column": 25 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 1826, "end": 1847, "loc": { "start": { "line": 51, "column": 26 }, "end": { "line": 51, "column": 47 }, "identifierName": "setObjectsHighlighted" }, "name": "setObjectsHighlighted" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 1848, "end": 1857, "loc": { "start": { "line": 51, "column": 48 }, "end": { "line": 51, "column": 57 }, "identifierName": "objectIds" }, "name": "objectIds" }, { "type": "BooleanLiteral", "start": 1859, "end": 1863, "loc": { "start": { "line": 51, "column": 59 }, "end": { "line": 51, "column": 63 } }, "value": true } ] } }, { "type": "VariableDeclaration", "start": 1886, "end": 1924, "loc": { "start": { "line": 52, "column": 20 }, "end": { "line": 52, "column": 58 } }, "declarations": [ { "type": "VariableDeclarator", "start": 1892, "end": 1923, "loc": { "start": { "line": 52, "column": 26 }, "end": { "line": 52, "column": 57 } }, "id": { "type": "Identifier", "start": 1892, "end": 1896, "loc": { "start": { "line": 52, "column": 26 }, "end": { "line": 52, "column": 30 }, "identifierName": "aabb" }, "name": "aabb" }, "init": { "type": "CallExpression", "start": 1899, "end": 1923, "loc": { "start": { "line": 52, "column": 33 }, "end": { "line": 52, "column": 57 } }, "callee": { "type": "MemberExpression", "start": 1899, "end": 1912, "loc": { "start": { "line": 52, "column": 33 }, "end": { "line": 52, "column": 46 } }, "object": { "type": "Identifier", "start": 1899, "end": 1904, "loc": { "start": { "line": 52, "column": 33 }, "end": { "line": 52, "column": 38 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 1905, "end": 1912, "loc": { "start": { "line": 52, "column": 39 }, "end": { "line": 52, "column": 46 }, "identifierName": "getAABB" }, "name": "getAABB" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 1913, "end": 1922, "loc": { "start": { "line": 52, "column": 47 }, "end": { "line": 52, "column": 56 }, "identifierName": "objectIds" }, "name": "objectIds" } ] } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 1945, "end": 2275, "loc": { "start": { "line": 53, "column": 20 }, "end": { "line": 60, "column": 23 } }, "expression": { "type": "CallExpression", "start": 1945, "end": 2274, "loc": { "start": { "line": 53, "column": 20 }, "end": { "line": 60, "column": 22 } }, "callee": { "type": "MemberExpression", "start": 1945, "end": 1970, "loc": { "start": { "line": 53, "column": 20 }, "end": { "line": 53, "column": 45 } }, "object": { "type": "MemberExpression", "start": 1945, "end": 1964, "loc": { "start": { "line": 53, "column": 20 }, "end": { "line": 53, "column": 39 } }, "object": { "type": "Identifier", "start": 1945, "end": 1951, "loc": { "start": { "line": 53, "column": 20 }, "end": { "line": 53, "column": 26 }, "identifierName": "viewer" }, "name": "viewer" }, "property": { "type": "Identifier", "start": 1952, "end": 1964, "loc": { "start": { "line": 53, "column": 27 }, "end": { "line": 53, "column": 39 }, "identifierName": "cameraFlight" }, "name": "cameraFlight" }, "computed": false }, "property": { "type": "Identifier", "start": 1965, "end": 1970, "loc": { "start": { "line": 53, "column": 40 }, "end": { "line": 53, "column": 45 }, "identifierName": "flyTo" }, "name": "flyTo" }, "computed": false }, "arguments": [ { "type": "ObjectExpression", "start": 1971, "end": 2068, "loc": { "start": { "line": 53, "column": 46 }, "end": { "line": 56, "column": 21 } }, "properties": [ { "type": "ObjectProperty", "start": 1997, "end": 2007, "loc": { "start": { "line": 54, "column": 24 }, "end": { "line": 54, "column": 34 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 1997, "end": 2001, "loc": { "start": { "line": 54, "column": 24 }, "end": { "line": 54, "column": 28 }, "identifierName": "aabb" }, "name": "aabb" }, "value": { "type": "Identifier", "start": 2003, "end": 2007, "loc": { "start": { "line": 54, "column": 30 }, "end": { "line": 54, "column": 34 }, "identifierName": "aabb" }, "name": "aabb" } }, { "type": "ObjectProperty", "start": 2033, "end": 2046, "loc": { "start": { "line": 55, "column": 24 }, "end": { "line": 55, "column": 37 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 2033, "end": 2041, "loc": { "start": { "line": 55, "column": 24 }, "end": { "line": 55, "column": 32 }, "identifierName": "duration" }, "name": "duration" }, "value": { "type": "NumericLiteral", "start": 2043, "end": 2046, "loc": { "start": { "line": 55, "column": 34 }, "end": { "line": 55, "column": 37 } }, "extra": { "rawValue": 0.5, "raw": "0.5" }, "value": 0.5 } } ] }, { "type": "ArrowFunctionExpression", "start": 2070, "end": 2273, "loc": { "start": { "line": 56, "column": 23 }, "end": { "line": 60, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [], "body": { "type": "BlockStatement", "start": 2076, "end": 2273, "loc": { "start": { "line": 56, "column": 29 }, "end": { "line": 60, "column": 21 } }, "body": [ { "type": "ExpressionStatement", "start": 2102, "end": 2251, "loc": { "start": { "line": 57, "column": 24 }, "end": { "line": 59, "column": 32 } }, "expression": { "type": "CallExpression", "start": 2102, "end": 2250, "loc": { "start": { "line": 57, "column": 24 }, "end": { "line": 59, "column": 31 } }, "callee": { "type": "Identifier", "start": 2102, "end": 2112, "loc": { "start": { "line": 57, "column": 24 }, "end": { "line": 57, "column": 34 }, "identifierName": "setTimeout" }, "name": "setTimeout" }, "arguments": [ { "type": "FunctionExpression", "start": 2113, "end": 2244, "loc": { "start": { "line": 57, "column": 35 }, "end": { "line": 59, "column": 25 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [], "body": { "type": "BlockStatement", "start": 2125, "end": 2244, "loc": { "start": { "line": 57, "column": 47 }, "end": { "line": 59, "column": 25 } }, "body": [ { "type": "ExpressionStatement", "start": 2155, "end": 2218, "loc": { "start": { "line": 58, "column": 28 }, "end": { "line": 58, "column": 91 } }, "expression": { "type": "CallExpression", "start": 2155, "end": 2217, "loc": { "start": { "line": 58, "column": 28 }, "end": { "line": 58, "column": 90 } }, "callee": { "type": "MemberExpression", "start": 2155, "end": 2182, "loc": { "start": { "line": 58, "column": 28 }, "end": { "line": 58, "column": 55 } }, "object": { "type": "Identifier", "start": 2155, "end": 2160, "loc": { "start": { "line": 58, "column": 28 }, "end": { "line": 58, "column": 33 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 2161, "end": 2182, "loc": { "start": { "line": 58, "column": 34 }, "end": { "line": 58, "column": 55 }, "identifierName": "setObjectsHighlighted" }, "name": "setObjectsHighlighted" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 2183, "end": 2209, "loc": { "start": { "line": 58, "column": 56 }, "end": { "line": 58, "column": 82 } }, "object": { "type": "Identifier", "start": 2183, "end": 2188, "loc": { "start": { "line": 58, "column": 56 }, "end": { "line": 58, "column": 61 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 2189, "end": 2209, "loc": { "start": { "line": 58, "column": 62 }, "end": { "line": 58, "column": 82 }, "identifierName": "highlightedObjectIds" }, "name": "highlightedObjectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 2211, "end": 2216, "loc": { "start": { "line": 58, "column": 84 }, "end": { "line": 58, "column": 89 } }, "value": false } ] } } ], "directives": [] } }, { "type": "NumericLiteral", "start": 2246, "end": 2249, "loc": { "start": { "line": 59, "column": 27 }, "end": { "line": 59, "column": 30 } }, "extra": { "rawValue": 500, "raw": "500" }, "value": 500 } ] } } ], "directives": [] } } ] } }, { "type": "ExpressionStatement", "start": 2296, "end": 2354, "loc": { "start": { "line": 61, "column": 20 }, "end": { "line": 61, "column": 78 } }, "expression": { "type": "AssignmentExpression", "start": 2296, "end": 2353, "loc": { "start": { "line": 61, "column": 20 }, "end": { "line": 61, "column": 77 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 2296, "end": 2325, "loc": { "start": { "line": 61, "column": 20 }, "end": { "line": 61, "column": 49 } }, "object": { "type": "MemberExpression", "start": 2296, "end": 2316, "loc": { "start": { "line": 61, "column": 20 }, "end": { "line": 61, "column": 40 } }, "object": { "type": "Identifier", "start": 2296, "end": 2302, "loc": { "start": { "line": 61, "column": 20 }, "end": { "line": 61, "column": 26 }, "identifierName": "viewer" }, "name": "viewer" }, "property": { "type": "Identifier", "start": 2303, "end": 2316, "loc": { "start": { "line": 61, "column": 27 }, "end": { "line": 61, "column": 40 }, "identifierName": "cameraControl" }, "name": "cameraControl" }, "computed": false }, "property": { "type": "Identifier", "start": 2317, "end": 2325, "loc": { "start": { "line": 61, "column": 41 }, "end": { "line": 61, "column": 49 }, "identifierName": "pivotPos" }, "name": "pivotPos" }, "computed": false }, "right": { "type": "CallExpression", "start": 2328, "end": 2353, "loc": { "start": { "line": 61, "column": 52 }, "end": { "line": 61, "column": 77 } }, "callee": { "type": "MemberExpression", "start": 2328, "end": 2347, "loc": { "start": { "line": 61, "column": 52 }, "end": { "line": 61, "column": 71 } }, "object": { "type": "Identifier", "start": 2328, "end": 2332, "loc": { "start": { "line": 61, "column": 52 }, "end": { "line": 61, "column": 56 }, "identifierName": "math" }, "name": "math" }, "property": { "type": "Identifier", "start": 2333, "end": 2347, "loc": { "start": { "line": 61, "column": 57 }, "end": { "line": 61, "column": 71 }, "identifierName": "getAABB3Center" }, "name": "getAABB3Center" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 2348, "end": 2352, "loc": { "start": { "line": 61, "column": 72 }, "end": { "line": 61, "column": 76 }, "identifierName": "aabb" }, "name": "aabb" } ] } } } ], "directives": [] } } } ] }, { "type": "ObjectExpression", "start": 2400, "end": 3210, "loc": { "start": { "line": 64, "column": 12 }, "end": { "line": 81, "column": 13 } }, "properties": [ { "type": "ObjectProperty", "start": 2418, "end": 2588, "loc": { "start": { "line": 65, "column": 16 }, "end": { "line": 67, "column": 17 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 2418, "end": 2426, "loc": { "start": { "line": 65, "column": 16 }, "end": { "line": 65, "column": 24 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 2428, "end": 2588, "loc": { "start": { "line": 65, "column": 26 }, "end": { "line": 67, "column": 17 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 2429, "end": 2436, "loc": { "start": { "line": 65, "column": 27 }, "end": { "line": 65, "column": 34 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 2441, "end": 2588, "loc": { "start": { "line": 65, "column": 39 }, "end": { "line": 67, "column": 17 } }, "body": [ { "type": "ReturnStatement", "start": 2463, "end": 2570, "loc": { "start": { "line": 66, "column": 20 }, "end": { "line": 66, "column": 127 } }, "argument": { "type": "LogicalExpression", "start": 2470, "end": 2569, "loc": { "start": { "line": 66, "column": 27 }, "end": { "line": 66, "column": 126 } }, "left": { "type": "CallExpression", "start": 2470, "end": 2546, "loc": { "start": { "line": 66, "column": 27 }, "end": { "line": 66, "column": 103 } }, "callee": { "type": "MemberExpression", "start": 2470, "end": 2508, "loc": { "start": { "line": 66, "column": 27 }, "end": { "line": 66, "column": 65 } }, "object": { "type": "MemberExpression", "start": 2470, "end": 2498, "loc": { "start": { "line": 66, "column": 27 }, "end": { "line": 66, "column": 55 } }, "object": { "type": "MemberExpression", "start": 2470, "end": 2484, "loc": { "start": { "line": 66, "column": 27 }, "end": { "line": 66, "column": 41 } }, "object": { "type": "Identifier", "start": 2470, "end": 2477, "loc": { "start": { "line": 66, "column": 27 }, "end": { "line": 66, "column": 34 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 2478, "end": 2484, "loc": { "start": { "line": 66, "column": 35 }, "end": { "line": 66, "column": 41 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 2485, "end": 2498, "loc": { "start": { "line": 66, "column": 42 }, "end": { "line": 66, "column": 55 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 2499, "end": 2508, "loc": { "start": { "line": 66, "column": 56 }, "end": { "line": 66, "column": 65 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 2509, "end": 2545, "loc": { "start": { "line": 66, "column": 66 }, "end": { "line": 66, "column": 102 } }, "extra": { "rawValue": "canvasContextMenu.viewFitSelection", "raw": "\"canvasContextMenu.viewFitSelection\"" }, "value": "canvasContextMenu.viewFitSelection" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 2550, "end": 2569, "loc": { "start": { "line": 66, "column": 107 }, "end": { "line": 66, "column": 126 } }, "extra": { "rawValue": "View Fit Selected", "raw": "\"View Fit Selected\"" }, "value": "View Fit Selected" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 2606, "end": 2724, "loc": { "start": { "line": 68, "column": 16 }, "end": { "line": 70, "column": 17 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 2606, "end": 2616, "loc": { "start": { "line": 68, "column": 16 }, "end": { "line": 68, "column": 26 }, "identifierName": "getEnabled" }, "name": "getEnabled" }, "value": { "type": "ArrowFunctionExpression", "start": 2618, "end": 2724, "loc": { "start": { "line": 68, "column": 28 }, "end": { "line": 70, "column": 17 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 2619, "end": 2626, "loc": { "start": { "line": 68, "column": 29 }, "end": { "line": 68, "column": 36 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 2631, "end": 2724, "loc": { "start": { "line": 68, "column": 41 }, "end": { "line": 70, "column": 17 } }, "body": [ { "type": "ReturnStatement", "start": 2653, "end": 2706, "loc": { "start": { "line": 69, "column": 20 }, "end": { "line": 69, "column": 73 } }, "argument": { "type": "BinaryExpression", "start": 2661, "end": 2704, "loc": { "start": { "line": 69, "column": 28 }, "end": { "line": 69, "column": 71 } }, "left": { "type": "MemberExpression", "start": 2661, "end": 2700, "loc": { "start": { "line": 69, "column": 28 }, "end": { "line": 69, "column": 67 } }, "object": { "type": "MemberExpression", "start": 2661, "end": 2681, "loc": { "start": { "line": 69, "column": 28 }, "end": { "line": 69, "column": 48 } }, "object": { "type": "MemberExpression", "start": 2661, "end": 2675, "loc": { "start": { "line": 69, "column": 28 }, "end": { "line": 69, "column": 42 } }, "object": { "type": "Identifier", "start": 2661, "end": 2668, "loc": { "start": { "line": 69, "column": 28 }, "end": { "line": 69, "column": 35 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 2669, "end": 2675, "loc": { "start": { "line": 69, "column": 36 }, "end": { "line": 69, "column": 42 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 2676, "end": 2681, "loc": { "start": { "line": 69, "column": 43 }, "end": { "line": 69, "column": 48 }, "identifierName": "scene" }, "name": "scene" }, "computed": false }, "property": { "type": "Identifier", "start": 2682, "end": 2700, "loc": { "start": { "line": 69, "column": 49 }, "end": { "line": 69, "column": 67 }, "identifierName": "numSelectedObjects" }, "name": "numSelectedObjects" }, "computed": false }, "operator": ">", "right": { "type": "NumericLiteral", "start": 2703, "end": 2704, "loc": { "start": { "line": 69, "column": 70 }, "end": { "line": 69, "column": 71 } }, "extra": { "rawValue": 0, "raw": "0" }, "value": 0 }, "extra": { "parenthesized": true, "parenStart": 2660 } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 2742, "end": 3196, "loc": { "start": { "line": 71, "column": 16 }, "end": { "line": 80, "column": 17 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 2742, "end": 2750, "loc": { "start": { "line": 71, "column": 16 }, "end": { "line": 71, "column": 24 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "ArrowFunctionExpression", "start": 2752, "end": 3196, "loc": { "start": { "line": 71, "column": 26 }, "end": { "line": 80, "column": 17 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 2753, "end": 2760, "loc": { "start": { "line": 71, "column": 27 }, "end": { "line": 71, "column": 34 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 2765, "end": 3196, "loc": { "start": { "line": 71, "column": 39 }, "end": { "line": 80, "column": 17 } }, "body": [ { "type": "VariableDeclaration", "start": 2787, "end": 2817, "loc": { "start": { "line": 72, "column": 20 }, "end": { "line": 72, "column": 50 } }, "declarations": [ { "type": "VariableDeclarator", "start": 2793, "end": 2816, "loc": { "start": { "line": 72, "column": 26 }, "end": { "line": 72, "column": 49 } }, "id": { "type": "Identifier", "start": 2793, "end": 2799, "loc": { "start": { "line": 72, "column": 26 }, "end": { "line": 72, "column": 32 }, "identifierName": "viewer" }, "name": "viewer" }, "init": { "type": "MemberExpression", "start": 2802, "end": 2816, "loc": { "start": { "line": 72, "column": 35 }, "end": { "line": 72, "column": 49 } }, "object": { "type": "Identifier", "start": 2802, "end": 2809, "loc": { "start": { "line": 72, "column": 35 }, "end": { "line": 72, "column": 42 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 2810, "end": 2816, "loc": { "start": { "line": 72, "column": 43 }, "end": { "line": 72, "column": 49 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 2838, "end": 2865, "loc": { "start": { "line": 73, "column": 20 }, "end": { "line": 73, "column": 47 } }, "declarations": [ { "type": "VariableDeclarator", "start": 2844, "end": 2864, "loc": { "start": { "line": 73, "column": 26 }, "end": { "line": 73, "column": 46 } }, "id": { "type": "Identifier", "start": 2844, "end": 2849, "loc": { "start": { "line": 73, "column": 26 }, "end": { "line": 73, "column": 31 }, "identifierName": "scene" }, "name": "scene" }, "init": { "type": "MemberExpression", "start": 2852, "end": 2864, "loc": { "start": { "line": 73, "column": 34 }, "end": { "line": 73, "column": 46 } }, "object": { "type": "Identifier", "start": 2852, "end": 2858, "loc": { "start": { "line": 73, "column": 34 }, "end": { "line": 73, "column": 40 }, "identifierName": "viewer" }, "name": "viewer" }, "property": { "type": "Identifier", "start": 2859, "end": 2864, "loc": { "start": { "line": 73, "column": 41 }, "end": { "line": 73, "column": 46 }, "identifierName": "scene" }, "name": "scene" }, "computed": false } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 2886, "end": 2943, "loc": { "start": { "line": 74, "column": 20 }, "end": { "line": 74, "column": 77 } }, "declarations": [ { "type": "VariableDeclarator", "start": 2892, "end": 2942, "loc": { "start": { "line": 74, "column": 26 }, "end": { "line": 74, "column": 76 } }, "id": { "type": "Identifier", "start": 2892, "end": 2901, "loc": { "start": { "line": 74, "column": 26 }, "end": { "line": 74, "column": 35 }, "identifierName": "sceneAABB" }, "name": "sceneAABB" }, "init": { "type": "CallExpression", "start": 2904, "end": 2942, "loc": { "start": { "line": 74, "column": 38 }, "end": { "line": 74, "column": 76 } }, "callee": { "type": "MemberExpression", "start": 2904, "end": 2917, "loc": { "start": { "line": 74, "column": 38 }, "end": { "line": 74, "column": 51 } }, "object": { "type": "Identifier", "start": 2904, "end": 2909, "loc": { "start": { "line": 74, "column": 38 }, "end": { "line": 74, "column": 43 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 2910, "end": 2917, "loc": { "start": { "line": 74, "column": 44 }, "end": { "line": 74, "column": 51 }, "identifierName": "getAABB" }, "name": "getAABB" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 2918, "end": 2941, "loc": { "start": { "line": 74, "column": 52 }, "end": { "line": 74, "column": 75 } }, "object": { "type": "Identifier", "start": 2918, "end": 2923, "loc": { "start": { "line": 74, "column": 52 }, "end": { "line": 74, "column": 57 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 2924, "end": 2941, "loc": { "start": { "line": 74, "column": 58 }, "end": { "line": 74, "column": 75 }, "identifierName": "selectedObjectIds" }, "name": "selectedObjectIds" }, "computed": false } ] } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 2964, "end": 3094, "loc": { "start": { "line": 75, "column": 20 }, "end": { "line": 78, "column": 23 } }, "expression": { "type": "CallExpression", "start": 2964, "end": 3093, "loc": { "start": { "line": 75, "column": 20 }, "end": { "line": 78, "column": 22 } }, "callee": { "type": "MemberExpression", "start": 2964, "end": 2989, "loc": { "start": { "line": 75, "column": 20 }, "end": { "line": 75, "column": 45 } }, "object": { "type": "MemberExpression", "start": 2964, "end": 2983, "loc": { "start": { "line": 75, "column": 20 }, "end": { "line": 75, "column": 39 } }, "object": { "type": "Identifier", "start": 2964, "end": 2970, "loc": { "start": { "line": 75, "column": 20 }, "end": { "line": 75, "column": 26 }, "identifierName": "viewer" }, "name": "viewer" }, "property": { "type": "Identifier", "start": 2971, "end": 2983, "loc": { "start": { "line": 75, "column": 27 }, "end": { "line": 75, "column": 39 }, "identifierName": "cameraFlight" }, "name": "cameraFlight" }, "computed": false }, "property": { "type": "Identifier", "start": 2984, "end": 2989, "loc": { "start": { "line": 75, "column": 40 }, "end": { "line": 75, "column": 45 }, "identifierName": "flyTo" }, "name": "flyTo" }, "computed": false }, "arguments": [ { "type": "ObjectExpression", "start": 2990, "end": 3092, "loc": { "start": { "line": 75, "column": 46 }, "end": { "line": 78, "column": 21 } }, "properties": [ { "type": "ObjectProperty", "start": 3016, "end": 3031, "loc": { "start": { "line": 76, "column": 24 }, "end": { "line": 76, "column": 39 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 3016, "end": 3020, "loc": { "start": { "line": 76, "column": 24 }, "end": { "line": 76, "column": 28 }, "identifierName": "aabb" }, "name": "aabb" }, "value": { "type": "Identifier", "start": 3022, "end": 3031, "loc": { "start": { "line": 76, "column": 30 }, "end": { "line": 76, "column": 39 }, "identifierName": "sceneAABB" }, "name": "sceneAABB" } }, { "type": "ObjectProperty", "start": 3057, "end": 3070, "loc": { "start": { "line": 77, "column": 24 }, "end": { "line": 77, "column": 37 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 3057, "end": 3065, "loc": { "start": { "line": 77, "column": 24 }, "end": { "line": 77, "column": 32 }, "identifierName": "duration" }, "name": "duration" }, "value": { "type": "NumericLiteral", "start": 3067, "end": 3070, "loc": { "start": { "line": 77, "column": 34 }, "end": { "line": 77, "column": 37 } }, "extra": { "rawValue": 0.5, "raw": "0.5" }, "value": 0.5 } } ] } ] } }, { "type": "ExpressionStatement", "start": 3115, "end": 3178, "loc": { "start": { "line": 79, "column": 20 }, "end": { "line": 79, "column": 83 } }, "expression": { "type": "AssignmentExpression", "start": 3115, "end": 3177, "loc": { "start": { "line": 79, "column": 20 }, "end": { "line": 79, "column": 82 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 3115, "end": 3144, "loc": { "start": { "line": 79, "column": 20 }, "end": { "line": 79, "column": 49 } }, "object": { "type": "MemberExpression", "start": 3115, "end": 3135, "loc": { "start": { "line": 79, "column": 20 }, "end": { "line": 79, "column": 40 } }, "object": { "type": "Identifier", "start": 3115, "end": 3121, "loc": { "start": { "line": 79, "column": 20 }, "end": { "line": 79, "column": 26 }, "identifierName": "viewer" }, "name": "viewer" }, "property": { "type": "Identifier", "start": 3122, "end": 3135, "loc": { "start": { "line": 79, "column": 27 }, "end": { "line": 79, "column": 40 }, "identifierName": "cameraControl" }, "name": "cameraControl" }, "computed": false }, "property": { "type": "Identifier", "start": 3136, "end": 3144, "loc": { "start": { "line": 79, "column": 41 }, "end": { "line": 79, "column": 49 }, "identifierName": "pivotPos" }, "name": "pivotPos" }, "computed": false }, "right": { "type": "CallExpression", "start": 3147, "end": 3177, "loc": { "start": { "line": 79, "column": 52 }, "end": { "line": 79, "column": 82 } }, "callee": { "type": "MemberExpression", "start": 3147, "end": 3166, "loc": { "start": { "line": 79, "column": 52 }, "end": { "line": 79, "column": 71 } }, "object": { "type": "Identifier", "start": 3147, "end": 3151, "loc": { "start": { "line": 79, "column": 52 }, "end": { "line": 79, "column": 56 }, "identifierName": "math" }, "name": "math" }, "property": { "type": "Identifier", "start": 3152, "end": 3166, "loc": { "start": { "line": 79, "column": 57 }, "end": { "line": 79, "column": 71 }, "identifierName": "getAABB3Center" }, "name": "getAABB3Center" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 3167, "end": 3176, "loc": { "start": { "line": 79, "column": 72 }, "end": { "line": 79, "column": 81 }, "identifierName": "sceneAABB" }, "name": "sceneAABB" } ] } } } ], "directives": [] } } } ] }, { "type": "ObjectExpression", "start": 3224, "end": 3894, "loc": { "start": { "line": 82, "column": 12 }, "end": { "line": 96, "column": 13 } }, "properties": [ { "type": "ObjectProperty", "start": 3242, "end": 3403, "loc": { "start": { "line": 83, "column": 16 }, "end": { "line": 85, "column": 17 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 3242, "end": 3250, "loc": { "start": { "line": 83, "column": 16 }, "end": { "line": 83, "column": 24 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 3252, "end": 3403, "loc": { "start": { "line": 83, "column": 26 }, "end": { "line": 85, "column": 17 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 3253, "end": 3260, "loc": { "start": { "line": 83, "column": 27 }, "end": { "line": 83, "column": 34 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 3265, "end": 3403, "loc": { "start": { "line": 83, "column": 39 }, "end": { "line": 85, "column": 17 } }, "body": [ { "type": "ReturnStatement", "start": 3287, "end": 3385, "loc": { "start": { "line": 84, "column": 20 }, "end": { "line": 84, "column": 118 } }, "argument": { "type": "LogicalExpression", "start": 3294, "end": 3384, "loc": { "start": { "line": 84, "column": 27 }, "end": { "line": 84, "column": 117 } }, "left": { "type": "CallExpression", "start": 3294, "end": 3366, "loc": { "start": { "line": 84, "column": 27 }, "end": { "line": 84, "column": 99 } }, "callee": { "type": "MemberExpression", "start": 3294, "end": 3332, "loc": { "start": { "line": 84, "column": 27 }, "end": { "line": 84, "column": 65 } }, "object": { "type": "MemberExpression", "start": 3294, "end": 3322, "loc": { "start": { "line": 84, "column": 27 }, "end": { "line": 84, "column": 55 } }, "object": { "type": "MemberExpression", "start": 3294, "end": 3308, "loc": { "start": { "line": 84, "column": 27 }, "end": { "line": 84, "column": 41 } }, "object": { "type": "Identifier", "start": 3294, "end": 3301, "loc": { "start": { "line": 84, "column": 27 }, "end": { "line": 84, "column": 34 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 3302, "end": 3308, "loc": { "start": { "line": 84, "column": 35 }, "end": { "line": 84, "column": 41 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 3309, "end": 3322, "loc": { "start": { "line": 84, "column": 42 }, "end": { "line": 84, "column": 55 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 3323, "end": 3332, "loc": { "start": { "line": 84, "column": 56 }, "end": { "line": 84, "column": 65 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 3333, "end": 3365, "loc": { "start": { "line": 84, "column": 66 }, "end": { "line": 84, "column": 98 } }, "extra": { "rawValue": "treeViewContextMenu.viewFitAll", "raw": "\"treeViewContextMenu.viewFitAll\"" }, "value": "treeViewContextMenu.viewFitAll" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 3370, "end": 3384, "loc": { "start": { "line": 84, "column": 103 }, "end": { "line": 84, "column": 117 } }, "extra": { "rawValue": "View Fit All", "raw": "\"View Fit All\"" }, "value": "View Fit All" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 3421, "end": 3880, "loc": { "start": { "line": 86, "column": 16 }, "end": { "line": 95, "column": 17 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 3421, "end": 3429, "loc": { "start": { "line": 86, "column": 16 }, "end": { "line": 86, "column": 24 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 3431, "end": 3880, "loc": { "start": { "line": 86, "column": 26 }, "end": { "line": 95, "column": 17 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 3441, "end": 3448, "loc": { "start": { "line": 86, "column": 36 }, "end": { "line": 86, "column": 43 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 3450, "end": 3880, "loc": { "start": { "line": 86, "column": 45 }, "end": { "line": 95, "column": 17 } }, "body": [ { "type": "VariableDeclaration", "start": 3472, "end": 3502, "loc": { "start": { "line": 87, "column": 20 }, "end": { "line": 87, "column": 50 } }, "declarations": [ { "type": "VariableDeclarator", "start": 3478, "end": 3501, "loc": { "start": { "line": 87, "column": 26 }, "end": { "line": 87, "column": 49 } }, "id": { "type": "Identifier", "start": 3478, "end": 3484, "loc": { "start": { "line": 87, "column": 26 }, "end": { "line": 87, "column": 32 }, "identifierName": "viewer" }, "name": "viewer" }, "init": { "type": "MemberExpression", "start": 3487, "end": 3501, "loc": { "start": { "line": 87, "column": 35 }, "end": { "line": 87, "column": 49 } }, "object": { "type": "Identifier", "start": 3487, "end": 3494, "loc": { "start": { "line": 87, "column": 35 }, "end": { "line": 87, "column": 42 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 3495, "end": 3501, "loc": { "start": { "line": 87, "column": 43 }, "end": { "line": 87, "column": 49 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 3523, "end": 3550, "loc": { "start": { "line": 88, "column": 20 }, "end": { "line": 88, "column": 47 } }, "declarations": [ { "type": "VariableDeclarator", "start": 3529, "end": 3549, "loc": { "start": { "line": 88, "column": 26 }, "end": { "line": 88, "column": 46 } }, "id": { "type": "Identifier", "start": 3529, "end": 3534, "loc": { "start": { "line": 88, "column": 26 }, "end": { "line": 88, "column": 31 }, "identifierName": "scene" }, "name": "scene" }, "init": { "type": "MemberExpression", "start": 3537, "end": 3549, "loc": { "start": { "line": 88, "column": 34 }, "end": { "line": 88, "column": 46 } }, "object": { "type": "Identifier", "start": 3537, "end": 3543, "loc": { "start": { "line": 88, "column": 34 }, "end": { "line": 88, "column": 40 }, "identifierName": "viewer" }, "name": "viewer" }, "property": { "type": "Identifier", "start": 3544, "end": 3549, "loc": { "start": { "line": 88, "column": 41 }, "end": { "line": 88, "column": 46 }, "identifierName": "scene" }, "name": "scene" }, "computed": false } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 3571, "end": 3627, "loc": { "start": { "line": 89, "column": 20 }, "end": { "line": 89, "column": 76 } }, "declarations": [ { "type": "VariableDeclarator", "start": 3577, "end": 3626, "loc": { "start": { "line": 89, "column": 26 }, "end": { "line": 89, "column": 75 } }, "id": { "type": "Identifier", "start": 3577, "end": 3586, "loc": { "start": { "line": 89, "column": 26 }, "end": { "line": 89, "column": 35 }, "identifierName": "sceneAABB" }, "name": "sceneAABB" }, "init": { "type": "CallExpression", "start": 3589, "end": 3626, "loc": { "start": { "line": 89, "column": 38 }, "end": { "line": 89, "column": 75 } }, "callee": { "type": "MemberExpression", "start": 3589, "end": 3602, "loc": { "start": { "line": 89, "column": 38 }, "end": { "line": 89, "column": 51 } }, "object": { "type": "Identifier", "start": 3589, "end": 3594, "loc": { "start": { "line": 89, "column": 38 }, "end": { "line": 89, "column": 43 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 3595, "end": 3602, "loc": { "start": { "line": 89, "column": 44 }, "end": { "line": 89, "column": 51 }, "identifierName": "getAABB" }, "name": "getAABB" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 3603, "end": 3625, "loc": { "start": { "line": 89, "column": 52 }, "end": { "line": 89, "column": 74 } }, "object": { "type": "Identifier", "start": 3603, "end": 3608, "loc": { "start": { "line": 89, "column": 52 }, "end": { "line": 89, "column": 57 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 3609, "end": 3625, "loc": { "start": { "line": 89, "column": 58 }, "end": { "line": 89, "column": 74 }, "identifierName": "visibleObjectIds" }, "name": "visibleObjectIds" }, "computed": false } ] } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 3648, "end": 3778, "loc": { "start": { "line": 90, "column": 20 }, "end": { "line": 93, "column": 23 } }, "expression": { "type": "CallExpression", "start": 3648, "end": 3777, "loc": { "start": { "line": 90, "column": 20 }, "end": { "line": 93, "column": 22 } }, "callee": { "type": "MemberExpression", "start": 3648, "end": 3673, "loc": { "start": { "line": 90, "column": 20 }, "end": { "line": 90, "column": 45 } }, "object": { "type": "MemberExpression", "start": 3648, "end": 3667, "loc": { "start": { "line": 90, "column": 20 }, "end": { "line": 90, "column": 39 } }, "object": { "type": "Identifier", "start": 3648, "end": 3654, "loc": { "start": { "line": 90, "column": 20 }, "end": { "line": 90, "column": 26 }, "identifierName": "viewer" }, "name": "viewer" }, "property": { "type": "Identifier", "start": 3655, "end": 3667, "loc": { "start": { "line": 90, "column": 27 }, "end": { "line": 90, "column": 39 }, "identifierName": "cameraFlight" }, "name": "cameraFlight" }, "computed": false }, "property": { "type": "Identifier", "start": 3668, "end": 3673, "loc": { "start": { "line": 90, "column": 40 }, "end": { "line": 90, "column": 45 }, "identifierName": "flyTo" }, "name": "flyTo" }, "computed": false }, "arguments": [ { "type": "ObjectExpression", "start": 3674, "end": 3776, "loc": { "start": { "line": 90, "column": 46 }, "end": { "line": 93, "column": 21 } }, "properties": [ { "type": "ObjectProperty", "start": 3700, "end": 3715, "loc": { "start": { "line": 91, "column": 24 }, "end": { "line": 91, "column": 39 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 3700, "end": 3704, "loc": { "start": { "line": 91, "column": 24 }, "end": { "line": 91, "column": 28 }, "identifierName": "aabb" }, "name": "aabb" }, "value": { "type": "Identifier", "start": 3706, "end": 3715, "loc": { "start": { "line": 91, "column": 30 }, "end": { "line": 91, "column": 39 }, "identifierName": "sceneAABB" }, "name": "sceneAABB" } }, { "type": "ObjectProperty", "start": 3741, "end": 3754, "loc": { "start": { "line": 92, "column": 24 }, "end": { "line": 92, "column": 37 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 3741, "end": 3749, "loc": { "start": { "line": 92, "column": 24 }, "end": { "line": 92, "column": 32 }, "identifierName": "duration" }, "name": "duration" }, "value": { "type": "NumericLiteral", "start": 3751, "end": 3754, "loc": { "start": { "line": 92, "column": 34 }, "end": { "line": 92, "column": 37 } }, "extra": { "rawValue": 0.5, "raw": "0.5" }, "value": 0.5 } } ] } ] } }, { "type": "ExpressionStatement", "start": 3799, "end": 3862, "loc": { "start": { "line": 94, "column": 20 }, "end": { "line": 94, "column": 83 } }, "expression": { "type": "AssignmentExpression", "start": 3799, "end": 3861, "loc": { "start": { "line": 94, "column": 20 }, "end": { "line": 94, "column": 82 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 3799, "end": 3828, "loc": { "start": { "line": 94, "column": 20 }, "end": { "line": 94, "column": 49 } }, "object": { "type": "MemberExpression", "start": 3799, "end": 3819, "loc": { "start": { "line": 94, "column": 20 }, "end": { "line": 94, "column": 40 } }, "object": { "type": "Identifier", "start": 3799, "end": 3805, "loc": { "start": { "line": 94, "column": 20 }, "end": { "line": 94, "column": 26 }, "identifierName": "viewer" }, "name": "viewer" }, "property": { "type": "Identifier", "start": 3806, "end": 3819, "loc": { "start": { "line": 94, "column": 27 }, "end": { "line": 94, "column": 40 }, "identifierName": "cameraControl" }, "name": "cameraControl" }, "computed": false }, "property": { "type": "Identifier", "start": 3820, "end": 3828, "loc": { "start": { "line": 94, "column": 41 }, "end": { "line": 94, "column": 49 }, "identifierName": "pivotPos" }, "name": "pivotPos" }, "computed": false }, "right": { "type": "CallExpression", "start": 3831, "end": 3861, "loc": { "start": { "line": 94, "column": 52 }, "end": { "line": 94, "column": 82 } }, "callee": { "type": "MemberExpression", "start": 3831, "end": 3850, "loc": { "start": { "line": 94, "column": 52 }, "end": { "line": 94, "column": 71 } }, "object": { "type": "Identifier", "start": 3831, "end": 3835, "loc": { "start": { "line": 94, "column": 52 }, "end": { "line": 94, "column": 56 }, "identifierName": "math" }, "name": "math" }, "property": { "type": "Identifier", "start": 3836, "end": 3850, "loc": { "start": { "line": 94, "column": 57 }, "end": { "line": 94, "column": 71 }, "identifierName": "getAABB3Center" }, "name": "getAABB3Center" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 3851, "end": 3860, "loc": { "start": { "line": 94, "column": 72 }, "end": { "line": 94, "column": 81 }, "identifierName": "sceneAABB" }, "name": "sceneAABB" } ] } } } ], "directives": [] } } } ] } ] } } ] } }, { "type": "ExpressionStatement", "start": 3916, "end": 17961, "loc": { "start": { "line": 99, "column": 8 }, "end": { "line": 379, "column": 10 } }, "expression": { "type": "AssignmentExpression", "start": 3916, "end": 17960, "loc": { "start": { "line": 99, "column": 8 }, "end": { "line": 379, "column": 9 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 3916, "end": 3926, "loc": { "start": { "line": 99, "column": 8 }, "end": { "line": 99, "column": 18 } }, "object": { "type": "ThisExpression", "start": 3916, "end": 3920, "loc": { "start": { "line": 99, "column": 8 }, "end": { "line": 99, "column": 12 } } }, "property": { "type": "Identifier", "start": 3921, "end": 3926, "loc": { "start": { "line": 99, "column": 13 }, "end": { "line": 99, "column": 18 }, "identifierName": "items" }, "name": "items" }, "computed": false }, "right": { "type": "ArrayExpression", "start": 3929, "end": 17960, "loc": { "start": { "line": 99, "column": 21 }, "end": { "line": 379, "column": 9 } }, "elements": [ { "type": "Identifier", "start": 3943, "end": 3958, "loc": { "start": { "line": 100, "column": 12 }, "end": { "line": 100, "column": 27 }, "identifierName": "showObjectItems" }, "name": "showObjectItems" }, { "type": "Identifier", "start": 3972, "end": 3988, "loc": { "start": { "line": 101, "column": 12 }, "end": { "line": 101, "column": 28 }, "identifierName": "focusObjectItems" }, "name": "focusObjectItems" }, { "type": "ArrayExpression", "start": 4002, "end": 5517, "loc": { "start": { "line": 102, "column": 12 }, "end": { "line": 134, "column": 13 } }, "elements": [ { "type": "ObjectExpression", "start": 4020, "end": 5503, "loc": { "start": { "line": 103, "column": 16 }, "end": { "line": 133, "column": 17 } }, "properties": [ { "type": "ObjectProperty", "start": 4042, "end": 4203, "loc": { "start": { "line": 104, "column": 20 }, "end": { "line": 106, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 4042, "end": 4050, "loc": { "start": { "line": 104, "column": 20 }, "end": { "line": 104, "column": 28 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 4052, "end": 4203, "loc": { "start": { "line": 104, "column": 30 }, "end": { "line": 106, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 4053, "end": 4060, "loc": { "start": { "line": 104, "column": 31 }, "end": { "line": 104, "column": 38 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 4065, "end": 4203, "loc": { "start": { "line": 104, "column": 43 }, "end": { "line": 106, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 4091, "end": 4181, "loc": { "start": { "line": 105, "column": 24 }, "end": { "line": 105, "column": 114 } }, "argument": { "type": "LogicalExpression", "start": 4098, "end": 4180, "loc": { "start": { "line": 105, "column": 31 }, "end": { "line": 105, "column": 113 } }, "left": { "type": "CallExpression", "start": 4098, "end": 4167, "loc": { "start": { "line": 105, "column": 31 }, "end": { "line": 105, "column": 100 } }, "callee": { "type": "MemberExpression", "start": 4098, "end": 4136, "loc": { "start": { "line": 105, "column": 31 }, "end": { "line": 105, "column": 69 } }, "object": { "type": "MemberExpression", "start": 4098, "end": 4126, "loc": { "start": { "line": 105, "column": 31 }, "end": { "line": 105, "column": 59 } }, "object": { "type": "MemberExpression", "start": 4098, "end": 4112, "loc": { "start": { "line": 105, "column": 31 }, "end": { "line": 105, "column": 45 } }, "object": { "type": "Identifier", "start": 4098, "end": 4105, "loc": { "start": { "line": 105, "column": 31 }, "end": { "line": 105, "column": 38 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 4106, "end": 4112, "loc": { "start": { "line": 105, "column": 39 }, "end": { "line": 105, "column": 45 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 4113, "end": 4126, "loc": { "start": { "line": 105, "column": 46 }, "end": { "line": 105, "column": 59 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 4127, "end": 4136, "loc": { "start": { "line": 105, "column": 60 }, "end": { "line": 105, "column": 69 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 4137, "end": 4166, "loc": { "start": { "line": 105, "column": 70 }, "end": { "line": 105, "column": 99 } }, "extra": { "rawValue": "treeViewContextMenu.isolate", "raw": "\"treeViewContextMenu.isolate\"" }, "value": "treeViewContextMenu.isolate" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 4171, "end": 4180, "loc": { "start": { "line": 105, "column": 104 }, "end": { "line": 105, "column": 113 } }, "extra": { "rawValue": "Isolate", "raw": "\"Isolate\"" }, "value": "Isolate" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 4225, "end": 5485, "loc": { "start": { "line": 107, "column": 20 }, "end": { "line": 132, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 4225, "end": 4233, "loc": { "start": { "line": 107, "column": 20 }, "end": { "line": 107, "column": 28 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 4235, "end": 5485, "loc": { "start": { "line": 107, "column": 30 }, "end": { "line": 132, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 4245, "end": 4252, "loc": { "start": { "line": 107, "column": 40 }, "end": { "line": 107, "column": 47 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 4254, "end": 5485, "loc": { "start": { "line": 107, "column": 49 }, "end": { "line": 132, "column": 21 } }, "body": [ { "type": "VariableDeclaration", "start": 4280, "end": 4310, "loc": { "start": { "line": 108, "column": 24 }, "end": { "line": 108, "column": 54 } }, "declarations": [ { "type": "VariableDeclarator", "start": 4286, "end": 4309, "loc": { "start": { "line": 108, "column": 30 }, "end": { "line": 108, "column": 53 } }, "id": { "type": "Identifier", "start": 4286, "end": 4292, "loc": { "start": { "line": 108, "column": 30 }, "end": { "line": 108, "column": 36 }, "identifierName": "viewer" }, "name": "viewer" }, "init": { "type": "MemberExpression", "start": 4295, "end": 4309, "loc": { "start": { "line": 108, "column": 39 }, "end": { "line": 108, "column": 53 } }, "object": { "type": "Identifier", "start": 4295, "end": 4302, "loc": { "start": { "line": 108, "column": 39 }, "end": { "line": 108, "column": 46 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 4303, "end": 4309, "loc": { "start": { "line": 108, "column": 47 }, "end": { "line": 108, "column": 53 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 4335, "end": 4362, "loc": { "start": { "line": 109, "column": 24 }, "end": { "line": 109, "column": 51 } }, "declarations": [ { "type": "VariableDeclarator", "start": 4341, "end": 4361, "loc": { "start": { "line": 109, "column": 30 }, "end": { "line": 109, "column": 50 } }, "id": { "type": "Identifier", "start": 4341, "end": 4346, "loc": { "start": { "line": 109, "column": 30 }, "end": { "line": 109, "column": 35 }, "identifierName": "scene" }, "name": "scene" }, "init": { "type": "MemberExpression", "start": 4349, "end": 4361, "loc": { "start": { "line": 109, "column": 38 }, "end": { "line": 109, "column": 50 } }, "object": { "type": "Identifier", "start": 4349, "end": 4355, "loc": { "start": { "line": 109, "column": 38 }, "end": { "line": 109, "column": 44 }, "identifierName": "viewer" }, "name": "viewer" }, "property": { "type": "Identifier", "start": 4356, "end": 4361, "loc": { "start": { "line": 109, "column": 45 }, "end": { "line": 109, "column": 50 }, "identifierName": "scene" }, "name": "scene" }, "computed": false } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 4387, "end": 4408, "loc": { "start": { "line": 110, "column": 24 }, "end": { "line": 110, "column": 45 } }, "declarations": [ { "type": "VariableDeclarator", "start": 4393, "end": 4407, "loc": { "start": { "line": 110, "column": 30 }, "end": { "line": 110, "column": 44 } }, "id": { "type": "Identifier", "start": 4393, "end": 4402, "loc": { "start": { "line": 110, "column": 30 }, "end": { "line": 110, "column": 39 }, "identifierName": "objectIds" }, "name": "objectIds" }, "init": { "type": "ArrayExpression", "start": 4405, "end": 4407, "loc": { "start": { "line": 110, "column": 42 }, "end": { "line": 110, "column": 44 } }, "elements": [] } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 4433, "end": 4696, "loc": { "start": { "line": 111, "column": 24 }, "end": { "line": 115, "column": 27 } }, "expression": { "type": "CallExpression", "start": 4433, "end": 4695, "loc": { "start": { "line": 111, "column": 24 }, "end": { "line": 115, "column": 26 } }, "callee": { "type": "MemberExpression", "start": 4433, "end": 4468, "loc": { "start": { "line": 111, "column": 24 }, "end": { "line": 111, "column": 59 } }, "object": { "type": "MemberExpression", "start": 4433, "end": 4455, "loc": { "start": { "line": 111, "column": 24 }, "end": { "line": 111, "column": 46 } }, "object": { "type": "Identifier", "start": 4433, "end": 4440, "loc": { "start": { "line": 111, "column": 24 }, "end": { "line": 111, "column": 31 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 4441, "end": 4455, "loc": { "start": { "line": 111, "column": 32 }, "end": { "line": 111, "column": 46 }, "identifierName": "treeViewPlugin" }, "name": "treeViewPlugin" }, "computed": false }, "property": { "type": "Identifier", "start": 4456, "end": 4468, "loc": { "start": { "line": 111, "column": 47 }, "end": { "line": 111, "column": 59 }, "identifierName": "withNodeTree" }, "name": "withNodeTree" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 4469, "end": 4489, "loc": { "start": { "line": 111, "column": 60 }, "end": { "line": 111, "column": 80 } }, "object": { "type": "Identifier", "start": 4469, "end": 4476, "loc": { "start": { "line": 111, "column": 60 }, "end": { "line": 111, "column": 67 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 4477, "end": 4489, "loc": { "start": { "line": 111, "column": 68 }, "end": { "line": 111, "column": 80 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "computed": false }, { "type": "ArrowFunctionExpression", "start": 4491, "end": 4694, "loc": { "start": { "line": 111, "column": 82 }, "end": { "line": 115, "column": 25 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 4492, "end": 4504, "loc": { "start": { "line": 111, "column": 83 }, "end": { "line": 111, "column": 95 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" } ], "body": { "type": "BlockStatement", "start": 4509, "end": 4694, "loc": { "start": { "line": 111, "column": 100 }, "end": { "line": 115, "column": 25 } }, "body": [ { "type": "IfStatement", "start": 4539, "end": 4668, "loc": { "start": { "line": 112, "column": 28 }, "end": { "line": 114, "column": 29 } }, "test": { "type": "MemberExpression", "start": 4543, "end": 4564, "loc": { "start": { "line": 112, "column": 32 }, "end": { "line": 112, "column": 53 } }, "object": { "type": "Identifier", "start": 4543, "end": 4555, "loc": { "start": { "line": 112, "column": 32 }, "end": { "line": 112, "column": 44 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 4556, "end": 4564, "loc": { "start": { "line": 112, "column": 45 }, "end": { "line": 112, "column": 53 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "consequent": { "type": "BlockStatement", "start": 4566, "end": 4668, "loc": { "start": { "line": 112, "column": 55 }, "end": { "line": 114, "column": 29 } }, "body": [ { "type": "ExpressionStatement", "start": 4600, "end": 4638, "loc": { "start": { "line": 113, "column": 32 }, "end": { "line": 113, "column": 70 } }, "expression": { "type": "CallExpression", "start": 4600, "end": 4637, "loc": { "start": { "line": 113, "column": 32 }, "end": { "line": 113, "column": 69 } }, "callee": { "type": "MemberExpression", "start": 4600, "end": 4614, "loc": { "start": { "line": 113, "column": 32 }, "end": { "line": 113, "column": 46 } }, "object": { "type": "Identifier", "start": 4600, "end": 4609, "loc": { "start": { "line": 113, "column": 32 }, "end": { "line": 113, "column": 41 }, "identifierName": "objectIds" }, "name": "objectIds" }, "property": { "type": "Identifier", "start": 4610, "end": 4614, "loc": { "start": { "line": 113, "column": 42 }, "end": { "line": 113, "column": 46 }, "identifierName": "push" }, "name": "push" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 4615, "end": 4636, "loc": { "start": { "line": 113, "column": 47 }, "end": { "line": 113, "column": 68 } }, "object": { "type": "Identifier", "start": 4615, "end": 4627, "loc": { "start": { "line": 113, "column": 47 }, "end": { "line": 113, "column": 59 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 4628, "end": 4636, "loc": { "start": { "line": 113, "column": 60 }, "end": { "line": 113, "column": 68 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false } ] } } ], "directives": [] }, "alternate": null } ], "directives": [] } } ] } }, { "type": "VariableDeclaration", "start": 4721, "end": 4759, "loc": { "start": { "line": 116, "column": 24 }, "end": { "line": 116, "column": 62 } }, "declarations": [ { "type": "VariableDeclarator", "start": 4727, "end": 4758, "loc": { "start": { "line": 116, "column": 30 }, "end": { "line": 116, "column": 61 } }, "id": { "type": "Identifier", "start": 4727, "end": 4731, "loc": { "start": { "line": 116, "column": 30 }, "end": { "line": 116, "column": 34 }, "identifierName": "aabb" }, "name": "aabb" }, "init": { "type": "CallExpression", "start": 4734, "end": 4758, "loc": { "start": { "line": 116, "column": 37 }, "end": { "line": 116, "column": 61 } }, "callee": { "type": "MemberExpression", "start": 4734, "end": 4747, "loc": { "start": { "line": 116, "column": 37 }, "end": { "line": 116, "column": 50 } }, "object": { "type": "Identifier", "start": 4734, "end": 4739, "loc": { "start": { "line": 116, "column": 37 }, "end": { "line": 116, "column": 42 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 4740, "end": 4747, "loc": { "start": { "line": 116, "column": 43 }, "end": { "line": 116, "column": 50 }, "identifierName": "getAABB" }, "name": "getAABB" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 4748, "end": 4757, "loc": { "start": { "line": 116, "column": 51 }, "end": { "line": 116, "column": 60 }, "identifierName": "objectIds" }, "name": "objectIds" } ] } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 4785, "end": 4853, "loc": { "start": { "line": 118, "column": 24 }, "end": { "line": 118, "column": 92 } }, "expression": { "type": "AssignmentExpression", "start": 4785, "end": 4852, "loc": { "start": { "line": 118, "column": 24 }, "end": { "line": 118, "column": 91 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 4785, "end": 4814, "loc": { "start": { "line": 118, "column": 24 }, "end": { "line": 118, "column": 53 } }, "object": { "type": "MemberExpression", "start": 4785, "end": 4805, "loc": { "start": { "line": 118, "column": 24 }, "end": { "line": 118, "column": 44 } }, "object": { "type": "Identifier", "start": 4785, "end": 4791, "loc": { "start": { "line": 118, "column": 24 }, "end": { "line": 118, "column": 30 }, "identifierName": "viewer" }, "name": "viewer" }, "property": { "type": "Identifier", "start": 4792, "end": 4805, "loc": { "start": { "line": 118, "column": 31 }, "end": { "line": 118, "column": 44 }, "identifierName": "cameraControl" }, "name": "cameraControl" }, "computed": false }, "property": { "type": "Identifier", "start": 4806, "end": 4814, "loc": { "start": { "line": 118, "column": 45 }, "end": { "line": 118, "column": 53 }, "identifierName": "pivotPos" }, "name": "pivotPos" }, "computed": false }, "right": { "type": "CallExpression", "start": 4817, "end": 4852, "loc": { "start": { "line": 118, "column": 56 }, "end": { "line": 118, "column": 91 } }, "callee": { "type": "MemberExpression", "start": 4817, "end": 4836, "loc": { "start": { "line": 118, "column": 56 }, "end": { "line": 118, "column": 75 } }, "object": { "type": "Identifier", "start": 4817, "end": 4821, "loc": { "start": { "line": 118, "column": 56 }, "end": { "line": 118, "column": 60 }, "identifierName": "math" }, "name": "math" }, "property": { "type": "Identifier", "start": 4822, "end": 4836, "loc": { "start": { "line": 118, "column": 61 }, "end": { "line": 118, "column": 75 }, "identifierName": "getAABB3Center" }, "name": "getAABB3Center" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 4837, "end": 4841, "loc": { "start": { "line": 118, "column": 76 }, "end": { "line": 118, "column": 80 }, "identifierName": "aabb" }, "name": "aabb" }, { "type": "Identifier", "start": 4843, "end": 4851, "loc": { "start": { "line": 118, "column": 82 }, "end": { "line": 118, "column": 90 }, "identifierName": "tempVec3" }, "name": "tempVec3" } ] } } }, { "type": "ExpressionStatement", "start": 4879, "end": 4932, "loc": { "start": { "line": 120, "column": 24 }, "end": { "line": 120, "column": 77 } }, "expression": { "type": "CallExpression", "start": 4879, "end": 4931, "loc": { "start": { "line": 120, "column": 24 }, "end": { "line": 120, "column": 76 } }, "callee": { "type": "MemberExpression", "start": 4879, "end": 4901, "loc": { "start": { "line": 120, "column": 24 }, "end": { "line": 120, "column": 46 } }, "object": { "type": "Identifier", "start": 4879, "end": 4884, "loc": { "start": { "line": 120, "column": 24 }, "end": { "line": 120, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 4885, "end": 4901, "loc": { "start": { "line": 120, "column": 30 }, "end": { "line": 120, "column": 46 }, "identifierName": "setObjectsXRayed" }, "name": "setObjectsXRayed" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 4902, "end": 4923, "loc": { "start": { "line": 120, "column": 47 }, "end": { "line": 120, "column": 68 } }, "object": { "type": "Identifier", "start": 4902, "end": 4907, "loc": { "start": { "line": 120, "column": 47 }, "end": { "line": 120, "column": 52 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 4908, "end": 4923, "loc": { "start": { "line": 120, "column": 53 }, "end": { "line": 120, "column": 68 }, "identifierName": "xrayedObjectIds" }, "name": "xrayedObjectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 4925, "end": 4930, "loc": { "start": { "line": 120, "column": 70 }, "end": { "line": 120, "column": 75 } }, "value": false } ] } }, { "type": "ExpressionStatement", "start": 4957, "end": 5012, "loc": { "start": { "line": 121, "column": 24 }, "end": { "line": 121, "column": 79 } }, "expression": { "type": "CallExpression", "start": 4957, "end": 5011, "loc": { "start": { "line": 121, "column": 24 }, "end": { "line": 121, "column": 78 } }, "callee": { "type": "MemberExpression", "start": 4957, "end": 4980, "loc": { "start": { "line": 121, "column": 24 }, "end": { "line": 121, "column": 47 } }, "object": { "type": "Identifier", "start": 4957, "end": 4962, "loc": { "start": { "line": 121, "column": 24 }, "end": { "line": 121, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 4963, "end": 4980, "loc": { "start": { "line": 121, "column": 30 }, "end": { "line": 121, "column": 47 }, "identifierName": "setObjectsVisible" }, "name": "setObjectsVisible" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 4981, "end": 5003, "loc": { "start": { "line": 121, "column": 48 }, "end": { "line": 121, "column": 70 } }, "object": { "type": "Identifier", "start": 4981, "end": 4986, "loc": { "start": { "line": 121, "column": 48 }, "end": { "line": 121, "column": 53 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 4987, "end": 5003, "loc": { "start": { "line": 121, "column": 54 }, "end": { "line": 121, "column": 70 }, "identifierName": "visibleObjectIds" }, "name": "visibleObjectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 5005, "end": 5010, "loc": { "start": { "line": 121, "column": 72 }, "end": { "line": 121, "column": 77 } }, "value": false } ] }, "trailingComments": [ { "type": "CommentLine", "value": " scene.setObjectsPickable(scene.objectIds, false);", "start": 5037, "end": 5089, "loc": { "start": { "line": 122, "column": 24 }, "end": { "line": 122, "column": 76 } } } ] }, { "type": "ExpressionStatement", "start": 5114, "end": 5171, "loc": { "start": { "line": 123, "column": 24 }, "end": { "line": 123, "column": 81 } }, "expression": { "type": "CallExpression", "start": 5114, "end": 5170, "loc": { "start": { "line": 123, "column": 24 }, "end": { "line": 123, "column": 80 } }, "callee": { "type": "MemberExpression", "start": 5114, "end": 5138, "loc": { "start": { "line": 123, "column": 24 }, "end": { "line": 123, "column": 48 } }, "object": { "type": "Identifier", "start": 5114, "end": 5119, "loc": { "start": { "line": 123, "column": 24 }, "end": { "line": 123, "column": 29 }, "identifierName": "scene" }, "name": "scene", "leadingComments": null }, "property": { "type": "Identifier", "start": 5120, "end": 5138, "loc": { "start": { "line": 123, "column": 30 }, "end": { "line": 123, "column": 48 }, "identifierName": "setObjectsSelected" }, "name": "setObjectsSelected" }, "computed": false, "leadingComments": null }, "arguments": [ { "type": "MemberExpression", "start": 5139, "end": 5162, "loc": { "start": { "line": 123, "column": 49 }, "end": { "line": 123, "column": 72 } }, "object": { "type": "Identifier", "start": 5139, "end": 5144, "loc": { "start": { "line": 123, "column": 49 }, "end": { "line": 123, "column": 54 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 5145, "end": 5162, "loc": { "start": { "line": 123, "column": 55 }, "end": { "line": 123, "column": 72 }, "identifierName": "selectedObjectIds" }, "name": "selectedObjectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 5164, "end": 5169, "loc": { "start": { "line": 123, "column": 74 }, "end": { "line": 123, "column": 79 } }, "value": false } ], "leadingComments": null }, "leadingComments": [ { "type": "CommentLine", "value": " scene.setObjectsPickable(scene.objectIds, false);", "start": 5037, "end": 5089, "loc": { "start": { "line": 122, "column": 24 }, "end": { "line": 122, "column": 76 } } } ] }, { "type": "ExpressionStatement", "start": 5197, "end": 5238, "loc": { "start": { "line": 125, "column": 24 }, "end": { "line": 125, "column": 65 } }, "expression": { "type": "CallExpression", "start": 5197, "end": 5237, "loc": { "start": { "line": 125, "column": 24 }, "end": { "line": 125, "column": 64 } }, "callee": { "type": "MemberExpression", "start": 5197, "end": 5220, "loc": { "start": { "line": 125, "column": 24 }, "end": { "line": 125, "column": 47 } }, "object": { "type": "Identifier", "start": 5197, "end": 5202, "loc": { "start": { "line": 125, "column": 24 }, "end": { "line": 125, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 5203, "end": 5220, "loc": { "start": { "line": 125, "column": 30 }, "end": { "line": 125, "column": 47 }, "identifierName": "setObjectsVisible" }, "name": "setObjectsVisible" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 5221, "end": 5230, "loc": { "start": { "line": 125, "column": 48 }, "end": { "line": 125, "column": 57 }, "identifierName": "objectIds" }, "name": "objectIds" }, { "type": "BooleanLiteral", "start": 5232, "end": 5236, "loc": { "start": { "line": 125, "column": 59 }, "end": { "line": 125, "column": 63 } }, "value": true } ] }, "trailingComments": [ { "type": "CommentLine", "value": " scene.setObjectsPickable(objectIds, true);", "start": 5263, "end": 5308, "loc": { "start": { "line": 126, "column": 24 }, "end": { "line": 126, "column": 69 } } } ] }, { "type": "ExpressionStatement", "start": 5334, "end": 5463, "loc": { "start": { "line": 128, "column": 24 }, "end": { "line": 131, "column": 27 } }, "expression": { "type": "CallExpression", "start": 5334, "end": 5462, "loc": { "start": { "line": 128, "column": 24 }, "end": { "line": 131, "column": 26 } }, "callee": { "type": "MemberExpression", "start": 5334, "end": 5359, "loc": { "start": { "line": 128, "column": 24 }, "end": { "line": 128, "column": 49 } }, "object": { "type": "MemberExpression", "start": 5334, "end": 5353, "loc": { "start": { "line": 128, "column": 24 }, "end": { "line": 128, "column": 43 } }, "object": { "type": "Identifier", "start": 5334, "end": 5340, "loc": { "start": { "line": 128, "column": 24 }, "end": { "line": 128, "column": 30 }, "identifierName": "viewer" }, "name": "viewer", "leadingComments": null }, "property": { "type": "Identifier", "start": 5341, "end": 5353, "loc": { "start": { "line": 128, "column": 31 }, "end": { "line": 128, "column": 43 }, "identifierName": "cameraFlight" }, "name": "cameraFlight" }, "computed": false, "leadingComments": null }, "property": { "type": "Identifier", "start": 5354, "end": 5359, "loc": { "start": { "line": 128, "column": 44 }, "end": { "line": 128, "column": 49 }, "identifierName": "flyTo" }, "name": "flyTo" }, "computed": false, "leadingComments": null }, "arguments": [ { "type": "ObjectExpression", "start": 5360, "end": 5426, "loc": { "start": { "line": 128, "column": 50 }, "end": { "line": 130, "column": 25 } }, "properties": [ { "type": "ObjectProperty", "start": 5390, "end": 5400, "loc": { "start": { "line": 129, "column": 28 }, "end": { "line": 129, "column": 38 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 5390, "end": 5394, "loc": { "start": { "line": 129, "column": 28 }, "end": { "line": 129, "column": 32 }, "identifierName": "aabb" }, "name": "aabb" }, "value": { "type": "Identifier", "start": 5396, "end": 5400, "loc": { "start": { "line": 129, "column": 34 }, "end": { "line": 129, "column": 38 }, "identifierName": "aabb" }, "name": "aabb" } } ] }, { "type": "ArrowFunctionExpression", "start": 5428, "end": 5461, "loc": { "start": { "line": 130, "column": 27 }, "end": { "line": 131, "column": 25 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [], "body": { "type": "BlockStatement", "start": 5434, "end": 5461, "loc": { "start": { "line": 130, "column": 33 }, "end": { "line": 131, "column": 25 } }, "body": [], "directives": [] } } ], "leadingComments": null }, "leadingComments": [ { "type": "CommentLine", "value": " scene.setObjectsPickable(objectIds, true);", "start": 5263, "end": 5308, "loc": { "start": { "line": 126, "column": 24 }, "end": { "line": 126, "column": 69 } } } ] } ], "directives": [] } } } ] } ] }, { "type": "ArrayExpression", "start": 5531, "end": 7890, "loc": { "start": { "line": 135, "column": 12 }, "end": { "line": 181, "column": 13 } }, "elements": [ { "type": "ObjectExpression", "start": 5549, "end": 6275, "loc": { "start": { "line": 136, "column": 16 }, "end": { "line": 150, "column": 17 } }, "properties": [ { "type": "ObjectProperty", "start": 5571, "end": 5726, "loc": { "start": { "line": 137, "column": 20 }, "end": { "line": 139, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 5571, "end": 5579, "loc": { "start": { "line": 137, "column": 20 }, "end": { "line": 137, "column": 28 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 5581, "end": 5726, "loc": { "start": { "line": 137, "column": 30 }, "end": { "line": 139, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 5582, "end": 5589, "loc": { "start": { "line": 137, "column": 31 }, "end": { "line": 137, "column": 38 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 5594, "end": 5726, "loc": { "start": { "line": 137, "column": 43 }, "end": { "line": 139, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 5620, "end": 5704, "loc": { "start": { "line": 138, "column": 24 }, "end": { "line": 138, "column": 108 } }, "argument": { "type": "LogicalExpression", "start": 5627, "end": 5703, "loc": { "start": { "line": 138, "column": 31 }, "end": { "line": 138, "column": 107 } }, "left": { "type": "CallExpression", "start": 5627, "end": 5693, "loc": { "start": { "line": 138, "column": 31 }, "end": { "line": 138, "column": 97 } }, "callee": { "type": "MemberExpression", "start": 5627, "end": 5665, "loc": { "start": { "line": 138, "column": 31 }, "end": { "line": 138, "column": 69 } }, "object": { "type": "MemberExpression", "start": 5627, "end": 5655, "loc": { "start": { "line": 138, "column": 31 }, "end": { "line": 138, "column": 59 } }, "object": { "type": "MemberExpression", "start": 5627, "end": 5641, "loc": { "start": { "line": 138, "column": 31 }, "end": { "line": 138, "column": 45 } }, "object": { "type": "Identifier", "start": 5627, "end": 5634, "loc": { "start": { "line": 138, "column": 31 }, "end": { "line": 138, "column": 38 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 5635, "end": 5641, "loc": { "start": { "line": 138, "column": 39 }, "end": { "line": 138, "column": 45 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 5642, "end": 5655, "loc": { "start": { "line": 138, "column": 46 }, "end": { "line": 138, "column": 59 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 5656, "end": 5665, "loc": { "start": { "line": 138, "column": 60 }, "end": { "line": 138, "column": 69 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 5666, "end": 5692, "loc": { "start": { "line": 138, "column": 70 }, "end": { "line": 138, "column": 96 } }, "extra": { "rawValue": "treeViewContextMenu.hide", "raw": "\"treeViewContextMenu.hide\"" }, "value": "treeViewContextMenu.hide" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 5697, "end": 5703, "loc": { "start": { "line": 138, "column": 101 }, "end": { "line": 138, "column": 107 } }, "extra": { "rawValue": "Hide", "raw": "\"Hide\"" }, "value": "Hide" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 5748, "end": 6257, "loc": { "start": { "line": 140, "column": 20 }, "end": { "line": 149, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 5748, "end": 5756, "loc": { "start": { "line": 140, "column": 20 }, "end": { "line": 140, "column": 28 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 5758, "end": 6257, "loc": { "start": { "line": 140, "column": 30 }, "end": { "line": 149, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 5768, "end": 5775, "loc": { "start": { "line": 140, "column": 40 }, "end": { "line": 140, "column": 47 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 5777, "end": 6257, "loc": { "start": { "line": 140, "column": 49 }, "end": { "line": 149, "column": 21 } }, "body": [ { "type": "ExpressionStatement", "start": 5803, "end": 6235, "loc": { "start": { "line": 141, "column": 24 }, "end": { "line": 148, "column": 27 } }, "expression": { "type": "CallExpression", "start": 5803, "end": 6234, "loc": { "start": { "line": 141, "column": 24 }, "end": { "line": 148, "column": 26 } }, "callee": { "type": "MemberExpression", "start": 5803, "end": 5838, "loc": { "start": { "line": 141, "column": 24 }, "end": { "line": 141, "column": 59 } }, "object": { "type": "MemberExpression", "start": 5803, "end": 5825, "loc": { "start": { "line": 141, "column": 24 }, "end": { "line": 141, "column": 46 } }, "object": { "type": "Identifier", "start": 5803, "end": 5810, "loc": { "start": { "line": 141, "column": 24 }, "end": { "line": 141, "column": 31 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 5811, "end": 5825, "loc": { "start": { "line": 141, "column": 32 }, "end": { "line": 141, "column": 46 }, "identifierName": "treeViewPlugin" }, "name": "treeViewPlugin" }, "computed": false }, "property": { "type": "Identifier", "start": 5826, "end": 5838, "loc": { "start": { "line": 141, "column": 47 }, "end": { "line": 141, "column": 59 }, "identifierName": "withNodeTree" }, "name": "withNodeTree" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 5839, "end": 5859, "loc": { "start": { "line": 141, "column": 60 }, "end": { "line": 141, "column": 80 } }, "object": { "type": "Identifier", "start": 5839, "end": 5846, "loc": { "start": { "line": 141, "column": 60 }, "end": { "line": 141, "column": 67 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 5847, "end": 5859, "loc": { "start": { "line": 141, "column": 68 }, "end": { "line": 141, "column": 80 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "computed": false }, { "type": "ArrowFunctionExpression", "start": 5861, "end": 6233, "loc": { "start": { "line": 141, "column": 82 }, "end": { "line": 148, "column": 25 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 5862, "end": 5874, "loc": { "start": { "line": 141, "column": 83 }, "end": { "line": 141, "column": 95 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" } ], "body": { "type": "BlockStatement", "start": 5879, "end": 6233, "loc": { "start": { "line": 141, "column": 100 }, "end": { "line": 148, "column": 25 } }, "body": [ { "type": "IfStatement", "start": 5909, "end": 6207, "loc": { "start": { "line": 142, "column": 28 }, "end": { "line": 147, "column": 29 } }, "test": { "type": "MemberExpression", "start": 5913, "end": 5934, "loc": { "start": { "line": 142, "column": 32 }, "end": { "line": 142, "column": 53 } }, "object": { "type": "Identifier", "start": 5913, "end": 5925, "loc": { "start": { "line": 142, "column": 32 }, "end": { "line": 142, "column": 44 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 5926, "end": 5934, "loc": { "start": { "line": 142, "column": 45 }, "end": { "line": 142, "column": 53 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "consequent": { "type": "BlockStatement", "start": 5936, "end": 6207, "loc": { "start": { "line": 142, "column": 55 }, "end": { "line": 147, "column": 29 } }, "body": [ { "type": "VariableDeclaration", "start": 5970, "end": 6037, "loc": { "start": { "line": 143, "column": 32 }, "end": { "line": 143, "column": 99 } }, "declarations": [ { "type": "VariableDeclarator", "start": 5976, "end": 6036, "loc": { "start": { "line": 143, "column": 38 }, "end": { "line": 143, "column": 98 } }, "id": { "type": "Identifier", "start": 5976, "end": 5982, "loc": { "start": { "line": 143, "column": 38 }, "end": { "line": 143, "column": 44 }, "identifierName": "entity" }, "name": "entity" }, "init": { "type": "MemberExpression", "start": 5985, "end": 6036, "loc": { "start": { "line": 143, "column": 47 }, "end": { "line": 143, "column": 98 } }, "object": { "type": "MemberExpression", "start": 5985, "end": 6013, "loc": { "start": { "line": 143, "column": 47 }, "end": { "line": 143, "column": 75 } }, "object": { "type": "MemberExpression", "start": 5985, "end": 6005, "loc": { "start": { "line": 143, "column": 47 }, "end": { "line": 143, "column": 67 } }, "object": { "type": "MemberExpression", "start": 5985, "end": 5999, "loc": { "start": { "line": 143, "column": 47 }, "end": { "line": 143, "column": 61 } }, "object": { "type": "Identifier", "start": 5985, "end": 5992, "loc": { "start": { "line": 143, "column": 47 }, "end": { "line": 143, "column": 54 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 5993, "end": 5999, "loc": { "start": { "line": 143, "column": 55 }, "end": { "line": 143, "column": 61 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 6000, "end": 6005, "loc": { "start": { "line": 143, "column": 62 }, "end": { "line": 143, "column": 67 }, "identifierName": "scene" }, "name": "scene" }, "computed": false }, "property": { "type": "Identifier", "start": 6006, "end": 6013, "loc": { "start": { "line": 143, "column": 68 }, "end": { "line": 143, "column": 75 }, "identifierName": "objects" }, "name": "objects" }, "computed": false }, "property": { "type": "MemberExpression", "start": 6014, "end": 6035, "loc": { "start": { "line": 143, "column": 76 }, "end": { "line": 143, "column": 97 } }, "object": { "type": "Identifier", "start": 6014, "end": 6026, "loc": { "start": { "line": 143, "column": 76 }, "end": { "line": 143, "column": 88 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 6027, "end": 6035, "loc": { "start": { "line": 143, "column": 89 }, "end": { "line": 143, "column": 97 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "computed": true } } ], "kind": "const" }, { "type": "IfStatement", "start": 6070, "end": 6177, "loc": { "start": { "line": 144, "column": 32 }, "end": { "line": 146, "column": 33 } }, "test": { "type": "Identifier", "start": 6074, "end": 6080, "loc": { "start": { "line": 144, "column": 36 }, "end": { "line": 144, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "consequent": { "type": "BlockStatement", "start": 6082, "end": 6177, "loc": { "start": { "line": 144, "column": 44 }, "end": { "line": 146, "column": 33 } }, "body": [ { "type": "ExpressionStatement", "start": 6120, "end": 6143, "loc": { "start": { "line": 145, "column": 36 }, "end": { "line": 145, "column": 59 } }, "expression": { "type": "AssignmentExpression", "start": 6120, "end": 6142, "loc": { "start": { "line": 145, "column": 36 }, "end": { "line": 145, "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 6120, "end": 6134, "loc": { "start": { "line": 145, "column": 36 }, "end": { "line": 145, "column": 50 } }, "object": { "type": "Identifier", "start": 6120, "end": 6126, "loc": { "start": { "line": 145, "column": 36 }, "end": { "line": 145, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 6127, "end": 6134, "loc": { "start": { "line": 145, "column": 43 }, "end": { "line": 145, "column": 50 }, "identifierName": "visible" }, "name": "visible" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 6137, "end": 6142, "loc": { "start": { "line": 145, "column": 53 }, "end": { "line": 145, "column": 58 } }, "value": false } } } ], "directives": [] }, "alternate": null } ], "directives": [] }, "alternate": null } ], "directives": [] } } ] } } ], "directives": [] } } } ] }, { "type": "ObjectExpression", "start": 6293, "end": 7313, "loc": { "start": { "line": 151, "column": 16 }, "end": { "line": 169, "column": 17 } }, "properties": [ { "type": "ObjectProperty", "start": 6315, "end": 6483, "loc": { "start": { "line": 152, "column": 20 }, "end": { "line": 154, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 6315, "end": 6323, "loc": { "start": { "line": 152, "column": 20 }, "end": { "line": 152, "column": 28 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 6325, "end": 6483, "loc": { "start": { "line": 152, "column": 30 }, "end": { "line": 154, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 6326, "end": 6333, "loc": { "start": { "line": 152, "column": 31 }, "end": { "line": 152, "column": 38 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 6338, "end": 6483, "loc": { "start": { "line": 152, "column": 43 }, "end": { "line": 154, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 6364, "end": 6461, "loc": { "start": { "line": 153, "column": 24 }, "end": { "line": 153, "column": 121 } }, "argument": { "type": "LogicalExpression", "start": 6371, "end": 6460, "loc": { "start": { "line": 153, "column": 31 }, "end": { "line": 153, "column": 120 } }, "left": { "type": "CallExpression", "start": 6371, "end": 6443, "loc": { "start": { "line": 153, "column": 31 }, "end": { "line": 153, "column": 103 } }, "callee": { "type": "MemberExpression", "start": 6371, "end": 6409, "loc": { "start": { "line": 153, "column": 31 }, "end": { "line": 153, "column": 69 } }, "object": { "type": "MemberExpression", "start": 6371, "end": 6399, "loc": { "start": { "line": 153, "column": 31 }, "end": { "line": 153, "column": 59 } }, "object": { "type": "MemberExpression", "start": 6371, "end": 6385, "loc": { "start": { "line": 153, "column": 31 }, "end": { "line": 153, "column": 45 } }, "object": { "type": "Identifier", "start": 6371, "end": 6378, "loc": { "start": { "line": 153, "column": 31 }, "end": { "line": 153, "column": 38 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 6379, "end": 6385, "loc": { "start": { "line": 153, "column": 39 }, "end": { "line": 153, "column": 45 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 6386, "end": 6399, "loc": { "start": { "line": 153, "column": 46 }, "end": { "line": 153, "column": 59 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 6400, "end": 6409, "loc": { "start": { "line": 153, "column": 60 }, "end": { "line": 153, "column": 69 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 6410, "end": 6442, "loc": { "start": { "line": 153, "column": 70 }, "end": { "line": 153, "column": 102 } }, "extra": { "rawValue": "treeViewContextMenu.hideOthers", "raw": "\"treeViewContextMenu.hideOthers\"" }, "value": "treeViewContextMenu.hideOthers" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 6447, "end": 6460, "loc": { "start": { "line": 153, "column": 107 }, "end": { "line": 153, "column": 120 } }, "extra": { "rawValue": "Hide Others", "raw": "\"Hide Others\"" }, "value": "Hide Others" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 6505, "end": 7295, "loc": { "start": { "line": 155, "column": 20 }, "end": { "line": 168, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 6505, "end": 6513, "loc": { "start": { "line": 155, "column": 20 }, "end": { "line": 155, "column": 28 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 6515, "end": 7295, "loc": { "start": { "line": 155, "column": 30 }, "end": { "line": 168, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 6525, "end": 6532, "loc": { "start": { "line": 155, "column": 40 }, "end": { "line": 155, "column": 47 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 6534, "end": 7295, "loc": { "start": { "line": 155, "column": 49 }, "end": { "line": 168, "column": 21 } }, "body": [ { "type": "VariableDeclaration", "start": 6560, "end": 6595, "loc": { "start": { "line": 156, "column": 24 }, "end": { "line": 156, "column": 59 } }, "declarations": [ { "type": "VariableDeclarator", "start": 6566, "end": 6594, "loc": { "start": { "line": 156, "column": 30 }, "end": { "line": 156, "column": 58 } }, "id": { "type": "Identifier", "start": 6566, "end": 6571, "loc": { "start": { "line": 156, "column": 30 }, "end": { "line": 156, "column": 35 }, "identifierName": "scene" }, "name": "scene" }, "init": { "type": "MemberExpression", "start": 6574, "end": 6594, "loc": { "start": { "line": 156, "column": 38 }, "end": { "line": 156, "column": 58 } }, "object": { "type": "MemberExpression", "start": 6574, "end": 6588, "loc": { "start": { "line": 156, "column": 38 }, "end": { "line": 156, "column": 52 } }, "object": { "type": "Identifier", "start": 6574, "end": 6581, "loc": { "start": { "line": 156, "column": 38 }, "end": { "line": 156, "column": 45 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 6582, "end": 6588, "loc": { "start": { "line": 156, "column": 46 }, "end": { "line": 156, "column": 52 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 6589, "end": 6594, "loc": { "start": { "line": 156, "column": 53 }, "end": { "line": 156, "column": 58 }, "identifierName": "scene" }, "name": "scene" }, "computed": false } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 6620, "end": 6675, "loc": { "start": { "line": 157, "column": 24 }, "end": { "line": 157, "column": 79 } }, "expression": { "type": "CallExpression", "start": 6620, "end": 6674, "loc": { "start": { "line": 157, "column": 24 }, "end": { "line": 157, "column": 78 } }, "callee": { "type": "MemberExpression", "start": 6620, "end": 6643, "loc": { "start": { "line": 157, "column": 24 }, "end": { "line": 157, "column": 47 } }, "object": { "type": "Identifier", "start": 6620, "end": 6625, "loc": { "start": { "line": 157, "column": 24 }, "end": { "line": 157, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 6626, "end": 6643, "loc": { "start": { "line": 157, "column": 30 }, "end": { "line": 157, "column": 47 }, "identifierName": "setObjectsVisible" }, "name": "setObjectsVisible" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 6644, "end": 6666, "loc": { "start": { "line": 157, "column": 48 }, "end": { "line": 157, "column": 70 } }, "object": { "type": "Identifier", "start": 6644, "end": 6649, "loc": { "start": { "line": 157, "column": 48 }, "end": { "line": 157, "column": 53 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 6650, "end": 6666, "loc": { "start": { "line": 157, "column": 54 }, "end": { "line": 157, "column": 70 }, "identifierName": "visibleObjectIds" }, "name": "visibleObjectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 6668, "end": 6673, "loc": { "start": { "line": 157, "column": 72 }, "end": { "line": 157, "column": 77 } }, "value": false } ] } }, { "type": "ExpressionStatement", "start": 6700, "end": 6754, "loc": { "start": { "line": 158, "column": 24 }, "end": { "line": 158, "column": 78 } }, "expression": { "type": "CallExpression", "start": 6700, "end": 6753, "loc": { "start": { "line": 158, "column": 24 }, "end": { "line": 158, "column": 77 } }, "callee": { "type": "MemberExpression", "start": 6700, "end": 6724, "loc": { "start": { "line": 158, "column": 24 }, "end": { "line": 158, "column": 48 } }, "object": { "type": "Identifier", "start": 6700, "end": 6705, "loc": { "start": { "line": 158, "column": 24 }, "end": { "line": 158, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 6706, "end": 6724, "loc": { "start": { "line": 158, "column": 30 }, "end": { "line": 158, "column": 48 }, "identifierName": "setObjectsPickable" }, "name": "setObjectsPickable" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 6725, "end": 6746, "loc": { "start": { "line": 158, "column": 49 }, "end": { "line": 158, "column": 70 } }, "object": { "type": "Identifier", "start": 6725, "end": 6730, "loc": { "start": { "line": 158, "column": 49 }, "end": { "line": 158, "column": 54 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 6731, "end": 6746, "loc": { "start": { "line": 158, "column": 55 }, "end": { "line": 158, "column": 70 }, "identifierName": "xrayedObjectIds" }, "name": "xrayedObjectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 6748, "end": 6752, "loc": { "start": { "line": 158, "column": 72 }, "end": { "line": 158, "column": 76 } }, "value": true } ] } }, { "type": "ExpressionStatement", "start": 6779, "end": 6832, "loc": { "start": { "line": 159, "column": 24 }, "end": { "line": 159, "column": 77 } }, "expression": { "type": "CallExpression", "start": 6779, "end": 6831, "loc": { "start": { "line": 159, "column": 24 }, "end": { "line": 159, "column": 76 } }, "callee": { "type": "MemberExpression", "start": 6779, "end": 6801, "loc": { "start": { "line": 159, "column": 24 }, "end": { "line": 159, "column": 46 } }, "object": { "type": "Identifier", "start": 6779, "end": 6784, "loc": { "start": { "line": 159, "column": 24 }, "end": { "line": 159, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 6785, "end": 6801, "loc": { "start": { "line": 159, "column": 30 }, "end": { "line": 159, "column": 46 }, "identifierName": "setObjectsXRayed" }, "name": "setObjectsXRayed" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 6802, "end": 6823, "loc": { "start": { "line": 159, "column": 47 }, "end": { "line": 159, "column": 68 } }, "object": { "type": "Identifier", "start": 6802, "end": 6807, "loc": { "start": { "line": 159, "column": 47 }, "end": { "line": 159, "column": 52 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 6808, "end": 6823, "loc": { "start": { "line": 159, "column": 53 }, "end": { "line": 159, "column": 68 }, "identifierName": "xrayedObjectIds" }, "name": "xrayedObjectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 6825, "end": 6830, "loc": { "start": { "line": 159, "column": 70 }, "end": { "line": 159, "column": 75 } }, "value": false } ] } }, { "type": "ExpressionStatement", "start": 6857, "end": 7273, "loc": { "start": { "line": 160, "column": 24 }, "end": { "line": 167, "column": 27 } }, "expression": { "type": "CallExpression", "start": 6857, "end": 7272, "loc": { "start": { "line": 160, "column": 24 }, "end": { "line": 167, "column": 26 } }, "callee": { "type": "MemberExpression", "start": 6857, "end": 6892, "loc": { "start": { "line": 160, "column": 24 }, "end": { "line": 160, "column": 59 } }, "object": { "type": "MemberExpression", "start": 6857, "end": 6879, "loc": { "start": { "line": 160, "column": 24 }, "end": { "line": 160, "column": 46 } }, "object": { "type": "Identifier", "start": 6857, "end": 6864, "loc": { "start": { "line": 160, "column": 24 }, "end": { "line": 160, "column": 31 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 6865, "end": 6879, "loc": { "start": { "line": 160, "column": 32 }, "end": { "line": 160, "column": 46 }, "identifierName": "treeViewPlugin" }, "name": "treeViewPlugin" }, "computed": false }, "property": { "type": "Identifier", "start": 6880, "end": 6892, "loc": { "start": { "line": 160, "column": 47 }, "end": { "line": 160, "column": 59 }, "identifierName": "withNodeTree" }, "name": "withNodeTree" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 6893, "end": 6913, "loc": { "start": { "line": 160, "column": 60 }, "end": { "line": 160, "column": 80 } }, "object": { "type": "Identifier", "start": 6893, "end": 6900, "loc": { "start": { "line": 160, "column": 60 }, "end": { "line": 160, "column": 67 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 6901, "end": 6913, "loc": { "start": { "line": 160, "column": 68 }, "end": { "line": 160, "column": 80 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "computed": false }, { "type": "ArrowFunctionExpression", "start": 6915, "end": 7271, "loc": { "start": { "line": 160, "column": 82 }, "end": { "line": 167, "column": 25 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 6916, "end": 6928, "loc": { "start": { "line": 160, "column": 83 }, "end": { "line": 160, "column": 95 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" } ], "body": { "type": "BlockStatement", "start": 6933, "end": 7271, "loc": { "start": { "line": 160, "column": 100 }, "end": { "line": 167, "column": 25 } }, "body": [ { "type": "IfStatement", "start": 6963, "end": 7245, "loc": { "start": { "line": 161, "column": 28 }, "end": { "line": 166, "column": 29 } }, "test": { "type": "MemberExpression", "start": 6967, "end": 6988, "loc": { "start": { "line": 161, "column": 32 }, "end": { "line": 161, "column": 53 } }, "object": { "type": "Identifier", "start": 6967, "end": 6979, "loc": { "start": { "line": 161, "column": 32 }, "end": { "line": 161, "column": 44 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 6980, "end": 6988, "loc": { "start": { "line": 161, "column": 45 }, "end": { "line": 161, "column": 53 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "consequent": { "type": "BlockStatement", "start": 6990, "end": 7245, "loc": { "start": { "line": 161, "column": 55 }, "end": { "line": 166, "column": 29 } }, "body": [ { "type": "VariableDeclaration", "start": 7024, "end": 7076, "loc": { "start": { "line": 162, "column": 32 }, "end": { "line": 162, "column": 84 } }, "declarations": [ { "type": "VariableDeclarator", "start": 7030, "end": 7075, "loc": { "start": { "line": 162, "column": 38 }, "end": { "line": 162, "column": 83 } }, "id": { "type": "Identifier", "start": 7030, "end": 7036, "loc": { "start": { "line": 162, "column": 38 }, "end": { "line": 162, "column": 44 }, "identifierName": "entity" }, "name": "entity" }, "init": { "type": "MemberExpression", "start": 7039, "end": 7075, "loc": { "start": { "line": 162, "column": 47 }, "end": { "line": 162, "column": 83 } }, "object": { "type": "MemberExpression", "start": 7039, "end": 7052, "loc": { "start": { "line": 162, "column": 47 }, "end": { "line": 162, "column": 60 } }, "object": { "type": "Identifier", "start": 7039, "end": 7044, "loc": { "start": { "line": 162, "column": 47 }, "end": { "line": 162, "column": 52 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 7045, "end": 7052, "loc": { "start": { "line": 162, "column": 53 }, "end": { "line": 162, "column": 60 }, "identifierName": "objects" }, "name": "objects" }, "computed": false }, "property": { "type": "MemberExpression", "start": 7053, "end": 7074, "loc": { "start": { "line": 162, "column": 61 }, "end": { "line": 162, "column": 82 } }, "object": { "type": "Identifier", "start": 7053, "end": 7065, "loc": { "start": { "line": 162, "column": 61 }, "end": { "line": 162, "column": 73 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 7066, "end": 7074, "loc": { "start": { "line": 162, "column": 74 }, "end": { "line": 162, "column": 82 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "computed": true } } ], "kind": "const" }, { "type": "IfStatement", "start": 7109, "end": 7215, "loc": { "start": { "line": 163, "column": 32 }, "end": { "line": 165, "column": 33 } }, "test": { "type": "Identifier", "start": 7113, "end": 7119, "loc": { "start": { "line": 163, "column": 36 }, "end": { "line": 163, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "consequent": { "type": "BlockStatement", "start": 7121, "end": 7215, "loc": { "start": { "line": 163, "column": 44 }, "end": { "line": 165, "column": 33 } }, "body": [ { "type": "ExpressionStatement", "start": 7159, "end": 7181, "loc": { "start": { "line": 164, "column": 36 }, "end": { "line": 164, "column": 58 } }, "expression": { "type": "AssignmentExpression", "start": 7159, "end": 7180, "loc": { "start": { "line": 164, "column": 36 }, "end": { "line": 164, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 7159, "end": 7173, "loc": { "start": { "line": 164, "column": 36 }, "end": { "line": 164, "column": 50 } }, "object": { "type": "Identifier", "start": 7159, "end": 7165, "loc": { "start": { "line": 164, "column": 36 }, "end": { "line": 164, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 7166, "end": 7173, "loc": { "start": { "line": 164, "column": 43 }, "end": { "line": 164, "column": 50 }, "identifierName": "visible" }, "name": "visible" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 7176, "end": 7180, "loc": { "start": { "line": 164, "column": 53 }, "end": { "line": 164, "column": 57 } }, "value": true } } } ], "directives": [] }, "alternate": null } ], "directives": [] }, "alternate": null } ], "directives": [] } } ] } } ], "directives": [] } } } ] }, { "type": "ObjectExpression", "start": 7331, "end": 7876, "loc": { "start": { "line": 170, "column": 16 }, "end": { "line": 180, "column": 17 } }, "properties": [ { "type": "ObjectProperty", "start": 7353, "end": 7515, "loc": { "start": { "line": 171, "column": 20 }, "end": { "line": 173, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 7353, "end": 7361, "loc": { "start": { "line": 171, "column": 20 }, "end": { "line": 171, "column": 28 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 7363, "end": 7515, "loc": { "start": { "line": 171, "column": 30 }, "end": { "line": 173, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 7364, "end": 7371, "loc": { "start": { "line": 171, "column": 31 }, "end": { "line": 171, "column": 38 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 7376, "end": 7515, "loc": { "start": { "line": 171, "column": 43 }, "end": { "line": 173, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 7402, "end": 7493, "loc": { "start": { "line": 172, "column": 24 }, "end": { "line": 172, "column": 115 } }, "argument": { "type": "LogicalExpression", "start": 7409, "end": 7492, "loc": { "start": { "line": 172, "column": 31 }, "end": { "line": 172, "column": 114 } }, "left": { "type": "CallExpression", "start": 7409, "end": 7478, "loc": { "start": { "line": 172, "column": 31 }, "end": { "line": 172, "column": 100 } }, "callee": { "type": "MemberExpression", "start": 7409, "end": 7447, "loc": { "start": { "line": 172, "column": 31 }, "end": { "line": 172, "column": 69 } }, "object": { "type": "MemberExpression", "start": 7409, "end": 7437, "loc": { "start": { "line": 172, "column": 31 }, "end": { "line": 172, "column": 59 } }, "object": { "type": "MemberExpression", "start": 7409, "end": 7423, "loc": { "start": { "line": 172, "column": 31 }, "end": { "line": 172, "column": 45 } }, "object": { "type": "Identifier", "start": 7409, "end": 7416, "loc": { "start": { "line": 172, "column": 31 }, "end": { "line": 172, "column": 38 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 7417, "end": 7423, "loc": { "start": { "line": 172, "column": 39 }, "end": { "line": 172, "column": 45 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 7424, "end": 7437, "loc": { "start": { "line": 172, "column": 46 }, "end": { "line": 172, "column": 59 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 7438, "end": 7447, "loc": { "start": { "line": 172, "column": 60 }, "end": { "line": 172, "column": 69 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 7448, "end": 7477, "loc": { "start": { "line": 172, "column": 70 }, "end": { "line": 172, "column": 99 } }, "extra": { "rawValue": "treeViewContextMenu.hideAll", "raw": "\"treeViewContextMenu.hideAll\"" }, "value": "treeViewContextMenu.hideAll" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 7482, "end": 7492, "loc": { "start": { "line": 172, "column": 104 }, "end": { "line": 172, "column": 114 } }, "extra": { "rawValue": "Hide All", "raw": "\"Hide All\"" }, "value": "Hide All" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 7537, "end": 7674, "loc": { "start": { "line": 174, "column": 20 }, "end": { "line": 176, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 7537, "end": 7547, "loc": { "start": { "line": 174, "column": 20 }, "end": { "line": 174, "column": 30 }, "identifierName": "getEnabled" }, "name": "getEnabled" }, "value": { "type": "FunctionExpression", "start": 7549, "end": 7674, "loc": { "start": { "line": 174, "column": 32 }, "end": { "line": 176, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 7559, "end": 7566, "loc": { "start": { "line": 174, "column": 42 }, "end": { "line": 174, "column": 49 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 7568, "end": 7674, "loc": { "start": { "line": 174, "column": 51 }, "end": { "line": 176, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 7594, "end": 7652, "loc": { "start": { "line": 175, "column": 24 }, "end": { "line": 175, "column": 82 } }, "argument": { "type": "BinaryExpression", "start": 7602, "end": 7650, "loc": { "start": { "line": 175, "column": 32 }, "end": { "line": 175, "column": 80 } }, "left": { "type": "MemberExpression", "start": 7602, "end": 7646, "loc": { "start": { "line": 175, "column": 32 }, "end": { "line": 175, "column": 76 } }, "object": { "type": "MemberExpression", "start": 7602, "end": 7639, "loc": { "start": { "line": 175, "column": 32 }, "end": { "line": 175, "column": 69 } }, "object": { "type": "MemberExpression", "start": 7602, "end": 7622, "loc": { "start": { "line": 175, "column": 32 }, "end": { "line": 175, "column": 52 } }, "object": { "type": "MemberExpression", "start": 7602, "end": 7616, "loc": { "start": { "line": 175, "column": 32 }, "end": { "line": 175, "column": 46 } }, "object": { "type": "Identifier", "start": 7602, "end": 7609, "loc": { "start": { "line": 175, "column": 32 }, "end": { "line": 175, "column": 39 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 7610, "end": 7616, "loc": { "start": { "line": 175, "column": 40 }, "end": { "line": 175, "column": 46 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 7617, "end": 7622, "loc": { "start": { "line": 175, "column": 47 }, "end": { "line": 175, "column": 52 }, "identifierName": "scene" }, "name": "scene" }, "computed": false }, "property": { "type": "Identifier", "start": 7623, "end": 7639, "loc": { "start": { "line": 175, "column": 53 }, "end": { "line": 175, "column": 69 }, "identifierName": "visibleObjectIds" }, "name": "visibleObjectIds" }, "computed": false }, "property": { "type": "Identifier", "start": 7640, "end": 7646, "loc": { "start": { "line": 175, "column": 70 }, "end": { "line": 175, "column": 76 }, "identifierName": "length" }, "name": "length" }, "computed": false }, "operator": ">", "right": { "type": "NumericLiteral", "start": 7649, "end": 7650, "loc": { "start": { "line": 175, "column": 79 }, "end": { "line": 175, "column": 80 } }, "extra": { "rawValue": 0, "raw": "0" }, "value": 0 }, "extra": { "parenthesized": true, "parenStart": 7601 } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 7696, "end": 7858, "loc": { "start": { "line": 177, "column": 20 }, "end": { "line": 179, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 7696, "end": 7704, "loc": { "start": { "line": 177, "column": 20 }, "end": { "line": 177, "column": 28 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 7706, "end": 7858, "loc": { "start": { "line": 177, "column": 30 }, "end": { "line": 179, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 7716, "end": 7723, "loc": { "start": { "line": 177, "column": 40 }, "end": { "line": 177, "column": 47 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 7725, "end": 7858, "loc": { "start": { "line": 177, "column": 49 }, "end": { "line": 179, "column": 21 } }, "body": [ { "type": "ExpressionStatement", "start": 7751, "end": 7836, "loc": { "start": { "line": 178, "column": 24 }, "end": { "line": 178, "column": 109 } }, "expression": { "type": "CallExpression", "start": 7751, "end": 7835, "loc": { "start": { "line": 178, "column": 24 }, "end": { "line": 178, "column": 108 } }, "callee": { "type": "MemberExpression", "start": 7751, "end": 7789, "loc": { "start": { "line": 178, "column": 24 }, "end": { "line": 178, "column": 62 } }, "object": { "type": "MemberExpression", "start": 7751, "end": 7771, "loc": { "start": { "line": 178, "column": 24 }, "end": { "line": 178, "column": 44 } }, "object": { "type": "MemberExpression", "start": 7751, "end": 7765, "loc": { "start": { "line": 178, "column": 24 }, "end": { "line": 178, "column": 38 } }, "object": { "type": "Identifier", "start": 7751, "end": 7758, "loc": { "start": { "line": 178, "column": 24 }, "end": { "line": 178, "column": 31 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 7759, "end": 7765, "loc": { "start": { "line": 178, "column": 32 }, "end": { "line": 178, "column": 38 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 7766, "end": 7771, "loc": { "start": { "line": 178, "column": 39 }, "end": { "line": 178, "column": 44 }, "identifierName": "scene" }, "name": "scene" }, "computed": false }, "property": { "type": "Identifier", "start": 7772, "end": 7789, "loc": { "start": { "line": 178, "column": 45 }, "end": { "line": 178, "column": 62 }, "identifierName": "setObjectsVisible" }, "name": "setObjectsVisible" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 7790, "end": 7827, "loc": { "start": { "line": 178, "column": 63 }, "end": { "line": 178, "column": 100 } }, "object": { "type": "MemberExpression", "start": 7790, "end": 7810, "loc": { "start": { "line": 178, "column": 63 }, "end": { "line": 178, "column": 83 } }, "object": { "type": "MemberExpression", "start": 7790, "end": 7804, "loc": { "start": { "line": 178, "column": 63 }, "end": { "line": 178, "column": 77 } }, "object": { "type": "Identifier", "start": 7790, "end": 7797, "loc": { "start": { "line": 178, "column": 63 }, "end": { "line": 178, "column": 70 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 7798, "end": 7804, "loc": { "start": { "line": 178, "column": 71 }, "end": { "line": 178, "column": 77 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 7805, "end": 7810, "loc": { "start": { "line": 178, "column": 78 }, "end": { "line": 178, "column": 83 }, "identifierName": "scene" }, "name": "scene" }, "computed": false }, "property": { "type": "Identifier", "start": 7811, "end": 7827, "loc": { "start": { "line": 178, "column": 84 }, "end": { "line": 178, "column": 100 }, "identifierName": "visibleObjectIds" }, "name": "visibleObjectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 7829, "end": 7834, "loc": { "start": { "line": 178, "column": 102 }, "end": { "line": 178, "column": 107 } }, "value": false } ] } } ], "directives": [] } } } ] } ] }, { "type": "ArrayExpression", "start": 7904, "end": 10817, "loc": { "start": { "line": 182, "column": 12 }, "end": { "line": 237, "column": 13 } }, "elements": [ { "type": "ObjectExpression", "start": 7922, "end": 8926, "loc": { "start": { "line": 183, "column": 16 }, "end": { "line": 202, "column": 17 } }, "properties": [ { "type": "ObjectProperty", "start": 7944, "end": 8099, "loc": { "start": { "line": 184, "column": 20 }, "end": { "line": 186, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 7944, "end": 7952, "loc": { "start": { "line": 184, "column": 20 }, "end": { "line": 184, "column": 28 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 7954, "end": 8099, "loc": { "start": { "line": 184, "column": 30 }, "end": { "line": 186, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 7955, "end": 7962, "loc": { "start": { "line": 184, "column": 31 }, "end": { "line": 184, "column": 38 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 7967, "end": 8099, "loc": { "start": { "line": 184, "column": 43 }, "end": { "line": 186, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 7993, "end": 8077, "loc": { "start": { "line": 185, "column": 24 }, "end": { "line": 185, "column": 108 } }, "argument": { "type": "LogicalExpression", "start": 8000, "end": 8076, "loc": { "start": { "line": 185, "column": 31 }, "end": { "line": 185, "column": 107 } }, "left": { "type": "CallExpression", "start": 8000, "end": 8066, "loc": { "start": { "line": 185, "column": 31 }, "end": { "line": 185, "column": 97 } }, "callee": { "type": "MemberExpression", "start": 8000, "end": 8038, "loc": { "start": { "line": 185, "column": 31 }, "end": { "line": 185, "column": 69 } }, "object": { "type": "MemberExpression", "start": 8000, "end": 8028, "loc": { "start": { "line": 185, "column": 31 }, "end": { "line": 185, "column": 59 } }, "object": { "type": "MemberExpression", "start": 8000, "end": 8014, "loc": { "start": { "line": 185, "column": 31 }, "end": { "line": 185, "column": 45 } }, "object": { "type": "Identifier", "start": 8000, "end": 8007, "loc": { "start": { "line": 185, "column": 31 }, "end": { "line": 185, "column": 38 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 8008, "end": 8014, "loc": { "start": { "line": 185, "column": 39 }, "end": { "line": 185, "column": 45 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 8015, "end": 8028, "loc": { "start": { "line": 185, "column": 46 }, "end": { "line": 185, "column": 59 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 8029, "end": 8038, "loc": { "start": { "line": 185, "column": 60 }, "end": { "line": 185, "column": 69 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 8039, "end": 8065, "loc": { "start": { "line": 185, "column": 70 }, "end": { "line": 185, "column": 96 } }, "extra": { "rawValue": "treeViewContextMenu.show", "raw": "\"treeViewContextMenu.show\"" }, "value": "treeViewContextMenu.show" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 8070, "end": 8076, "loc": { "start": { "line": 185, "column": 101 }, "end": { "line": 185, "column": 107 } }, "extra": { "rawValue": "Show", "raw": "\"Show\"" }, "value": "Show" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 8121, "end": 8908, "loc": { "start": { "line": 187, "column": 20 }, "end": { "line": 201, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 8121, "end": 8129, "loc": { "start": { "line": 187, "column": 20 }, "end": { "line": 187, "column": 28 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 8131, "end": 8908, "loc": { "start": { "line": 187, "column": 30 }, "end": { "line": 201, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 8141, "end": 8148, "loc": { "start": { "line": 187, "column": 40 }, "end": { "line": 187, "column": 47 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 8150, "end": 8908, "loc": { "start": { "line": 187, "column": 49 }, "end": { "line": 201, "column": 21 } }, "body": [ { "type": "ExpressionStatement", "start": 8176, "end": 8886, "loc": { "start": { "line": 188, "column": 24 }, "end": { "line": 200, "column": 27 } }, "expression": { "type": "CallExpression", "start": 8176, "end": 8885, "loc": { "start": { "line": 188, "column": 24 }, "end": { "line": 200, "column": 26 } }, "callee": { "type": "MemberExpression", "start": 8176, "end": 8211, "loc": { "start": { "line": 188, "column": 24 }, "end": { "line": 188, "column": 59 } }, "object": { "type": "MemberExpression", "start": 8176, "end": 8198, "loc": { "start": { "line": 188, "column": 24 }, "end": { "line": 188, "column": 46 } }, "object": { "type": "Identifier", "start": 8176, "end": 8183, "loc": { "start": { "line": 188, "column": 24 }, "end": { "line": 188, "column": 31 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 8184, "end": 8198, "loc": { "start": { "line": 188, "column": 32 }, "end": { "line": 188, "column": 46 }, "identifierName": "treeViewPlugin" }, "name": "treeViewPlugin" }, "computed": false }, "property": { "type": "Identifier", "start": 8199, "end": 8211, "loc": { "start": { "line": 188, "column": 47 }, "end": { "line": 188, "column": 59 }, "identifierName": "withNodeTree" }, "name": "withNodeTree" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 8212, "end": 8232, "loc": { "start": { "line": 188, "column": 60 }, "end": { "line": 188, "column": 80 } }, "object": { "type": "Identifier", "start": 8212, "end": 8219, "loc": { "start": { "line": 188, "column": 60 }, "end": { "line": 188, "column": 67 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 8220, "end": 8232, "loc": { "start": { "line": 188, "column": 68 }, "end": { "line": 188, "column": 80 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "computed": false }, { "type": "ArrowFunctionExpression", "start": 8234, "end": 8884, "loc": { "start": { "line": 188, "column": 82 }, "end": { "line": 200, "column": 25 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 8235, "end": 8247, "loc": { "start": { "line": 188, "column": 83 }, "end": { "line": 188, "column": 95 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" } ], "body": { "type": "BlockStatement", "start": 8252, "end": 8884, "loc": { "start": { "line": 188, "column": 100 }, "end": { "line": 200, "column": 25 } }, "body": [ { "type": "IfStatement", "start": 8282, "end": 8858, "loc": { "start": { "line": 189, "column": 28 }, "end": { "line": 199, "column": 29 } }, "test": { "type": "MemberExpression", "start": 8286, "end": 8307, "loc": { "start": { "line": 189, "column": 32 }, "end": { "line": 189, "column": 53 } }, "object": { "type": "Identifier", "start": 8286, "end": 8298, "loc": { "start": { "line": 189, "column": 32 }, "end": { "line": 189, "column": 44 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 8299, "end": 8307, "loc": { "start": { "line": 189, "column": 45 }, "end": { "line": 189, "column": 53 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "consequent": { "type": "BlockStatement", "start": 8309, "end": 8858, "loc": { "start": { "line": 189, "column": 55 }, "end": { "line": 199, "column": 29 } }, "body": [ { "type": "VariableDeclaration", "start": 8343, "end": 8410, "loc": { "start": { "line": 190, "column": 32 }, "end": { "line": 190, "column": 99 } }, "declarations": [ { "type": "VariableDeclarator", "start": 8349, "end": 8409, "loc": { "start": { "line": 190, "column": 38 }, "end": { "line": 190, "column": 98 } }, "id": { "type": "Identifier", "start": 8349, "end": 8355, "loc": { "start": { "line": 190, "column": 38 }, "end": { "line": 190, "column": 44 }, "identifierName": "entity" }, "name": "entity" }, "init": { "type": "MemberExpression", "start": 8358, "end": 8409, "loc": { "start": { "line": 190, "column": 47 }, "end": { "line": 190, "column": 98 } }, "object": { "type": "MemberExpression", "start": 8358, "end": 8386, "loc": { "start": { "line": 190, "column": 47 }, "end": { "line": 190, "column": 75 } }, "object": { "type": "MemberExpression", "start": 8358, "end": 8378, "loc": { "start": { "line": 190, "column": 47 }, "end": { "line": 190, "column": 67 } }, "object": { "type": "MemberExpression", "start": 8358, "end": 8372, "loc": { "start": { "line": 190, "column": 47 }, "end": { "line": 190, "column": 61 } }, "object": { "type": "Identifier", "start": 8358, "end": 8365, "loc": { "start": { "line": 190, "column": 47 }, "end": { "line": 190, "column": 54 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 8366, "end": 8372, "loc": { "start": { "line": 190, "column": 55 }, "end": { "line": 190, "column": 61 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 8373, "end": 8378, "loc": { "start": { "line": 190, "column": 62 }, "end": { "line": 190, "column": 67 }, "identifierName": "scene" }, "name": "scene" }, "computed": false }, "property": { "type": "Identifier", "start": 8379, "end": 8386, "loc": { "start": { "line": 190, "column": 68 }, "end": { "line": 190, "column": 75 }, "identifierName": "objects" }, "name": "objects" }, "computed": false }, "property": { "type": "MemberExpression", "start": 8387, "end": 8408, "loc": { "start": { "line": 190, "column": 76 }, "end": { "line": 190, "column": 97 } }, "object": { "type": "Identifier", "start": 8387, "end": 8399, "loc": { "start": { "line": 190, "column": 76 }, "end": { "line": 190, "column": 88 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 8400, "end": 8408, "loc": { "start": { "line": 190, "column": 89 }, "end": { "line": 190, "column": 97 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "computed": true } } ], "kind": "const" }, { "type": "IfStatement", "start": 8443, "end": 8828, "loc": { "start": { "line": 191, "column": 32 }, "end": { "line": 198, "column": 33 } }, "test": { "type": "Identifier", "start": 8447, "end": 8453, "loc": { "start": { "line": 191, "column": 36 }, "end": { "line": 191, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "consequent": { "type": "BlockStatement", "start": 8455, "end": 8828, "loc": { "start": { "line": 191, "column": 44 }, "end": { "line": 198, "column": 33 } }, "body": [ { "type": "ExpressionStatement", "start": 8493, "end": 8515, "loc": { "start": { "line": 192, "column": 36 }, "end": { "line": 192, "column": 58 } }, "expression": { "type": "AssignmentExpression", "start": 8493, "end": 8514, "loc": { "start": { "line": 192, "column": 36 }, "end": { "line": 192, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 8493, "end": 8507, "loc": { "start": { "line": 192, "column": 36 }, "end": { "line": 192, "column": 50 } }, "object": { "type": "Identifier", "start": 8493, "end": 8499, "loc": { "start": { "line": 192, "column": 36 }, "end": { "line": 192, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 8500, "end": 8507, "loc": { "start": { "line": 192, "column": 43 }, "end": { "line": 192, "column": 50 }, "identifierName": "visible" }, "name": "visible" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 8510, "end": 8514, "loc": { "start": { "line": 192, "column": 53 }, "end": { "line": 192, "column": 57 } }, "value": true } } }, { "type": "IfStatement", "start": 8552, "end": 8674, "loc": { "start": { "line": 193, "column": 36 }, "end": { "line": 195, "column": 37 } }, "test": { "type": "MemberExpression", "start": 8556, "end": 8569, "loc": { "start": { "line": 193, "column": 40 }, "end": { "line": 193, "column": 53 } }, "object": { "type": "Identifier", "start": 8556, "end": 8562, "loc": { "start": { "line": 193, "column": 40 }, "end": { "line": 193, "column": 46 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 8563, "end": 8569, "loc": { "start": { "line": 193, "column": 47 }, "end": { "line": 193, "column": 53 }, "identifierName": "xrayed" }, "name": "xrayed" }, "computed": false }, "consequent": { "type": "BlockStatement", "start": 8571, "end": 8674, "loc": { "start": { "line": 193, "column": 55 }, "end": { "line": 195, "column": 37 } }, "body": [ { "type": "ExpressionStatement", "start": 8613, "end": 8636, "loc": { "start": { "line": 194, "column": 40 }, "end": { "line": 194, "column": 63 } }, "expression": { "type": "AssignmentExpression", "start": 8613, "end": 8635, "loc": { "start": { "line": 194, "column": 40 }, "end": { "line": 194, "column": 62 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 8613, "end": 8628, "loc": { "start": { "line": 194, "column": 40 }, "end": { "line": 194, "column": 55 } }, "object": { "type": "Identifier", "start": 8613, "end": 8619, "loc": { "start": { "line": 194, "column": 40 }, "end": { "line": 194, "column": 46 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 8620, "end": 8628, "loc": { "start": { "line": 194, "column": 47 }, "end": { "line": 194, "column": 55 }, "identifierName": "pickable" }, "name": "pickable" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 8631, "end": 8635, "loc": { "start": { "line": 194, "column": 58 }, "end": { "line": 194, "column": 62 } }, "value": true } } } ], "directives": [] }, "alternate": null }, { "type": "ExpressionStatement", "start": 8711, "end": 8733, "loc": { "start": { "line": 196, "column": 36 }, "end": { "line": 196, "column": 58 } }, "expression": { "type": "AssignmentExpression", "start": 8711, "end": 8732, "loc": { "start": { "line": 196, "column": 36 }, "end": { "line": 196, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 8711, "end": 8724, "loc": { "start": { "line": 196, "column": 36 }, "end": { "line": 196, "column": 49 } }, "object": { "type": "Identifier", "start": 8711, "end": 8717, "loc": { "start": { "line": 196, "column": 36 }, "end": { "line": 196, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 8718, "end": 8724, "loc": { "start": { "line": 196, "column": 43 }, "end": { "line": 196, "column": 49 }, "identifierName": "xrayed" }, "name": "xrayed" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 8727, "end": 8732, "loc": { "start": { "line": 196, "column": 52 }, "end": { "line": 196, "column": 57 } }, "value": false } } }, { "type": "ExpressionStatement", "start": 8770, "end": 8794, "loc": { "start": { "line": 197, "column": 36 }, "end": { "line": 197, "column": 60 } }, "expression": { "type": "AssignmentExpression", "start": 8770, "end": 8793, "loc": { "start": { "line": 197, "column": 36 }, "end": { "line": 197, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 8770, "end": 8785, "loc": { "start": { "line": 197, "column": 36 }, "end": { "line": 197, "column": 51 } }, "object": { "type": "Identifier", "start": 8770, "end": 8776, "loc": { "start": { "line": 197, "column": 36 }, "end": { "line": 197, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 8777, "end": 8785, "loc": { "start": { "line": 197, "column": 43 }, "end": { "line": 197, "column": 51 }, "identifierName": "selected" }, "name": "selected" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 8788, "end": 8793, "loc": { "start": { "line": 197, "column": 54 }, "end": { "line": 197, "column": 59 } }, "value": false } } } ], "directives": [] }, "alternate": null } ], "directives": [] }, "alternate": null } ], "directives": [] } } ] } } ], "directives": [] } } } ] }, { "type": "ObjectExpression", "start": 8944, "end": 9958, "loc": { "start": { "line": 203, "column": 16 }, "end": { "line": 221, "column": 17 } }, "properties": [ { "type": "ObjectProperty", "start": 8966, "end": 9135, "loc": { "start": { "line": 204, "column": 20 }, "end": { "line": 206, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 8966, "end": 8974, "loc": { "start": { "line": 204, "column": 20 }, "end": { "line": 204, "column": 28 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 8976, "end": 9135, "loc": { "start": { "line": 204, "column": 30 }, "end": { "line": 206, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 8977, "end": 8984, "loc": { "start": { "line": 204, "column": 31 }, "end": { "line": 204, "column": 38 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 8989, "end": 9135, "loc": { "start": { "line": 204, "column": 43 }, "end": { "line": 206, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 9015, "end": 9113, "loc": { "start": { "line": 205, "column": 24 }, "end": { "line": 205, "column": 122 } }, "argument": { "type": "LogicalExpression", "start": 9022, "end": 9112, "loc": { "start": { "line": 205, "column": 31 }, "end": { "line": 205, "column": 121 } }, "left": { "type": "CallExpression", "start": 9022, "end": 9094, "loc": { "start": { "line": 205, "column": 31 }, "end": { "line": 205, "column": 103 } }, "callee": { "type": "MemberExpression", "start": 9022, "end": 9060, "loc": { "start": { "line": 205, "column": 31 }, "end": { "line": 205, "column": 69 } }, "object": { "type": "MemberExpression", "start": 9022, "end": 9050, "loc": { "start": { "line": 205, "column": 31 }, "end": { "line": 205, "column": 59 } }, "object": { "type": "MemberExpression", "start": 9022, "end": 9036, "loc": { "start": { "line": 205, "column": 31 }, "end": { "line": 205, "column": 45 } }, "object": { "type": "Identifier", "start": 9022, "end": 9029, "loc": { "start": { "line": 205, "column": 31 }, "end": { "line": 205, "column": 38 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 9030, "end": 9036, "loc": { "start": { "line": 205, "column": 39 }, "end": { "line": 205, "column": 45 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 9037, "end": 9050, "loc": { "start": { "line": 205, "column": 46 }, "end": { "line": 205, "column": 59 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 9051, "end": 9060, "loc": { "start": { "line": 205, "column": 60 }, "end": { "line": 205, "column": 69 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 9061, "end": 9093, "loc": { "start": { "line": 205, "column": 70 }, "end": { "line": 205, "column": 102 } }, "extra": { "rawValue": "treeViewContextMenu.showOthers", "raw": "\"treeViewContextMenu.showOthers\"" }, "value": "treeViewContextMenu.showOthers" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 9098, "end": 9112, "loc": { "start": { "line": 205, "column": 107 }, "end": { "line": 205, "column": 121 } }, "extra": { "rawValue": "Shows Others", "raw": "\"Shows Others\"" }, "value": "Shows Others" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 9157, "end": 9940, "loc": { "start": { "line": 207, "column": 20 }, "end": { "line": 220, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 9157, "end": 9165, "loc": { "start": { "line": 207, "column": 20 }, "end": { "line": 207, "column": 28 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 9167, "end": 9940, "loc": { "start": { "line": 207, "column": 30 }, "end": { "line": 220, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 9177, "end": 9184, "loc": { "start": { "line": 207, "column": 40 }, "end": { "line": 207, "column": 47 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 9186, "end": 9940, "loc": { "start": { "line": 207, "column": 49 }, "end": { "line": 220, "column": 21 } }, "body": [ { "type": "VariableDeclaration", "start": 9212, "end": 9247, "loc": { "start": { "line": 208, "column": 24 }, "end": { "line": 208, "column": 59 } }, "declarations": [ { "type": "VariableDeclarator", "start": 9218, "end": 9246, "loc": { "start": { "line": 208, "column": 30 }, "end": { "line": 208, "column": 58 } }, "id": { "type": "Identifier", "start": 9218, "end": 9223, "loc": { "start": { "line": 208, "column": 30 }, "end": { "line": 208, "column": 35 }, "identifierName": "scene" }, "name": "scene" }, "init": { "type": "MemberExpression", "start": 9226, "end": 9246, "loc": { "start": { "line": 208, "column": 38 }, "end": { "line": 208, "column": 58 } }, "object": { "type": "MemberExpression", "start": 9226, "end": 9240, "loc": { "start": { "line": 208, "column": 38 }, "end": { "line": 208, "column": 52 } }, "object": { "type": "Identifier", "start": 9226, "end": 9233, "loc": { "start": { "line": 208, "column": 38 }, "end": { "line": 208, "column": 45 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 9234, "end": 9240, "loc": { "start": { "line": 208, "column": 46 }, "end": { "line": 208, "column": 52 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 9241, "end": 9246, "loc": { "start": { "line": 208, "column": 53 }, "end": { "line": 208, "column": 58 }, "identifierName": "scene" }, "name": "scene" }, "computed": false } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 9272, "end": 9319, "loc": { "start": { "line": 209, "column": 24 }, "end": { "line": 209, "column": 71 } }, "expression": { "type": "CallExpression", "start": 9272, "end": 9318, "loc": { "start": { "line": 209, "column": 24 }, "end": { "line": 209, "column": 70 } }, "callee": { "type": "MemberExpression", "start": 9272, "end": 9295, "loc": { "start": { "line": 209, "column": 24 }, "end": { "line": 209, "column": 47 } }, "object": { "type": "Identifier", "start": 9272, "end": 9277, "loc": { "start": { "line": 209, "column": 24 }, "end": { "line": 209, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 9278, "end": 9295, "loc": { "start": { "line": 209, "column": 30 }, "end": { "line": 209, "column": 47 }, "identifierName": "setObjectsVisible" }, "name": "setObjectsVisible" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 9296, "end": 9311, "loc": { "start": { "line": 209, "column": 48 }, "end": { "line": 209, "column": 63 } }, "object": { "type": "Identifier", "start": 9296, "end": 9301, "loc": { "start": { "line": 209, "column": 48 }, "end": { "line": 209, "column": 53 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 9302, "end": 9311, "loc": { "start": { "line": 209, "column": 54 }, "end": { "line": 209, "column": 63 }, "identifierName": "objectIds" }, "name": "objectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 9313, "end": 9317, "loc": { "start": { "line": 209, "column": 65 }, "end": { "line": 209, "column": 69 } }, "value": true } ] } }, { "type": "ExpressionStatement", "start": 9344, "end": 9398, "loc": { "start": { "line": 210, "column": 24 }, "end": { "line": 210, "column": 78 } }, "expression": { "type": "CallExpression", "start": 9344, "end": 9397, "loc": { "start": { "line": 210, "column": 24 }, "end": { "line": 210, "column": 77 } }, "callee": { "type": "MemberExpression", "start": 9344, "end": 9368, "loc": { "start": { "line": 210, "column": 24 }, "end": { "line": 210, "column": 48 } }, "object": { "type": "Identifier", "start": 9344, "end": 9349, "loc": { "start": { "line": 210, "column": 24 }, "end": { "line": 210, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 9350, "end": 9368, "loc": { "start": { "line": 210, "column": 30 }, "end": { "line": 210, "column": 48 }, "identifierName": "setObjectsPickable" }, "name": "setObjectsPickable" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 9369, "end": 9390, "loc": { "start": { "line": 210, "column": 49 }, "end": { "line": 210, "column": 70 } }, "object": { "type": "Identifier", "start": 9369, "end": 9374, "loc": { "start": { "line": 210, "column": 49 }, "end": { "line": 210, "column": 54 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 9375, "end": 9390, "loc": { "start": { "line": 210, "column": 55 }, "end": { "line": 210, "column": 70 }, "identifierName": "xrayedObjectIds" }, "name": "xrayedObjectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 9392, "end": 9396, "loc": { "start": { "line": 210, "column": 72 }, "end": { "line": 210, "column": 76 } }, "value": true } ] } }, { "type": "ExpressionStatement", "start": 9423, "end": 9476, "loc": { "start": { "line": 211, "column": 24 }, "end": { "line": 211, "column": 77 } }, "expression": { "type": "CallExpression", "start": 9423, "end": 9475, "loc": { "start": { "line": 211, "column": 24 }, "end": { "line": 211, "column": 76 } }, "callee": { "type": "MemberExpression", "start": 9423, "end": 9445, "loc": { "start": { "line": 211, "column": 24 }, "end": { "line": 211, "column": 46 } }, "object": { "type": "Identifier", "start": 9423, "end": 9428, "loc": { "start": { "line": 211, "column": 24 }, "end": { "line": 211, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 9429, "end": 9445, "loc": { "start": { "line": 211, "column": 30 }, "end": { "line": 211, "column": 46 }, "identifierName": "setObjectsXRayed" }, "name": "setObjectsXRayed" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 9446, "end": 9467, "loc": { "start": { "line": 211, "column": 47 }, "end": { "line": 211, "column": 68 } }, "object": { "type": "Identifier", "start": 9446, "end": 9451, "loc": { "start": { "line": 211, "column": 47 }, "end": { "line": 211, "column": 52 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 9452, "end": 9467, "loc": { "start": { "line": 211, "column": 53 }, "end": { "line": 211, "column": 68 }, "identifierName": "xrayedObjectIds" }, "name": "xrayedObjectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 9469, "end": 9474, "loc": { "start": { "line": 211, "column": 70 }, "end": { "line": 211, "column": 75 } }, "value": false } ] } }, { "type": "ExpressionStatement", "start": 9501, "end": 9918, "loc": { "start": { "line": 212, "column": 24 }, "end": { "line": 219, "column": 27 } }, "expression": { "type": "CallExpression", "start": 9501, "end": 9917, "loc": { "start": { "line": 212, "column": 24 }, "end": { "line": 219, "column": 26 } }, "callee": { "type": "MemberExpression", "start": 9501, "end": 9536, "loc": { "start": { "line": 212, "column": 24 }, "end": { "line": 212, "column": 59 } }, "object": { "type": "MemberExpression", "start": 9501, "end": 9523, "loc": { "start": { "line": 212, "column": 24 }, "end": { "line": 212, "column": 46 } }, "object": { "type": "Identifier", "start": 9501, "end": 9508, "loc": { "start": { "line": 212, "column": 24 }, "end": { "line": 212, "column": 31 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 9509, "end": 9523, "loc": { "start": { "line": 212, "column": 32 }, "end": { "line": 212, "column": 46 }, "identifierName": "treeViewPlugin" }, "name": "treeViewPlugin" }, "computed": false }, "property": { "type": "Identifier", "start": 9524, "end": 9536, "loc": { "start": { "line": 212, "column": 47 }, "end": { "line": 212, "column": 59 }, "identifierName": "withNodeTree" }, "name": "withNodeTree" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 9537, "end": 9557, "loc": { "start": { "line": 212, "column": 60 }, "end": { "line": 212, "column": 80 } }, "object": { "type": "Identifier", "start": 9537, "end": 9544, "loc": { "start": { "line": 212, "column": 60 }, "end": { "line": 212, "column": 67 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 9545, "end": 9557, "loc": { "start": { "line": 212, "column": 68 }, "end": { "line": 212, "column": 80 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "computed": false }, { "type": "ArrowFunctionExpression", "start": 9559, "end": 9916, "loc": { "start": { "line": 212, "column": 82 }, "end": { "line": 219, "column": 25 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 9560, "end": 9572, "loc": { "start": { "line": 212, "column": 83 }, "end": { "line": 212, "column": 95 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" } ], "body": { "type": "BlockStatement", "start": 9577, "end": 9916, "loc": { "start": { "line": 212, "column": 100 }, "end": { "line": 219, "column": 25 } }, "body": [ { "type": "IfStatement", "start": 9607, "end": 9890, "loc": { "start": { "line": 213, "column": 28 }, "end": { "line": 218, "column": 29 } }, "test": { "type": "MemberExpression", "start": 9611, "end": 9632, "loc": { "start": { "line": 213, "column": 32 }, "end": { "line": 213, "column": 53 } }, "object": { "type": "Identifier", "start": 9611, "end": 9623, "loc": { "start": { "line": 213, "column": 32 }, "end": { "line": 213, "column": 44 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 9624, "end": 9632, "loc": { "start": { "line": 213, "column": 45 }, "end": { "line": 213, "column": 53 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "consequent": { "type": "BlockStatement", "start": 9634, "end": 9890, "loc": { "start": { "line": 213, "column": 55 }, "end": { "line": 218, "column": 29 } }, "body": [ { "type": "VariableDeclaration", "start": 9668, "end": 9720, "loc": { "start": { "line": 214, "column": 32 }, "end": { "line": 214, "column": 84 } }, "declarations": [ { "type": "VariableDeclarator", "start": 9674, "end": 9719, "loc": { "start": { "line": 214, "column": 38 }, "end": { "line": 214, "column": 83 } }, "id": { "type": "Identifier", "start": 9674, "end": 9680, "loc": { "start": { "line": 214, "column": 38 }, "end": { "line": 214, "column": 44 }, "identifierName": "entity" }, "name": "entity" }, "init": { "type": "MemberExpression", "start": 9683, "end": 9719, "loc": { "start": { "line": 214, "column": 47 }, "end": { "line": 214, "column": 83 } }, "object": { "type": "MemberExpression", "start": 9683, "end": 9696, "loc": { "start": { "line": 214, "column": 47 }, "end": { "line": 214, "column": 60 } }, "object": { "type": "Identifier", "start": 9683, "end": 9688, "loc": { "start": { "line": 214, "column": 47 }, "end": { "line": 214, "column": 52 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 9689, "end": 9696, "loc": { "start": { "line": 214, "column": 53 }, "end": { "line": 214, "column": 60 }, "identifierName": "objects" }, "name": "objects" }, "computed": false }, "property": { "type": "MemberExpression", "start": 9697, "end": 9718, "loc": { "start": { "line": 214, "column": 61 }, "end": { "line": 214, "column": 82 } }, "object": { "type": "Identifier", "start": 9697, "end": 9709, "loc": { "start": { "line": 214, "column": 61 }, "end": { "line": 214, "column": 73 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 9710, "end": 9718, "loc": { "start": { "line": 214, "column": 74 }, "end": { "line": 214, "column": 82 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "computed": true } } ], "kind": "const" }, { "type": "IfStatement", "start": 9753, "end": 9860, "loc": { "start": { "line": 215, "column": 32 }, "end": { "line": 217, "column": 33 } }, "test": { "type": "Identifier", "start": 9757, "end": 9763, "loc": { "start": { "line": 215, "column": 36 }, "end": { "line": 215, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "consequent": { "type": "BlockStatement", "start": 9765, "end": 9860, "loc": { "start": { "line": 215, "column": 44 }, "end": { "line": 217, "column": 33 } }, "body": [ { "type": "ExpressionStatement", "start": 9803, "end": 9826, "loc": { "start": { "line": 216, "column": 36 }, "end": { "line": 216, "column": 59 } }, "expression": { "type": "AssignmentExpression", "start": 9803, "end": 9825, "loc": { "start": { "line": 216, "column": 36 }, "end": { "line": 216, "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 9803, "end": 9817, "loc": { "start": { "line": 216, "column": 36 }, "end": { "line": 216, "column": 50 } }, "object": { "type": "Identifier", "start": 9803, "end": 9809, "loc": { "start": { "line": 216, "column": 36 }, "end": { "line": 216, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 9810, "end": 9817, "loc": { "start": { "line": 216, "column": 43 }, "end": { "line": 216, "column": 50 }, "identifierName": "visible" }, "name": "visible" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 9820, "end": 9825, "loc": { "start": { "line": 216, "column": 53 }, "end": { "line": 216, "column": 58 } }, "value": false } } } ], "directives": [] }, "alternate": null } ], "directives": [] }, "alternate": null } ], "directives": [] } } ] } } ], "directives": [] } } } ] }, { "type": "ObjectExpression", "start": 9976, "end": 10803, "loc": { "start": { "line": 222, "column": 16 }, "end": { "line": 236, "column": 17 } }, "properties": [ { "type": "ObjectProperty", "start": 9998, "end": 10160, "loc": { "start": { "line": 223, "column": 20 }, "end": { "line": 225, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 9998, "end": 10006, "loc": { "start": { "line": 223, "column": 20 }, "end": { "line": 223, "column": 28 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 10008, "end": 10160, "loc": { "start": { "line": 223, "column": 30 }, "end": { "line": 225, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 10009, "end": 10016, "loc": { "start": { "line": 223, "column": 31 }, "end": { "line": 223, "column": 38 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 10021, "end": 10160, "loc": { "start": { "line": 223, "column": 43 }, "end": { "line": 225, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 10047, "end": 10138, "loc": { "start": { "line": 224, "column": 24 }, "end": { "line": 224, "column": 115 } }, "argument": { "type": "LogicalExpression", "start": 10054, "end": 10137, "loc": { "start": { "line": 224, "column": 31 }, "end": { "line": 224, "column": 114 } }, "left": { "type": "CallExpression", "start": 10054, "end": 10123, "loc": { "start": { "line": 224, "column": 31 }, "end": { "line": 224, "column": 100 } }, "callee": { "type": "MemberExpression", "start": 10054, "end": 10092, "loc": { "start": { "line": 224, "column": 31 }, "end": { "line": 224, "column": 69 } }, "object": { "type": "MemberExpression", "start": 10054, "end": 10082, "loc": { "start": { "line": 224, "column": 31 }, "end": { "line": 224, "column": 59 } }, "object": { "type": "MemberExpression", "start": 10054, "end": 10068, "loc": { "start": { "line": 224, "column": 31 }, "end": { "line": 224, "column": 45 } }, "object": { "type": "Identifier", "start": 10054, "end": 10061, "loc": { "start": { "line": 224, "column": 31 }, "end": { "line": 224, "column": 38 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 10062, "end": 10068, "loc": { "start": { "line": 224, "column": 39 }, "end": { "line": 224, "column": 45 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 10069, "end": 10082, "loc": { "start": { "line": 224, "column": 46 }, "end": { "line": 224, "column": 59 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 10083, "end": 10092, "loc": { "start": { "line": 224, "column": 60 }, "end": { "line": 224, "column": 69 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 10093, "end": 10122, "loc": { "start": { "line": 224, "column": 70 }, "end": { "line": 224, "column": 99 } }, "extra": { "rawValue": "treeViewContextMenu.showAll", "raw": "\"treeViewContextMenu.showAll\"" }, "value": "treeViewContextMenu.showAll" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 10127, "end": 10137, "loc": { "start": { "line": 224, "column": 104 }, "end": { "line": 224, "column": 114 } }, "extra": { "rawValue": "Show All", "raw": "\"Show All\"" }, "value": "Show All" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 10182, "end": 10422, "loc": { "start": { "line": 226, "column": 20 }, "end": { "line": 229, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 10182, "end": 10192, "loc": { "start": { "line": 226, "column": 20 }, "end": { "line": 226, "column": 30 }, "identifierName": "getEnabled" }, "name": "getEnabled" }, "value": { "type": "FunctionExpression", "start": 10194, "end": 10422, "loc": { "start": { "line": 226, "column": 32 }, "end": { "line": 229, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 10204, "end": 10211, "loc": { "start": { "line": 226, "column": 42 }, "end": { "line": 226, "column": 49 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 10213, "end": 10422, "loc": { "start": { "line": 226, "column": 51 }, "end": { "line": 229, "column": 21 } }, "body": [ { "type": "VariableDeclaration", "start": 10239, "end": 10274, "loc": { "start": { "line": 227, "column": 24 }, "end": { "line": 227, "column": 59 } }, "declarations": [ { "type": "VariableDeclarator", "start": 10245, "end": 10273, "loc": { "start": { "line": 227, "column": 30 }, "end": { "line": 227, "column": 58 } }, "id": { "type": "Identifier", "start": 10245, "end": 10250, "loc": { "start": { "line": 227, "column": 30 }, "end": { "line": 227, "column": 35 }, "identifierName": "scene" }, "name": "scene" }, "init": { "type": "MemberExpression", "start": 10253, "end": 10273, "loc": { "start": { "line": 227, "column": 38 }, "end": { "line": 227, "column": 58 } }, "object": { "type": "MemberExpression", "start": 10253, "end": 10267, "loc": { "start": { "line": 227, "column": 38 }, "end": { "line": 227, "column": 52 } }, "object": { "type": "Identifier", "start": 10253, "end": 10260, "loc": { "start": { "line": 227, "column": 38 }, "end": { "line": 227, "column": 45 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 10261, "end": 10267, "loc": { "start": { "line": 227, "column": 46 }, "end": { "line": 227, "column": 52 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 10268, "end": 10273, "loc": { "start": { "line": 227, "column": 53 }, "end": { "line": 227, "column": 58 }, "identifierName": "scene" }, "name": "scene" }, "computed": false } } ], "kind": "const" }, { "type": "ReturnStatement", "start": 10299, "end": 10400, "loc": { "start": { "line": 228, "column": 24 }, "end": { "line": 228, "column": 125 } }, "argument": { "type": "LogicalExpression", "start": 10307, "end": 10398, "loc": { "start": { "line": 228, "column": 32 }, "end": { "line": 228, "column": 123 } }, "left": { "type": "BinaryExpression", "start": 10308, "end": 10350, "loc": { "start": { "line": 228, "column": 33 }, "end": { "line": 228, "column": 75 } }, "left": { "type": "MemberExpression", "start": 10308, "end": 10331, "loc": { "start": { "line": 228, "column": 33 }, "end": { "line": 228, "column": 56 } }, "object": { "type": "Identifier", "start": 10308, "end": 10313, "loc": { "start": { "line": 228, "column": 33 }, "end": { "line": 228, "column": 38 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 10314, "end": 10331, "loc": { "start": { "line": 228, "column": 39 }, "end": { "line": 228, "column": 56 }, "identifierName": "numVisibleObjects" }, "name": "numVisibleObjects" }, "computed": false }, "operator": "<", "right": { "type": "MemberExpression", "start": 10334, "end": 10350, "loc": { "start": { "line": 228, "column": 59 }, "end": { "line": 228, "column": 75 } }, "object": { "type": "Identifier", "start": 10334, "end": 10339, "loc": { "start": { "line": 228, "column": 59 }, "end": { "line": 228, "column": 64 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 10340, "end": 10350, "loc": { "start": { "line": 228, "column": 65 }, "end": { "line": 228, "column": 75 }, "identifierName": "numObjects" }, "name": "numObjects" }, "computed": false }, "extra": { "parenthesized": true, "parenStart": 10307 } }, "operator": "||", "right": { "type": "BinaryExpression", "start": 10356, "end": 10397, "loc": { "start": { "line": 228, "column": 81 }, "end": { "line": 228, "column": 122 } }, "left": { "type": "MemberExpression", "start": 10356, "end": 10393, "loc": { "start": { "line": 228, "column": 81 }, "end": { "line": 228, "column": 118 } }, "object": { "type": "MemberExpression", "start": 10356, "end": 10376, "loc": { "start": { "line": 228, "column": 81 }, "end": { "line": 228, "column": 101 } }, "object": { "type": "MemberExpression", "start": 10356, "end": 10370, "loc": { "start": { "line": 228, "column": 81 }, "end": { "line": 228, "column": 95 } }, "object": { "type": "Identifier", "start": 10356, "end": 10363, "loc": { "start": { "line": 228, "column": 81 }, "end": { "line": 228, "column": 88 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 10364, "end": 10370, "loc": { "start": { "line": 228, "column": 89 }, "end": { "line": 228, "column": 95 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 10371, "end": 10376, "loc": { "start": { "line": 228, "column": 96 }, "end": { "line": 228, "column": 101 }, "identifierName": "scene" }, "name": "scene" }, "computed": false }, "property": { "type": "Identifier", "start": 10377, "end": 10393, "loc": { "start": { "line": 228, "column": 102 }, "end": { "line": 228, "column": 118 }, "identifierName": "numXRayedObjects" }, "name": "numXRayedObjects" }, "computed": false }, "operator": ">", "right": { "type": "NumericLiteral", "start": 10396, "end": 10397, "loc": { "start": { "line": 228, "column": 121 }, "end": { "line": 228, "column": 122 } }, "extra": { "rawValue": 0, "raw": "0" }, "value": 0 }, "extra": { "parenthesized": true, "parenStart": 10355 } }, "extra": { "parenthesized": true, "parenStart": 10306 } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 10444, "end": 10785, "loc": { "start": { "line": 230, "column": 20 }, "end": { "line": 235, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 10444, "end": 10452, "loc": { "start": { "line": 230, "column": 20 }, "end": { "line": 230, "column": 28 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 10454, "end": 10785, "loc": { "start": { "line": 230, "column": 30 }, "end": { "line": 235, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 10464, "end": 10471, "loc": { "start": { "line": 230, "column": 40 }, "end": { "line": 230, "column": 47 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 10473, "end": 10785, "loc": { "start": { "line": 230, "column": 49 }, "end": { "line": 235, "column": 21 } }, "body": [ { "type": "VariableDeclaration", "start": 10499, "end": 10534, "loc": { "start": { "line": 231, "column": 24 }, "end": { "line": 231, "column": 59 } }, "declarations": [ { "type": "VariableDeclarator", "start": 10505, "end": 10533, "loc": { "start": { "line": 231, "column": 30 }, "end": { "line": 231, "column": 58 } }, "id": { "type": "Identifier", "start": 10505, "end": 10510, "loc": { "start": { "line": 231, "column": 30 }, "end": { "line": 231, "column": 35 }, "identifierName": "scene" }, "name": "scene" }, "init": { "type": "MemberExpression", "start": 10513, "end": 10533, "loc": { "start": { "line": 231, "column": 38 }, "end": { "line": 231, "column": 58 } }, "object": { "type": "MemberExpression", "start": 10513, "end": 10527, "loc": { "start": { "line": 231, "column": 38 }, "end": { "line": 231, "column": 52 } }, "object": { "type": "Identifier", "start": 10513, "end": 10520, "loc": { "start": { "line": 231, "column": 38 }, "end": { "line": 231, "column": 45 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 10521, "end": 10527, "loc": { "start": { "line": 231, "column": 46 }, "end": { "line": 231, "column": 52 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 10528, "end": 10533, "loc": { "start": { "line": 231, "column": 53 }, "end": { "line": 231, "column": 58 }, "identifierName": "scene" }, "name": "scene" }, "computed": false } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 10559, "end": 10606, "loc": { "start": { "line": 232, "column": 24 }, "end": { "line": 232, "column": 71 } }, "expression": { "type": "CallExpression", "start": 10559, "end": 10605, "loc": { "start": { "line": 232, "column": 24 }, "end": { "line": 232, "column": 70 } }, "callee": { "type": "MemberExpression", "start": 10559, "end": 10582, "loc": { "start": { "line": 232, "column": 24 }, "end": { "line": 232, "column": 47 } }, "object": { "type": "Identifier", "start": 10559, "end": 10564, "loc": { "start": { "line": 232, "column": 24 }, "end": { "line": 232, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 10565, "end": 10582, "loc": { "start": { "line": 232, "column": 30 }, "end": { "line": 232, "column": 47 }, "identifierName": "setObjectsVisible" }, "name": "setObjectsVisible" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 10583, "end": 10598, "loc": { "start": { "line": 232, "column": 48 }, "end": { "line": 232, "column": 63 } }, "object": { "type": "Identifier", "start": 10583, "end": 10588, "loc": { "start": { "line": 232, "column": 48 }, "end": { "line": 232, "column": 53 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 10589, "end": 10598, "loc": { "start": { "line": 232, "column": 54 }, "end": { "line": 232, "column": 63 }, "identifierName": "objectIds" }, "name": "objectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 10600, "end": 10604, "loc": { "start": { "line": 232, "column": 65 }, "end": { "line": 232, "column": 69 } }, "value": true } ] } }, { "type": "ExpressionStatement", "start": 10631, "end": 10685, "loc": { "start": { "line": 233, "column": 24 }, "end": { "line": 233, "column": 78 } }, "expression": { "type": "CallExpression", "start": 10631, "end": 10684, "loc": { "start": { "line": 233, "column": 24 }, "end": { "line": 233, "column": 77 } }, "callee": { "type": "MemberExpression", "start": 10631, "end": 10655, "loc": { "start": { "line": 233, "column": 24 }, "end": { "line": 233, "column": 48 } }, "object": { "type": "Identifier", "start": 10631, "end": 10636, "loc": { "start": { "line": 233, "column": 24 }, "end": { "line": 233, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 10637, "end": 10655, "loc": { "start": { "line": 233, "column": 30 }, "end": { "line": 233, "column": 48 }, "identifierName": "setObjectsPickable" }, "name": "setObjectsPickable" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 10656, "end": 10677, "loc": { "start": { "line": 233, "column": 49 }, "end": { "line": 233, "column": 70 } }, "object": { "type": "Identifier", "start": 10656, "end": 10661, "loc": { "start": { "line": 233, "column": 49 }, "end": { "line": 233, "column": 54 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 10662, "end": 10677, "loc": { "start": { "line": 233, "column": 55 }, "end": { "line": 233, "column": 70 }, "identifierName": "xrayedObjectIds" }, "name": "xrayedObjectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 10679, "end": 10683, "loc": { "start": { "line": 233, "column": 72 }, "end": { "line": 233, "column": 76 } }, "value": true } ] } }, { "type": "ExpressionStatement", "start": 10710, "end": 10763, "loc": { "start": { "line": 234, "column": 24 }, "end": { "line": 234, "column": 77 } }, "expression": { "type": "CallExpression", "start": 10710, "end": 10762, "loc": { "start": { "line": 234, "column": 24 }, "end": { "line": 234, "column": 76 } }, "callee": { "type": "MemberExpression", "start": 10710, "end": 10732, "loc": { "start": { "line": 234, "column": 24 }, "end": { "line": 234, "column": 46 } }, "object": { "type": "Identifier", "start": 10710, "end": 10715, "loc": { "start": { "line": 234, "column": 24 }, "end": { "line": 234, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 10716, "end": 10732, "loc": { "start": { "line": 234, "column": 30 }, "end": { "line": 234, "column": 46 }, "identifierName": "setObjectsXRayed" }, "name": "setObjectsXRayed" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 10733, "end": 10754, "loc": { "start": { "line": 234, "column": 47 }, "end": { "line": 234, "column": 68 } }, "object": { "type": "Identifier", "start": 10733, "end": 10738, "loc": { "start": { "line": 234, "column": 47 }, "end": { "line": 234, "column": 52 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 10739, "end": 10754, "loc": { "start": { "line": 234, "column": 53 }, "end": { "line": 234, "column": 68 }, "identifierName": "xrayedObjectIds" }, "name": "xrayedObjectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 10756, "end": 10761, "loc": { "start": { "line": 234, "column": 70 }, "end": { "line": 234, "column": 75 } }, "value": false } ] } } ], "directives": [] } } } ] } ] }, { "type": "ArrayExpression", "start": 10831, "end": 15266, "loc": { "start": { "line": 238, "column": 12 }, "end": { "line": 322, "column": 13 } }, "elements": [ { "type": "ObjectExpression", "start": 10849, "end": 11793, "loc": { "start": { "line": 239, "column": 16 }, "end": { "line": 256, "column": 17 } }, "properties": [ { "type": "ObjectProperty", "start": 10871, "end": 11027, "loc": { "start": { "line": 240, "column": 20 }, "end": { "line": 242, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 10871, "end": 10879, "loc": { "start": { "line": 240, "column": 20 }, "end": { "line": 240, "column": 28 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 10881, "end": 11027, "loc": { "start": { "line": 240, "column": 30 }, "end": { "line": 242, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 10882, "end": 10889, "loc": { "start": { "line": 240, "column": 31 }, "end": { "line": 240, "column": 38 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 10894, "end": 11027, "loc": { "start": { "line": 240, "column": 43 }, "end": { "line": 242, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 10920, "end": 11005, "loc": { "start": { "line": 241, "column": 24 }, "end": { "line": 241, "column": 109 } }, "argument": { "type": "LogicalExpression", "start": 10927, "end": 11004, "loc": { "start": { "line": 241, "column": 31 }, "end": { "line": 241, "column": 108 } }, "left": { "type": "CallExpression", "start": 10927, "end": 10993, "loc": { "start": { "line": 241, "column": 31 }, "end": { "line": 241, "column": 97 } }, "callee": { "type": "MemberExpression", "start": 10927, "end": 10965, "loc": { "start": { "line": 241, "column": 31 }, "end": { "line": 241, "column": 69 } }, "object": { "type": "MemberExpression", "start": 10927, "end": 10955, "loc": { "start": { "line": 241, "column": 31 }, "end": { "line": 241, "column": 59 } }, "object": { "type": "MemberExpression", "start": 10927, "end": 10941, "loc": { "start": { "line": 241, "column": 31 }, "end": { "line": 241, "column": 45 } }, "object": { "type": "Identifier", "start": 10927, "end": 10934, "loc": { "start": { "line": 241, "column": 31 }, "end": { "line": 241, "column": 38 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 10935, "end": 10941, "loc": { "start": { "line": 241, "column": 39 }, "end": { "line": 241, "column": 45 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 10942, "end": 10955, "loc": { "start": { "line": 241, "column": 46 }, "end": { "line": 241, "column": 59 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 10956, "end": 10965, "loc": { "start": { "line": 241, "column": 60 }, "end": { "line": 241, "column": 69 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 10966, "end": 10992, "loc": { "start": { "line": 241, "column": 70 }, "end": { "line": 241, "column": 96 } }, "extra": { "rawValue": "treeViewContextMenu.xray", "raw": "\"treeViewContextMenu.xray\"" }, "value": "treeViewContextMenu.xray" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 10997, "end": 11004, "loc": { "start": { "line": 241, "column": 101 }, "end": { "line": 241, "column": 108 } }, "extra": { "rawValue": "X-Ray", "raw": "\"X-Ray\"" }, "value": "X-Ray" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 11049, "end": 11775, "loc": { "start": { "line": 243, "column": 20 }, "end": { "line": 255, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 11049, "end": 11057, "loc": { "start": { "line": 243, "column": 20 }, "end": { "line": 243, "column": 28 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 11059, "end": 11775, "loc": { "start": { "line": 243, "column": 30 }, "end": { "line": 255, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 11069, "end": 11076, "loc": { "start": { "line": 243, "column": 40 }, "end": { "line": 243, "column": 47 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 11078, "end": 11775, "loc": { "start": { "line": 243, "column": 49 }, "end": { "line": 255, "column": 21 } }, "body": [ { "type": "ExpressionStatement", "start": 11104, "end": 11753, "loc": { "start": { "line": 244, "column": 24 }, "end": { "line": 254, "column": 27 } }, "expression": { "type": "CallExpression", "start": 11104, "end": 11752, "loc": { "start": { "line": 244, "column": 24 }, "end": { "line": 254, "column": 26 } }, "callee": { "type": "MemberExpression", "start": 11104, "end": 11139, "loc": { "start": { "line": 244, "column": 24 }, "end": { "line": 244, "column": 59 } }, "object": { "type": "MemberExpression", "start": 11104, "end": 11126, "loc": { "start": { "line": 244, "column": 24 }, "end": { "line": 244, "column": 46 } }, "object": { "type": "Identifier", "start": 11104, "end": 11111, "loc": { "start": { "line": 244, "column": 24 }, "end": { "line": 244, "column": 31 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 11112, "end": 11126, "loc": { "start": { "line": 244, "column": 32 }, "end": { "line": 244, "column": 46 }, "identifierName": "treeViewPlugin" }, "name": "treeViewPlugin" }, "computed": false }, "property": { "type": "Identifier", "start": 11127, "end": 11139, "loc": { "start": { "line": 244, "column": 47 }, "end": { "line": 244, "column": 59 }, "identifierName": "withNodeTree" }, "name": "withNodeTree" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 11140, "end": 11160, "loc": { "start": { "line": 244, "column": 60 }, "end": { "line": 244, "column": 80 } }, "object": { "type": "Identifier", "start": 11140, "end": 11147, "loc": { "start": { "line": 244, "column": 60 }, "end": { "line": 244, "column": 67 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 11148, "end": 11160, "loc": { "start": { "line": 244, "column": 68 }, "end": { "line": 244, "column": 80 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "computed": false }, { "type": "ArrowFunctionExpression", "start": 11162, "end": 11751, "loc": { "start": { "line": 244, "column": 82 }, "end": { "line": 254, "column": 25 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 11163, "end": 11175, "loc": { "start": { "line": 244, "column": 83 }, "end": { "line": 244, "column": 95 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" } ], "body": { "type": "BlockStatement", "start": 11180, "end": 11751, "loc": { "start": { "line": 244, "column": 100 }, "end": { "line": 254, "column": 25 } }, "body": [ { "type": "IfStatement", "start": 11210, "end": 11725, "loc": { "start": { "line": 245, "column": 28 }, "end": { "line": 253, "column": 29 } }, "test": { "type": "MemberExpression", "start": 11214, "end": 11235, "loc": { "start": { "line": 245, "column": 32 }, "end": { "line": 245, "column": 53 } }, "object": { "type": "Identifier", "start": 11214, "end": 11226, "loc": { "start": { "line": 245, "column": 32 }, "end": { "line": 245, "column": 44 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 11227, "end": 11235, "loc": { "start": { "line": 245, "column": 45 }, "end": { "line": 245, "column": 53 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "consequent": { "type": "BlockStatement", "start": 11237, "end": 11725, "loc": { "start": { "line": 245, "column": 55 }, "end": { "line": 253, "column": 29 } }, "body": [ { "type": "VariableDeclaration", "start": 11271, "end": 11338, "loc": { "start": { "line": 246, "column": 32 }, "end": { "line": 246, "column": 99 } }, "declarations": [ { "type": "VariableDeclarator", "start": 11277, "end": 11337, "loc": { "start": { "line": 246, "column": 38 }, "end": { "line": 246, "column": 98 } }, "id": { "type": "Identifier", "start": 11277, "end": 11283, "loc": { "start": { "line": 246, "column": 38 }, "end": { "line": 246, "column": 44 }, "identifierName": "entity" }, "name": "entity" }, "init": { "type": "MemberExpression", "start": 11286, "end": 11337, "loc": { "start": { "line": 246, "column": 47 }, "end": { "line": 246, "column": 98 } }, "object": { "type": "MemberExpression", "start": 11286, "end": 11314, "loc": { "start": { "line": 246, "column": 47 }, "end": { "line": 246, "column": 75 } }, "object": { "type": "MemberExpression", "start": 11286, "end": 11306, "loc": { "start": { "line": 246, "column": 47 }, "end": { "line": 246, "column": 67 } }, "object": { "type": "MemberExpression", "start": 11286, "end": 11300, "loc": { "start": { "line": 246, "column": 47 }, "end": { "line": 246, "column": 61 } }, "object": { "type": "Identifier", "start": 11286, "end": 11293, "loc": { "start": { "line": 246, "column": 47 }, "end": { "line": 246, "column": 54 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 11294, "end": 11300, "loc": { "start": { "line": 246, "column": 55 }, "end": { "line": 246, "column": 61 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 11301, "end": 11306, "loc": { "start": { "line": 246, "column": 62 }, "end": { "line": 246, "column": 67 }, "identifierName": "scene" }, "name": "scene" }, "computed": false }, "property": { "type": "Identifier", "start": 11307, "end": 11314, "loc": { "start": { "line": 246, "column": 68 }, "end": { "line": 246, "column": 75 }, "identifierName": "objects" }, "name": "objects" }, "computed": false }, "property": { "type": "MemberExpression", "start": 11315, "end": 11336, "loc": { "start": { "line": 246, "column": 76 }, "end": { "line": 246, "column": 97 } }, "object": { "type": "Identifier", "start": 11315, "end": 11327, "loc": { "start": { "line": 246, "column": 76 }, "end": { "line": 246, "column": 88 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 11328, "end": 11336, "loc": { "start": { "line": 246, "column": 89 }, "end": { "line": 246, "column": 97 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "computed": true } } ], "kind": "const" }, { "type": "IfStatement", "start": 11371, "end": 11695, "loc": { "start": { "line": 247, "column": 32 }, "end": { "line": 252, "column": 33 } }, "test": { "type": "Identifier", "start": 11375, "end": 11381, "loc": { "start": { "line": 247, "column": 36 }, "end": { "line": 247, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "consequent": { "type": "BlockStatement", "start": 11383, "end": 11695, "loc": { "start": { "line": 247, "column": 44 }, "end": { "line": 252, "column": 33 } }, "body": [ { "type": "ExpressionStatement", "start": 11421, "end": 11445, "loc": { "start": { "line": 248, "column": 36 }, "end": { "line": 248, "column": 60 } }, "expression": { "type": "AssignmentExpression", "start": 11421, "end": 11444, "loc": { "start": { "line": 248, "column": 36 }, "end": { "line": 248, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 11421, "end": 11436, "loc": { "start": { "line": 248, "column": 36 }, "end": { "line": 248, "column": 51 } }, "object": { "type": "Identifier", "start": 11421, "end": 11427, "loc": { "start": { "line": 248, "column": 36 }, "end": { "line": 248, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 11428, "end": 11436, "loc": { "start": { "line": 248, "column": 43 }, "end": { "line": 248, "column": 51 }, "identifierName": "selected" }, "name": "selected" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 11439, "end": 11444, "loc": { "start": { "line": 248, "column": 54 }, "end": { "line": 248, "column": 59 } }, "value": false } } }, { "type": "ExpressionStatement", "start": 11482, "end": 11503, "loc": { "start": { "line": 249, "column": 36 }, "end": { "line": 249, "column": 57 } }, "expression": { "type": "AssignmentExpression", "start": 11482, "end": 11502, "loc": { "start": { "line": 249, "column": 36 }, "end": { "line": 249, "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 11482, "end": 11495, "loc": { "start": { "line": 249, "column": 36 }, "end": { "line": 249, "column": 49 } }, "object": { "type": "Identifier", "start": 11482, "end": 11488, "loc": { "start": { "line": 249, "column": 36 }, "end": { "line": 249, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 11489, "end": 11495, "loc": { "start": { "line": 249, "column": 43 }, "end": { "line": 249, "column": 49 }, "identifierName": "xrayed" }, "name": "xrayed" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 11498, "end": 11502, "loc": { "start": { "line": 249, "column": 52 }, "end": { "line": 249, "column": 56 } }, "value": true } } }, { "type": "ExpressionStatement", "start": 11540, "end": 11562, "loc": { "start": { "line": 250, "column": 36 }, "end": { "line": 250, "column": 58 } }, "expression": { "type": "AssignmentExpression", "start": 11540, "end": 11561, "loc": { "start": { "line": 250, "column": 36 }, "end": { "line": 250, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 11540, "end": 11554, "loc": { "start": { "line": 250, "column": 36 }, "end": { "line": 250, "column": 50 } }, "object": { "type": "Identifier", "start": 11540, "end": 11546, "loc": { "start": { "line": 250, "column": 36 }, "end": { "line": 250, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 11547, "end": 11554, "loc": { "start": { "line": 250, "column": 43 }, "end": { "line": 250, "column": 50 }, "identifierName": "visible" }, "name": "visible" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 11557, "end": 11561, "loc": { "start": { "line": 250, "column": 53 }, "end": { "line": 250, "column": 57 } }, "value": true } } }, { "type": "ExpressionStatement", "start": 11599, "end": 11661, "loc": { "start": { "line": 251, "column": 36 }, "end": { "line": 251, "column": 98 } }, "expression": { "type": "AssignmentExpression", "start": 11599, "end": 11660, "loc": { "start": { "line": 251, "column": 36 }, "end": { "line": 251, "column": 97 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 11599, "end": 11614, "loc": { "start": { "line": 251, "column": 36 }, "end": { "line": 251, "column": 51 } }, "object": { "type": "Identifier", "start": 11599, "end": 11605, "loc": { "start": { "line": 251, "column": 36 }, "end": { "line": 251, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 11606, "end": 11614, "loc": { "start": { "line": 251, "column": 43 }, "end": { "line": 251, "column": 51 }, "identifierName": "pickable" }, "name": "pickable" }, "computed": false }, "right": { "type": "CallExpression", "start": 11617, "end": 11660, "loc": { "start": { "line": 251, "column": 54 }, "end": { "line": 251, "column": 97 } }, "callee": { "type": "MemberExpression", "start": 11617, "end": 11644, "loc": { "start": { "line": 251, "column": 54 }, "end": { "line": 251, "column": 81 } }, "object": { "type": "MemberExpression", "start": 11617, "end": 11634, "loc": { "start": { "line": 251, "column": 54 }, "end": { "line": 251, "column": 71 } }, "object": { "type": "Identifier", "start": 11617, "end": 11624, "loc": { "start": { "line": 251, "column": 54 }, "end": { "line": 251, "column": 61 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 11625, "end": 11634, "loc": { "start": { "line": 251, "column": 62 }, "end": { "line": 251, "column": 71 }, "identifierName": "bimViewer" }, "name": "bimViewer" }, "computed": false }, "property": { "type": "Identifier", "start": 11635, "end": 11644, "loc": { "start": { "line": 251, "column": 72 }, "end": { "line": 251, "column": 81 }, "identifierName": "getConfig" }, "name": "getConfig" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 11645, "end": 11659, "loc": { "start": { "line": 251, "column": 82 }, "end": { "line": 251, "column": 96 } }, "extra": { "rawValue": "xrayPickable", "raw": "\"xrayPickable\"" }, "value": "xrayPickable" } ] } } } ], "directives": [] }, "alternate": null } ], "directives": [] }, "alternate": null } ], "directives": [] } } ] } } ], "directives": [] } } } ] }, { "type": "ObjectExpression", "start": 11811, "end": 12606, "loc": { "start": { "line": 257, "column": 16 }, "end": { "line": 272, "column": 17 } }, "properties": [ { "type": "ObjectProperty", "start": 11833, "end": 11998, "loc": { "start": { "line": 258, "column": 20 }, "end": { "line": 260, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 11833, "end": 11841, "loc": { "start": { "line": 258, "column": 20 }, "end": { "line": 258, "column": 28 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 11843, "end": 11998, "loc": { "start": { "line": 258, "column": 30 }, "end": { "line": 260, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 11844, "end": 11851, "loc": { "start": { "line": 258, "column": 31 }, "end": { "line": 258, "column": 38 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 11856, "end": 11998, "loc": { "start": { "line": 258, "column": 43 }, "end": { "line": 260, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 11882, "end": 11976, "loc": { "start": { "line": 259, "column": 24 }, "end": { "line": 259, "column": 118 } }, "argument": { "type": "LogicalExpression", "start": 11889, "end": 11975, "loc": { "start": { "line": 259, "column": 31 }, "end": { "line": 259, "column": 117 } }, "left": { "type": "CallExpression", "start": 11889, "end": 11959, "loc": { "start": { "line": 259, "column": 31 }, "end": { "line": 259, "column": 101 } }, "callee": { "type": "MemberExpression", "start": 11889, "end": 11927, "loc": { "start": { "line": 259, "column": 31 }, "end": { "line": 259, "column": 69 } }, "object": { "type": "MemberExpression", "start": 11889, "end": 11917, "loc": { "start": { "line": 259, "column": 31 }, "end": { "line": 259, "column": 59 } }, "object": { "type": "MemberExpression", "start": 11889, "end": 11903, "loc": { "start": { "line": 259, "column": 31 }, "end": { "line": 259, "column": 45 } }, "object": { "type": "Identifier", "start": 11889, "end": 11896, "loc": { "start": { "line": 259, "column": 31 }, "end": { "line": 259, "column": 38 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 11897, "end": 11903, "loc": { "start": { "line": 259, "column": 39 }, "end": { "line": 259, "column": 45 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 11904, "end": 11917, "loc": { "start": { "line": 259, "column": 46 }, "end": { "line": 259, "column": 59 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 11918, "end": 11927, "loc": { "start": { "line": 259, "column": 60 }, "end": { "line": 259, "column": 69 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 11928, "end": 11958, "loc": { "start": { "line": 259, "column": 70 }, "end": { "line": 259, "column": 100 } }, "extra": { "rawValue": "treeViewContextMenu.undoXray", "raw": "\"treeViewContextMenu.undoXray\"" }, "value": "treeViewContextMenu.undoXray" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 11963, "end": 11975, "loc": { "start": { "line": 259, "column": 105 }, "end": { "line": 259, "column": 117 } }, "extra": { "rawValue": "Undo X-Ray", "raw": "\"Undo X-Ray\"" }, "value": "Undo X-Ray" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 12020, "end": 12588, "loc": { "start": { "line": 261, "column": 20 }, "end": { "line": 271, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 12020, "end": 12028, "loc": { "start": { "line": 261, "column": 20 }, "end": { "line": 261, "column": 28 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 12030, "end": 12588, "loc": { "start": { "line": 261, "column": 30 }, "end": { "line": 271, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 12040, "end": 12047, "loc": { "start": { "line": 261, "column": 40 }, "end": { "line": 261, "column": 47 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 12049, "end": 12588, "loc": { "start": { "line": 261, "column": 49 }, "end": { "line": 271, "column": 21 } }, "body": [ { "type": "ExpressionStatement", "start": 12075, "end": 12566, "loc": { "start": { "line": 262, "column": 24 }, "end": { "line": 270, "column": 27 } }, "expression": { "type": "CallExpression", "start": 12075, "end": 12565, "loc": { "start": { "line": 262, "column": 24 }, "end": { "line": 270, "column": 26 } }, "callee": { "type": "MemberExpression", "start": 12075, "end": 12110, "loc": { "start": { "line": 262, "column": 24 }, "end": { "line": 262, "column": 59 } }, "object": { "type": "MemberExpression", "start": 12075, "end": 12097, "loc": { "start": { "line": 262, "column": 24 }, "end": { "line": 262, "column": 46 } }, "object": { "type": "Identifier", "start": 12075, "end": 12082, "loc": { "start": { "line": 262, "column": 24 }, "end": { "line": 262, "column": 31 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 12083, "end": 12097, "loc": { "start": { "line": 262, "column": 32 }, "end": { "line": 262, "column": 46 }, "identifierName": "treeViewPlugin" }, "name": "treeViewPlugin" }, "computed": false }, "property": { "type": "Identifier", "start": 12098, "end": 12110, "loc": { "start": { "line": 262, "column": 47 }, "end": { "line": 262, "column": 59 }, "identifierName": "withNodeTree" }, "name": "withNodeTree" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 12111, "end": 12131, "loc": { "start": { "line": 262, "column": 60 }, "end": { "line": 262, "column": 80 } }, "object": { "type": "Identifier", "start": 12111, "end": 12118, "loc": { "start": { "line": 262, "column": 60 }, "end": { "line": 262, "column": 67 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 12119, "end": 12131, "loc": { "start": { "line": 262, "column": 68 }, "end": { "line": 262, "column": 80 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "computed": false }, { "type": "ArrowFunctionExpression", "start": 12133, "end": 12564, "loc": { "start": { "line": 262, "column": 82 }, "end": { "line": 270, "column": 25 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 12134, "end": 12146, "loc": { "start": { "line": 262, "column": 83 }, "end": { "line": 262, "column": 95 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" } ], "body": { "type": "BlockStatement", "start": 12151, "end": 12564, "loc": { "start": { "line": 262, "column": 100 }, "end": { "line": 270, "column": 25 } }, "body": [ { "type": "IfStatement", "start": 12181, "end": 12538, "loc": { "start": { "line": 263, "column": 28 }, "end": { "line": 269, "column": 29 } }, "test": { "type": "MemberExpression", "start": 12185, "end": 12206, "loc": { "start": { "line": 263, "column": 32 }, "end": { "line": 263, "column": 53 } }, "object": { "type": "Identifier", "start": 12185, "end": 12197, "loc": { "start": { "line": 263, "column": 32 }, "end": { "line": 263, "column": 44 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 12198, "end": 12206, "loc": { "start": { "line": 263, "column": 45 }, "end": { "line": 263, "column": 53 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "consequent": { "type": "BlockStatement", "start": 12208, "end": 12538, "loc": { "start": { "line": 263, "column": 55 }, "end": { "line": 269, "column": 29 } }, "body": [ { "type": "VariableDeclaration", "start": 12242, "end": 12309, "loc": { "start": { "line": 264, "column": 32 }, "end": { "line": 264, "column": 99 } }, "declarations": [ { "type": "VariableDeclarator", "start": 12248, "end": 12308, "loc": { "start": { "line": 264, "column": 38 }, "end": { "line": 264, "column": 98 } }, "id": { "type": "Identifier", "start": 12248, "end": 12254, "loc": { "start": { "line": 264, "column": 38 }, "end": { "line": 264, "column": 44 }, "identifierName": "entity" }, "name": "entity" }, "init": { "type": "MemberExpression", "start": 12257, "end": 12308, "loc": { "start": { "line": 264, "column": 47 }, "end": { "line": 264, "column": 98 } }, "object": { "type": "MemberExpression", "start": 12257, "end": 12285, "loc": { "start": { "line": 264, "column": 47 }, "end": { "line": 264, "column": 75 } }, "object": { "type": "MemberExpression", "start": 12257, "end": 12277, "loc": { "start": { "line": 264, "column": 47 }, "end": { "line": 264, "column": 67 } }, "object": { "type": "MemberExpression", "start": 12257, "end": 12271, "loc": { "start": { "line": 264, "column": 47 }, "end": { "line": 264, "column": 61 } }, "object": { "type": "Identifier", "start": 12257, "end": 12264, "loc": { "start": { "line": 264, "column": 47 }, "end": { "line": 264, "column": 54 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 12265, "end": 12271, "loc": { "start": { "line": 264, "column": 55 }, "end": { "line": 264, "column": 61 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 12272, "end": 12277, "loc": { "start": { "line": 264, "column": 62 }, "end": { "line": 264, "column": 67 }, "identifierName": "scene" }, "name": "scene" }, "computed": false }, "property": { "type": "Identifier", "start": 12278, "end": 12285, "loc": { "start": { "line": 264, "column": 68 }, "end": { "line": 264, "column": 75 }, "identifierName": "objects" }, "name": "objects" }, "computed": false }, "property": { "type": "MemberExpression", "start": 12286, "end": 12307, "loc": { "start": { "line": 264, "column": 76 }, "end": { "line": 264, "column": 97 } }, "object": { "type": "Identifier", "start": 12286, "end": 12298, "loc": { "start": { "line": 264, "column": 76 }, "end": { "line": 264, "column": 88 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 12299, "end": 12307, "loc": { "start": { "line": 264, "column": 89 }, "end": { "line": 264, "column": 97 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "computed": true } } ], "kind": "const" }, { "type": "IfStatement", "start": 12342, "end": 12508, "loc": { "start": { "line": 265, "column": 32 }, "end": { "line": 268, "column": 33 } }, "test": { "type": "Identifier", "start": 12346, "end": 12352, "loc": { "start": { "line": 265, "column": 36 }, "end": { "line": 265, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "consequent": { "type": "BlockStatement", "start": 12354, "end": 12508, "loc": { "start": { "line": 265, "column": 44 }, "end": { "line": 268, "column": 33 } }, "body": [ { "type": "ExpressionStatement", "start": 12392, "end": 12414, "loc": { "start": { "line": 266, "column": 36 }, "end": { "line": 266, "column": 58 } }, "expression": { "type": "AssignmentExpression", "start": 12392, "end": 12413, "loc": { "start": { "line": 266, "column": 36 }, "end": { "line": 266, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 12392, "end": 12405, "loc": { "start": { "line": 266, "column": 36 }, "end": { "line": 266, "column": 49 } }, "object": { "type": "Identifier", "start": 12392, "end": 12398, "loc": { "start": { "line": 266, "column": 36 }, "end": { "line": 266, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 12399, "end": 12405, "loc": { "start": { "line": 266, "column": 43 }, "end": { "line": 266, "column": 49 }, "identifierName": "xrayed" }, "name": "xrayed" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 12408, "end": 12413, "loc": { "start": { "line": 266, "column": 52 }, "end": { "line": 266, "column": 57 } }, "value": false } } }, { "type": "ExpressionStatement", "start": 12451, "end": 12474, "loc": { "start": { "line": 267, "column": 36 }, "end": { "line": 267, "column": 59 } }, "expression": { "type": "AssignmentExpression", "start": 12451, "end": 12473, "loc": { "start": { "line": 267, "column": 36 }, "end": { "line": 267, "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 12451, "end": 12466, "loc": { "start": { "line": 267, "column": 36 }, "end": { "line": 267, "column": 51 } }, "object": { "type": "Identifier", "start": 12451, "end": 12457, "loc": { "start": { "line": 267, "column": 36 }, "end": { "line": 267, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 12458, "end": 12466, "loc": { "start": { "line": 267, "column": 43 }, "end": { "line": 267, "column": 51 }, "identifierName": "pickable" }, "name": "pickable" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 12469, "end": 12473, "loc": { "start": { "line": 267, "column": 54 }, "end": { "line": 267, "column": 58 } }, "value": true } } } ], "directives": [] }, "alternate": null } ], "directives": [] }, "alternate": null } ], "directives": [] } } ] } } ], "directives": [] } } } ] }, { "type": "ObjectExpression", "start": 12624, "end": 13873, "loc": { "start": { "line": 273, "column": 16 }, "end": { "line": 295, "column": 17 } }, "properties": [ { "type": "ObjectProperty", "start": 12646, "end": 12815, "loc": { "start": { "line": 274, "column": 20 }, "end": { "line": 276, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 12646, "end": 12654, "loc": { "start": { "line": 274, "column": 20 }, "end": { "line": 274, "column": 28 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 12656, "end": 12815, "loc": { "start": { "line": 274, "column": 30 }, "end": { "line": 276, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 12657, "end": 12664, "loc": { "start": { "line": 274, "column": 31 }, "end": { "line": 274, "column": 38 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 12669, "end": 12815, "loc": { "start": { "line": 274, "column": 43 }, "end": { "line": 276, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 12695, "end": 12793, "loc": { "start": { "line": 275, "column": 24 }, "end": { "line": 275, "column": 122 } }, "argument": { "type": "LogicalExpression", "start": 12702, "end": 12792, "loc": { "start": { "line": 275, "column": 31 }, "end": { "line": 275, "column": 121 } }, "left": { "type": "CallExpression", "start": 12702, "end": 12774, "loc": { "start": { "line": 275, "column": 31 }, "end": { "line": 275, "column": 103 } }, "callee": { "type": "MemberExpression", "start": 12702, "end": 12740, "loc": { "start": { "line": 275, "column": 31 }, "end": { "line": 275, "column": 69 } }, "object": { "type": "MemberExpression", "start": 12702, "end": 12730, "loc": { "start": { "line": 275, "column": 31 }, "end": { "line": 275, "column": 59 } }, "object": { "type": "MemberExpression", "start": 12702, "end": 12716, "loc": { "start": { "line": 275, "column": 31 }, "end": { "line": 275, "column": 45 } }, "object": { "type": "Identifier", "start": 12702, "end": 12709, "loc": { "start": { "line": 275, "column": 31 }, "end": { "line": 275, "column": 38 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 12710, "end": 12716, "loc": { "start": { "line": 275, "column": 39 }, "end": { "line": 275, "column": 45 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 12717, "end": 12730, "loc": { "start": { "line": 275, "column": 46 }, "end": { "line": 275, "column": 59 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 12731, "end": 12740, "loc": { "start": { "line": 275, "column": 60 }, "end": { "line": 275, "column": 69 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 12741, "end": 12773, "loc": { "start": { "line": 275, "column": 70 }, "end": { "line": 275, "column": 102 } }, "extra": { "rawValue": "treeViewContextMenu.xrayOthers", "raw": "\"treeViewContextMenu.xrayOthers\"" }, "value": "treeViewContextMenu.xrayOthers" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 12778, "end": 12792, "loc": { "start": { "line": 275, "column": 107 }, "end": { "line": 275, "column": 121 } }, "extra": { "rawValue": "X-Ray Others", "raw": "\"X-Ray Others\"" }, "value": "X-Ray Others" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 12837, "end": 13855, "loc": { "start": { "line": 277, "column": 20 }, "end": { "line": 294, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 12837, "end": 12845, "loc": { "start": { "line": 277, "column": 20 }, "end": { "line": 277, "column": 28 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 12847, "end": 13855, "loc": { "start": { "line": 277, "column": 30 }, "end": { "line": 294, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 12857, "end": 12864, "loc": { "start": { "line": 277, "column": 40 }, "end": { "line": 277, "column": 47 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 12866, "end": 13855, "loc": { "start": { "line": 277, "column": 49 }, "end": { "line": 294, "column": 21 } }, "body": [ { "type": "VariableDeclaration", "start": 12892, "end": 12927, "loc": { "start": { "line": 278, "column": 24 }, "end": { "line": 278, "column": 59 } }, "declarations": [ { "type": "VariableDeclarator", "start": 12898, "end": 12926, "loc": { "start": { "line": 278, "column": 30 }, "end": { "line": 278, "column": 58 } }, "id": { "type": "Identifier", "start": 12898, "end": 12903, "loc": { "start": { "line": 278, "column": 30 }, "end": { "line": 278, "column": 35 }, "identifierName": "scene" }, "name": "scene" }, "init": { "type": "MemberExpression", "start": 12906, "end": 12926, "loc": { "start": { "line": 278, "column": 38 }, "end": { "line": 278, "column": 58 } }, "object": { "type": "MemberExpression", "start": 12906, "end": 12920, "loc": { "start": { "line": 278, "column": 38 }, "end": { "line": 278, "column": 52 } }, "object": { "type": "Identifier", "start": 12906, "end": 12913, "loc": { "start": { "line": 278, "column": 38 }, "end": { "line": 278, "column": 45 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 12914, "end": 12920, "loc": { "start": { "line": 278, "column": 46 }, "end": { "line": 278, "column": 52 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 12921, "end": 12926, "loc": { "start": { "line": 278, "column": 53 }, "end": { "line": 278, "column": 58 }, "identifierName": "scene" }, "name": "scene" }, "computed": false } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 12952, "end": 12999, "loc": { "start": { "line": 279, "column": 24 }, "end": { "line": 279, "column": 71 } }, "expression": { "type": "CallExpression", "start": 12952, "end": 12998, "loc": { "start": { "line": 279, "column": 24 }, "end": { "line": 279, "column": 70 } }, "callee": { "type": "MemberExpression", "start": 12952, "end": 12975, "loc": { "start": { "line": 279, "column": 24 }, "end": { "line": 279, "column": 47 } }, "object": { "type": "Identifier", "start": 12952, "end": 12957, "loc": { "start": { "line": 279, "column": 24 }, "end": { "line": 279, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 12958, "end": 12975, "loc": { "start": { "line": 279, "column": 30 }, "end": { "line": 279, "column": 47 }, "identifierName": "setObjectsVisible" }, "name": "setObjectsVisible" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 12976, "end": 12991, "loc": { "start": { "line": 279, "column": 48 }, "end": { "line": 279, "column": 63 } }, "object": { "type": "Identifier", "start": 12976, "end": 12981, "loc": { "start": { "line": 279, "column": 48 }, "end": { "line": 279, "column": 53 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 12982, "end": 12991, "loc": { "start": { "line": 279, "column": 54 }, "end": { "line": 279, "column": 63 }, "identifierName": "objectIds" }, "name": "objectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 12993, "end": 12997, "loc": { "start": { "line": 279, "column": 65 }, "end": { "line": 279, "column": 69 } }, "value": true } ] } }, { "type": "IfStatement", "start": 13024, "end": 13179, "loc": { "start": { "line": 280, "column": 24 }, "end": { "line": 282, "column": 25 } }, "test": { "type": "UnaryExpression", "start": 13028, "end": 13072, "loc": { "start": { "line": 280, "column": 28 }, "end": { "line": 280, "column": 72 } }, "operator": "!", "prefix": true, "argument": { "type": "CallExpression", "start": 13029, "end": 13072, "loc": { "start": { "line": 280, "column": 29 }, "end": { "line": 280, "column": 72 } }, "callee": { "type": "MemberExpression", "start": 13029, "end": 13056, "loc": { "start": { "line": 280, "column": 29 }, "end": { "line": 280, "column": 56 } }, "object": { "type": "MemberExpression", "start": 13029, "end": 13046, "loc": { "start": { "line": 280, "column": 29 }, "end": { "line": 280, "column": 46 } }, "object": { "type": "Identifier", "start": 13029, "end": 13036, "loc": { "start": { "line": 280, "column": 29 }, "end": { "line": 280, "column": 36 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 13037, "end": 13046, "loc": { "start": { "line": 280, "column": 37 }, "end": { "line": 280, "column": 46 }, "identifierName": "bimViewer" }, "name": "bimViewer" }, "computed": false }, "property": { "type": "Identifier", "start": 13047, "end": 13056, "loc": { "start": { "line": 280, "column": 47 }, "end": { "line": 280, "column": 56 }, "identifierName": "getConfig" }, "name": "getConfig" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 13057, "end": 13071, "loc": { "start": { "line": 280, "column": 57 }, "end": { "line": 280, "column": 71 } }, "extra": { "rawValue": "xrayPickable", "raw": "\"xrayPickable\"" }, "value": "xrayPickable" } ] }, "extra": { "parenthesizedArgument": false } }, "consequent": { "type": "BlockStatement", "start": 13074, "end": 13179, "loc": { "start": { "line": 280, "column": 74 }, "end": { "line": 282, "column": 25 } }, "body": [ { "type": "ExpressionStatement", "start": 13104, "end": 13153, "loc": { "start": { "line": 281, "column": 28 }, "end": { "line": 281, "column": 77 } }, "expression": { "type": "CallExpression", "start": 13104, "end": 13152, "loc": { "start": { "line": 281, "column": 28 }, "end": { "line": 281, "column": 76 } }, "callee": { "type": "MemberExpression", "start": 13104, "end": 13128, "loc": { "start": { "line": 281, "column": 28 }, "end": { "line": 281, "column": 52 } }, "object": { "type": "Identifier", "start": 13104, "end": 13109, "loc": { "start": { "line": 281, "column": 28 }, "end": { "line": 281, "column": 33 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 13110, "end": 13128, "loc": { "start": { "line": 281, "column": 34 }, "end": { "line": 281, "column": 52 }, "identifierName": "setObjectsPickable" }, "name": "setObjectsPickable" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 13129, "end": 13144, "loc": { "start": { "line": 281, "column": 53 }, "end": { "line": 281, "column": 68 } }, "object": { "type": "Identifier", "start": 13129, "end": 13134, "loc": { "start": { "line": 281, "column": 53 }, "end": { "line": 281, "column": 58 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 13135, "end": 13144, "loc": { "start": { "line": 281, "column": 59 }, "end": { "line": 281, "column": 68 }, "identifierName": "objectIds" }, "name": "objectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 13146, "end": 13151, "loc": { "start": { "line": 281, "column": 70 }, "end": { "line": 281, "column": 75 } }, "value": false } ] } } ], "directives": [] }, "alternate": null }, { "type": "ExpressionStatement", "start": 13204, "end": 13250, "loc": { "start": { "line": 283, "column": 24 }, "end": { "line": 283, "column": 70 } }, "expression": { "type": "CallExpression", "start": 13204, "end": 13249, "loc": { "start": { "line": 283, "column": 24 }, "end": { "line": 283, "column": 69 } }, "callee": { "type": "MemberExpression", "start": 13204, "end": 13226, "loc": { "start": { "line": 283, "column": 24 }, "end": { "line": 283, "column": 46 } }, "object": { "type": "Identifier", "start": 13204, "end": 13209, "loc": { "start": { "line": 283, "column": 24 }, "end": { "line": 283, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 13210, "end": 13226, "loc": { "start": { "line": 283, "column": 30 }, "end": { "line": 283, "column": 46 }, "identifierName": "setObjectsXRayed" }, "name": "setObjectsXRayed" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 13227, "end": 13242, "loc": { "start": { "line": 283, "column": 47 }, "end": { "line": 283, "column": 62 } }, "object": { "type": "Identifier", "start": 13227, "end": 13232, "loc": { "start": { "line": 283, "column": 47 }, "end": { "line": 283, "column": 52 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 13233, "end": 13242, "loc": { "start": { "line": 283, "column": 53 }, "end": { "line": 283, "column": 62 }, "identifierName": "objectIds" }, "name": "objectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 13244, "end": 13248, "loc": { "start": { "line": 283, "column": 64 }, "end": { "line": 283, "column": 68 } }, "value": true } ] } }, { "type": "ExpressionStatement", "start": 13275, "end": 13332, "loc": { "start": { "line": 284, "column": 24 }, "end": { "line": 284, "column": 81 } }, "expression": { "type": "CallExpression", "start": 13275, "end": 13331, "loc": { "start": { "line": 284, "column": 24 }, "end": { "line": 284, "column": 80 } }, "callee": { "type": "MemberExpression", "start": 13275, "end": 13299, "loc": { "start": { "line": 284, "column": 24 }, "end": { "line": 284, "column": 48 } }, "object": { "type": "Identifier", "start": 13275, "end": 13280, "loc": { "start": { "line": 284, "column": 24 }, "end": { "line": 284, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 13281, "end": 13299, "loc": { "start": { "line": 284, "column": 30 }, "end": { "line": 284, "column": 48 }, "identifierName": "setObjectsSelected" }, "name": "setObjectsSelected" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 13300, "end": 13323, "loc": { "start": { "line": 284, "column": 49 }, "end": { "line": 284, "column": 72 } }, "object": { "type": "Identifier", "start": 13300, "end": 13305, "loc": { "start": { "line": 284, "column": 49 }, "end": { "line": 284, "column": 54 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 13306, "end": 13323, "loc": { "start": { "line": 284, "column": 55 }, "end": { "line": 284, "column": 72 }, "identifierName": "selectedObjectIds" }, "name": "selectedObjectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 13325, "end": 13330, "loc": { "start": { "line": 284, "column": 74 }, "end": { "line": 284, "column": 79 } }, "value": false } ] } }, { "type": "ExpressionStatement", "start": 13357, "end": 13833, "loc": { "start": { "line": 285, "column": 24 }, "end": { "line": 293, "column": 27 } }, "expression": { "type": "CallExpression", "start": 13357, "end": 13832, "loc": { "start": { "line": 285, "column": 24 }, "end": { "line": 293, "column": 26 } }, "callee": { "type": "MemberExpression", "start": 13357, "end": 13392, "loc": { "start": { "line": 285, "column": 24 }, "end": { "line": 285, "column": 59 } }, "object": { "type": "MemberExpression", "start": 13357, "end": 13379, "loc": { "start": { "line": 285, "column": 24 }, "end": { "line": 285, "column": 46 } }, "object": { "type": "Identifier", "start": 13357, "end": 13364, "loc": { "start": { "line": 285, "column": 24 }, "end": { "line": 285, "column": 31 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 13365, "end": 13379, "loc": { "start": { "line": 285, "column": 32 }, "end": { "line": 285, "column": 46 }, "identifierName": "treeViewPlugin" }, "name": "treeViewPlugin" }, "computed": false }, "property": { "type": "Identifier", "start": 13380, "end": 13392, "loc": { "start": { "line": 285, "column": 47 }, "end": { "line": 285, "column": 59 }, "identifierName": "withNodeTree" }, "name": "withNodeTree" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 13393, "end": 13413, "loc": { "start": { "line": 285, "column": 60 }, "end": { "line": 285, "column": 80 } }, "object": { "type": "Identifier", "start": 13393, "end": 13400, "loc": { "start": { "line": 285, "column": 60 }, "end": { "line": 285, "column": 67 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 13401, "end": 13413, "loc": { "start": { "line": 285, "column": 68 }, "end": { "line": 285, "column": 80 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "computed": false }, { "type": "ArrowFunctionExpression", "start": 13415, "end": 13831, "loc": { "start": { "line": 285, "column": 82 }, "end": { "line": 293, "column": 25 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 13416, "end": 13428, "loc": { "start": { "line": 285, "column": 83 }, "end": { "line": 285, "column": 95 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" } ], "body": { "type": "BlockStatement", "start": 13433, "end": 13831, "loc": { "start": { "line": 285, "column": 100 }, "end": { "line": 293, "column": 25 } }, "body": [ { "type": "IfStatement", "start": 13463, "end": 13805, "loc": { "start": { "line": 286, "column": 28 }, "end": { "line": 292, "column": 29 } }, "test": { "type": "MemberExpression", "start": 13467, "end": 13488, "loc": { "start": { "line": 286, "column": 32 }, "end": { "line": 286, "column": 53 } }, "object": { "type": "Identifier", "start": 13467, "end": 13479, "loc": { "start": { "line": 286, "column": 32 }, "end": { "line": 286, "column": 44 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 13480, "end": 13488, "loc": { "start": { "line": 286, "column": 45 }, "end": { "line": 286, "column": 53 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "consequent": { "type": "BlockStatement", "start": 13490, "end": 13805, "loc": { "start": { "line": 286, "column": 55 }, "end": { "line": 292, "column": 29 } }, "body": [ { "type": "VariableDeclaration", "start": 13524, "end": 13576, "loc": { "start": { "line": 287, "column": 32 }, "end": { "line": 287, "column": 84 } }, "declarations": [ { "type": "VariableDeclarator", "start": 13530, "end": 13575, "loc": { "start": { "line": 287, "column": 38 }, "end": { "line": 287, "column": 83 } }, "id": { "type": "Identifier", "start": 13530, "end": 13536, "loc": { "start": { "line": 287, "column": 38 }, "end": { "line": 287, "column": 44 }, "identifierName": "entity" }, "name": "entity" }, "init": { "type": "MemberExpression", "start": 13539, "end": 13575, "loc": { "start": { "line": 287, "column": 47 }, "end": { "line": 287, "column": 83 } }, "object": { "type": "MemberExpression", "start": 13539, "end": 13552, "loc": { "start": { "line": 287, "column": 47 }, "end": { "line": 287, "column": 60 } }, "object": { "type": "Identifier", "start": 13539, "end": 13544, "loc": { "start": { "line": 287, "column": 47 }, "end": { "line": 287, "column": 52 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 13545, "end": 13552, "loc": { "start": { "line": 287, "column": 53 }, "end": { "line": 287, "column": 60 }, "identifierName": "objects" }, "name": "objects" }, "computed": false }, "property": { "type": "MemberExpression", "start": 13553, "end": 13574, "loc": { "start": { "line": 287, "column": 61 }, "end": { "line": 287, "column": 82 } }, "object": { "type": "Identifier", "start": 13553, "end": 13565, "loc": { "start": { "line": 287, "column": 61 }, "end": { "line": 287, "column": 73 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 13566, "end": 13574, "loc": { "start": { "line": 287, "column": 74 }, "end": { "line": 287, "column": 82 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "computed": true } } ], "kind": "const" }, { "type": "IfStatement", "start": 13609, "end": 13775, "loc": { "start": { "line": 288, "column": 32 }, "end": { "line": 291, "column": 33 } }, "test": { "type": "Identifier", "start": 13613, "end": 13619, "loc": { "start": { "line": 288, "column": 36 }, "end": { "line": 288, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "consequent": { "type": "BlockStatement", "start": 13621, "end": 13775, "loc": { "start": { "line": 288, "column": 44 }, "end": { "line": 291, "column": 33 } }, "body": [ { "type": "ExpressionStatement", "start": 13659, "end": 13681, "loc": { "start": { "line": 289, "column": 36 }, "end": { "line": 289, "column": 58 } }, "expression": { "type": "AssignmentExpression", "start": 13659, "end": 13680, "loc": { "start": { "line": 289, "column": 36 }, "end": { "line": 289, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 13659, "end": 13672, "loc": { "start": { "line": 289, "column": 36 }, "end": { "line": 289, "column": 49 } }, "object": { "type": "Identifier", "start": 13659, "end": 13665, "loc": { "start": { "line": 289, "column": 36 }, "end": { "line": 289, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 13666, "end": 13672, "loc": { "start": { "line": 289, "column": 43 }, "end": { "line": 289, "column": 49 }, "identifierName": "xrayed" }, "name": "xrayed" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 13675, "end": 13680, "loc": { "start": { "line": 289, "column": 52 }, "end": { "line": 289, "column": 57 } }, "value": false } } }, { "type": "ExpressionStatement", "start": 13718, "end": 13741, "loc": { "start": { "line": 290, "column": 36 }, "end": { "line": 290, "column": 59 } }, "expression": { "type": "AssignmentExpression", "start": 13718, "end": 13740, "loc": { "start": { "line": 290, "column": 36 }, "end": { "line": 290, "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 13718, "end": 13733, "loc": { "start": { "line": 290, "column": 36 }, "end": { "line": 290, "column": 51 } }, "object": { "type": "Identifier", "start": 13718, "end": 13724, "loc": { "start": { "line": 290, "column": 36 }, "end": { "line": 290, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 13725, "end": 13733, "loc": { "start": { "line": 290, "column": 43 }, "end": { "line": 290, "column": 51 }, "identifierName": "pickable" }, "name": "pickable" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 13736, "end": 13740, "loc": { "start": { "line": 290, "column": 54 }, "end": { "line": 290, "column": 58 } }, "value": true } } } ], "directives": [] }, "alternate": null } ], "directives": [] }, "alternate": null } ], "directives": [] } } ] } } ], "directives": [] } } } ] }, { "type": "ObjectExpression", "start": 13891, "end": 14527, "loc": { "start": { "line": 296, "column": 16 }, "end": { "line": 307, "column": 17 } }, "properties": [ { "type": "ObjectProperty", "start": 13913, "end": 14076, "loc": { "start": { "line": 297, "column": 20 }, "end": { "line": 299, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 13913, "end": 13921, "loc": { "start": { "line": 297, "column": 20 }, "end": { "line": 297, "column": 28 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 13923, "end": 14076, "loc": { "start": { "line": 297, "column": 30 }, "end": { "line": 299, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 13924, "end": 13931, "loc": { "start": { "line": 297, "column": 31 }, "end": { "line": 297, "column": 38 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 13936, "end": 14076, "loc": { "start": { "line": 297, "column": 43 }, "end": { "line": 299, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 13962, "end": 14054, "loc": { "start": { "line": 298, "column": 24 }, "end": { "line": 298, "column": 116 } }, "argument": { "type": "LogicalExpression", "start": 13969, "end": 14053, "loc": { "start": { "line": 298, "column": 31 }, "end": { "line": 298, "column": 115 } }, "left": { "type": "CallExpression", "start": 13969, "end": 14038, "loc": { "start": { "line": 298, "column": 31 }, "end": { "line": 298, "column": 100 } }, "callee": { "type": "MemberExpression", "start": 13969, "end": 14007, "loc": { "start": { "line": 298, "column": 31 }, "end": { "line": 298, "column": 69 } }, "object": { "type": "MemberExpression", "start": 13969, "end": 13997, "loc": { "start": { "line": 298, "column": 31 }, "end": { "line": 298, "column": 59 } }, "object": { "type": "MemberExpression", "start": 13969, "end": 13983, "loc": { "start": { "line": 298, "column": 31 }, "end": { "line": 298, "column": 45 } }, "object": { "type": "Identifier", "start": 13969, "end": 13976, "loc": { "start": { "line": 298, "column": 31 }, "end": { "line": 298, "column": 38 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 13977, "end": 13983, "loc": { "start": { "line": 298, "column": 39 }, "end": { "line": 298, "column": 45 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 13984, "end": 13997, "loc": { "start": { "line": 298, "column": 46 }, "end": { "line": 298, "column": 59 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 13998, "end": 14007, "loc": { "start": { "line": 298, "column": 60 }, "end": { "line": 298, "column": 69 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 14008, "end": 14037, "loc": { "start": { "line": 298, "column": 70 }, "end": { "line": 298, "column": 99 } }, "extra": { "rawValue": "treeViewContextMenu.xrayAll", "raw": "\"treeViewContextMenu.xrayAll\"" }, "value": "treeViewContextMenu.xrayAll" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 14042, "end": 14053, "loc": { "start": { "line": 298, "column": 104 }, "end": { "line": 298, "column": 115 } }, "extra": { "rawValue": "X-Ray All", "raw": "\"X-Ray All\"" }, "value": "X-Ray All" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 14098, "end": 14509, "loc": { "start": { "line": 300, "column": 20 }, "end": { "line": 306, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 14098, "end": 14106, "loc": { "start": { "line": 300, "column": 20 }, "end": { "line": 300, "column": 28 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 14108, "end": 14509, "loc": { "start": { "line": 300, "column": 30 }, "end": { "line": 306, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 14118, "end": 14125, "loc": { "start": { "line": 300, "column": 40 }, "end": { "line": 300, "column": 47 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 14127, "end": 14509, "loc": { "start": { "line": 300, "column": 49 }, "end": { "line": 306, "column": 21 } }, "body": [ { "type": "VariableDeclaration", "start": 14153, "end": 14188, "loc": { "start": { "line": 301, "column": 24 }, "end": { "line": 301, "column": 59 } }, "declarations": [ { "type": "VariableDeclarator", "start": 14159, "end": 14187, "loc": { "start": { "line": 301, "column": 30 }, "end": { "line": 301, "column": 58 } }, "id": { "type": "Identifier", "start": 14159, "end": 14164, "loc": { "start": { "line": 301, "column": 30 }, "end": { "line": 301, "column": 35 }, "identifierName": "scene" }, "name": "scene" }, "init": { "type": "MemberExpression", "start": 14167, "end": 14187, "loc": { "start": { "line": 301, "column": 38 }, "end": { "line": 301, "column": 58 } }, "object": { "type": "MemberExpression", "start": 14167, "end": 14181, "loc": { "start": { "line": 301, "column": 38 }, "end": { "line": 301, "column": 52 } }, "object": { "type": "Identifier", "start": 14167, "end": 14174, "loc": { "start": { "line": 301, "column": 38 }, "end": { "line": 301, "column": 45 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 14175, "end": 14181, "loc": { "start": { "line": 301, "column": 46 }, "end": { "line": 301, "column": 52 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 14182, "end": 14187, "loc": { "start": { "line": 301, "column": 53 }, "end": { "line": 301, "column": 58 }, "identifierName": "scene" }, "name": "scene" }, "computed": false } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 14213, "end": 14260, "loc": { "start": { "line": 302, "column": 24 }, "end": { "line": 302, "column": 71 } }, "expression": { "type": "CallExpression", "start": 14213, "end": 14259, "loc": { "start": { "line": 302, "column": 24 }, "end": { "line": 302, "column": 70 } }, "callee": { "type": "MemberExpression", "start": 14213, "end": 14236, "loc": { "start": { "line": 302, "column": 24 }, "end": { "line": 302, "column": 47 } }, "object": { "type": "Identifier", "start": 14213, "end": 14218, "loc": { "start": { "line": 302, "column": 24 }, "end": { "line": 302, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 14219, "end": 14236, "loc": { "start": { "line": 302, "column": 30 }, "end": { "line": 302, "column": 47 }, "identifierName": "setObjectsVisible" }, "name": "setObjectsVisible" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 14237, "end": 14252, "loc": { "start": { "line": 302, "column": 48 }, "end": { "line": 302, "column": 63 } }, "object": { "type": "Identifier", "start": 14237, "end": 14242, "loc": { "start": { "line": 302, "column": 48 }, "end": { "line": 302, "column": 53 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 14243, "end": 14252, "loc": { "start": { "line": 302, "column": 54 }, "end": { "line": 302, "column": 63 }, "identifierName": "objectIds" }, "name": "objectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 14254, "end": 14258, "loc": { "start": { "line": 302, "column": 65 }, "end": { "line": 302, "column": 69 } }, "value": true } ] } }, { "type": "ExpressionStatement", "start": 14285, "end": 14331, "loc": { "start": { "line": 303, "column": 24 }, "end": { "line": 303, "column": 70 } }, "expression": { "type": "CallExpression", "start": 14285, "end": 14330, "loc": { "start": { "line": 303, "column": 24 }, "end": { "line": 303, "column": 69 } }, "callee": { "type": "MemberExpression", "start": 14285, "end": 14307, "loc": { "start": { "line": 303, "column": 24 }, "end": { "line": 303, "column": 46 } }, "object": { "type": "Identifier", "start": 14285, "end": 14290, "loc": { "start": { "line": 303, "column": 24 }, "end": { "line": 303, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 14291, "end": 14307, "loc": { "start": { "line": 303, "column": 30 }, "end": { "line": 303, "column": 46 }, "identifierName": "setObjectsXRayed" }, "name": "setObjectsXRayed" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 14308, "end": 14323, "loc": { "start": { "line": 303, "column": 47 }, "end": { "line": 303, "column": 62 } }, "object": { "type": "Identifier", "start": 14308, "end": 14313, "loc": { "start": { "line": 303, "column": 47 }, "end": { "line": 303, "column": 52 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 14314, "end": 14323, "loc": { "start": { "line": 303, "column": 53 }, "end": { "line": 303, "column": 62 }, "identifierName": "objectIds" }, "name": "objectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 14325, "end": 14329, "loc": { "start": { "line": 303, "column": 64 }, "end": { "line": 303, "column": 68 } }, "value": true } ] } }, { "type": "ExpressionStatement", "start": 14356, "end": 14413, "loc": { "start": { "line": 304, "column": 24 }, "end": { "line": 304, "column": 81 } }, "expression": { "type": "CallExpression", "start": 14356, "end": 14412, "loc": { "start": { "line": 304, "column": 24 }, "end": { "line": 304, "column": 80 } }, "callee": { "type": "MemberExpression", "start": 14356, "end": 14380, "loc": { "start": { "line": 304, "column": 24 }, "end": { "line": 304, "column": 48 } }, "object": { "type": "Identifier", "start": 14356, "end": 14361, "loc": { "start": { "line": 304, "column": 24 }, "end": { "line": 304, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 14362, "end": 14380, "loc": { "start": { "line": 304, "column": 30 }, "end": { "line": 304, "column": 48 }, "identifierName": "setObjectsSelected" }, "name": "setObjectsSelected" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 14381, "end": 14404, "loc": { "start": { "line": 304, "column": 49 }, "end": { "line": 304, "column": 72 } }, "object": { "type": "Identifier", "start": 14381, "end": 14386, "loc": { "start": { "line": 304, "column": 49 }, "end": { "line": 304, "column": 54 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 14387, "end": 14404, "loc": { "start": { "line": 304, "column": 55 }, "end": { "line": 304, "column": 72 }, "identifierName": "selectedObjectIds" }, "name": "selectedObjectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 14406, "end": 14411, "loc": { "start": { "line": 304, "column": 74 }, "end": { "line": 304, "column": 79 } }, "value": false } ] } }, { "type": "ExpressionStatement", "start": 14438, "end": 14487, "loc": { "start": { "line": 305, "column": 24 }, "end": { "line": 305, "column": 73 } }, "expression": { "type": "CallExpression", "start": 14438, "end": 14486, "loc": { "start": { "line": 305, "column": 24 }, "end": { "line": 305, "column": 72 } }, "callee": { "type": "MemberExpression", "start": 14438, "end": 14462, "loc": { "start": { "line": 305, "column": 24 }, "end": { "line": 305, "column": 48 } }, "object": { "type": "Identifier", "start": 14438, "end": 14443, "loc": { "start": { "line": 305, "column": 24 }, "end": { "line": 305, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 14444, "end": 14462, "loc": { "start": { "line": 305, "column": 30 }, "end": { "line": 305, "column": 48 }, "identifierName": "setObjectsPickable" }, "name": "setObjectsPickable" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 14463, "end": 14478, "loc": { "start": { "line": 305, "column": 49 }, "end": { "line": 305, "column": 64 } }, "object": { "type": "Identifier", "start": 14463, "end": 14468, "loc": { "start": { "line": 305, "column": 49 }, "end": { "line": 305, "column": 54 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 14469, "end": 14478, "loc": { "start": { "line": 305, "column": 55 }, "end": { "line": 305, "column": 64 }, "identifierName": "objectIds" }, "name": "objectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 14480, "end": 14485, "loc": { "start": { "line": 305, "column": 66 }, "end": { "line": 305, "column": 71 } }, "value": false } ] } } ], "directives": [] } } } ] }, { "type": "ObjectExpression", "start": 14545, "end": 15252, "loc": { "start": { "line": 308, "column": 16 }, "end": { "line": 321, "column": 17 } }, "properties": [ { "type": "ObjectProperty", "start": 14567, "end": 14732, "loc": { "start": { "line": 309, "column": 20 }, "end": { "line": 311, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 14567, "end": 14575, "loc": { "start": { "line": 309, "column": 20 }, "end": { "line": 309, "column": 28 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 14577, "end": 14732, "loc": { "start": { "line": 309, "column": 30 }, "end": { "line": 311, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 14578, "end": 14585, "loc": { "start": { "line": 309, "column": 31 }, "end": { "line": 309, "column": 38 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 14590, "end": 14732, "loc": { "start": { "line": 309, "column": 43 }, "end": { "line": 311, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 14616, "end": 14710, "loc": { "start": { "line": 310, "column": 24 }, "end": { "line": 310, "column": 118 } }, "argument": { "type": "LogicalExpression", "start": 14623, "end": 14709, "loc": { "start": { "line": 310, "column": 31 }, "end": { "line": 310, "column": 117 } }, "left": { "type": "CallExpression", "start": 14623, "end": 14693, "loc": { "start": { "line": 310, "column": 31 }, "end": { "line": 310, "column": 101 } }, "callee": { "type": "MemberExpression", "start": 14623, "end": 14661, "loc": { "start": { "line": 310, "column": 31 }, "end": { "line": 310, "column": 69 } }, "object": { "type": "MemberExpression", "start": 14623, "end": 14651, "loc": { "start": { "line": 310, "column": 31 }, "end": { "line": 310, "column": 59 } }, "object": { "type": "MemberExpression", "start": 14623, "end": 14637, "loc": { "start": { "line": 310, "column": 31 }, "end": { "line": 310, "column": 45 } }, "object": { "type": "Identifier", "start": 14623, "end": 14630, "loc": { "start": { "line": 310, "column": 31 }, "end": { "line": 310, "column": 38 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 14631, "end": 14637, "loc": { "start": { "line": 310, "column": 39 }, "end": { "line": 310, "column": 45 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 14638, "end": 14651, "loc": { "start": { "line": 310, "column": 46 }, "end": { "line": 310, "column": 59 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 14652, "end": 14661, "loc": { "start": { "line": 310, "column": 60 }, "end": { "line": 310, "column": 69 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 14662, "end": 14692, "loc": { "start": { "line": 310, "column": 70 }, "end": { "line": 310, "column": 100 } }, "extra": { "rawValue": "treeViewContextMenu.xrayNone", "raw": "\"treeViewContextMenu.xrayNone\"" }, "value": "treeViewContextMenu.xrayNone" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 14697, "end": 14709, "loc": { "start": { "line": 310, "column": 105 }, "end": { "line": 310, "column": 117 } }, "extra": { "rawValue": "X-Ray None", "raw": "\"X-Ray None\"" }, "value": "X-Ray None" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 14754, "end": 14884, "loc": { "start": { "line": 312, "column": 20 }, "end": { "line": 314, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 14754, "end": 14764, "loc": { "start": { "line": 312, "column": 20 }, "end": { "line": 312, "column": 30 }, "identifierName": "getEnabled" }, "name": "getEnabled" }, "value": { "type": "FunctionExpression", "start": 14766, "end": 14884, "loc": { "start": { "line": 312, "column": 32 }, "end": { "line": 314, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 14776, "end": 14783, "loc": { "start": { "line": 312, "column": 42 }, "end": { "line": 312, "column": 49 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 14785, "end": 14884, "loc": { "start": { "line": 312, "column": 51 }, "end": { "line": 314, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 14811, "end": 14862, "loc": { "start": { "line": 313, "column": 24 }, "end": { "line": 313, "column": 75 } }, "argument": { "type": "BinaryExpression", "start": 14819, "end": 14860, "loc": { "start": { "line": 313, "column": 32 }, "end": { "line": 313, "column": 73 } }, "left": { "type": "MemberExpression", "start": 14819, "end": 14856, "loc": { "start": { "line": 313, "column": 32 }, "end": { "line": 313, "column": 69 } }, "object": { "type": "MemberExpression", "start": 14819, "end": 14839, "loc": { "start": { "line": 313, "column": 32 }, "end": { "line": 313, "column": 52 } }, "object": { "type": "MemberExpression", "start": 14819, "end": 14833, "loc": { "start": { "line": 313, "column": 32 }, "end": { "line": 313, "column": 46 } }, "object": { "type": "Identifier", "start": 14819, "end": 14826, "loc": { "start": { "line": 313, "column": 32 }, "end": { "line": 313, "column": 39 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 14827, "end": 14833, "loc": { "start": { "line": 313, "column": 40 }, "end": { "line": 313, "column": 46 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 14834, "end": 14839, "loc": { "start": { "line": 313, "column": 47 }, "end": { "line": 313, "column": 52 }, "identifierName": "scene" }, "name": "scene" }, "computed": false }, "property": { "type": "Identifier", "start": 14840, "end": 14856, "loc": { "start": { "line": 313, "column": 53 }, "end": { "line": 313, "column": 69 }, "identifierName": "numXRayedObjects" }, "name": "numXRayedObjects" }, "computed": false }, "operator": ">", "right": { "type": "NumericLiteral", "start": 14859, "end": 14860, "loc": { "start": { "line": 313, "column": 72 }, "end": { "line": 313, "column": 73 } }, "extra": { "rawValue": 0, "raw": "0" }, "value": 0 }, "extra": { "parenthesized": true, "parenStart": 14818 } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 14906, "end": 15234, "loc": { "start": { "line": 315, "column": 20 }, "end": { "line": 320, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 14906, "end": 14914, "loc": { "start": { "line": 315, "column": 20 }, "end": { "line": 315, "column": 28 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 14916, "end": 15234, "loc": { "start": { "line": 315, "column": 30 }, "end": { "line": 320, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 14926, "end": 14933, "loc": { "start": { "line": 315, "column": 40 }, "end": { "line": 315, "column": 47 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 14935, "end": 15234, "loc": { "start": { "line": 315, "column": 49 }, "end": { "line": 320, "column": 21 } }, "body": [ { "type": "VariableDeclaration", "start": 14961, "end": 14996, "loc": { "start": { "line": 316, "column": 24 }, "end": { "line": 316, "column": 59 } }, "declarations": [ { "type": "VariableDeclarator", "start": 14967, "end": 14995, "loc": { "start": { "line": 316, "column": 30 }, "end": { "line": 316, "column": 58 } }, "id": { "type": "Identifier", "start": 14967, "end": 14972, "loc": { "start": { "line": 316, "column": 30 }, "end": { "line": 316, "column": 35 }, "identifierName": "scene" }, "name": "scene" }, "init": { "type": "MemberExpression", "start": 14975, "end": 14995, "loc": { "start": { "line": 316, "column": 38 }, "end": { "line": 316, "column": 58 } }, "object": { "type": "MemberExpression", "start": 14975, "end": 14989, "loc": { "start": { "line": 316, "column": 38 }, "end": { "line": 316, "column": 52 } }, "object": { "type": "Identifier", "start": 14975, "end": 14982, "loc": { "start": { "line": 316, "column": 38 }, "end": { "line": 316, "column": 45 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 14983, "end": 14989, "loc": { "start": { "line": 316, "column": 46 }, "end": { "line": 316, "column": 52 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 14990, "end": 14995, "loc": { "start": { "line": 316, "column": 53 }, "end": { "line": 316, "column": 58 }, "identifierName": "scene" }, "name": "scene" }, "computed": false } } ], "kind": "const" }, { "type": "VariableDeclaration", "start": 15021, "end": 15067, "loc": { "start": { "line": 317, "column": 24 }, "end": { "line": 317, "column": 70 } }, "declarations": [ { "type": "VariableDeclarator", "start": 15027, "end": 15066, "loc": { "start": { "line": 317, "column": 30 }, "end": { "line": 317, "column": 69 } }, "id": { "type": "Identifier", "start": 15027, "end": 15042, "loc": { "start": { "line": 317, "column": 30 }, "end": { "line": 317, "column": 45 }, "identifierName": "xrayedObjectIds" }, "name": "xrayedObjectIds" }, "init": { "type": "MemberExpression", "start": 15045, "end": 15066, "loc": { "start": { "line": 317, "column": 48 }, "end": { "line": 317, "column": 69 } }, "object": { "type": "Identifier", "start": 15045, "end": 15050, "loc": { "start": { "line": 317, "column": 48 }, "end": { "line": 317, "column": 53 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 15051, "end": 15066, "loc": { "start": { "line": 317, "column": 54 }, "end": { "line": 317, "column": 69 }, "identifierName": "xrayedObjectIds" }, "name": "xrayedObjectIds" }, "computed": false } } ], "kind": "const" }, { "type": "ExpressionStatement", "start": 15092, "end": 15140, "loc": { "start": { "line": 318, "column": 24 }, "end": { "line": 318, "column": 72 } }, "expression": { "type": "CallExpression", "start": 15092, "end": 15139, "loc": { "start": { "line": 318, "column": 24 }, "end": { "line": 318, "column": 71 } }, "callee": { "type": "MemberExpression", "start": 15092, "end": 15116, "loc": { "start": { "line": 318, "column": 24 }, "end": { "line": 318, "column": 48 } }, "object": { "type": "Identifier", "start": 15092, "end": 15097, "loc": { "start": { "line": 318, "column": 24 }, "end": { "line": 318, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 15098, "end": 15116, "loc": { "start": { "line": 318, "column": 30 }, "end": { "line": 318, "column": 48 }, "identifierName": "setObjectsPickable" }, "name": "setObjectsPickable" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 15117, "end": 15132, "loc": { "start": { "line": 318, "column": 49 }, "end": { "line": 318, "column": 64 }, "identifierName": "xrayedObjectIds" }, "name": "xrayedObjectIds" }, { "type": "BooleanLiteral", "start": 15134, "end": 15138, "loc": { "start": { "line": 318, "column": 66 }, "end": { "line": 318, "column": 70 } }, "value": true } ] } }, { "type": "ExpressionStatement", "start": 15165, "end": 15212, "loc": { "start": { "line": 319, "column": 24 }, "end": { "line": 319, "column": 71 } }, "expression": { "type": "CallExpression", "start": 15165, "end": 15211, "loc": { "start": { "line": 319, "column": 24 }, "end": { "line": 319, "column": 70 } }, "callee": { "type": "MemberExpression", "start": 15165, "end": 15187, "loc": { "start": { "line": 319, "column": 24 }, "end": { "line": 319, "column": 46 } }, "object": { "type": "Identifier", "start": 15165, "end": 15170, "loc": { "start": { "line": 319, "column": 24 }, "end": { "line": 319, "column": 29 }, "identifierName": "scene" }, "name": "scene" }, "property": { "type": "Identifier", "start": 15171, "end": 15187, "loc": { "start": { "line": 319, "column": 30 }, "end": { "line": 319, "column": 46 }, "identifierName": "setObjectsXRayed" }, "name": "setObjectsXRayed" }, "computed": false }, "arguments": [ { "type": "Identifier", "start": 15188, "end": 15203, "loc": { "start": { "line": 319, "column": 47 }, "end": { "line": 319, "column": 62 }, "identifierName": "xrayedObjectIds" }, "name": "xrayedObjectIds" }, { "type": "BooleanLiteral", "start": 15205, "end": 15210, "loc": { "start": { "line": 319, "column": 64 }, "end": { "line": 319, "column": 69 } }, "value": false } ] } } ], "directives": [] } } } ] } ] }, { "type": "ArrayExpression", "start": 15280, "end": 17425, "loc": { "start": { "line": 323, "column": 12 }, "end": { "line": 366, "column": 13 } }, "elements": [ { "type": "ObjectExpression", "start": 15298, "end": 16087, "loc": { "start": { "line": 324, "column": 16 }, "end": { "line": 339, "column": 17 } }, "properties": [ { "type": "ObjectProperty", "start": 15320, "end": 15479, "loc": { "start": { "line": 325, "column": 20 }, "end": { "line": 327, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 15320, "end": 15328, "loc": { "start": { "line": 325, "column": 20 }, "end": { "line": 325, "column": 28 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 15330, "end": 15479, "loc": { "start": { "line": 325, "column": 30 }, "end": { "line": 327, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 15331, "end": 15338, "loc": { "start": { "line": 325, "column": 31 }, "end": { "line": 325, "column": 38 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 15343, "end": 15479, "loc": { "start": { "line": 325, "column": 43 }, "end": { "line": 327, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 15369, "end": 15457, "loc": { "start": { "line": 326, "column": 24 }, "end": { "line": 326, "column": 112 } }, "argument": { "type": "LogicalExpression", "start": 15376, "end": 15456, "loc": { "start": { "line": 326, "column": 31 }, "end": { "line": 326, "column": 111 } }, "left": { "type": "CallExpression", "start": 15376, "end": 15444, "loc": { "start": { "line": 326, "column": 31 }, "end": { "line": 326, "column": 99 } }, "callee": { "type": "MemberExpression", "start": 15376, "end": 15414, "loc": { "start": { "line": 326, "column": 31 }, "end": { "line": 326, "column": 69 } }, "object": { "type": "MemberExpression", "start": 15376, "end": 15404, "loc": { "start": { "line": 326, "column": 31 }, "end": { "line": 326, "column": 59 } }, "object": { "type": "MemberExpression", "start": 15376, "end": 15390, "loc": { "start": { "line": 326, "column": 31 }, "end": { "line": 326, "column": 45 } }, "object": { "type": "Identifier", "start": 15376, "end": 15383, "loc": { "start": { "line": 326, "column": 31 }, "end": { "line": 326, "column": 38 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 15384, "end": 15390, "loc": { "start": { "line": 326, "column": 39 }, "end": { "line": 326, "column": 45 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 15391, "end": 15404, "loc": { "start": { "line": 326, "column": 46 }, "end": { "line": 326, "column": 59 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 15405, "end": 15414, "loc": { "start": { "line": 326, "column": 60 }, "end": { "line": 326, "column": 69 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 15415, "end": 15443, "loc": { "start": { "line": 326, "column": 70 }, "end": { "line": 326, "column": 98 } }, "extra": { "rawValue": "treeViewContextMenu.select", "raw": "\"treeViewContextMenu.select\"" }, "value": "treeViewContextMenu.select" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 15448, "end": 15456, "loc": { "start": { "line": 326, "column": 103 }, "end": { "line": 326, "column": 111 } }, "extra": { "rawValue": "Select", "raw": "\"Select\"" }, "value": "Select" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 15501, "end": 16069, "loc": { "start": { "line": 328, "column": 20 }, "end": { "line": 338, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 15501, "end": 15509, "loc": { "start": { "line": 328, "column": 20 }, "end": { "line": 328, "column": 28 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 15511, "end": 16069, "loc": { "start": { "line": 328, "column": 30 }, "end": { "line": 338, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 15521, "end": 15528, "loc": { "start": { "line": 328, "column": 40 }, "end": { "line": 328, "column": 47 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 15530, "end": 16069, "loc": { "start": { "line": 328, "column": 49 }, "end": { "line": 338, "column": 21 } }, "body": [ { "type": "ExpressionStatement", "start": 15556, "end": 16047, "loc": { "start": { "line": 329, "column": 24 }, "end": { "line": 337, "column": 27 } }, "expression": { "type": "CallExpression", "start": 15556, "end": 16046, "loc": { "start": { "line": 329, "column": 24 }, "end": { "line": 337, "column": 26 } }, "callee": { "type": "MemberExpression", "start": 15556, "end": 15591, "loc": { "start": { "line": 329, "column": 24 }, "end": { "line": 329, "column": 59 } }, "object": { "type": "MemberExpression", "start": 15556, "end": 15578, "loc": { "start": { "line": 329, "column": 24 }, "end": { "line": 329, "column": 46 } }, "object": { "type": "Identifier", "start": 15556, "end": 15563, "loc": { "start": { "line": 329, "column": 24 }, "end": { "line": 329, "column": 31 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 15564, "end": 15578, "loc": { "start": { "line": 329, "column": 32 }, "end": { "line": 329, "column": 46 }, "identifierName": "treeViewPlugin" }, "name": "treeViewPlugin" }, "computed": false }, "property": { "type": "Identifier", "start": 15579, "end": 15591, "loc": { "start": { "line": 329, "column": 47 }, "end": { "line": 329, "column": 59 }, "identifierName": "withNodeTree" }, "name": "withNodeTree" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 15592, "end": 15612, "loc": { "start": { "line": 329, "column": 60 }, "end": { "line": 329, "column": 80 } }, "object": { "type": "Identifier", "start": 15592, "end": 15599, "loc": { "start": { "line": 329, "column": 60 }, "end": { "line": 329, "column": 67 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 15600, "end": 15612, "loc": { "start": { "line": 329, "column": 68 }, "end": { "line": 329, "column": 80 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "computed": false }, { "type": "ArrowFunctionExpression", "start": 15614, "end": 16045, "loc": { "start": { "line": 329, "column": 82 }, "end": { "line": 337, "column": 25 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 15615, "end": 15627, "loc": { "start": { "line": 329, "column": 83 }, "end": { "line": 329, "column": 95 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" } ], "body": { "type": "BlockStatement", "start": 15632, "end": 16045, "loc": { "start": { "line": 329, "column": 100 }, "end": { "line": 337, "column": 25 } }, "body": [ { "type": "IfStatement", "start": 15662, "end": 16019, "loc": { "start": { "line": 330, "column": 28 }, "end": { "line": 336, "column": 29 } }, "test": { "type": "MemberExpression", "start": 15666, "end": 15687, "loc": { "start": { "line": 330, "column": 32 }, "end": { "line": 330, "column": 53 } }, "object": { "type": "Identifier", "start": 15666, "end": 15678, "loc": { "start": { "line": 330, "column": 32 }, "end": { "line": 330, "column": 44 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 15679, "end": 15687, "loc": { "start": { "line": 330, "column": 45 }, "end": { "line": 330, "column": 53 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "consequent": { "type": "BlockStatement", "start": 15689, "end": 16019, "loc": { "start": { "line": 330, "column": 55 }, "end": { "line": 336, "column": 29 } }, "body": [ { "type": "VariableDeclaration", "start": 15723, "end": 15790, "loc": { "start": { "line": 331, "column": 32 }, "end": { "line": 331, "column": 99 } }, "declarations": [ { "type": "VariableDeclarator", "start": 15729, "end": 15789, "loc": { "start": { "line": 331, "column": 38 }, "end": { "line": 331, "column": 98 } }, "id": { "type": "Identifier", "start": 15729, "end": 15735, "loc": { "start": { "line": 331, "column": 38 }, "end": { "line": 331, "column": 44 }, "identifierName": "entity" }, "name": "entity" }, "init": { "type": "MemberExpression", "start": 15738, "end": 15789, "loc": { "start": { "line": 331, "column": 47 }, "end": { "line": 331, "column": 98 } }, "object": { "type": "MemberExpression", "start": 15738, "end": 15766, "loc": { "start": { "line": 331, "column": 47 }, "end": { "line": 331, "column": 75 } }, "object": { "type": "MemberExpression", "start": 15738, "end": 15758, "loc": { "start": { "line": 331, "column": 47 }, "end": { "line": 331, "column": 67 } }, "object": { "type": "MemberExpression", "start": 15738, "end": 15752, "loc": { "start": { "line": 331, "column": 47 }, "end": { "line": 331, "column": 61 } }, "object": { "type": "Identifier", "start": 15738, "end": 15745, "loc": { "start": { "line": 331, "column": 47 }, "end": { "line": 331, "column": 54 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 15746, "end": 15752, "loc": { "start": { "line": 331, "column": 55 }, "end": { "line": 331, "column": 61 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 15753, "end": 15758, "loc": { "start": { "line": 331, "column": 62 }, "end": { "line": 331, "column": 67 }, "identifierName": "scene" }, "name": "scene" }, "computed": false }, "property": { "type": "Identifier", "start": 15759, "end": 15766, "loc": { "start": { "line": 331, "column": 68 }, "end": { "line": 331, "column": 75 }, "identifierName": "objects" }, "name": "objects" }, "computed": false }, "property": { "type": "MemberExpression", "start": 15767, "end": 15788, "loc": { "start": { "line": 331, "column": 76 }, "end": { "line": 331, "column": 97 } }, "object": { "type": "Identifier", "start": 15767, "end": 15779, "loc": { "start": { "line": 331, "column": 76 }, "end": { "line": 331, "column": 88 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 15780, "end": 15788, "loc": { "start": { "line": 331, "column": 89 }, "end": { "line": 331, "column": 97 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "computed": true } } ], "kind": "const" }, { "type": "IfStatement", "start": 15823, "end": 15989, "loc": { "start": { "line": 332, "column": 32 }, "end": { "line": 335, "column": 33 } }, "test": { "type": "Identifier", "start": 15827, "end": 15833, "loc": { "start": { "line": 332, "column": 36 }, "end": { "line": 332, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "consequent": { "type": "BlockStatement", "start": 15835, "end": 15989, "loc": { "start": { "line": 332, "column": 44 }, "end": { "line": 335, "column": 33 } }, "body": [ { "type": "ExpressionStatement", "start": 15873, "end": 15896, "loc": { "start": { "line": 333, "column": 36 }, "end": { "line": 333, "column": 59 } }, "expression": { "type": "AssignmentExpression", "start": 15873, "end": 15895, "loc": { "start": { "line": 333, "column": 36 }, "end": { "line": 333, "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 15873, "end": 15888, "loc": { "start": { "line": 333, "column": 36 }, "end": { "line": 333, "column": 51 } }, "object": { "type": "Identifier", "start": 15873, "end": 15879, "loc": { "start": { "line": 333, "column": 36 }, "end": { "line": 333, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 15880, "end": 15888, "loc": { "start": { "line": 333, "column": 43 }, "end": { "line": 333, "column": 51 }, "identifierName": "selected" }, "name": "selected" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 15891, "end": 15895, "loc": { "start": { "line": 333, "column": 54 }, "end": { "line": 333, "column": 58 } }, "value": true } } }, { "type": "ExpressionStatement", "start": 15933, "end": 15955, "loc": { "start": { "line": 334, "column": 36 }, "end": { "line": 334, "column": 58 } }, "expression": { "type": "AssignmentExpression", "start": 15933, "end": 15954, "loc": { "start": { "line": 334, "column": 36 }, "end": { "line": 334, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 15933, "end": 15947, "loc": { "start": { "line": 334, "column": 36 }, "end": { "line": 334, "column": 50 } }, "object": { "type": "Identifier", "start": 15933, "end": 15939, "loc": { "start": { "line": 334, "column": 36 }, "end": { "line": 334, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 15940, "end": 15947, "loc": { "start": { "line": 334, "column": 43 }, "end": { "line": 334, "column": 50 }, "identifierName": "visible" }, "name": "visible" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 15950, "end": 15954, "loc": { "start": { "line": 334, "column": 53 }, "end": { "line": 334, "column": 57 } }, "value": true } } } ], "directives": [] }, "alternate": null } ], "directives": [] }, "alternate": null } ], "directives": [] } } ] } } ], "directives": [] } } } ] }, { "type": "ObjectExpression", "start": 16105, "end": 16845, "loc": { "start": { "line": 340, "column": 16 }, "end": { "line": 354, "column": 17 } }, "properties": [ { "type": "ObjectProperty", "start": 16127, "end": 16295, "loc": { "start": { "line": 341, "column": 20 }, "end": { "line": 343, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 16127, "end": 16135, "loc": { "start": { "line": 341, "column": 20 }, "end": { "line": 341, "column": 28 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 16137, "end": 16295, "loc": { "start": { "line": 341, "column": 30 }, "end": { "line": 343, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 16138, "end": 16145, "loc": { "start": { "line": 341, "column": 31 }, "end": { "line": 341, "column": 38 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 16150, "end": 16295, "loc": { "start": { "line": 341, "column": 43 }, "end": { "line": 343, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 16176, "end": 16273, "loc": { "start": { "line": 342, "column": 24 }, "end": { "line": 342, "column": 121 } }, "argument": { "type": "LogicalExpression", "start": 16183, "end": 16272, "loc": { "start": { "line": 342, "column": 31 }, "end": { "line": 342, "column": 120 } }, "left": { "type": "CallExpression", "start": 16183, "end": 16255, "loc": { "start": { "line": 342, "column": 31 }, "end": { "line": 342, "column": 103 } }, "callee": { "type": "MemberExpression", "start": 16183, "end": 16221, "loc": { "start": { "line": 342, "column": 31 }, "end": { "line": 342, "column": 69 } }, "object": { "type": "MemberExpression", "start": 16183, "end": 16211, "loc": { "start": { "line": 342, "column": 31 }, "end": { "line": 342, "column": 59 } }, "object": { "type": "MemberExpression", "start": 16183, "end": 16197, "loc": { "start": { "line": 342, "column": 31 }, "end": { "line": 342, "column": 45 } }, "object": { "type": "Identifier", "start": 16183, "end": 16190, "loc": { "start": { "line": 342, "column": 31 }, "end": { "line": 342, "column": 38 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 16191, "end": 16197, "loc": { "start": { "line": 342, "column": 39 }, "end": { "line": 342, "column": 45 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 16198, "end": 16211, "loc": { "start": { "line": 342, "column": 46 }, "end": { "line": 342, "column": 59 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 16212, "end": 16221, "loc": { "start": { "line": 342, "column": 60 }, "end": { "line": 342, "column": 69 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 16222, "end": 16254, "loc": { "start": { "line": 342, "column": 70 }, "end": { "line": 342, "column": 102 } }, "extra": { "rawValue": "treeViewContextMenu.undoSelect", "raw": "\"treeViewContextMenu.undoSelect\"" }, "value": "treeViewContextMenu.undoSelect" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 16259, "end": 16272, "loc": { "start": { "line": 342, "column": 107 }, "end": { "line": 342, "column": 120 } }, "extra": { "rawValue": "Undo Select", "raw": "\"Undo Select\"" }, "value": "Undo Select" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 16317, "end": 16827, "loc": { "start": { "line": 344, "column": 20 }, "end": { "line": 353, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 16317, "end": 16325, "loc": { "start": { "line": 344, "column": 20 }, "end": { "line": 344, "column": 28 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 16327, "end": 16827, "loc": { "start": { "line": 344, "column": 30 }, "end": { "line": 353, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 16337, "end": 16344, "loc": { "start": { "line": 344, "column": 40 }, "end": { "line": 344, "column": 47 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 16346, "end": 16827, "loc": { "start": { "line": 344, "column": 49 }, "end": { "line": 353, "column": 21 } }, "body": [ { "type": "ExpressionStatement", "start": 16372, "end": 16805, "loc": { "start": { "line": 345, "column": 24 }, "end": { "line": 352, "column": 27 } }, "expression": { "type": "CallExpression", "start": 16372, "end": 16804, "loc": { "start": { "line": 345, "column": 24 }, "end": { "line": 352, "column": 26 } }, "callee": { "type": "MemberExpression", "start": 16372, "end": 16407, "loc": { "start": { "line": 345, "column": 24 }, "end": { "line": 345, "column": 59 } }, "object": { "type": "MemberExpression", "start": 16372, "end": 16394, "loc": { "start": { "line": 345, "column": 24 }, "end": { "line": 345, "column": 46 } }, "object": { "type": "Identifier", "start": 16372, "end": 16379, "loc": { "start": { "line": 345, "column": 24 }, "end": { "line": 345, "column": 31 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 16380, "end": 16394, "loc": { "start": { "line": 345, "column": 32 }, "end": { "line": 345, "column": 46 }, "identifierName": "treeViewPlugin" }, "name": "treeViewPlugin" }, "computed": false }, "property": { "type": "Identifier", "start": 16395, "end": 16407, "loc": { "start": { "line": 345, "column": 47 }, "end": { "line": 345, "column": 59 }, "identifierName": "withNodeTree" }, "name": "withNodeTree" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 16408, "end": 16428, "loc": { "start": { "line": 345, "column": 60 }, "end": { "line": 345, "column": 80 } }, "object": { "type": "Identifier", "start": 16408, "end": 16415, "loc": { "start": { "line": 345, "column": 60 }, "end": { "line": 345, "column": 67 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 16416, "end": 16428, "loc": { "start": { "line": 345, "column": 68 }, "end": { "line": 345, "column": 80 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "computed": false }, { "type": "ArrowFunctionExpression", "start": 16430, "end": 16803, "loc": { "start": { "line": 345, "column": 82 }, "end": { "line": 352, "column": 25 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 16431, "end": 16443, "loc": { "start": { "line": 345, "column": 83 }, "end": { "line": 345, "column": 95 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" } ], "body": { "type": "BlockStatement", "start": 16448, "end": 16803, "loc": { "start": { "line": 345, "column": 100 }, "end": { "line": 352, "column": 25 } }, "body": [ { "type": "IfStatement", "start": 16478, "end": 16777, "loc": { "start": { "line": 346, "column": 28 }, "end": { "line": 351, "column": 29 } }, "test": { "type": "MemberExpression", "start": 16482, "end": 16503, "loc": { "start": { "line": 346, "column": 32 }, "end": { "line": 346, "column": 53 } }, "object": { "type": "Identifier", "start": 16482, "end": 16494, "loc": { "start": { "line": 346, "column": 32 }, "end": { "line": 346, "column": 44 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 16495, "end": 16503, "loc": { "start": { "line": 346, "column": 45 }, "end": { "line": 346, "column": 53 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "consequent": { "type": "BlockStatement", "start": 16505, "end": 16777, "loc": { "start": { "line": 346, "column": 55 }, "end": { "line": 351, "column": 29 } }, "body": [ { "type": "VariableDeclaration", "start": 16539, "end": 16606, "loc": { "start": { "line": 347, "column": 32 }, "end": { "line": 347, "column": 99 } }, "declarations": [ { "type": "VariableDeclarator", "start": 16545, "end": 16605, "loc": { "start": { "line": 347, "column": 38 }, "end": { "line": 347, "column": 98 } }, "id": { "type": "Identifier", "start": 16545, "end": 16551, "loc": { "start": { "line": 347, "column": 38 }, "end": { "line": 347, "column": 44 }, "identifierName": "entity" }, "name": "entity" }, "init": { "type": "MemberExpression", "start": 16554, "end": 16605, "loc": { "start": { "line": 347, "column": 47 }, "end": { "line": 347, "column": 98 } }, "object": { "type": "MemberExpression", "start": 16554, "end": 16582, "loc": { "start": { "line": 347, "column": 47 }, "end": { "line": 347, "column": 75 } }, "object": { "type": "MemberExpression", "start": 16554, "end": 16574, "loc": { "start": { "line": 347, "column": 47 }, "end": { "line": 347, "column": 67 } }, "object": { "type": "MemberExpression", "start": 16554, "end": 16568, "loc": { "start": { "line": 347, "column": 47 }, "end": { "line": 347, "column": 61 } }, "object": { "type": "Identifier", "start": 16554, "end": 16561, "loc": { "start": { "line": 347, "column": 47 }, "end": { "line": 347, "column": 54 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 16562, "end": 16568, "loc": { "start": { "line": 347, "column": 55 }, "end": { "line": 347, "column": 61 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 16569, "end": 16574, "loc": { "start": { "line": 347, "column": 62 }, "end": { "line": 347, "column": 67 }, "identifierName": "scene" }, "name": "scene" }, "computed": false }, "property": { "type": "Identifier", "start": 16575, "end": 16582, "loc": { "start": { "line": 347, "column": 68 }, "end": { "line": 347, "column": 75 }, "identifierName": "objects" }, "name": "objects" }, "computed": false }, "property": { "type": "MemberExpression", "start": 16583, "end": 16604, "loc": { "start": { "line": 347, "column": 76 }, "end": { "line": 347, "column": 97 } }, "object": { "type": "Identifier", "start": 16583, "end": 16595, "loc": { "start": { "line": 347, "column": 76 }, "end": { "line": 347, "column": 88 }, "identifierName": "treeViewNode" }, "name": "treeViewNode" }, "property": { "type": "Identifier", "start": 16596, "end": 16604, "loc": { "start": { "line": 347, "column": 89 }, "end": { "line": 347, "column": 97 }, "identifierName": "objectId" }, "name": "objectId" }, "computed": false }, "computed": true } } ], "kind": "const" }, { "type": "IfStatement", "start": 16639, "end": 16747, "loc": { "start": { "line": 348, "column": 32 }, "end": { "line": 350, "column": 33 } }, "test": { "type": "Identifier", "start": 16643, "end": 16649, "loc": { "start": { "line": 348, "column": 36 }, "end": { "line": 348, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "consequent": { "type": "BlockStatement", "start": 16651, "end": 16747, "loc": { "start": { "line": 348, "column": 44 }, "end": { "line": 350, "column": 33 } }, "body": [ { "type": "ExpressionStatement", "start": 16689, "end": 16713, "loc": { "start": { "line": 349, "column": 36 }, "end": { "line": 349, "column": 60 } }, "expression": { "type": "AssignmentExpression", "start": 16689, "end": 16712, "loc": { "start": { "line": 349, "column": 36 }, "end": { "line": 349, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 16689, "end": 16704, "loc": { "start": { "line": 349, "column": 36 }, "end": { "line": 349, "column": 51 } }, "object": { "type": "Identifier", "start": 16689, "end": 16695, "loc": { "start": { "line": 349, "column": 36 }, "end": { "line": 349, "column": 42 }, "identifierName": "entity" }, "name": "entity" }, "property": { "type": "Identifier", "start": 16696, "end": 16704, "loc": { "start": { "line": 349, "column": 43 }, "end": { "line": 349, "column": 51 }, "identifierName": "selected" }, "name": "selected" }, "computed": false }, "right": { "type": "BooleanLiteral", "start": 16707, "end": 16712, "loc": { "start": { "line": 349, "column": 54 }, "end": { "line": 349, "column": 59 } }, "value": false } } } ], "directives": [] }, "alternate": null } ], "directives": [] }, "alternate": null } ], "directives": [] } } ] } } ], "directives": [] } } } ] }, { "type": "ObjectExpression", "start": 16863, "end": 17411, "loc": { "start": { "line": 355, "column": 16 }, "end": { "line": 365, "column": 17 } }, "properties": [ { "type": "ObjectProperty", "start": 16885, "end": 17053, "loc": { "start": { "line": 356, "column": 20 }, "end": { "line": 358, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 16885, "end": 16893, "loc": { "start": { "line": 356, "column": 20 }, "end": { "line": 356, "column": 28 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 16895, "end": 17053, "loc": { "start": { "line": 356, "column": 30 }, "end": { "line": 358, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 16896, "end": 16903, "loc": { "start": { "line": 356, "column": 31 }, "end": { "line": 356, "column": 38 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 16908, "end": 17053, "loc": { "start": { "line": 356, "column": 43 }, "end": { "line": 358, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 16934, "end": 17031, "loc": { "start": { "line": 357, "column": 24 }, "end": { "line": 357, "column": 121 } }, "argument": { "type": "LogicalExpression", "start": 16941, "end": 17030, "loc": { "start": { "line": 357, "column": 31 }, "end": { "line": 357, "column": 120 } }, "left": { "type": "CallExpression", "start": 16941, "end": 17013, "loc": { "start": { "line": 357, "column": 31 }, "end": { "line": 357, "column": 103 } }, "callee": { "type": "MemberExpression", "start": 16941, "end": 16979, "loc": { "start": { "line": 357, "column": 31 }, "end": { "line": 357, "column": 69 } }, "object": { "type": "MemberExpression", "start": 16941, "end": 16969, "loc": { "start": { "line": 357, "column": 31 }, "end": { "line": 357, "column": 59 } }, "object": { "type": "MemberExpression", "start": 16941, "end": 16955, "loc": { "start": { "line": 357, "column": 31 }, "end": { "line": 357, "column": 45 } }, "object": { "type": "Identifier", "start": 16941, "end": 16948, "loc": { "start": { "line": 357, "column": 31 }, "end": { "line": 357, "column": 38 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 16949, "end": 16955, "loc": { "start": { "line": 357, "column": 39 }, "end": { "line": 357, "column": 45 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 16956, "end": 16969, "loc": { "start": { "line": 357, "column": 46 }, "end": { "line": 357, "column": 59 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 16970, "end": 16979, "loc": { "start": { "line": 357, "column": 60 }, "end": { "line": 357, "column": 69 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 16980, "end": 17012, "loc": { "start": { "line": 357, "column": 70 }, "end": { "line": 357, "column": 102 } }, "extra": { "rawValue": "treeViewContextMenu.selectNone", "raw": "\"treeViewContextMenu.selectNone\"" }, "value": "treeViewContextMenu.selectNone" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 17017, "end": 17030, "loc": { "start": { "line": 357, "column": 107 }, "end": { "line": 357, "column": 120 } }, "extra": { "rawValue": "Select None", "raw": "\"Select None\"" }, "value": "Select None" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 17075, "end": 17207, "loc": { "start": { "line": 359, "column": 20 }, "end": { "line": 361, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 17075, "end": 17085, "loc": { "start": { "line": 359, "column": 20 }, "end": { "line": 359, "column": 30 }, "identifierName": "getEnabled" }, "name": "getEnabled" }, "value": { "type": "FunctionExpression", "start": 17087, "end": 17207, "loc": { "start": { "line": 359, "column": 32 }, "end": { "line": 361, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 17097, "end": 17104, "loc": { "start": { "line": 359, "column": 42 }, "end": { "line": 359, "column": 49 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 17106, "end": 17207, "loc": { "start": { "line": 359, "column": 51 }, "end": { "line": 361, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 17132, "end": 17185, "loc": { "start": { "line": 360, "column": 24 }, "end": { "line": 360, "column": 77 } }, "argument": { "type": "BinaryExpression", "start": 17140, "end": 17183, "loc": { "start": { "line": 360, "column": 32 }, "end": { "line": 360, "column": 75 } }, "left": { "type": "MemberExpression", "start": 17140, "end": 17179, "loc": { "start": { "line": 360, "column": 32 }, "end": { "line": 360, "column": 71 } }, "object": { "type": "MemberExpression", "start": 17140, "end": 17160, "loc": { "start": { "line": 360, "column": 32 }, "end": { "line": 360, "column": 52 } }, "object": { "type": "MemberExpression", "start": 17140, "end": 17154, "loc": { "start": { "line": 360, "column": 32 }, "end": { "line": 360, "column": 46 } }, "object": { "type": "Identifier", "start": 17140, "end": 17147, "loc": { "start": { "line": 360, "column": 32 }, "end": { "line": 360, "column": 39 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 17148, "end": 17154, "loc": { "start": { "line": 360, "column": 40 }, "end": { "line": 360, "column": 46 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 17155, "end": 17160, "loc": { "start": { "line": 360, "column": 47 }, "end": { "line": 360, "column": 52 }, "identifierName": "scene" }, "name": "scene" }, "computed": false }, "property": { "type": "Identifier", "start": 17161, "end": 17179, "loc": { "start": { "line": 360, "column": 53 }, "end": { "line": 360, "column": 71 }, "identifierName": "numSelectedObjects" }, "name": "numSelectedObjects" }, "computed": false }, "operator": ">", "right": { "type": "NumericLiteral", "start": 17182, "end": 17183, "loc": { "start": { "line": 360, "column": 74 }, "end": { "line": 360, "column": 75 } }, "extra": { "rawValue": 0, "raw": "0" }, "value": 0 }, "extra": { "parenthesized": true, "parenStart": 17139 } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 17229, "end": 17393, "loc": { "start": { "line": 362, "column": 20 }, "end": { "line": 364, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 17229, "end": 17237, "loc": { "start": { "line": 362, "column": 20 }, "end": { "line": 362, "column": 28 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 17239, "end": 17393, "loc": { "start": { "line": 362, "column": 30 }, "end": { "line": 364, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 17249, "end": 17256, "loc": { "start": { "line": 362, "column": 40 }, "end": { "line": 362, "column": 47 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 17258, "end": 17393, "loc": { "start": { "line": 362, "column": 49 }, "end": { "line": 364, "column": 21 } }, "body": [ { "type": "ExpressionStatement", "start": 17284, "end": 17371, "loc": { "start": { "line": 363, "column": 24 }, "end": { "line": 363, "column": 111 } }, "expression": { "type": "CallExpression", "start": 17284, "end": 17370, "loc": { "start": { "line": 363, "column": 24 }, "end": { "line": 363, "column": 110 } }, "callee": { "type": "MemberExpression", "start": 17284, "end": 17323, "loc": { "start": { "line": 363, "column": 24 }, "end": { "line": 363, "column": 63 } }, "object": { "type": "MemberExpression", "start": 17284, "end": 17304, "loc": { "start": { "line": 363, "column": 24 }, "end": { "line": 363, "column": 44 } }, "object": { "type": "MemberExpression", "start": 17284, "end": 17298, "loc": { "start": { "line": 363, "column": 24 }, "end": { "line": 363, "column": 38 } }, "object": { "type": "Identifier", "start": 17284, "end": 17291, "loc": { "start": { "line": 363, "column": 24 }, "end": { "line": 363, "column": 31 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 17292, "end": 17298, "loc": { "start": { "line": 363, "column": 32 }, "end": { "line": 363, "column": 38 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 17299, "end": 17304, "loc": { "start": { "line": 363, "column": 39 }, "end": { "line": 363, "column": 44 }, "identifierName": "scene" }, "name": "scene" }, "computed": false }, "property": { "type": "Identifier", "start": 17305, "end": 17323, "loc": { "start": { "line": 363, "column": 45 }, "end": { "line": 363, "column": 63 }, "identifierName": "setObjectsSelected" }, "name": "setObjectsSelected" }, "computed": false }, "arguments": [ { "type": "MemberExpression", "start": 17324, "end": 17362, "loc": { "start": { "line": 363, "column": 64 }, "end": { "line": 363, "column": 102 } }, "object": { "type": "MemberExpression", "start": 17324, "end": 17344, "loc": { "start": { "line": 363, "column": 64 }, "end": { "line": 363, "column": 84 } }, "object": { "type": "MemberExpression", "start": 17324, "end": 17338, "loc": { "start": { "line": 363, "column": 64 }, "end": { "line": 363, "column": 78 } }, "object": { "type": "Identifier", "start": 17324, "end": 17331, "loc": { "start": { "line": 363, "column": 64 }, "end": { "line": 363, "column": 71 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 17332, "end": 17338, "loc": { "start": { "line": 363, "column": 72 }, "end": { "line": 363, "column": 78 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 17339, "end": 17344, "loc": { "start": { "line": 363, "column": 79 }, "end": { "line": 363, "column": 84 }, "identifierName": "scene" }, "name": "scene" }, "computed": false }, "property": { "type": "Identifier", "start": 17345, "end": 17362, "loc": { "start": { "line": 363, "column": 85 }, "end": { "line": 363, "column": 102 }, "identifierName": "selectedObjectIds" }, "name": "selectedObjectIds" }, "computed": false }, { "type": "BooleanLiteral", "start": 17364, "end": 17369, "loc": { "start": { "line": 363, "column": 104 }, "end": { "line": 363, "column": 109 } }, "value": false } ] } } ], "directives": [] } } } ] } ] }, { "type": "ArrayExpression", "start": 17439, "end": 17950, "loc": { "start": { "line": 367, "column": 12 }, "end": { "line": 378, "column": 18 } }, "elements": [ { "type": "ObjectExpression", "start": 17457, "end": 17949, "loc": { "start": { "line": 368, "column": 16 }, "end": { "line": 378, "column": 17 } }, "properties": [ { "type": "ObjectProperty", "start": 17479, "end": 17649, "loc": { "start": { "line": 369, "column": 20 }, "end": { "line": 371, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 17479, "end": 17487, "loc": { "start": { "line": 369, "column": 20 }, "end": { "line": 369, "column": 28 }, "identifierName": "getTitle" }, "name": "getTitle" }, "value": { "type": "ArrowFunctionExpression", "start": 17489, "end": 17649, "loc": { "start": { "line": 369, "column": 30 }, "end": { "line": 371, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 17490, "end": 17497, "loc": { "start": { "line": 369, "column": 31 }, "end": { "line": 369, "column": 38 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 17502, "end": 17649, "loc": { "start": { "line": 369, "column": 43 }, "end": { "line": 371, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 17528, "end": 17627, "loc": { "start": { "line": 370, "column": 24 }, "end": { "line": 370, "column": 123 } }, "argument": { "type": "LogicalExpression", "start": 17535, "end": 17626, "loc": { "start": { "line": 370, "column": 31 }, "end": { "line": 370, "column": 122 } }, "left": { "type": "CallExpression", "start": 17535, "end": 17608, "loc": { "start": { "line": 370, "column": 31 }, "end": { "line": 370, "column": 104 } }, "callee": { "type": "MemberExpression", "start": 17535, "end": 17573, "loc": { "start": { "line": 370, "column": 31 }, "end": { "line": 370, "column": 69 } }, "object": { "type": "MemberExpression", "start": 17535, "end": 17563, "loc": { "start": { "line": 370, "column": 31 }, "end": { "line": 370, "column": 59 } }, "object": { "type": "MemberExpression", "start": 17535, "end": 17549, "loc": { "start": { "line": 370, "column": 31 }, "end": { "line": 370, "column": 45 } }, "object": { "type": "Identifier", "start": 17535, "end": 17542, "loc": { "start": { "line": 370, "column": 31 }, "end": { "line": 370, "column": 38 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 17543, "end": 17549, "loc": { "start": { "line": 370, "column": 39 }, "end": { "line": 370, "column": 45 }, "identifierName": "viewer" }, "name": "viewer" }, "computed": false }, "property": { "type": "Identifier", "start": 17550, "end": 17563, "loc": { "start": { "line": 370, "column": 46 }, "end": { "line": 370, "column": 59 }, "identifierName": "localeService" }, "name": "localeService" }, "computed": false }, "property": { "type": "Identifier", "start": 17564, "end": 17573, "loc": { "start": { "line": 370, "column": 60 }, "end": { "line": 370, "column": 69 }, "identifierName": "translate" }, "name": "translate" }, "computed": false }, "arguments": [ { "type": "StringLiteral", "start": 17574, "end": 17607, "loc": { "start": { "line": 370, "column": 70 }, "end": { "line": 370, "column": 103 } }, "extra": { "rawValue": "treeViewContextMenu.clearSlices", "raw": "\"treeViewContextMenu.clearSlices\"" }, "value": "treeViewContextMenu.clearSlices" } ] }, "operator": "||", "right": { "type": "StringLiteral", "start": 17612, "end": 17626, "loc": { "start": { "line": 370, "column": 108 }, "end": { "line": 370, "column": 122 } }, "extra": { "rawValue": "Clear Slices", "raw": "\"Clear Slices\"" }, "value": "Clear Slices" } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 17671, "end": 17798, "loc": { "start": { "line": 372, "column": 20 }, "end": { "line": 374, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 17671, "end": 17681, "loc": { "start": { "line": 372, "column": 20 }, "end": { "line": 372, "column": 30 }, "identifierName": "getEnabled" }, "name": "getEnabled" }, "value": { "type": "FunctionExpression", "start": 17683, "end": 17798, "loc": { "start": { "line": 372, "column": 32 }, "end": { "line": 374, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 17693, "end": 17700, "loc": { "start": { "line": 372, "column": 42 }, "end": { "line": 372, "column": 49 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 17702, "end": 17798, "loc": { "start": { "line": 372, "column": 51 }, "end": { "line": 374, "column": 21 } }, "body": [ { "type": "ReturnStatement", "start": 17728, "end": 17776, "loc": { "start": { "line": 373, "column": 24 }, "end": { "line": 373, "column": 72 } }, "argument": { "type": "BinaryExpression", "start": 17736, "end": 17774, "loc": { "start": { "line": 373, "column": 32 }, "end": { "line": 373, "column": 70 } }, "left": { "type": "CallExpression", "start": 17736, "end": 17770, "loc": { "start": { "line": 373, "column": 32 }, "end": { "line": 373, "column": 66 } }, "callee": { "type": "MemberExpression", "start": 17736, "end": 17768, "loc": { "start": { "line": 373, "column": 32 }, "end": { "line": 373, "column": 64 } }, "object": { "type": "MemberExpression", "start": 17736, "end": 17753, "loc": { "start": { "line": 373, "column": 32 }, "end": { "line": 373, "column": 49 } }, "object": { "type": "Identifier", "start": 17736, "end": 17743, "loc": { "start": { "line": 373, "column": 32 }, "end": { "line": 373, "column": 39 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 17744, "end": 17753, "loc": { "start": { "line": 373, "column": 40 }, "end": { "line": 373, "column": 49 }, "identifierName": "bimViewer" }, "name": "bimViewer" }, "computed": false }, "property": { "type": "Identifier", "start": 17754, "end": 17768, "loc": { "start": { "line": 373, "column": 50 }, "end": { "line": 373, "column": 64 }, "identifierName": "getNumSections" }, "name": "getNumSections" }, "computed": false }, "arguments": [] }, "operator": ">", "right": { "type": "NumericLiteral", "start": 17773, "end": 17774, "loc": { "start": { "line": 373, "column": 69 }, "end": { "line": 373, "column": 70 } }, "extra": { "rawValue": 0, "raw": "0" }, "value": 0 }, "extra": { "parenthesized": true, "parenStart": 17735 } } } ], "directives": [] } } }, { "type": "ObjectProperty", "start": 17820, "end": 17931, "loc": { "start": { "line": 375, "column": 20 }, "end": { "line": 377, "column": 21 } }, "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "start": 17820, "end": 17828, "loc": { "start": { "line": 375, "column": 20 }, "end": { "line": 375, "column": 28 }, "identifierName": "doAction" }, "name": "doAction" }, "value": { "type": "FunctionExpression", "start": 17830, "end": 17931, "loc": { "start": { "line": 375, "column": 30 }, "end": { "line": 377, "column": 21 } }, "id": null, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 17840, "end": 17847, "loc": { "start": { "line": 375, "column": 40 }, "end": { "line": 375, "column": 47 }, "identifierName": "context" }, "name": "context" } ], "body": { "type": "BlockStatement", "start": 17849, "end": 17931, "loc": { "start": { "line": 375, "column": 49 }, "end": { "line": 377, "column": 21 } }, "body": [ { "type": "ExpressionStatement", "start": 17875, "end": 17909, "loc": { "start": { "line": 376, "column": 24 }, "end": { "line": 376, "column": 58 } }, "expression": { "type": "CallExpression", "start": 17875, "end": 17908, "loc": { "start": { "line": 376, "column": 24 }, "end": { "line": 376, "column": 57 } }, "callee": { "type": "MemberExpression", "start": 17875, "end": 17906, "loc": { "start": { "line": 376, "column": 24 }, "end": { "line": 376, "column": 55 } }, "object": { "type": "MemberExpression", "start": 17875, "end": 17892, "loc": { "start": { "line": 376, "column": 24 }, "end": { "line": 376, "column": 41 } }, "object": { "type": "Identifier", "start": 17875, "end": 17882, "loc": { "start": { "line": 376, "column": 24 }, "end": { "line": 376, "column": 31 }, "identifierName": "context" }, "name": "context" }, "property": { "type": "Identifier", "start": 17883, "end": 17892, "loc": { "start": { "line": 376, "column": 32 }, "end": { "line": 376, "column": 41 }, "identifierName": "bimViewer" }, "name": "bimViewer" }, "computed": false }, "property": { "type": "Identifier", "start": 17893, "end": 17906, "loc": { "start": { "line": 376, "column": 42 }, "end": { "line": 376, "column": 55 }, "identifierName": "clearSections" }, "name": "clearSections" }, "computed": false }, "arguments": [] } } ], "directives": [] } } } ] } ] } ] } } } ], "directives": [] } } ] }, "leadingComments": [ { "type": "CommentBlock", "value": "*\n * @private\n ", "start": 108, "end": 127, "loc": { "start": { "line": 5, "column": 0 }, "end": { "line": 7, "column": 3 } } } ], "__PseudoExport__": false, "trailingComments": [] }, "specifiers": null, "source": null, "leadingComments": null } ], "directives": [] }, "comments": [ { "type": "CommentBlock", "value": "*\n * @private\n ", "start": 108, "end": 127, "loc": { "start": { "line": 5, "column": 0 }, "end": { "line": 7, "column": 3 } } }, { "type": "CommentLine", "value": " scene.setObjectsPickable(scene.objectIds, false);", "start": 5037, "end": 5089, "loc": { "start": { "line": 122, "column": 24 }, "end": { "line": 122, "column": 76 } } }, { "type": "CommentLine", "value": " scene.setObjectsPickable(objectIds, true);", "start": 5263, "end": 5308, "loc": { "start": { "line": 126, "column": 24 }, "end": { "line": 126, "column": 69 } } } ], "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": "math", "start": 8, "end": 12, "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 12 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12, "end": 13, "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 13 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "ContextMenu", "start": 14, "end": 25, "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 25 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 25, "end": 26, "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 26 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "from", "start": 27, "end": 31, "loc": { "start": { "line": 1, "column": 27 }, "end": { "line": 1, "column": 31 } } }, { "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": 32, "end": 74, "loc": { "start": { "line": 1, "column": 32 }, "end": { "line": 1, "column": 74 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 74, "end": 75, "loc": { "start": { "line": 1, "column": 74 }, "end": { "line": 1, "column": 75 } } }, { "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": 77, "end": 82, "loc": { "start": { "line": 3, "column": 0 }, "end": { "line": 3, "column": 5 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "tempVec3", "start": 83, "end": 91, "loc": { "start": { "line": 3, "column": 6 }, "end": { "line": 3, "column": 14 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 92, "end": 93, "loc": { "start": { "line": 3, "column": 15 }, "end": { "line": 3, "column": 16 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "math", "start": 94, "end": 98, "loc": { "start": { "line": 3, "column": 17 }, "end": { "line": 3, "column": 21 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 98, "end": 99, "loc": { "start": { "line": 3, "column": 21 }, "end": { "line": 3, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "vec3", "start": 99, "end": 103, "loc": { "start": { "line": 3, "column": 22 }, "end": { "line": 3, "column": 26 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 103, "end": 104, "loc": { "start": { "line": 3, "column": 26 }, "end": { "line": 3, "column": 27 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 104, "end": 105, "loc": { "start": { "line": 3, "column": 27 }, "end": { "line": 3, "column": 28 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 105, "end": 106, "loc": { "start": { "line": 3, "column": 28 }, "end": { "line": 3, "column": 29 } } }, { "type": "CommentBlock", "value": "*\n * @private\n ", "start": 108, "end": 127, "loc": { "start": { "line": 5, "column": 0 }, "end": { "line": 7, "column": 3 } } }, { "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": 128, "end": 133, "loc": { "start": { "line": 8, "column": 0 }, "end": { "line": 8, "column": 5 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "TreeViewContextMenu", "start": 134, "end": 153, "loc": { "start": { "line": 8, "column": 6 }, "end": { "line": 8, "column": 25 } } }, { "type": { "label": "extends", "keyword": "extends", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "extends", "start": 154, "end": 161, "loc": { "start": { "line": 8, "column": 26 }, "end": { "line": 8, "column": 33 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "ContextMenu", "start": 162, "end": 173, "loc": { "start": { "line": 8, "column": 34 }, "end": { "line": 8, "column": 45 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 174, "end": 175, "loc": { "start": { "line": 8, "column": 46 }, "end": { "line": 8, "column": 47 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "constructor", "start": 181, "end": 192, "loc": { "start": { "line": 10, "column": 4 }, "end": { "line": 10, "column": 15 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 192, "end": 193, "loc": { "start": { "line": 10, "column": 15 }, "end": { "line": 10, "column": 16 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "bimViewer", "start": 193, "end": 202, "loc": { "start": { "line": 10, "column": 16 }, "end": { "line": 10, "column": 25 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 202, "end": 203, "loc": { "start": { "line": 10, "column": 25 }, "end": { "line": 10, "column": 26 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "cfg", "start": 204, "end": 207, "loc": { "start": { "line": 10, "column": 27 }, "end": { "line": 10, "column": 30 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 207, "end": 208, "loc": { "start": { "line": 10, "column": 30 }, "end": { "line": 10, "column": 31 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 208, "end": 209, "loc": { "start": { "line": 10, "column": 31 }, "end": { "line": 10, "column": 32 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 209, "end": 210, "loc": { "start": { "line": 10, "column": 32 }, "end": { "line": 10, "column": 33 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 210, "end": 211, "loc": { "start": { "line": 10, "column": 33 }, "end": { "line": 10, "column": 34 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 212, "end": 213, "loc": { "start": { "line": 10, "column": 35 }, "end": { "line": 10, "column": 36 } } }, { "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": 222, "end": 227, "loc": { "start": { "line": 11, "column": 8 }, "end": { "line": 11, "column": 13 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 227, "end": 228, "loc": { "start": { "line": 11, "column": 13 }, "end": { "line": 11, "column": 14 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "cfg", "start": 228, "end": 231, "loc": { "start": { "line": 11, "column": 14 }, "end": { "line": 11, "column": 17 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 231, "end": 232, "loc": { "start": { "line": 11, "column": 17 }, "end": { "line": 11, "column": 18 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 232, "end": 233, "loc": { "start": { "line": 11, "column": 18 }, "end": { "line": 11, "column": 19 } } }, { "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": 242, "end": 246, "loc": { "start": { "line": 12, "column": 8 }, "end": { "line": 12, "column": 12 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 246, "end": 247, "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": "_bimViewer", "start": 247, "end": 257, "loc": { "start": { "line": 12, "column": 13 }, "end": { "line": 12, "column": 23 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 258, "end": 259, "loc": { "start": { "line": 12, "column": 24 }, "end": { "line": 12, "column": 25 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "bimViewer", "start": 260, "end": 269, "loc": { "start": { "line": 12, "column": 26 }, "end": { "line": 12, "column": 35 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 269, "end": 270, "loc": { "start": { "line": 12, "column": 35 }, "end": { "line": 12, "column": 36 } } }, { "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": 279, "end": 283, "loc": { "start": { "line": 13, "column": 8 }, "end": { "line": 13, "column": 12 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 283, "end": 284, "loc": { "start": { "line": 13, "column": 12 }, "end": { "line": 13, "column": 13 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "_buildMenu", "start": 284, "end": 294, "loc": { "start": { "line": 13, "column": 13 }, "end": { "line": 13, "column": 23 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 294, "end": 295, "loc": { "start": { "line": 13, "column": 23 }, "end": { "line": 13, "column": 24 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 295, "end": 296, "loc": { "start": { "line": 13, "column": 24 }, "end": { "line": 13, "column": 25 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 296, "end": 297, "loc": { "start": { "line": 13, "column": 25 }, "end": { "line": 13, "column": 26 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 302, "end": 303, "loc": { "start": { "line": 14, "column": 4 }, "end": { "line": 14, "column": 5 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "_buildMenu", "start": 309, "end": 319, "loc": { "start": { "line": 16, "column": 4 }, "end": { "line": 16, "column": 14 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 319, "end": 320, "loc": { "start": { "line": 16, "column": 14 }, "end": { "line": 16, "column": 15 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 320, "end": 321, "loc": { "start": { "line": 16, "column": 15 }, "end": { "line": 16, "column": 16 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 322, "end": 323, "loc": { "start": { "line": 16, "column": 17 }, "end": { "line": 16, "column": 18 } } }, { "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": 333, "end": 338, "loc": { "start": { "line": 18, "column": 8 }, "end": { "line": 18, "column": 13 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "showObjectItems", "start": 339, "end": 354, "loc": { "start": { "line": 18, "column": 14 }, "end": { "line": 18, "column": 29 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 355, "end": 356, "loc": { "start": { "line": 18, "column": 30 }, "end": { "line": 18, "column": 31 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 357, "end": 358, "loc": { "start": { "line": 18, "column": 32 }, "end": { "line": 18, "column": 33 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 358, "end": 359, "loc": { "start": { "line": 18, "column": 33 }, "end": { "line": 18, "column": 34 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 359, "end": 360, "loc": { "start": { "line": 18, "column": 34 }, "end": { "line": 18, "column": 35 } } }, { "type": { "label": "const", "keyword": "const", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "const", "start": 369, "end": 374, "loc": { "start": { "line": 19, "column": 8 }, "end": { "line": 19, "column": 13 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "focusObjectItems", "start": 375, "end": 391, "loc": { "start": { "line": 19, "column": 14 }, "end": { "line": 19, "column": 30 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 392, "end": 393, "loc": { "start": { "line": 19, "column": 31 }, "end": { "line": 19, "column": 32 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 394, "end": 395, "loc": { "start": { "line": 19, "column": 33 }, "end": { "line": 19, "column": 34 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 395, "end": 396, "loc": { "start": { "line": 19, "column": 34 }, "end": { "line": 19, "column": 35 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 396, "end": 397, "loc": { "start": { "line": 19, "column": 35 }, "end": { "line": 19, "column": 36 } } }, { "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": 407, "end": 409, "loc": { "start": { "line": 21, "column": 8 }, "end": { "line": 21, "column": 10 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 410, "end": 411, "loc": { "start": { "line": 21, "column": 11 }, "end": { "line": 21, "column": 12 } } }, { "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": 411, "end": 415, "loc": { "start": { "line": 21, "column": 12 }, "end": { "line": 21, "column": 16 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 415, "end": 416, "loc": { "start": { "line": 21, "column": 16 }, "end": { "line": 21, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "_bimViewer", "start": 416, "end": 426, "loc": { "start": { "line": 21, "column": 17 }, "end": { "line": 21, "column": 27 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 426, "end": 427, "loc": { "start": { "line": 21, "column": 27 }, "end": { "line": 21, "column": 28 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "_enablePropertiesInspector", "start": 427, "end": 453, "loc": { "start": { "line": 21, "column": 28 }, "end": { "line": 21, "column": 54 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 453, "end": 454, "loc": { "start": { "line": 21, "column": 54 }, "end": { "line": 21, "column": 55 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 455, "end": 456, "loc": { "start": { "line": 21, "column": 56 }, "end": { "line": 21, "column": 57 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "showObjectItems", "start": 469, "end": 484, "loc": { "start": { "line": 22, "column": 12 }, "end": { "line": 22, "column": 27 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 484, "end": 485, "loc": { "start": { "line": 22, "column": 27 }, "end": { "line": 22, "column": 28 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "push", "start": 485, "end": 489, "loc": { "start": { "line": 22, "column": 28 }, "end": { "line": 22, "column": 32 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 489, "end": 490, "loc": { "start": { "line": 22, "column": 32 }, "end": { "line": 22, "column": 33 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 490, "end": 491, "loc": { "start": { "line": 22, "column": 33 }, "end": { "line": 22, "column": 34 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getTitle", "start": 508, "end": 516, "loc": { "start": { "line": 23, "column": 16 }, "end": { "line": 23, "column": 24 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 516, "end": 517, "loc": { "start": { "line": 23, "column": 24 }, "end": { "line": 23, "column": 25 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 518, "end": 519, "loc": { "start": { "line": 23, "column": 26 }, "end": { "line": 23, "column": 27 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 519, "end": 526, "loc": { "start": { "line": 23, "column": 27 }, "end": { "line": 23, "column": 34 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 526, "end": 527, "loc": { "start": { "line": 23, "column": 34 }, "end": { "line": 23, "column": 35 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 528, "end": 530, "loc": { "start": { "line": 23, "column": 36 }, "end": { "line": 23, "column": 38 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 531, "end": 532, "loc": { "start": { "line": 23, "column": 39 }, "end": { "line": 23, "column": 40 } } }, { "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": 553, "end": 559, "loc": { "start": { "line": 24, "column": 20 }, "end": { "line": 24, "column": 26 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 560, "end": 567, "loc": { "start": { "line": 24, "column": 27 }, "end": { "line": 24, "column": 34 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 567, "end": 568, "loc": { "start": { "line": 24, "column": 34 }, "end": { "line": 24, "column": 35 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 568, "end": 574, "loc": { "start": { "line": 24, "column": 35 }, "end": { "line": 24, "column": 41 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 574, "end": 575, "loc": { "start": { "line": 24, "column": 41 }, "end": { "line": 24, "column": 42 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "localeService", "start": 575, "end": 588, "loc": { "start": { "line": 24, "column": 42 }, "end": { "line": 24, "column": 55 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 588, "end": 589, "loc": { "start": { "line": 24, "column": 55 }, "end": { "line": 24, "column": 56 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "translate", "start": 589, "end": 598, "loc": { "start": { "line": 24, "column": 56 }, "end": { "line": 24, "column": 65 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 598, "end": 599, "loc": { "start": { "line": 24, "column": 65 }, "end": { "line": 24, "column": 66 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "treeViewContextMenu.inspectProperties", "start": 599, "end": 638, "loc": { "start": { "line": 24, "column": 66 }, "end": { "line": 24, "column": 105 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 638, "end": 639, "loc": { "start": { "line": 24, "column": 105 }, "end": { "line": 24, "column": 106 } } }, { "type": { "label": "||", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 1, "updateContext": null }, "value": "||", "start": 640, "end": 642, "loc": { "start": { "line": 24, "column": 107 }, "end": { "line": 24, "column": 109 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "Inspect Properties", "start": 643, "end": 663, "loc": { "start": { "line": 24, "column": 110 }, "end": { "line": 24, "column": 130 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 663, "end": 664, "loc": { "start": { "line": 24, "column": 130 }, "end": { "line": 24, "column": 131 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 681, "end": 682, "loc": { "start": { "line": 25, "column": 16 }, "end": { "line": 25, "column": 17 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 682, "end": 683, "loc": { "start": { "line": 25, "column": 17 }, "end": { "line": 25, "column": 18 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getShown", "start": 700, "end": 708, "loc": { "start": { "line": 26, "column": 16 }, "end": { "line": 26, "column": 24 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 708, "end": 709, "loc": { "start": { "line": 26, "column": 24 }, "end": { "line": 26, "column": 25 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 709, "end": 716, "loc": { "start": { "line": 26, "column": 25 }, "end": { "line": 26, "column": 32 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 716, "end": 717, "loc": { "start": { "line": 26, "column": 32 }, "end": { "line": 26, "column": 33 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 718, "end": 719, "loc": { "start": { "line": 26, "column": 34 }, "end": { "line": 26, "column": 35 } } }, { "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": 740, "end": 746, "loc": { "start": { "line": 27, "column": 20 }, "end": { "line": 27, "column": 26 } } }, { "type": { "label": "prefix", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": true, "postfix": false, "binop": null, "updateContext": null }, "value": "!", "start": 747, "end": 748, "loc": { "start": { "line": 27, "column": 27 }, "end": { "line": 27, "column": 28 } } }, { "type": { "label": "prefix", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": true, "postfix": false, "binop": null, "updateContext": null }, "value": "!", "start": 748, "end": 749, "loc": { "start": { "line": 27, "column": 28 }, "end": { "line": 27, "column": 29 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 749, "end": 756, "loc": { "start": { "line": 27, "column": 29 }, "end": { "line": 27, "column": 36 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 756, "end": 757, "loc": { "start": { "line": 27, "column": 36 }, "end": { "line": 27, "column": 37 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 757, "end": 763, "loc": { "start": { "line": 27, "column": 37 }, "end": { "line": 27, "column": 43 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 763, "end": 764, "loc": { "start": { "line": 27, "column": 43 }, "end": { "line": 27, "column": 44 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "metaScene", "start": 764, "end": 773, "loc": { "start": { "line": 27, "column": 44 }, "end": { "line": 27, "column": 53 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 773, "end": 774, "loc": { "start": { "line": 27, "column": 53 }, "end": { "line": 27, "column": 54 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "metaObjects", "start": 774, "end": 785, "loc": { "start": { "line": 27, "column": 54 }, "end": { "line": 27, "column": 65 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 785, "end": 786, "loc": { "start": { "line": 27, "column": 65 }, "end": { "line": 27, "column": 66 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 786, "end": 793, "loc": { "start": { "line": 27, "column": 66 }, "end": { "line": 27, "column": 73 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 793, "end": 794, "loc": { "start": { "line": 27, "column": 73 }, "end": { "line": 27, "column": 74 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 794, "end": 806, "loc": { "start": { "line": 27, "column": 74 }, "end": { "line": 27, "column": 86 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 806, "end": 807, "loc": { "start": { "line": 27, "column": 86 }, "end": { "line": 27, "column": 87 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectId", "start": 807, "end": 815, "loc": { "start": { "line": 27, "column": 87 }, "end": { "line": 27, "column": 95 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 815, "end": 816, "loc": { "start": { "line": 27, "column": 95 }, "end": { "line": 27, "column": 96 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 816, "end": 817, "loc": { "start": { "line": 27, "column": 96 }, "end": { "line": 27, "column": 97 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 834, "end": 835, "loc": { "start": { "line": 28, "column": 16 }, "end": { "line": 28, "column": 17 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 835, "end": 836, "loc": { "start": { "line": 28, "column": 17 }, "end": { "line": 28, "column": 18 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "doAction", "start": 853, "end": 861, "loc": { "start": { "line": 29, "column": 16 }, "end": { "line": 29, "column": 24 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 861, "end": 862, "loc": { "start": { "line": 29, "column": 24 }, "end": { "line": 29, "column": 25 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 863, "end": 864, "loc": { "start": { "line": 29, "column": 26 }, "end": { "line": 29, "column": 27 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 864, "end": 871, "loc": { "start": { "line": 29, "column": 27 }, "end": { "line": 29, "column": 34 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 871, "end": 872, "loc": { "start": { "line": 29, "column": 34 }, "end": { "line": 29, "column": 35 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 873, "end": 875, "loc": { "start": { "line": 29, "column": 36 }, "end": { "line": 29, "column": 38 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 876, "end": 877, "loc": { "start": { "line": 29, "column": 39 }, "end": { "line": 29, "column": 40 } } }, { "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": 898, "end": 903, "loc": { "start": { "line": 30, "column": 20 }, "end": { "line": 30, "column": 25 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectId", "start": 904, "end": 912, "loc": { "start": { "line": 30, "column": 26 }, "end": { "line": 30, "column": 34 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 913, "end": 914, "loc": { "start": { "line": 30, "column": 35 }, "end": { "line": 30, "column": 36 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 915, "end": 922, "loc": { "start": { "line": 30, "column": 37 }, "end": { "line": 30, "column": 44 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 922, "end": 923, "loc": { "start": { "line": 30, "column": 44 }, "end": { "line": 30, "column": 45 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 923, "end": 935, "loc": { "start": { "line": 30, "column": 45 }, "end": { "line": 30, "column": 57 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 935, "end": 936, "loc": { "start": { "line": 30, "column": 57 }, "end": { "line": 30, "column": 58 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectId", "start": 936, "end": 944, "loc": { "start": { "line": 30, "column": 58 }, "end": { "line": 30, "column": 66 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 944, "end": 945, "loc": { "start": { "line": 30, "column": 66 }, "end": { "line": 30, "column": 67 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 966, "end": 973, "loc": { "start": { "line": 31, "column": 20 }, "end": { "line": 31, "column": 27 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 973, "end": 974, "loc": { "start": { "line": 31, "column": 27 }, "end": { "line": 31, "column": 28 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "bimViewer", "start": 974, "end": 983, "loc": { "start": { "line": 31, "column": 28 }, "end": { "line": 31, "column": 37 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 983, "end": 984, "loc": { "start": { "line": 31, "column": 37 }, "end": { "line": 31, "column": 38 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "showObjectProperties", "start": 984, "end": 1004, "loc": { "start": { "line": 31, "column": 38 }, "end": { "line": 31, "column": 58 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1004, "end": 1005, "loc": { "start": { "line": 31, "column": 58 }, "end": { "line": 31, "column": 59 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectId", "start": 1005, "end": 1013, "loc": { "start": { "line": 31, "column": 59 }, "end": { "line": 31, "column": 67 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1013, "end": 1014, "loc": { "start": { "line": 31, "column": 67 }, "end": { "line": 31, "column": 68 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1014, "end": 1015, "loc": { "start": { "line": 31, "column": 68 }, "end": { "line": 31, "column": 69 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1032, "end": 1033, "loc": { "start": { "line": 32, "column": 16 }, "end": { "line": 32, "column": 17 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1046, "end": 1047, "loc": { "start": { "line": 33, "column": 12 }, "end": { "line": 33, "column": 13 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1047, "end": 1048, "loc": { "start": { "line": 33, "column": 13 }, "end": { "line": 33, "column": 14 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1048, "end": 1049, "loc": { "start": { "line": 33, "column": 14 }, "end": { "line": 33, "column": 15 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1058, "end": 1059, "loc": { "start": { "line": 34, "column": 8 }, "end": { "line": 34, "column": 9 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "focusObjectItems", "start": 1069, "end": 1085, "loc": { "start": { "line": 36, "column": 8 }, "end": { "line": 36, "column": 24 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1085, "end": 1086, "loc": { "start": { "line": 36, "column": 24 }, "end": { "line": 36, "column": 25 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "push", "start": 1086, "end": 1090, "loc": { "start": { "line": 36, "column": 25 }, "end": { "line": 36, "column": 29 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1090, "end": 1091, "loc": { "start": { "line": 36, "column": 29 }, "end": { "line": 36, "column": 30 } } }, { "type": { "label": "...", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1091, "end": 1094, "loc": { "start": { "line": 36, "column": 30 }, "end": { "line": 36, "column": 33 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1094, "end": 1095, "loc": { "start": { "line": 36, "column": 33 }, "end": { "line": 36, "column": 34 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1108, "end": 1109, "loc": { "start": { "line": 37, "column": 12 }, "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": "getTitle", "start": 1126, "end": 1134, "loc": { "start": { "line": 38, "column": 16 }, "end": { "line": 38, "column": 24 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1134, "end": 1135, "loc": { "start": { "line": 38, "column": 24 }, "end": { "line": 38, "column": 25 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1136, "end": 1137, "loc": { "start": { "line": 38, "column": 26 }, "end": { "line": 38, "column": 27 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 1137, "end": 1144, "loc": { "start": { "line": 38, "column": 27 }, "end": { "line": 38, "column": 34 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1144, "end": 1145, "loc": { "start": { "line": 38, "column": 34 }, "end": { "line": 38, "column": 35 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1146, "end": 1148, "loc": { "start": { "line": 38, "column": 36 }, "end": { "line": 38, "column": 38 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1149, "end": 1150, "loc": { "start": { "line": 38, "column": 39 }, "end": { "line": 38, "column": 40 } } }, { "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": 1171, "end": 1177, "loc": { "start": { "line": 39, "column": 20 }, "end": { "line": 39, "column": 26 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 1178, "end": 1185, "loc": { "start": { "line": 39, "column": 27 }, "end": { "line": 39, "column": 34 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1185, "end": 1186, "loc": { "start": { "line": 39, "column": 34 }, "end": { "line": 39, "column": 35 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 1186, "end": 1192, "loc": { "start": { "line": 39, "column": 35 }, "end": { "line": 39, "column": 41 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1192, "end": 1193, "loc": { "start": { "line": 39, "column": 41 }, "end": { "line": 39, "column": 42 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "localeService", "start": 1193, "end": 1206, "loc": { "start": { "line": 39, "column": 42 }, "end": { "line": 39, "column": 55 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1206, "end": 1207, "loc": { "start": { "line": 39, "column": 55 }, "end": { "line": 39, "column": 56 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "translate", "start": 1207, "end": 1216, "loc": { "start": { "line": 39, "column": 56 }, "end": { "line": 39, "column": 65 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1216, "end": 1217, "loc": { "start": { "line": 39, "column": 65 }, "end": { "line": 39, "column": 66 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "treeViewContextMenu.viewFit", "start": 1217, "end": 1246, "loc": { "start": { "line": 39, "column": 66 }, "end": { "line": 39, "column": 95 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1246, "end": 1247, "loc": { "start": { "line": 39, "column": 95 }, "end": { "line": 39, "column": 96 } } }, { "type": { "label": "||", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 1, "updateContext": null }, "value": "||", "start": 1248, "end": 1250, "loc": { "start": { "line": 39, "column": 97 }, "end": { "line": 39, "column": 99 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "View Fit", "start": 1251, "end": 1261, "loc": { "start": { "line": 39, "column": 100 }, "end": { "line": 39, "column": 110 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1261, "end": 1262, "loc": { "start": { "line": 39, "column": 110 }, "end": { "line": 39, "column": 111 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1279, "end": 1280, "loc": { "start": { "line": 40, "column": 16 }, "end": { "line": 40, "column": 17 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1280, "end": 1281, "loc": { "start": { "line": 40, "column": 17 }, "end": { "line": 40, "column": 18 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "doAction", "start": 1298, "end": 1306, "loc": { "start": { "line": 41, "column": 16 }, "end": { "line": 41, "column": 24 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1306, "end": 1307, "loc": { "start": { "line": 41, "column": 24 }, "end": { "line": 41, "column": 25 } } }, { "type": { "label": "function", "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "function", "start": 1308, "end": 1316, "loc": { "start": { "line": 41, "column": 26 }, "end": { "line": 41, "column": 34 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1317, "end": 1318, "loc": { "start": { "line": 41, "column": 35 }, "end": { "line": 41, "column": 36 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 1318, "end": 1325, "loc": { "start": { "line": 41, "column": 36 }, "end": { "line": 41, "column": 43 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1325, "end": 1326, "loc": { "start": { "line": 41, "column": 43 }, "end": { "line": 41, "column": 44 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1327, "end": 1328, "loc": { "start": { "line": 41, "column": 45 }, "end": { "line": 41, "column": 46 } } }, { "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": 1349, "end": 1354, "loc": { "start": { "line": 42, "column": 20 }, "end": { "line": 42, "column": 25 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 1355, "end": 1361, "loc": { "start": { "line": 42, "column": 26 }, "end": { "line": 42, "column": 32 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 1362, "end": 1363, "loc": { "start": { "line": 42, "column": 33 }, "end": { "line": 42, "column": 34 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 1364, "end": 1371, "loc": { "start": { "line": 42, "column": 35 }, "end": { "line": 42, "column": 42 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1371, "end": 1372, "loc": { "start": { "line": 42, "column": 42 }, "end": { "line": 42, "column": 43 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 1372, "end": 1378, "loc": { "start": { "line": 42, "column": 43 }, "end": { "line": 42, "column": 49 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1378, "end": 1379, "loc": { "start": { "line": 42, "column": 49 }, "end": { "line": 42, "column": 50 } } }, { "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": 1400, "end": 1405, "loc": { "start": { "line": 43, "column": 20 }, "end": { "line": 43, "column": 25 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 1406, "end": 1411, "loc": { "start": { "line": 43, "column": 26 }, "end": { "line": 43, "column": 31 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 1412, "end": 1413, "loc": { "start": { "line": 43, "column": 32 }, "end": { "line": 43, "column": 33 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 1414, "end": 1420, "loc": { "start": { "line": 43, "column": 34 }, "end": { "line": 43, "column": 40 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1420, "end": 1421, "loc": { "start": { "line": 43, "column": 40 }, "end": { "line": 43, "column": 41 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 1421, "end": 1426, "loc": { "start": { "line": 43, "column": 41 }, "end": { "line": 43, "column": 46 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1426, "end": 1427, "loc": { "start": { "line": 43, "column": 46 }, "end": { "line": 43, "column": 47 } } }, { "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": 1448, "end": 1453, "loc": { "start": { "line": 44, "column": 20 }, "end": { "line": 44, "column": 25 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectIds", "start": 1454, "end": 1463, "loc": { "start": { "line": 44, "column": 26 }, "end": { "line": 44, "column": 35 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 1464, "end": 1465, "loc": { "start": { "line": 44, "column": 36 }, "end": { "line": 44, "column": 37 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1466, "end": 1467, "loc": { "start": { "line": 44, "column": 38 }, "end": { "line": 44, "column": 39 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1467, "end": 1468, "loc": { "start": { "line": 44, "column": 39 }, "end": { "line": 44, "column": 40 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1468, "end": 1469, "loc": { "start": { "line": 44, "column": 40 }, "end": { "line": 44, "column": 41 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 1490, "end": 1497, "loc": { "start": { "line": 45, "column": 20 }, "end": { "line": 45, "column": 27 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1497, "end": 1498, "loc": { "start": { "line": 45, "column": 27 }, "end": { "line": 45, "column": 28 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewPlugin", "start": 1498, "end": 1512, "loc": { "start": { "line": 45, "column": 28 }, "end": { "line": 45, "column": 42 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1512, "end": 1513, "loc": { "start": { "line": 45, "column": 42 }, "end": { "line": 45, "column": 43 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "withNodeTree", "start": 1513, "end": 1525, "loc": { "start": { "line": 45, "column": 43 }, "end": { "line": 45, "column": 55 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1525, "end": 1526, "loc": { "start": { "line": 45, "column": 55 }, "end": { "line": 45, "column": 56 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 1526, "end": 1533, "loc": { "start": { "line": 45, "column": 56 }, "end": { "line": 45, "column": 63 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1533, "end": 1534, "loc": { "start": { "line": 45, "column": 63 }, "end": { "line": 45, "column": 64 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 1534, "end": 1546, "loc": { "start": { "line": 45, "column": 64 }, "end": { "line": 45, "column": 76 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1546, "end": 1547, "loc": { "start": { "line": 45, "column": 76 }, "end": { "line": 45, "column": 77 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1548, "end": 1549, "loc": { "start": { "line": 45, "column": 78 }, "end": { "line": 45, "column": 79 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 1549, "end": 1561, "loc": { "start": { "line": 45, "column": 79 }, "end": { "line": 45, "column": 91 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1561, "end": 1562, "loc": { "start": { "line": 45, "column": 91 }, "end": { "line": 45, "column": 92 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1563, "end": 1565, "loc": { "start": { "line": 45, "column": 93 }, "end": { "line": 45, "column": 95 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1566, "end": 1567, "loc": { "start": { "line": 45, "column": 96 }, "end": { "line": 45, "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": 1592, "end": 1594, "loc": { "start": { "line": 46, "column": 24 }, "end": { "line": 46, "column": 26 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1595, "end": 1596, "loc": { "start": { "line": 46, "column": 27 }, "end": { "line": 46, "column": 28 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 1596, "end": 1608, "loc": { "start": { "line": 46, "column": 28 }, "end": { "line": 46, "column": 40 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1608, "end": 1609, "loc": { "start": { "line": 46, "column": 40 }, "end": { "line": 46, "column": 41 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectId", "start": 1609, "end": 1617, "loc": { "start": { "line": 46, "column": 41 }, "end": { "line": 46, "column": 49 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1617, "end": 1618, "loc": { "start": { "line": 46, "column": 49 }, "end": { "line": 46, "column": 50 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1619, "end": 1620, "loc": { "start": { "line": 46, "column": 51 }, "end": { "line": 46, "column": 52 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectIds", "start": 1649, "end": 1658, "loc": { "start": { "line": 47, "column": 28 }, "end": { "line": 47, "column": 37 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1658, "end": 1659, "loc": { "start": { "line": 47, "column": 37 }, "end": { "line": 47, "column": 38 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "push", "start": 1659, "end": 1663, "loc": { "start": { "line": 47, "column": 38 }, "end": { "line": 47, "column": 42 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1663, "end": 1664, "loc": { "start": { "line": 47, "column": 42 }, "end": { "line": 47, "column": 43 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 1664, "end": 1676, "loc": { "start": { "line": 47, "column": 43 }, "end": { "line": 47, "column": 55 } } }, { "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": 47, "column": 55 }, "end": { "line": 47, "column": 56 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectId", "start": 1677, "end": 1685, "loc": { "start": { "line": 47, "column": 56 }, "end": { "line": 47, "column": 64 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1685, "end": 1686, "loc": { "start": { "line": 47, "column": 64 }, "end": { "line": 47, "column": 65 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1686, "end": 1687, "loc": { "start": { "line": 47, "column": 65 }, "end": { "line": 47, "column": 66 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1712, "end": 1713, "loc": { "start": { "line": 48, "column": 24 }, "end": { "line": 48, "column": 25 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1734, "end": 1735, "loc": { "start": { "line": 49, "column": 20 }, "end": { "line": 49, "column": 21 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1735, "end": 1736, "loc": { "start": { "line": 49, "column": 21 }, "end": { "line": 49, "column": 22 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1736, "end": 1737, "loc": { "start": { "line": 49, "column": 22 }, "end": { "line": 49, "column": 23 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 1758, "end": 1763, "loc": { "start": { "line": 50, "column": 20 }, "end": { "line": 50, "column": 25 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1763, "end": 1764, "loc": { "start": { "line": 50, "column": 25 }, "end": { "line": 50, "column": 26 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setObjectsVisible", "start": 1764, "end": 1781, "loc": { "start": { "line": 50, "column": 26 }, "end": { "line": 50, "column": 43 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1781, "end": 1782, "loc": { "start": { "line": 50, "column": 43 }, "end": { "line": 50, "column": 44 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectIds", "start": 1782, "end": 1791, "loc": { "start": { "line": 50, "column": 44 }, "end": { "line": 50, "column": 53 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1791, "end": 1792, "loc": { "start": { "line": 50, "column": 53 }, "end": { "line": 50, "column": 54 } } }, { "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": 1793, "end": 1797, "loc": { "start": { "line": 50, "column": 55 }, "end": { "line": 50, "column": 59 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1797, "end": 1798, "loc": { "start": { "line": 50, "column": 59 }, "end": { "line": 50, "column": 60 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1798, "end": 1799, "loc": { "start": { "line": 50, "column": 60 }, "end": { "line": 50, "column": 61 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 1820, "end": 1825, "loc": { "start": { "line": 51, "column": 20 }, "end": { "line": 51, "column": 25 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1825, "end": 1826, "loc": { "start": { "line": 51, "column": 25 }, "end": { "line": 51, "column": 26 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setObjectsHighlighted", "start": 1826, "end": 1847, "loc": { "start": { "line": 51, "column": 26 }, "end": { "line": 51, "column": 47 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1847, "end": 1848, "loc": { "start": { "line": 51, "column": 47 }, "end": { "line": 51, "column": 48 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectIds", "start": 1848, "end": 1857, "loc": { "start": { "line": 51, "column": 48 }, "end": { "line": 51, "column": 57 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1857, "end": 1858, "loc": { "start": { "line": 51, "column": 57 }, "end": { "line": 51, "column": 58 } } }, { "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": 1859, "end": 1863, "loc": { "start": { "line": 51, "column": 59 }, "end": { "line": 51, "column": 63 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1863, "end": 1864, "loc": { "start": { "line": 51, "column": 63 }, "end": { "line": 51, "column": 64 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1864, "end": 1865, "loc": { "start": { "line": 51, "column": 64 }, "end": { "line": 51, "column": 65 } } }, { "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": 1886, "end": 1891, "loc": { "start": { "line": 52, "column": 20 }, "end": { "line": 52, "column": 25 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "aabb", "start": 1892, "end": 1896, "loc": { "start": { "line": 52, "column": 26 }, "end": { "line": 52, "column": 30 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 1897, "end": 1898, "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": "scene", "start": 1899, "end": 1904, "loc": { "start": { "line": 52, "column": 33 }, "end": { "line": 52, "column": 38 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1904, "end": 1905, "loc": { "start": { "line": 52, "column": 38 }, "end": { "line": 52, "column": 39 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getAABB", "start": 1905, "end": 1912, "loc": { "start": { "line": 52, "column": 39 }, "end": { "line": 52, "column": 46 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1912, "end": 1913, "loc": { "start": { "line": 52, "column": 46 }, "end": { "line": 52, "column": 47 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectIds", "start": 1913, "end": 1922, "loc": { "start": { "line": 52, "column": 47 }, "end": { "line": 52, "column": 56 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1922, "end": 1923, "loc": { "start": { "line": 52, "column": 56 }, "end": { "line": 52, "column": 57 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1923, "end": 1924, "loc": { "start": { "line": 52, "column": 57 }, "end": { "line": 52, "column": 58 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 1945, "end": 1951, "loc": { "start": { "line": 53, "column": 20 }, "end": { "line": 53, "column": 26 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1951, "end": 1952, "loc": { "start": { "line": 53, "column": 26 }, "end": { "line": 53, "column": 27 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "cameraFlight", "start": 1952, "end": 1964, "loc": { "start": { "line": 53, "column": 27 }, "end": { "line": 53, "column": 39 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 1964, "end": 1965, "loc": { "start": { "line": 53, "column": 39 }, "end": { "line": 53, "column": 40 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "flyTo", "start": 1965, "end": 1970, "loc": { "start": { "line": 53, "column": 40 }, "end": { "line": 53, "column": 45 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1970, "end": 1971, "loc": { "start": { "line": 53, "column": 45 }, "end": { "line": 53, "column": 46 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 1971, "end": 1972, "loc": { "start": { "line": 53, "column": 46 }, "end": { "line": 53, "column": 47 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "aabb", "start": 1997, "end": 2001, "loc": { "start": { "line": 54, "column": 24 }, "end": { "line": 54, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2001, "end": 2002, "loc": { "start": { "line": 54, "column": 28 }, "end": { "line": 54, "column": 29 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "aabb", "start": 2003, "end": 2007, "loc": { "start": { "line": 54, "column": 30 }, "end": { "line": 54, "column": 34 } } }, { "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": 54, "column": 34 }, "end": { "line": 54, "column": 35 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "duration", "start": 2033, "end": 2041, "loc": { "start": { "line": 55, "column": 24 }, "end": { "line": 55, "column": 32 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2041, "end": 2042, "loc": { "start": { "line": 55, "column": 32 }, "end": { "line": 55, "column": 33 } } }, { "type": { "label": "num", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": 0.5, "start": 2043, "end": 2046, "loc": { "start": { "line": 55, "column": 34 }, "end": { "line": 55, "column": 37 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2067, "end": 2068, "loc": { "start": { "line": 56, "column": 20 }, "end": { "line": 56, "column": 21 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2068, "end": 2069, "loc": { "start": { "line": 56, "column": 21 }, "end": { "line": 56, "column": 22 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2070, "end": 2071, "loc": { "start": { "line": 56, "column": 23 }, "end": { "line": 56, "column": 24 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2071, "end": 2072, "loc": { "start": { "line": 56, "column": 24 }, "end": { "line": 56, "column": 25 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2073, "end": 2075, "loc": { "start": { "line": 56, "column": 26 }, "end": { "line": 56, "column": 28 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2076, "end": 2077, "loc": { "start": { "line": 56, "column": 29 }, "end": { "line": 56, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setTimeout", "start": 2102, "end": 2112, "loc": { "start": { "line": 57, "column": 24 }, "end": { "line": 57, "column": 34 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2112, "end": 2113, "loc": { "start": { "line": 57, "column": 34 }, "end": { "line": 57, "column": 35 } } }, { "type": { "label": "function", "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "function", "start": 2113, "end": 2121, "loc": { "start": { "line": 57, "column": 35 }, "end": { "line": 57, "column": 43 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2122, "end": 2123, "loc": { "start": { "line": 57, "column": 44 }, "end": { "line": 57, "column": 45 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2123, "end": 2124, "loc": { "start": { "line": 57, "column": 45 }, "end": { "line": 57, "column": 46 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2125, "end": 2126, "loc": { "start": { "line": 57, "column": 47 }, "end": { "line": 57, "column": 48 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 2155, "end": 2160, "loc": { "start": { "line": 58, "column": 28 }, "end": { "line": 58, "column": 33 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2160, "end": 2161, "loc": { "start": { "line": 58, "column": 33 }, "end": { "line": 58, "column": 34 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setObjectsHighlighted", "start": 2161, "end": 2182, "loc": { "start": { "line": 58, "column": 34 }, "end": { "line": 58, "column": 55 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2182, "end": 2183, "loc": { "start": { "line": 58, "column": 55 }, "end": { "line": 58, "column": 56 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 2183, "end": 2188, "loc": { "start": { "line": 58, "column": 56 }, "end": { "line": 58, "column": 61 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2188, "end": 2189, "loc": { "start": { "line": 58, "column": 61 }, "end": { "line": 58, "column": 62 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "highlightedObjectIds", "start": 2189, "end": 2209, "loc": { "start": { "line": 58, "column": 62 }, "end": { "line": 58, "column": 82 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2209, "end": 2210, "loc": { "start": { "line": 58, "column": 82 }, "end": { "line": 58, "column": 83 } } }, { "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": 2211, "end": 2216, "loc": { "start": { "line": 58, "column": 84 }, "end": { "line": 58, "column": 89 } } }, { "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": 58, "column": 89 }, "end": { "line": 58, "column": 90 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2217, "end": 2218, "loc": { "start": { "line": 58, "column": 90 }, "end": { "line": 58, "column": 91 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2243, "end": 2244, "loc": { "start": { "line": 59, "column": 24 }, "end": { "line": 59, "column": 25 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2244, "end": 2245, "loc": { "start": { "line": 59, "column": 25 }, "end": { "line": 59, "column": 26 } } }, { "type": { "label": "num", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": 500, "start": 2246, "end": 2249, "loc": { "start": { "line": 59, "column": 27 }, "end": { "line": 59, "column": 30 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2249, "end": 2250, "loc": { "start": { "line": 59, "column": 30 }, "end": { "line": 59, "column": 31 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2250, "end": 2251, "loc": { "start": { "line": 59, "column": 31 }, "end": { "line": 59, "column": 32 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2272, "end": 2273, "loc": { "start": { "line": 60, "column": 20 }, "end": { "line": 60, "column": 21 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2273, "end": 2274, "loc": { "start": { "line": 60, "column": 21 }, "end": { "line": 60, "column": 22 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2274, "end": 2275, "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": "viewer", "start": 2296, "end": 2302, "loc": { "start": { "line": 61, "column": 20 }, "end": { "line": 61, "column": 26 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2302, "end": 2303, "loc": { "start": { "line": 61, "column": 26 }, "end": { "line": 61, "column": 27 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "cameraControl", "start": 2303, "end": 2316, "loc": { "start": { "line": 61, "column": 27 }, "end": { "line": 61, "column": 40 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2316, "end": 2317, "loc": { "start": { "line": 61, "column": 40 }, "end": { "line": 61, "column": 41 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "pivotPos", "start": 2317, "end": 2325, "loc": { "start": { "line": 61, "column": 41 }, "end": { "line": 61, "column": 49 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 2326, "end": 2327, "loc": { "start": { "line": 61, "column": 50 }, "end": { "line": 61, "column": 51 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "math", "start": 2328, "end": 2332, "loc": { "start": { "line": 61, "column": 52 }, "end": { "line": 61, "column": 56 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2332, "end": 2333, "loc": { "start": { "line": 61, "column": 56 }, "end": { "line": 61, "column": 57 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getAABB3Center", "start": 2333, "end": 2347, "loc": { "start": { "line": 61, "column": 57 }, "end": { "line": 61, "column": 71 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2347, "end": 2348, "loc": { "start": { "line": 61, "column": 71 }, "end": { "line": 61, "column": 72 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "aabb", "start": 2348, "end": 2352, "loc": { "start": { "line": 61, "column": 72 }, "end": { "line": 61, "column": 76 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2352, "end": 2353, "loc": { "start": { "line": 61, "column": 76 }, "end": { "line": 61, "column": 77 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2353, "end": 2354, "loc": { "start": { "line": 61, "column": 77 }, "end": { "line": 61, "column": 78 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2371, "end": 2372, "loc": { "start": { "line": 62, "column": 16 }, "end": { "line": 62, "column": 17 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2385, "end": 2386, "loc": { "start": { "line": 63, "column": 12 }, "end": { "line": 63, "column": 13 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2386, "end": 2387, "loc": { "start": { "line": 63, "column": 13 }, "end": { "line": 63, "column": 14 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2400, "end": 2401, "loc": { "start": { "line": 64, "column": 12 }, "end": { "line": 64, "column": 13 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getTitle", "start": 2418, "end": 2426, "loc": { "start": { "line": 65, "column": 16 }, "end": { "line": 65, "column": 24 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2426, "end": 2427, "loc": { "start": { "line": 65, "column": 24 }, "end": { "line": 65, "column": 25 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2428, "end": 2429, "loc": { "start": { "line": 65, "column": 26 }, "end": { "line": 65, "column": 27 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 2429, "end": 2436, "loc": { "start": { "line": 65, "column": 27 }, "end": { "line": 65, "column": 34 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2436, "end": 2437, "loc": { "start": { "line": 65, "column": 34 }, "end": { "line": 65, "column": 35 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2438, "end": 2440, "loc": { "start": { "line": 65, "column": 36 }, "end": { "line": 65, "column": 38 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2441, "end": 2442, "loc": { "start": { "line": 65, "column": 39 }, "end": { "line": 65, "column": 40 } } }, { "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": 2463, "end": 2469, "loc": { "start": { "line": 66, "column": 20 }, "end": { "line": 66, "column": 26 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 2470, "end": 2477, "loc": { "start": { "line": 66, "column": 27 }, "end": { "line": 66, "column": 34 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2477, "end": 2478, "loc": { "start": { "line": 66, "column": 34 }, "end": { "line": 66, "column": 35 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 2478, "end": 2484, "loc": { "start": { "line": 66, "column": 35 }, "end": { "line": 66, "column": 41 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2484, "end": 2485, "loc": { "start": { "line": 66, "column": 41 }, "end": { "line": 66, "column": 42 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "localeService", "start": 2485, "end": 2498, "loc": { "start": { "line": 66, "column": 42 }, "end": { "line": 66, "column": 55 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2498, "end": 2499, "loc": { "start": { "line": 66, "column": 55 }, "end": { "line": 66, "column": 56 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "translate", "start": 2499, "end": 2508, "loc": { "start": { "line": 66, "column": 56 }, "end": { "line": 66, "column": 65 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2508, "end": 2509, "loc": { "start": { "line": 66, "column": 65 }, "end": { "line": 66, "column": 66 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "canvasContextMenu.viewFitSelection", "start": 2509, "end": 2545, "loc": { "start": { "line": 66, "column": 66 }, "end": { "line": 66, "column": 102 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2545, "end": 2546, "loc": { "start": { "line": 66, "column": 102 }, "end": { "line": 66, "column": 103 } } }, { "type": { "label": "||", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 1, "updateContext": null }, "value": "||", "start": 2547, "end": 2549, "loc": { "start": { "line": 66, "column": 104 }, "end": { "line": 66, "column": 106 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "View Fit Selected", "start": 2550, "end": 2569, "loc": { "start": { "line": 66, "column": 107 }, "end": { "line": 66, "column": 126 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2569, "end": 2570, "loc": { "start": { "line": 66, "column": 126 }, "end": { "line": 66, "column": 127 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2587, "end": 2588, "loc": { "start": { "line": 67, "column": 16 }, "end": { "line": 67, "column": 17 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2588, "end": 2589, "loc": { "start": { "line": 67, "column": 17 }, "end": { "line": 67, "column": 18 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getEnabled", "start": 2606, "end": 2616, "loc": { "start": { "line": 68, "column": 16 }, "end": { "line": 68, "column": 26 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2616, "end": 2617, "loc": { "start": { "line": 68, "column": 26 }, "end": { "line": 68, "column": 27 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2618, "end": 2619, "loc": { "start": { "line": 68, "column": 28 }, "end": { "line": 68, "column": 29 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 2619, "end": 2626, "loc": { "start": { "line": 68, "column": 29 }, "end": { "line": 68, "column": 36 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2626, "end": 2627, "loc": { "start": { "line": 68, "column": 36 }, "end": { "line": 68, "column": 37 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2628, "end": 2630, "loc": { "start": { "line": 68, "column": 38 }, "end": { "line": 68, "column": 40 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2631, "end": 2632, "loc": { "start": { "line": 68, "column": 41 }, "end": { "line": 68, "column": 42 } } }, { "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": 2653, "end": 2659, "loc": { "start": { "line": 69, "column": 20 }, "end": { "line": 69, "column": 26 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2660, "end": 2661, "loc": { "start": { "line": 69, "column": 27 }, "end": { "line": 69, "column": 28 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 2661, "end": 2668, "loc": { "start": { "line": 69, "column": 28 }, "end": { "line": 69, "column": 35 } } }, { "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": 69, "column": 35 }, "end": { "line": 69, "column": 36 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 2669, "end": 2675, "loc": { "start": { "line": 69, "column": 36 }, "end": { "line": 69, "column": 42 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2675, "end": 2676, "loc": { "start": { "line": 69, "column": 42 }, "end": { "line": 69, "column": 43 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 2676, "end": 2681, "loc": { "start": { "line": 69, "column": 43 }, "end": { "line": 69, "column": 48 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2681, "end": 2682, "loc": { "start": { "line": 69, "column": 48 }, "end": { "line": 69, "column": 49 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "numSelectedObjects", "start": 2682, "end": 2700, "loc": { "start": { "line": 69, "column": 49 }, "end": { "line": 69, "column": 67 } } }, { "type": { "label": "", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 7, "updateContext": null }, "value": ">", "start": 2701, "end": 2702, "loc": { "start": { "line": 69, "column": 68 }, "end": { "line": 69, "column": 69 } } }, { "type": { "label": "num", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": 0, "start": 2703, "end": 2704, "loc": { "start": { "line": 69, "column": 70 }, "end": { "line": 69, "column": 71 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2704, "end": 2705, "loc": { "start": { "line": 69, "column": 71 }, "end": { "line": 69, "column": 72 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2705, "end": 2706, "loc": { "start": { "line": 69, "column": 72 }, "end": { "line": 69, "column": 73 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2723, "end": 2724, "loc": { "start": { "line": 70, "column": 16 }, "end": { "line": 70, "column": 17 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2724, "end": 2725, "loc": { "start": { "line": 70, "column": 17 }, "end": { "line": 70, "column": 18 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "doAction", "start": 2742, "end": 2750, "loc": { "start": { "line": 71, "column": 16 }, "end": { "line": 71, "column": 24 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2750, "end": 2751, "loc": { "start": { "line": 71, "column": 24 }, "end": { "line": 71, "column": 25 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2752, "end": 2753, "loc": { "start": { "line": 71, "column": 26 }, "end": { "line": 71, "column": 27 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 2753, "end": 2760, "loc": { "start": { "line": 71, "column": 27 }, "end": { "line": 71, "column": 34 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2760, "end": 2761, "loc": { "start": { "line": 71, "column": 34 }, "end": { "line": 71, "column": 35 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2762, "end": 2764, "loc": { "start": { "line": 71, "column": 36 }, "end": { "line": 71, "column": 38 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2765, "end": 2766, "loc": { "start": { "line": 71, "column": 39 }, "end": { "line": 71, "column": 40 } } }, { "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": 2787, "end": 2792, "loc": { "start": { "line": 72, "column": 20 }, "end": { "line": 72, "column": 25 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 2793, "end": 2799, "loc": { "start": { "line": 72, "column": 26 }, "end": { "line": 72, "column": 32 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 2800, "end": 2801, "loc": { "start": { "line": 72, "column": 33 }, "end": { "line": 72, "column": 34 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 2802, "end": 2809, "loc": { "start": { "line": 72, "column": 35 }, "end": { "line": 72, "column": 42 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2809, "end": 2810, "loc": { "start": { "line": 72, "column": 42 }, "end": { "line": 72, "column": 43 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 2810, "end": 2816, "loc": { "start": { "line": 72, "column": 43 }, "end": { "line": 72, "column": 49 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2816, "end": 2817, "loc": { "start": { "line": 72, "column": 49 }, "end": { "line": 72, "column": 50 } } }, { "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": 2838, "end": 2843, "loc": { "start": { "line": 73, "column": 20 }, "end": { "line": 73, "column": 25 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 2844, "end": 2849, "loc": { "start": { "line": 73, "column": 26 }, "end": { "line": 73, "column": 31 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 2850, "end": 2851, "loc": { "start": { "line": 73, "column": 32 }, "end": { "line": 73, "column": 33 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 2852, "end": 2858, "loc": { "start": { "line": 73, "column": 34 }, "end": { "line": 73, "column": 40 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2858, "end": 2859, "loc": { "start": { "line": 73, "column": 40 }, "end": { "line": 73, "column": 41 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 2859, "end": 2864, "loc": { "start": { "line": 73, "column": 41 }, "end": { "line": 73, "column": 46 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2864, "end": 2865, "loc": { "start": { "line": 73, "column": 46 }, "end": { "line": 73, "column": 47 } } }, { "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": 2886, "end": 2891, "loc": { "start": { "line": 74, "column": 20 }, "end": { "line": 74, "column": 25 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "sceneAABB", "start": 2892, "end": 2901, "loc": { "start": { "line": 74, "column": 26 }, "end": { "line": 74, "column": 35 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 2902, "end": 2903, "loc": { "start": { "line": 74, "column": 36 }, "end": { "line": 74, "column": 37 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 2904, "end": 2909, "loc": { "start": { "line": 74, "column": 38 }, "end": { "line": 74, "column": 43 } } }, { "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": 74, "column": 43 }, "end": { "line": 74, "column": 44 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getAABB", "start": 2910, "end": 2917, "loc": { "start": { "line": 74, "column": 44 }, "end": { "line": 74, "column": 51 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2917, "end": 2918, "loc": { "start": { "line": 74, "column": 51 }, "end": { "line": 74, "column": 52 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 2918, "end": 2923, "loc": { "start": { "line": 74, "column": 52 }, "end": { "line": 74, "column": 57 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2923, "end": 2924, "loc": { "start": { "line": 74, "column": 57 }, "end": { "line": 74, "column": 58 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "selectedObjectIds", "start": 2924, "end": 2941, "loc": { "start": { "line": 74, "column": 58 }, "end": { "line": 74, "column": 75 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2941, "end": 2942, "loc": { "start": { "line": 74, "column": 75 }, "end": { "line": 74, "column": 76 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2942, "end": 2943, "loc": { "start": { "line": 74, "column": 76 }, "end": { "line": 74, "column": 77 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 2964, "end": 2970, "loc": { "start": { "line": 75, "column": 20 }, "end": { "line": 75, "column": 26 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2970, "end": 2971, "loc": { "start": { "line": 75, "column": 26 }, "end": { "line": 75, "column": 27 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "cameraFlight", "start": 2971, "end": 2983, "loc": { "start": { "line": 75, "column": 27 }, "end": { "line": 75, "column": 39 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 2983, "end": 2984, "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": "flyTo", "start": 2984, "end": 2989, "loc": { "start": { "line": 75, "column": 40 }, "end": { "line": 75, "column": 45 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2989, "end": 2990, "loc": { "start": { "line": 75, "column": 45 }, "end": { "line": 75, "column": 46 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 2990, "end": 2991, "loc": { "start": { "line": 75, "column": 46 }, "end": { "line": 75, "column": 47 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "aabb", "start": 3016, "end": 3020, "loc": { "start": { "line": 76, "column": 24 }, "end": { "line": 76, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3020, "end": 3021, "loc": { "start": { "line": 76, "column": 28 }, "end": { "line": 76, "column": 29 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "sceneAABB", "start": 3022, "end": 3031, "loc": { "start": { "line": 76, "column": 30 }, "end": { "line": 76, "column": 39 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3031, "end": 3032, "loc": { "start": { "line": 76, "column": 39 }, "end": { "line": 76, "column": 40 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "duration", "start": 3057, "end": 3065, "loc": { "start": { "line": 77, "column": 24 }, "end": { "line": 77, "column": 32 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3065, "end": 3066, "loc": { "start": { "line": 77, "column": 32 }, "end": { "line": 77, "column": 33 } } }, { "type": { "label": "num", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": 0.5, "start": 3067, "end": 3070, "loc": { "start": { "line": 77, "column": 34 }, "end": { "line": 77, "column": 37 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3091, "end": 3092, "loc": { "start": { "line": 78, "column": 20 }, "end": { "line": 78, "column": 21 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3092, "end": 3093, "loc": { "start": { "line": 78, "column": 21 }, "end": { "line": 78, "column": 22 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3093, "end": 3094, "loc": { "start": { "line": 78, "column": 22 }, "end": { "line": 78, "column": 23 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 3115, "end": 3121, "loc": { "start": { "line": 79, "column": 20 }, "end": { "line": 79, "column": 26 } } }, { "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": 79, "column": 26 }, "end": { "line": 79, "column": 27 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "cameraControl", "start": 3122, "end": 3135, "loc": { "start": { "line": 79, "column": 27 }, "end": { "line": 79, "column": 40 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3135, "end": 3136, "loc": { "start": { "line": 79, "column": 40 }, "end": { "line": 79, "column": 41 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "pivotPos", "start": 3136, "end": 3144, "loc": { "start": { "line": 79, "column": 41 }, "end": { "line": 79, "column": 49 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 3145, "end": 3146, "loc": { "start": { "line": 79, "column": 50 }, "end": { "line": 79, "column": 51 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "math", "start": 3147, "end": 3151, "loc": { "start": { "line": 79, "column": 52 }, "end": { "line": 79, "column": 56 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3151, "end": 3152, "loc": { "start": { "line": 79, "column": 56 }, "end": { "line": 79, "column": 57 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getAABB3Center", "start": 3152, "end": 3166, "loc": { "start": { "line": 79, "column": 57 }, "end": { "line": 79, "column": 71 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3166, "end": 3167, "loc": { "start": { "line": 79, "column": 71 }, "end": { "line": 79, "column": 72 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "sceneAABB", "start": 3167, "end": 3176, "loc": { "start": { "line": 79, "column": 72 }, "end": { "line": 79, "column": 81 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3176, "end": 3177, "loc": { "start": { "line": 79, "column": 81 }, "end": { "line": 79, "column": 82 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3177, "end": 3178, "loc": { "start": { "line": 79, "column": 82 }, "end": { "line": 79, "column": 83 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3195, "end": 3196, "loc": { "start": { "line": 80, "column": 16 }, "end": { "line": 80, "column": 17 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3209, "end": 3210, "loc": { "start": { "line": 81, "column": 12 }, "end": { "line": 81, "column": 13 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3210, "end": 3211, "loc": { "start": { "line": 81, "column": 13 }, "end": { "line": 81, "column": 14 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3224, "end": 3225, "loc": { "start": { "line": 82, "column": 12 }, "end": { "line": 82, "column": 13 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getTitle", "start": 3242, "end": 3250, "loc": { "start": { "line": 83, "column": 16 }, "end": { "line": 83, "column": 24 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3250, "end": 3251, "loc": { "start": { "line": 83, "column": 24 }, "end": { "line": 83, "column": 25 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3252, "end": 3253, "loc": { "start": { "line": 83, "column": 26 }, "end": { "line": 83, "column": 27 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 3253, "end": 3260, "loc": { "start": { "line": 83, "column": 27 }, "end": { "line": 83, "column": 34 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3260, "end": 3261, "loc": { "start": { "line": 83, "column": 34 }, "end": { "line": 83, "column": 35 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3262, "end": 3264, "loc": { "start": { "line": 83, "column": 36 }, "end": { "line": 83, "column": 38 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3265, "end": 3266, "loc": { "start": { "line": 83, "column": 39 }, "end": { "line": 83, "column": 40 } } }, { "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": 3287, "end": 3293, "loc": { "start": { "line": 84, "column": 20 }, "end": { "line": 84, "column": 26 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 3294, "end": 3301, "loc": { "start": { "line": 84, "column": 27 }, "end": { "line": 84, "column": 34 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3301, "end": 3302, "loc": { "start": { "line": 84, "column": 34 }, "end": { "line": 84, "column": 35 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 3302, "end": 3308, "loc": { "start": { "line": 84, "column": 35 }, "end": { "line": 84, "column": 41 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3308, "end": 3309, "loc": { "start": { "line": 84, "column": 41 }, "end": { "line": 84, "column": 42 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "localeService", "start": 3309, "end": 3322, "loc": { "start": { "line": 84, "column": 42 }, "end": { "line": 84, "column": 55 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3322, "end": 3323, "loc": { "start": { "line": 84, "column": 55 }, "end": { "line": 84, "column": 56 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "translate", "start": 3323, "end": 3332, "loc": { "start": { "line": 84, "column": 56 }, "end": { "line": 84, "column": 65 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3332, "end": 3333, "loc": { "start": { "line": 84, "column": 65 }, "end": { "line": 84, "column": 66 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "treeViewContextMenu.viewFitAll", "start": 3333, "end": 3365, "loc": { "start": { "line": 84, "column": 66 }, "end": { "line": 84, "column": 98 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3365, "end": 3366, "loc": { "start": { "line": 84, "column": 98 }, "end": { "line": 84, "column": 99 } } }, { "type": { "label": "||", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 1, "updateContext": null }, "value": "||", "start": 3367, "end": 3369, "loc": { "start": { "line": 84, "column": 100 }, "end": { "line": 84, "column": 102 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "View Fit All", "start": 3370, "end": 3384, "loc": { "start": { "line": 84, "column": 103 }, "end": { "line": 84, "column": 117 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3384, "end": 3385, "loc": { "start": { "line": 84, "column": 117 }, "end": { "line": 84, "column": 118 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3402, "end": 3403, "loc": { "start": { "line": 85, "column": 16 }, "end": { "line": 85, "column": 17 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3403, "end": 3404, "loc": { "start": { "line": 85, "column": 17 }, "end": { "line": 85, "column": 18 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "doAction", "start": 3421, "end": 3429, "loc": { "start": { "line": 86, "column": 16 }, "end": { "line": 86, "column": 24 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3429, "end": 3430, "loc": { "start": { "line": 86, "column": 24 }, "end": { "line": 86, "column": 25 } } }, { "type": { "label": "function", "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "function", "start": 3431, "end": 3439, "loc": { "start": { "line": 86, "column": 26 }, "end": { "line": 86, "column": 34 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3440, "end": 3441, "loc": { "start": { "line": 86, "column": 35 }, "end": { "line": 86, "column": 36 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 3441, "end": 3448, "loc": { "start": { "line": 86, "column": 36 }, "end": { "line": 86, "column": 43 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3448, "end": 3449, "loc": { "start": { "line": 86, "column": 43 }, "end": { "line": 86, "column": 44 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3450, "end": 3451, "loc": { "start": { "line": 86, "column": 45 }, "end": { "line": 86, "column": 46 } } }, { "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": 3472, "end": 3477, "loc": { "start": { "line": 87, "column": 20 }, "end": { "line": 87, "column": 25 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 3478, "end": 3484, "loc": { "start": { "line": 87, "column": 26 }, "end": { "line": 87, "column": 32 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 3485, "end": 3486, "loc": { "start": { "line": 87, "column": 33 }, "end": { "line": 87, "column": 34 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 3487, "end": 3494, "loc": { "start": { "line": 87, "column": 35 }, "end": { "line": 87, "column": 42 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3494, "end": 3495, "loc": { "start": { "line": 87, "column": 42 }, "end": { "line": 87, "column": 43 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 3495, "end": 3501, "loc": { "start": { "line": 87, "column": 43 }, "end": { "line": 87, "column": 49 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3501, "end": 3502, "loc": { "start": { "line": 87, "column": 49 }, "end": { "line": 87, "column": 50 } } }, { "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": 3523, "end": 3528, "loc": { "start": { "line": 88, "column": 20 }, "end": { "line": 88, "column": 25 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 3529, "end": 3534, "loc": { "start": { "line": 88, "column": 26 }, "end": { "line": 88, "column": 31 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 3535, "end": 3536, "loc": { "start": { "line": 88, "column": 32 }, "end": { "line": 88, "column": 33 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 3537, "end": 3543, "loc": { "start": { "line": 88, "column": 34 }, "end": { "line": 88, "column": 40 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3543, "end": 3544, "loc": { "start": { "line": 88, "column": 40 }, "end": { "line": 88, "column": 41 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 3544, "end": 3549, "loc": { "start": { "line": 88, "column": 41 }, "end": { "line": 88, "column": 46 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3549, "end": 3550, "loc": { "start": { "line": 88, "column": 46 }, "end": { "line": 88, "column": 47 } } }, { "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": 3571, "end": 3576, "loc": { "start": { "line": 89, "column": 20 }, "end": { "line": 89, "column": 25 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "sceneAABB", "start": 3577, "end": 3586, "loc": { "start": { "line": 89, "column": 26 }, "end": { "line": 89, "column": 35 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 3587, "end": 3588, "loc": { "start": { "line": 89, "column": 36 }, "end": { "line": 89, "column": 37 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 3589, "end": 3594, "loc": { "start": { "line": 89, "column": 38 }, "end": { "line": 89, "column": 43 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3594, "end": 3595, "loc": { "start": { "line": 89, "column": 43 }, "end": { "line": 89, "column": 44 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getAABB", "start": 3595, "end": 3602, "loc": { "start": { "line": 89, "column": 44 }, "end": { "line": 89, "column": 51 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3602, "end": 3603, "loc": { "start": { "line": 89, "column": 51 }, "end": { "line": 89, "column": 52 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 3603, "end": 3608, "loc": { "start": { "line": 89, "column": 52 }, "end": { "line": 89, "column": 57 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3608, "end": 3609, "loc": { "start": { "line": 89, "column": 57 }, "end": { "line": 89, "column": 58 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "visibleObjectIds", "start": 3609, "end": 3625, "loc": { "start": { "line": 89, "column": 58 }, "end": { "line": 89, "column": 74 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3625, "end": 3626, "loc": { "start": { "line": 89, "column": 74 }, "end": { "line": 89, "column": 75 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3626, "end": 3627, "loc": { "start": { "line": 89, "column": 75 }, "end": { "line": 89, "column": 76 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 3648, "end": 3654, "loc": { "start": { "line": 90, "column": 20 }, "end": { "line": 90, "column": 26 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3654, "end": 3655, "loc": { "start": { "line": 90, "column": 26 }, "end": { "line": 90, "column": 27 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "cameraFlight", "start": 3655, "end": 3667, "loc": { "start": { "line": 90, "column": 27 }, "end": { "line": 90, "column": 39 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3667, "end": 3668, "loc": { "start": { "line": 90, "column": 39 }, "end": { "line": 90, "column": 40 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "flyTo", "start": 3668, "end": 3673, "loc": { "start": { "line": 90, "column": 40 }, "end": { "line": 90, "column": 45 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3673, "end": 3674, "loc": { "start": { "line": 90, "column": 45 }, "end": { "line": 90, "column": 46 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3674, "end": 3675, "loc": { "start": { "line": 90, "column": 46 }, "end": { "line": 90, "column": 47 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "aabb", "start": 3700, "end": 3704, "loc": { "start": { "line": 91, "column": 24 }, "end": { "line": 91, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3704, "end": 3705, "loc": { "start": { "line": 91, "column": 28 }, "end": { "line": 91, "column": 29 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "sceneAABB", "start": 3706, "end": 3715, "loc": { "start": { "line": 91, "column": 30 }, "end": { "line": 91, "column": 39 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3715, "end": 3716, "loc": { "start": { "line": 91, "column": 39 }, "end": { "line": 91, "column": 40 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "duration", "start": 3741, "end": 3749, "loc": { "start": { "line": 92, "column": 24 }, "end": { "line": 92, "column": 32 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3749, "end": 3750, "loc": { "start": { "line": 92, "column": 32 }, "end": { "line": 92, "column": 33 } } }, { "type": { "label": "num", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": 0.5, "start": 3751, "end": 3754, "loc": { "start": { "line": 92, "column": 34 }, "end": { "line": 92, "column": 37 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3775, "end": 3776, "loc": { "start": { "line": 93, "column": 20 }, "end": { "line": 93, "column": 21 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3776, "end": 3777, "loc": { "start": { "line": 93, "column": 21 }, "end": { "line": 93, "column": 22 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3777, "end": 3778, "loc": { "start": { "line": 93, "column": 22 }, "end": { "line": 93, "column": 23 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 3799, "end": 3805, "loc": { "start": { "line": 94, "column": 20 }, "end": { "line": 94, "column": 26 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3805, "end": 3806, "loc": { "start": { "line": 94, "column": 26 }, "end": { "line": 94, "column": 27 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "cameraControl", "start": 3806, "end": 3819, "loc": { "start": { "line": 94, "column": 27 }, "end": { "line": 94, "column": 40 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3819, "end": 3820, "loc": { "start": { "line": 94, "column": 40 }, "end": { "line": 94, "column": 41 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "pivotPos", "start": 3820, "end": 3828, "loc": { "start": { "line": 94, "column": 41 }, "end": { "line": 94, "column": 49 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 3829, "end": 3830, "loc": { "start": { "line": 94, "column": 50 }, "end": { "line": 94, "column": 51 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "math", "start": 3831, "end": 3835, "loc": { "start": { "line": 94, "column": 52 }, "end": { "line": 94, "column": 56 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3835, "end": 3836, "loc": { "start": { "line": 94, "column": 56 }, "end": { "line": 94, "column": 57 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getAABB3Center", "start": 3836, "end": 3850, "loc": { "start": { "line": 94, "column": 57 }, "end": { "line": 94, "column": 71 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3850, "end": 3851, "loc": { "start": { "line": 94, "column": 71 }, "end": { "line": 94, "column": 72 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "sceneAABB", "start": 3851, "end": 3860, "loc": { "start": { "line": 94, "column": 72 }, "end": { "line": 94, "column": 81 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3860, "end": 3861, "loc": { "start": { "line": 94, "column": 81 }, "end": { "line": 94, "column": 82 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3861, "end": 3862, "loc": { "start": { "line": 94, "column": 82 }, "end": { "line": 94, "column": 83 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3879, "end": 3880, "loc": { "start": { "line": 95, "column": 16 }, "end": { "line": 95, "column": 17 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3893, "end": 3894, "loc": { "start": { "line": 96, "column": 12 }, "end": { "line": 96, "column": 13 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3903, "end": 3904, "loc": { "start": { "line": 97, "column": 8 }, "end": { "line": 97, "column": 9 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 3904, "end": 3905, "loc": { "start": { "line": 97, "column": 9 }, "end": { "line": 97, "column": 10 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3905, "end": 3906, "loc": { "start": { "line": 97, "column": 10 }, "end": { "line": 97, "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": 3916, "end": 3920, "loc": { "start": { "line": 99, "column": 8 }, "end": { "line": 99, "column": 12 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3920, "end": 3921, "loc": { "start": { "line": 99, "column": 12 }, "end": { "line": 99, "column": 13 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "items", "start": 3921, "end": 3926, "loc": { "start": { "line": 99, "column": 13 }, "end": { "line": 99, "column": 18 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 3927, "end": 3928, "loc": { "start": { "line": 99, "column": 19 }, "end": { "line": 99, "column": 20 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3929, "end": 3930, "loc": { "start": { "line": 99, "column": 21 }, "end": { "line": 99, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "showObjectItems", "start": 3943, "end": 3958, "loc": { "start": { "line": 100, "column": 12 }, "end": { "line": 100, "column": 27 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3958, "end": 3959, "loc": { "start": { "line": 100, "column": 27 }, "end": { "line": 100, "column": 28 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "focusObjectItems", "start": 3972, "end": 3988, "loc": { "start": { "line": 101, "column": 12 }, "end": { "line": 101, "column": 28 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 3988, "end": 3989, "loc": { "start": { "line": 101, "column": 28 }, "end": { "line": 101, "column": 29 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4002, "end": 4003, "loc": { "start": { "line": 102, "column": 12 }, "end": { "line": 102, "column": 13 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4020, "end": 4021, "loc": { "start": { "line": 103, "column": 16 }, "end": { "line": 103, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getTitle", "start": 4042, "end": 4050, "loc": { "start": { "line": 104, "column": 20 }, "end": { "line": 104, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4050, "end": 4051, "loc": { "start": { "line": 104, "column": 28 }, "end": { "line": 104, "column": 29 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4052, "end": 4053, "loc": { "start": { "line": 104, "column": 30 }, "end": { "line": 104, "column": 31 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 4053, "end": 4060, "loc": { "start": { "line": 104, "column": 31 }, "end": { "line": 104, "column": 38 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4060, "end": 4061, "loc": { "start": { "line": 104, "column": 38 }, "end": { "line": 104, "column": 39 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4062, "end": 4064, "loc": { "start": { "line": 104, "column": 40 }, "end": { "line": 104, "column": 42 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4065, "end": 4066, "loc": { "start": { "line": 104, "column": 43 }, "end": { "line": 104, "column": 44 } } }, { "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": 4091, "end": 4097, "loc": { "start": { "line": 105, "column": 24 }, "end": { "line": 105, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 4098, "end": 4105, "loc": { "start": { "line": 105, "column": 31 }, "end": { "line": 105, "column": 38 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4105, "end": 4106, "loc": { "start": { "line": 105, "column": 38 }, "end": { "line": 105, "column": 39 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 4106, "end": 4112, "loc": { "start": { "line": 105, "column": 39 }, "end": { "line": 105, "column": 45 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4112, "end": 4113, "loc": { "start": { "line": 105, "column": 45 }, "end": { "line": 105, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "localeService", "start": 4113, "end": 4126, "loc": { "start": { "line": 105, "column": 46 }, "end": { "line": 105, "column": 59 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4126, "end": 4127, "loc": { "start": { "line": 105, "column": 59 }, "end": { "line": 105, "column": 60 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "translate", "start": 4127, "end": 4136, "loc": { "start": { "line": 105, "column": 60 }, "end": { "line": 105, "column": 69 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4136, "end": 4137, "loc": { "start": { "line": 105, "column": 69 }, "end": { "line": 105, "column": 70 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "treeViewContextMenu.isolate", "start": 4137, "end": 4166, "loc": { "start": { "line": 105, "column": 70 }, "end": { "line": 105, "column": 99 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4166, "end": 4167, "loc": { "start": { "line": 105, "column": 99 }, "end": { "line": 105, "column": 100 } } }, { "type": { "label": "||", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 1, "updateContext": null }, "value": "||", "start": 4168, "end": 4170, "loc": { "start": { "line": 105, "column": 101 }, "end": { "line": 105, "column": 103 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "Isolate", "start": 4171, "end": 4180, "loc": { "start": { "line": 105, "column": 104 }, "end": { "line": 105, "column": 113 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4180, "end": 4181, "loc": { "start": { "line": 105, "column": 113 }, "end": { "line": 105, "column": 114 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4202, "end": 4203, "loc": { "start": { "line": 106, "column": 20 }, "end": { "line": 106, "column": 21 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4203, "end": 4204, "loc": { "start": { "line": 106, "column": 21 }, "end": { "line": 106, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "doAction", "start": 4225, "end": 4233, "loc": { "start": { "line": 107, "column": 20 }, "end": { "line": 107, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4233, "end": 4234, "loc": { "start": { "line": 107, "column": 28 }, "end": { "line": 107, "column": 29 } } }, { "type": { "label": "function", "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "function", "start": 4235, "end": 4243, "loc": { "start": { "line": 107, "column": 30 }, "end": { "line": 107, "column": 38 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4244, "end": 4245, "loc": { "start": { "line": 107, "column": 39 }, "end": { "line": 107, "column": 40 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 4245, "end": 4252, "loc": { "start": { "line": 107, "column": 40 }, "end": { "line": 107, "column": 47 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4252, "end": 4253, "loc": { "start": { "line": 107, "column": 47 }, "end": { "line": 107, "column": 48 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4254, "end": 4255, "loc": { "start": { "line": 107, "column": 49 }, "end": { "line": 107, "column": 50 } } }, { "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": 4280, "end": 4285, "loc": { "start": { "line": 108, "column": 24 }, "end": { "line": 108, "column": 29 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 4286, "end": 4292, "loc": { "start": { "line": 108, "column": 30 }, "end": { "line": 108, "column": 36 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 4293, "end": 4294, "loc": { "start": { "line": 108, "column": 37 }, "end": { "line": 108, "column": 38 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 4295, "end": 4302, "loc": { "start": { "line": 108, "column": 39 }, "end": { "line": 108, "column": 46 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4302, "end": 4303, "loc": { "start": { "line": 108, "column": 46 }, "end": { "line": 108, "column": 47 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 4303, "end": 4309, "loc": { "start": { "line": 108, "column": 47 }, "end": { "line": 108, "column": 53 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4309, "end": 4310, "loc": { "start": { "line": 108, "column": 53 }, "end": { "line": 108, "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": 4335, "end": 4340, "loc": { "start": { "line": 109, "column": 24 }, "end": { "line": 109, "column": 29 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 4341, "end": 4346, "loc": { "start": { "line": 109, "column": 30 }, "end": { "line": 109, "column": 35 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 4347, "end": 4348, "loc": { "start": { "line": 109, "column": 36 }, "end": { "line": 109, "column": 37 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 4349, "end": 4355, "loc": { "start": { "line": 109, "column": 38 }, "end": { "line": 109, "column": 44 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4355, "end": 4356, "loc": { "start": { "line": 109, "column": 44 }, "end": { "line": 109, "column": 45 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 4356, "end": 4361, "loc": { "start": { "line": 109, "column": 45 }, "end": { "line": 109, "column": 50 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4361, "end": 4362, "loc": { "start": { "line": 109, "column": 50 }, "end": { "line": 109, "column": 51 } } }, { "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": 4387, "end": 4392, "loc": { "start": { "line": 110, "column": 24 }, "end": { "line": 110, "column": 29 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectIds", "start": 4393, "end": 4402, "loc": { "start": { "line": 110, "column": 30 }, "end": { "line": 110, "column": 39 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 4403, "end": 4404, "loc": { "start": { "line": 110, "column": 40 }, "end": { "line": 110, "column": 41 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4405, "end": 4406, "loc": { "start": { "line": 110, "column": 42 }, "end": { "line": 110, "column": 43 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4406, "end": 4407, "loc": { "start": { "line": 110, "column": 43 }, "end": { "line": 110, "column": 44 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4407, "end": 4408, "loc": { "start": { "line": 110, "column": 44 }, "end": { "line": 110, "column": 45 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 4433, "end": 4440, "loc": { "start": { "line": 111, "column": 24 }, "end": { "line": 111, "column": 31 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4440, "end": 4441, "loc": { "start": { "line": 111, "column": 31 }, "end": { "line": 111, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewPlugin", "start": 4441, "end": 4455, "loc": { "start": { "line": 111, "column": 32 }, "end": { "line": 111, "column": 46 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4455, "end": 4456, "loc": { "start": { "line": 111, "column": 46 }, "end": { "line": 111, "column": 47 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "withNodeTree", "start": 4456, "end": 4468, "loc": { "start": { "line": 111, "column": 47 }, "end": { "line": 111, "column": 59 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4468, "end": 4469, "loc": { "start": { "line": 111, "column": 59 }, "end": { "line": 111, "column": 60 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 4469, "end": 4476, "loc": { "start": { "line": 111, "column": 60 }, "end": { "line": 111, "column": 67 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4476, "end": 4477, "loc": { "start": { "line": 111, "column": 67 }, "end": { "line": 111, "column": 68 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 4477, "end": 4489, "loc": { "start": { "line": 111, "column": 68 }, "end": { "line": 111, "column": 80 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4489, "end": 4490, "loc": { "start": { "line": 111, "column": 80 }, "end": { "line": 111, "column": 81 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4491, "end": 4492, "loc": { "start": { "line": 111, "column": 82 }, "end": { "line": 111, "column": 83 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 4492, "end": 4504, "loc": { "start": { "line": 111, "column": 83 }, "end": { "line": 111, "column": 95 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4504, "end": 4505, "loc": { "start": { "line": 111, "column": 95 }, "end": { "line": 111, "column": 96 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4506, "end": 4508, "loc": { "start": { "line": 111, "column": 97 }, "end": { "line": 111, "column": 99 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4509, "end": 4510, "loc": { "start": { "line": 111, "column": 100 }, "end": { "line": 111, "column": 101 } } }, { "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": 4539, "end": 4541, "loc": { "start": { "line": 112, "column": 28 }, "end": { "line": 112, "column": 30 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4542, "end": 4543, "loc": { "start": { "line": 112, "column": 31 }, "end": { "line": 112, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 4543, "end": 4555, "loc": { "start": { "line": 112, "column": 32 }, "end": { "line": 112, "column": 44 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4555, "end": 4556, "loc": { "start": { "line": 112, "column": 44 }, "end": { "line": 112, "column": 45 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectId", "start": 4556, "end": 4564, "loc": { "start": { "line": 112, "column": 45 }, "end": { "line": 112, "column": 53 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4564, "end": 4565, "loc": { "start": { "line": 112, "column": 53 }, "end": { "line": 112, "column": 54 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4566, "end": 4567, "loc": { "start": { "line": 112, "column": 55 }, "end": { "line": 112, "column": 56 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectIds", "start": 4600, "end": 4609, "loc": { "start": { "line": 113, "column": 32 }, "end": { "line": 113, "column": 41 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4609, "end": 4610, "loc": { "start": { "line": 113, "column": 41 }, "end": { "line": 113, "column": 42 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "push", "start": 4610, "end": 4614, "loc": { "start": { "line": 113, "column": 42 }, "end": { "line": 113, "column": 46 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4614, "end": 4615, "loc": { "start": { "line": 113, "column": 46 }, "end": { "line": 113, "column": 47 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 4615, "end": 4627, "loc": { "start": { "line": 113, "column": 47 }, "end": { "line": 113, "column": 59 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4627, "end": 4628, "loc": { "start": { "line": 113, "column": 59 }, "end": { "line": 113, "column": 60 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectId", "start": 4628, "end": 4636, "loc": { "start": { "line": 113, "column": 60 }, "end": { "line": 113, "column": 68 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4636, "end": 4637, "loc": { "start": { "line": 113, "column": 68 }, "end": { "line": 113, "column": 69 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4637, "end": 4638, "loc": { "start": { "line": 113, "column": 69 }, "end": { "line": 113, "column": 70 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4667, "end": 4668, "loc": { "start": { "line": 114, "column": 28 }, "end": { "line": 114, "column": 29 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4693, "end": 4694, "loc": { "start": { "line": 115, "column": 24 }, "end": { "line": 115, "column": 25 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4694, "end": 4695, "loc": { "start": { "line": 115, "column": 25 }, "end": { "line": 115, "column": 26 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4695, "end": 4696, "loc": { "start": { "line": 115, "column": 26 }, "end": { "line": 115, "column": 27 } } }, { "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": 4721, "end": 4726, "loc": { "start": { "line": 116, "column": 24 }, "end": { "line": 116, "column": 29 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "aabb", "start": 4727, "end": 4731, "loc": { "start": { "line": 116, "column": 30 }, "end": { "line": 116, "column": 34 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 4732, "end": 4733, "loc": { "start": { "line": 116, "column": 35 }, "end": { "line": 116, "column": 36 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 4734, "end": 4739, "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, "updateContext": null }, "start": 4739, "end": 4740, "loc": { "start": { "line": 116, "column": 42 }, "end": { "line": 116, "column": 43 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getAABB", "start": 4740, "end": 4747, "loc": { "start": { "line": 116, "column": 43 }, "end": { "line": 116, "column": 50 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4747, "end": 4748, "loc": { "start": { "line": 116, "column": 50 }, "end": { "line": 116, "column": 51 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectIds", "start": 4748, "end": 4757, "loc": { "start": { "line": 116, "column": 51 }, "end": { "line": 116, "column": 60 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4757, "end": 4758, "loc": { "start": { "line": 116, "column": 60 }, "end": { "line": 116, "column": 61 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4758, "end": 4759, "loc": { "start": { "line": 116, "column": 61 }, "end": { "line": 116, "column": 62 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 4785, "end": 4791, "loc": { "start": { "line": 118, "column": 24 }, "end": { "line": 118, "column": 30 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4791, "end": 4792, "loc": { "start": { "line": 118, "column": 30 }, "end": { "line": 118, "column": 31 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "cameraControl", "start": 4792, "end": 4805, "loc": { "start": { "line": 118, "column": 31 }, "end": { "line": 118, "column": 44 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4805, "end": 4806, "loc": { "start": { "line": 118, "column": 44 }, "end": { "line": 118, "column": 45 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "pivotPos", "start": 4806, "end": 4814, "loc": { "start": { "line": 118, "column": 45 }, "end": { "line": 118, "column": 53 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 4815, "end": 4816, "loc": { "start": { "line": 118, "column": 54 }, "end": { "line": 118, "column": 55 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "math", "start": 4817, "end": 4821, "loc": { "start": { "line": 118, "column": 56 }, "end": { "line": 118, "column": 60 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4821, "end": 4822, "loc": { "start": { "line": 118, "column": 60 }, "end": { "line": 118, "column": 61 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getAABB3Center", "start": 4822, "end": 4836, "loc": { "start": { "line": 118, "column": 61 }, "end": { "line": 118, "column": 75 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4836, "end": 4837, "loc": { "start": { "line": 118, "column": 75 }, "end": { "line": 118, "column": 76 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "aabb", "start": 4837, "end": 4841, "loc": { "start": { "line": 118, "column": 76 }, "end": { "line": 118, "column": 80 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4841, "end": 4842, "loc": { "start": { "line": 118, "column": 80 }, "end": { "line": 118, "column": 81 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "tempVec3", "start": 4843, "end": 4851, "loc": { "start": { "line": 118, "column": 82 }, "end": { "line": 118, "column": 90 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4851, "end": 4852, "loc": { "start": { "line": 118, "column": 90 }, "end": { "line": 118, "column": 91 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4852, "end": 4853, "loc": { "start": { "line": 118, "column": 91 }, "end": { "line": 118, "column": 92 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 4879, "end": 4884, "loc": { "start": { "line": 120, "column": 24 }, "end": { "line": 120, "column": 29 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4884, "end": 4885, "loc": { "start": { "line": 120, "column": 29 }, "end": { "line": 120, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setObjectsXRayed", "start": 4885, "end": 4901, "loc": { "start": { "line": 120, "column": 30 }, "end": { "line": 120, "column": 46 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4901, "end": 4902, "loc": { "start": { "line": 120, "column": 46 }, "end": { "line": 120, "column": 47 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 4902, "end": 4907, "loc": { "start": { "line": 120, "column": 47 }, "end": { "line": 120, "column": 52 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4907, "end": 4908, "loc": { "start": { "line": 120, "column": 52 }, "end": { "line": 120, "column": 53 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "xrayedObjectIds", "start": 4908, "end": 4923, "loc": { "start": { "line": 120, "column": 53 }, "end": { "line": 120, "column": 68 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4923, "end": 4924, "loc": { "start": { "line": 120, "column": 68 }, "end": { "line": 120, "column": 69 } } }, { "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": 4925, "end": 4930, "loc": { "start": { "line": 120, "column": 70 }, "end": { "line": 120, "column": 75 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4930, "end": 4931, "loc": { "start": { "line": 120, "column": 75 }, "end": { "line": 120, "column": 76 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4931, "end": 4932, "loc": { "start": { "line": 120, "column": 76 }, "end": { "line": 120, "column": 77 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 4957, "end": 4962, "loc": { "start": { "line": 121, "column": 24 }, "end": { "line": 121, "column": 29 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4962, "end": 4963, "loc": { "start": { "line": 121, "column": 29 }, "end": { "line": 121, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setObjectsVisible", "start": 4963, "end": 4980, "loc": { "start": { "line": 121, "column": 30 }, "end": { "line": 121, "column": 47 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 4980, "end": 4981, "loc": { "start": { "line": 121, "column": 47 }, "end": { "line": 121, "column": 48 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 4981, "end": 4986, "loc": { "start": { "line": 121, "column": 48 }, "end": { "line": 121, "column": 53 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 4986, "end": 4987, "loc": { "start": { "line": 121, "column": 53 }, "end": { "line": 121, "column": 54 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "visibleObjectIds", "start": 4987, "end": 5003, "loc": { "start": { "line": 121, "column": 54 }, "end": { "line": 121, "column": 70 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 5003, "end": 5004, "loc": { "start": { "line": 121, "column": 70 }, "end": { "line": 121, "column": 71 } } }, { "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": 5005, "end": 5010, "loc": { "start": { "line": 121, "column": 72 }, "end": { "line": 121, "column": 77 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 5010, "end": 5011, "loc": { "start": { "line": 121, "column": 77 }, "end": { "line": 121, "column": 78 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 5011, "end": 5012, "loc": { "start": { "line": 121, "column": 78 }, "end": { "line": 121, "column": 79 } } }, { "type": "CommentLine", "value": " scene.setObjectsPickable(scene.objectIds, false);", "start": 5037, "end": 5089, "loc": { "start": { "line": 122, "column": 24 }, "end": { "line": 122, "column": 76 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 5114, "end": 5119, "loc": { "start": { "line": 123, "column": 24 }, "end": { "line": 123, "column": 29 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 5119, "end": 5120, "loc": { "start": { "line": 123, "column": 29 }, "end": { "line": 123, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setObjectsSelected", "start": 5120, "end": 5138, "loc": { "start": { "line": 123, "column": 30 }, "end": { "line": 123, "column": 48 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 5138, "end": 5139, "loc": { "start": { "line": 123, "column": 48 }, "end": { "line": 123, "column": 49 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 5139, "end": 5144, "loc": { "start": { "line": 123, "column": 49 }, "end": { "line": 123, "column": 54 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 5144, "end": 5145, "loc": { "start": { "line": 123, "column": 54 }, "end": { "line": 123, "column": 55 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "selectedObjectIds", "start": 5145, "end": 5162, "loc": { "start": { "line": 123, "column": 55 }, "end": { "line": 123, "column": 72 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 5162, "end": 5163, "loc": { "start": { "line": 123, "column": 72 }, "end": { "line": 123, "column": 73 } } }, { "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": 5164, "end": 5169, "loc": { "start": { "line": 123, "column": 74 }, "end": { "line": 123, "column": 79 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 5169, "end": 5170, "loc": { "start": { "line": 123, "column": 79 }, "end": { "line": 123, "column": 80 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 5170, "end": 5171, "loc": { "start": { "line": 123, "column": 80 }, "end": { "line": 123, "column": 81 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 5197, "end": 5202, "loc": { "start": { "line": 125, "column": 24 }, "end": { "line": 125, "column": 29 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 5202, "end": 5203, "loc": { "start": { "line": 125, "column": 29 }, "end": { "line": 125, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setObjectsVisible", "start": 5203, "end": 5220, "loc": { "start": { "line": 125, "column": 30 }, "end": { "line": 125, "column": 47 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 5220, "end": 5221, "loc": { "start": { "line": 125, "column": 47 }, "end": { "line": 125, "column": 48 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectIds", "start": 5221, "end": 5230, "loc": { "start": { "line": 125, "column": 48 }, "end": { "line": 125, "column": 57 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 5230, "end": 5231, "loc": { "start": { "line": 125, "column": 57 }, "end": { "line": 125, "column": 58 } } }, { "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": 5232, "end": 5236, "loc": { "start": { "line": 125, "column": 59 }, "end": { "line": 125, "column": 63 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 5236, "end": 5237, "loc": { "start": { "line": 125, "column": 63 }, "end": { "line": 125, "column": 64 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 5237, "end": 5238, "loc": { "start": { "line": 125, "column": 64 }, "end": { "line": 125, "column": 65 } } }, { "type": "CommentLine", "value": " scene.setObjectsPickable(objectIds, true);", "start": 5263, "end": 5308, "loc": { "start": { "line": 126, "column": 24 }, "end": { "line": 126, "column": 69 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 5334, "end": 5340, "loc": { "start": { "line": 128, "column": 24 }, "end": { "line": 128, "column": 30 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 5340, "end": 5341, "loc": { "start": { "line": 128, "column": 30 }, "end": { "line": 128, "column": 31 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "cameraFlight", "start": 5341, "end": 5353, "loc": { "start": { "line": 128, "column": 31 }, "end": { "line": 128, "column": 43 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 5353, "end": 5354, "loc": { "start": { "line": 128, "column": 43 }, "end": { "line": 128, "column": 44 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "flyTo", "start": 5354, "end": 5359, "loc": { "start": { "line": 128, "column": 44 }, "end": { "line": 128, "column": 49 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 5359, "end": 5360, "loc": { "start": { "line": 128, "column": 49 }, "end": { "line": 128, "column": 50 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 5360, "end": 5361, "loc": { "start": { "line": 128, "column": 50 }, "end": { "line": 128, "column": 51 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "aabb", "start": 5390, "end": 5394, "loc": { "start": { "line": 129, "column": 28 }, "end": { "line": 129, "column": 32 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 5394, "end": 5395, "loc": { "start": { "line": 129, "column": 32 }, "end": { "line": 129, "column": 33 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "aabb", "start": 5396, "end": 5400, "loc": { "start": { "line": 129, "column": 34 }, "end": { "line": 129, "column": 38 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 5425, "end": 5426, "loc": { "start": { "line": 130, "column": 24 }, "end": { "line": 130, "column": 25 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 5426, "end": 5427, "loc": { "start": { "line": 130, "column": 25 }, "end": { "line": 130, "column": 26 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 5428, "end": 5429, "loc": { "start": { "line": 130, "column": 27 }, "end": { "line": 130, "column": 28 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 5429, "end": 5430, "loc": { "start": { "line": 130, "column": 28 }, "end": { "line": 130, "column": 29 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 5431, "end": 5433, "loc": { "start": { "line": 130, "column": 30 }, "end": { "line": 130, "column": 32 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 5434, "end": 5435, "loc": { "start": { "line": 130, "column": 33 }, "end": { "line": 130, "column": 34 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 5460, "end": 5461, "loc": { "start": { "line": 131, "column": 24 }, "end": { "line": 131, "column": 25 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 5461, "end": 5462, "loc": { "start": { "line": 131, "column": 25 }, "end": { "line": 131, "column": 26 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 5462, "end": 5463, "loc": { "start": { "line": 131, "column": 26 }, "end": { "line": 131, "column": 27 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 5484, "end": 5485, "loc": { "start": { "line": 132, "column": 20 }, "end": { "line": 132, "column": 21 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 5502, "end": 5503, "loc": { "start": { "line": 133, "column": 16 }, "end": { "line": 133, "column": 17 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 5516, "end": 5517, "loc": { "start": { "line": 134, "column": 12 }, "end": { "line": 134, "column": 13 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 5517, "end": 5518, "loc": { "start": { "line": 134, "column": 13 }, "end": { "line": 134, "column": 14 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 5531, "end": 5532, "loc": { "start": { "line": 135, "column": 12 }, "end": { "line": 135, "column": 13 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 5549, "end": 5550, "loc": { "start": { "line": 136, "column": 16 }, "end": { "line": 136, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getTitle", "start": 5571, "end": 5579, "loc": { "start": { "line": 137, "column": 20 }, "end": { "line": 137, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 5579, "end": 5580, "loc": { "start": { "line": 137, "column": 28 }, "end": { "line": 137, "column": 29 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 5581, "end": 5582, "loc": { "start": { "line": 137, "column": 30 }, "end": { "line": 137, "column": 31 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 5582, "end": 5589, "loc": { "start": { "line": 137, "column": 31 }, "end": { "line": 137, "column": 38 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 5589, "end": 5590, "loc": { "start": { "line": 137, "column": 38 }, "end": { "line": 137, "column": 39 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 5591, "end": 5593, "loc": { "start": { "line": 137, "column": 40 }, "end": { "line": 137, "column": 42 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 5594, "end": 5595, "loc": { "start": { "line": 137, "column": 43 }, "end": { "line": 137, "column": 44 } } }, { "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": 5620, "end": 5626, "loc": { "start": { "line": 138, "column": 24 }, "end": { "line": 138, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 5627, "end": 5634, "loc": { "start": { "line": 138, "column": 31 }, "end": { "line": 138, "column": 38 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 5634, "end": 5635, "loc": { "start": { "line": 138, "column": 38 }, "end": { "line": 138, "column": 39 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 5635, "end": 5641, "loc": { "start": { "line": 138, "column": 39 }, "end": { "line": 138, "column": 45 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 5641, "end": 5642, "loc": { "start": { "line": 138, "column": 45 }, "end": { "line": 138, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "localeService", "start": 5642, "end": 5655, "loc": { "start": { "line": 138, "column": 46 }, "end": { "line": 138, "column": 59 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 5655, "end": 5656, "loc": { "start": { "line": 138, "column": 59 }, "end": { "line": 138, "column": 60 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "translate", "start": 5656, "end": 5665, "loc": { "start": { "line": 138, "column": 60 }, "end": { "line": 138, "column": 69 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 5665, "end": 5666, "loc": { "start": { "line": 138, "column": 69 }, "end": { "line": 138, "column": 70 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "treeViewContextMenu.hide", "start": 5666, "end": 5692, "loc": { "start": { "line": 138, "column": 70 }, "end": { "line": 138, "column": 96 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 5692, "end": 5693, "loc": { "start": { "line": 138, "column": 96 }, "end": { "line": 138, "column": 97 } } }, { "type": { "label": "||", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 1, "updateContext": null }, "value": "||", "start": 5694, "end": 5696, "loc": { "start": { "line": 138, "column": 98 }, "end": { "line": 138, "column": 100 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "Hide", "start": 5697, "end": 5703, "loc": { "start": { "line": 138, "column": 101 }, "end": { "line": 138, "column": 107 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 5703, "end": 5704, "loc": { "start": { "line": 138, "column": 107 }, "end": { "line": 138, "column": 108 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 5725, "end": 5726, "loc": { "start": { "line": 139, "column": 20 }, "end": { "line": 139, "column": 21 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 5726, "end": 5727, "loc": { "start": { "line": 139, "column": 21 }, "end": { "line": 139, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "doAction", "start": 5748, "end": 5756, "loc": { "start": { "line": 140, "column": 20 }, "end": { "line": 140, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 5756, "end": 5757, "loc": { "start": { "line": 140, "column": 28 }, "end": { "line": 140, "column": 29 } } }, { "type": { "label": "function", "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "function", "start": 5758, "end": 5766, "loc": { "start": { "line": 140, "column": 30 }, "end": { "line": 140, "column": 38 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 5767, "end": 5768, "loc": { "start": { "line": 140, "column": 39 }, "end": { "line": 140, "column": 40 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 5768, "end": 5775, "loc": { "start": { "line": 140, "column": 40 }, "end": { "line": 140, "column": 47 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 5775, "end": 5776, "loc": { "start": { "line": 140, "column": 47 }, "end": { "line": 140, "column": 48 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 5777, "end": 5778, "loc": { "start": { "line": 140, "column": 49 }, "end": { "line": 140, "column": 50 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 5803, "end": 5810, "loc": { "start": { "line": 141, "column": 24 }, "end": { "line": 141, "column": 31 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 5810, "end": 5811, "loc": { "start": { "line": 141, "column": 31 }, "end": { "line": 141, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewPlugin", "start": 5811, "end": 5825, "loc": { "start": { "line": 141, "column": 32 }, "end": { "line": 141, "column": 46 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 5825, "end": 5826, "loc": { "start": { "line": 141, "column": 46 }, "end": { "line": 141, "column": 47 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "withNodeTree", "start": 5826, "end": 5838, "loc": { "start": { "line": 141, "column": 47 }, "end": { "line": 141, "column": 59 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 5838, "end": 5839, "loc": { "start": { "line": 141, "column": 59 }, "end": { "line": 141, "column": 60 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 5839, "end": 5846, "loc": { "start": { "line": 141, "column": 60 }, "end": { "line": 141, "column": 67 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 5846, "end": 5847, "loc": { "start": { "line": 141, "column": 67 }, "end": { "line": 141, "column": 68 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 5847, "end": 5859, "loc": { "start": { "line": 141, "column": 68 }, "end": { "line": 141, "column": 80 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 5859, "end": 5860, "loc": { "start": { "line": 141, "column": 80 }, "end": { "line": 141, "column": 81 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 5861, "end": 5862, "loc": { "start": { "line": 141, "column": 82 }, "end": { "line": 141, "column": 83 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 5862, "end": 5874, "loc": { "start": { "line": 141, "column": 83 }, "end": { "line": 141, "column": 95 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 5874, "end": 5875, "loc": { "start": { "line": 141, "column": 95 }, "end": { "line": 141, "column": 96 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 5876, "end": 5878, "loc": { "start": { "line": 141, "column": 97 }, "end": { "line": 141, "column": 99 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 5879, "end": 5880, "loc": { "start": { "line": 141, "column": 100 }, "end": { "line": 141, "column": 101 } } }, { "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": 5909, "end": 5911, "loc": { "start": { "line": 142, "column": 28 }, "end": { "line": 142, "column": 30 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 5912, "end": 5913, "loc": { "start": { "line": 142, "column": 31 }, "end": { "line": 142, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 5913, "end": 5925, "loc": { "start": { "line": 142, "column": 32 }, "end": { "line": 142, "column": 44 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 5925, "end": 5926, "loc": { "start": { "line": 142, "column": 44 }, "end": { "line": 142, "column": 45 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectId", "start": 5926, "end": 5934, "loc": { "start": { "line": 142, "column": 45 }, "end": { "line": 142, "column": 53 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 5934, "end": 5935, "loc": { "start": { "line": 142, "column": 53 }, "end": { "line": 142, "column": 54 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 5936, "end": 5937, "loc": { "start": { "line": 142, "column": 55 }, "end": { "line": 142, "column": 56 } } }, { "type": { "label": "const", "keyword": "const", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "const", "start": 5970, "end": 5975, "loc": { "start": { "line": 143, "column": 32 }, "end": { "line": 143, "column": 37 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 5976, "end": 5982, "loc": { "start": { "line": 143, "column": 38 }, "end": { "line": 143, "column": 44 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 5983, "end": 5984, "loc": { "start": { "line": 143, "column": 45 }, "end": { "line": 143, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 5985, "end": 5992, "loc": { "start": { "line": 143, "column": 47 }, "end": { "line": 143, "column": 54 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 5992, "end": 5993, "loc": { "start": { "line": 143, "column": 54 }, "end": { "line": 143, "column": 55 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 5993, "end": 5999, "loc": { "start": { "line": 143, "column": 55 }, "end": { "line": 143, "column": 61 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 5999, "end": 6000, "loc": { "start": { "line": 143, "column": 61 }, "end": { "line": 143, "column": 62 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 6000, "end": 6005, "loc": { "start": { "line": 143, "column": 62 }, "end": { "line": 143, "column": 67 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6005, "end": 6006, "loc": { "start": { "line": 143, "column": 67 }, "end": { "line": 143, "column": 68 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objects", "start": 6006, "end": 6013, "loc": { "start": { "line": 143, "column": 68 }, "end": { "line": 143, "column": 75 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6013, "end": 6014, "loc": { "start": { "line": 143, "column": 75 }, "end": { "line": 143, "column": 76 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 6014, "end": 6026, "loc": { "start": { "line": 143, "column": 76 }, "end": { "line": 143, "column": 88 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6026, "end": 6027, "loc": { "start": { "line": 143, "column": 88 }, "end": { "line": 143, "column": 89 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectId", "start": 6027, "end": 6035, "loc": { "start": { "line": 143, "column": 89 }, "end": { "line": 143, "column": 97 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6035, "end": 6036, "loc": { "start": { "line": 143, "column": 97 }, "end": { "line": 143, "column": 98 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6036, "end": 6037, "loc": { "start": { "line": 143, "column": 98 }, "end": { "line": 143, "column": 99 } } }, { "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": 6070, "end": 6072, "loc": { "start": { "line": 144, "column": 32 }, "end": { "line": 144, "column": 34 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 6073, "end": 6074, "loc": { "start": { "line": 144, "column": 35 }, "end": { "line": 144, "column": 36 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 6074, "end": 6080, "loc": { "start": { "line": 144, "column": 36 }, "end": { "line": 144, "column": 42 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 6080, "end": 6081, "loc": { "start": { "line": 144, "column": 42 }, "end": { "line": 144, "column": 43 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 6082, "end": 6083, "loc": { "start": { "line": 144, "column": 44 }, "end": { "line": 144, "column": 45 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 6120, "end": 6126, "loc": { "start": { "line": 145, "column": 36 }, "end": { "line": 145, "column": 42 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6126, "end": 6127, "loc": { "start": { "line": 145, "column": 42 }, "end": { "line": 145, "column": 43 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "visible", "start": 6127, "end": 6134, "loc": { "start": { "line": 145, "column": 43 }, "end": { "line": 145, "column": 50 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 6135, "end": 6136, "loc": { "start": { "line": 145, "column": 51 }, "end": { "line": 145, "column": 52 } } }, { "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": 6137, "end": 6142, "loc": { "start": { "line": 145, "column": 53 }, "end": { "line": 145, "column": 58 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6142, "end": 6143, "loc": { "start": { "line": 145, "column": 58 }, "end": { "line": 145, "column": 59 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 6176, "end": 6177, "loc": { "start": { "line": 146, "column": 32 }, "end": { "line": 146, "column": 33 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 6206, "end": 6207, "loc": { "start": { "line": 147, "column": 28 }, "end": { "line": 147, "column": 29 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 6232, "end": 6233, "loc": { "start": { "line": 148, "column": 24 }, "end": { "line": 148, "column": 25 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 6233, "end": 6234, "loc": { "start": { "line": 148, "column": 25 }, "end": { "line": 148, "column": 26 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6234, "end": 6235, "loc": { "start": { "line": 148, "column": 26 }, "end": { "line": 148, "column": 27 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 6256, "end": 6257, "loc": { "start": { "line": 149, "column": 20 }, "end": { "line": 149, "column": 21 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 6274, "end": 6275, "loc": { "start": { "line": 150, "column": 16 }, "end": { "line": 150, "column": 17 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6275, "end": 6276, "loc": { "start": { "line": 150, "column": 17 }, "end": { "line": 150, "column": 18 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 6293, "end": 6294, "loc": { "start": { "line": 151, "column": 16 }, "end": { "line": 151, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getTitle", "start": 6315, "end": 6323, "loc": { "start": { "line": 152, "column": 20 }, "end": { "line": 152, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6323, "end": 6324, "loc": { "start": { "line": 152, "column": 28 }, "end": { "line": 152, "column": 29 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 6325, "end": 6326, "loc": { "start": { "line": 152, "column": 30 }, "end": { "line": 152, "column": 31 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 6326, "end": 6333, "loc": { "start": { "line": 152, "column": 31 }, "end": { "line": 152, "column": 38 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 6333, "end": 6334, "loc": { "start": { "line": 152, "column": 38 }, "end": { "line": 152, "column": 39 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6335, "end": 6337, "loc": { "start": { "line": 152, "column": 40 }, "end": { "line": 152, "column": 42 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 6338, "end": 6339, "loc": { "start": { "line": 152, "column": 43 }, "end": { "line": 152, "column": 44 } } }, { "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": 6364, "end": 6370, "loc": { "start": { "line": 153, "column": 24 }, "end": { "line": 153, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 6371, "end": 6378, "loc": { "start": { "line": 153, "column": 31 }, "end": { "line": 153, "column": 38 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6378, "end": 6379, "loc": { "start": { "line": 153, "column": 38 }, "end": { "line": 153, "column": 39 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 6379, "end": 6385, "loc": { "start": { "line": 153, "column": 39 }, "end": { "line": 153, "column": 45 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6385, "end": 6386, "loc": { "start": { "line": 153, "column": 45 }, "end": { "line": 153, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "localeService", "start": 6386, "end": 6399, "loc": { "start": { "line": 153, "column": 46 }, "end": { "line": 153, "column": 59 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6399, "end": 6400, "loc": { "start": { "line": 153, "column": 59 }, "end": { "line": 153, "column": 60 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "translate", "start": 6400, "end": 6409, "loc": { "start": { "line": 153, "column": 60 }, "end": { "line": 153, "column": 69 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 6409, "end": 6410, "loc": { "start": { "line": 153, "column": 69 }, "end": { "line": 153, "column": 70 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "treeViewContextMenu.hideOthers", "start": 6410, "end": 6442, "loc": { "start": { "line": 153, "column": 70 }, "end": { "line": 153, "column": 102 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 6442, "end": 6443, "loc": { "start": { "line": 153, "column": 102 }, "end": { "line": 153, "column": 103 } } }, { "type": { "label": "||", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 1, "updateContext": null }, "value": "||", "start": 6444, "end": 6446, "loc": { "start": { "line": 153, "column": 104 }, "end": { "line": 153, "column": 106 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "Hide Others", "start": 6447, "end": 6460, "loc": { "start": { "line": 153, "column": 107 }, "end": { "line": 153, "column": 120 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6460, "end": 6461, "loc": { "start": { "line": 153, "column": 120 }, "end": { "line": 153, "column": 121 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 6482, "end": 6483, "loc": { "start": { "line": 154, "column": 20 }, "end": { "line": 154, "column": 21 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6483, "end": 6484, "loc": { "start": { "line": 154, "column": 21 }, "end": { "line": 154, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "doAction", "start": 6505, "end": 6513, "loc": { "start": { "line": 155, "column": 20 }, "end": { "line": 155, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6513, "end": 6514, "loc": { "start": { "line": 155, "column": 28 }, "end": { "line": 155, "column": 29 } } }, { "type": { "label": "function", "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "function", "start": 6515, "end": 6523, "loc": { "start": { "line": 155, "column": 30 }, "end": { "line": 155, "column": 38 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 6524, "end": 6525, "loc": { "start": { "line": 155, "column": 39 }, "end": { "line": 155, "column": 40 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 6525, "end": 6532, "loc": { "start": { "line": 155, "column": 40 }, "end": { "line": 155, "column": 47 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 6532, "end": 6533, "loc": { "start": { "line": 155, "column": 47 }, "end": { "line": 155, "column": 48 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 6534, "end": 6535, "loc": { "start": { "line": 155, "column": 49 }, "end": { "line": 155, "column": 50 } } }, { "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": 6560, "end": 6565, "loc": { "start": { "line": 156, "column": 24 }, "end": { "line": 156, "column": 29 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 6566, "end": 6571, "loc": { "start": { "line": 156, "column": 30 }, "end": { "line": 156, "column": 35 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 6572, "end": 6573, "loc": { "start": { "line": 156, "column": 36 }, "end": { "line": 156, "column": 37 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 6574, "end": 6581, "loc": { "start": { "line": 156, "column": 38 }, "end": { "line": 156, "column": 45 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6581, "end": 6582, "loc": { "start": { "line": 156, "column": 45 }, "end": { "line": 156, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 6582, "end": 6588, "loc": { "start": { "line": 156, "column": 46 }, "end": { "line": 156, "column": 52 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6588, "end": 6589, "loc": { "start": { "line": 156, "column": 52 }, "end": { "line": 156, "column": 53 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 6589, "end": 6594, "loc": { "start": { "line": 156, "column": 53 }, "end": { "line": 156, "column": 58 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6594, "end": 6595, "loc": { "start": { "line": 156, "column": 58 }, "end": { "line": 156, "column": 59 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 6620, "end": 6625, "loc": { "start": { "line": 157, "column": 24 }, "end": { "line": 157, "column": 29 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6625, "end": 6626, "loc": { "start": { "line": 157, "column": 29 }, "end": { "line": 157, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setObjectsVisible", "start": 6626, "end": 6643, "loc": { "start": { "line": 157, "column": 30 }, "end": { "line": 157, "column": 47 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 6643, "end": 6644, "loc": { "start": { "line": 157, "column": 47 }, "end": { "line": 157, "column": 48 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 6644, "end": 6649, "loc": { "start": { "line": 157, "column": 48 }, "end": { "line": 157, "column": 53 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6649, "end": 6650, "loc": { "start": { "line": 157, "column": 53 }, "end": { "line": 157, "column": 54 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "visibleObjectIds", "start": 6650, "end": 6666, "loc": { "start": { "line": 157, "column": 54 }, "end": { "line": 157, "column": 70 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6666, "end": 6667, "loc": { "start": { "line": 157, "column": 70 }, "end": { "line": 157, "column": 71 } } }, { "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": 6668, "end": 6673, "loc": { "start": { "line": 157, "column": 72 }, "end": { "line": 157, "column": 77 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 6673, "end": 6674, "loc": { "start": { "line": 157, "column": 77 }, "end": { "line": 157, "column": 78 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6674, "end": 6675, "loc": { "start": { "line": 157, "column": 78 }, "end": { "line": 157, "column": 79 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 6700, "end": 6705, "loc": { "start": { "line": 158, "column": 24 }, "end": { "line": 158, "column": 29 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6705, "end": 6706, "loc": { "start": { "line": 158, "column": 29 }, "end": { "line": 158, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setObjectsPickable", "start": 6706, "end": 6724, "loc": { "start": { "line": 158, "column": 30 }, "end": { "line": 158, "column": 48 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 6724, "end": 6725, "loc": { "start": { "line": 158, "column": 48 }, "end": { "line": 158, "column": 49 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 6725, "end": 6730, "loc": { "start": { "line": 158, "column": 49 }, "end": { "line": 158, "column": 54 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6730, "end": 6731, "loc": { "start": { "line": 158, "column": 54 }, "end": { "line": 158, "column": 55 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "xrayedObjectIds", "start": 6731, "end": 6746, "loc": { "start": { "line": 158, "column": 55 }, "end": { "line": 158, "column": 70 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6746, "end": 6747, "loc": { "start": { "line": 158, "column": 70 }, "end": { "line": 158, "column": 71 } } }, { "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": 6748, "end": 6752, "loc": { "start": { "line": 158, "column": 72 }, "end": { "line": 158, "column": 76 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 6752, "end": 6753, "loc": { "start": { "line": 158, "column": 76 }, "end": { "line": 158, "column": 77 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6753, "end": 6754, "loc": { "start": { "line": 158, "column": 77 }, "end": { "line": 158, "column": 78 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 6779, "end": 6784, "loc": { "start": { "line": 159, "column": 24 }, "end": { "line": 159, "column": 29 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6784, "end": 6785, "loc": { "start": { "line": 159, "column": 29 }, "end": { "line": 159, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setObjectsXRayed", "start": 6785, "end": 6801, "loc": { "start": { "line": 159, "column": 30 }, "end": { "line": 159, "column": 46 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 6801, "end": 6802, "loc": { "start": { "line": 159, "column": 46 }, "end": { "line": 159, "column": 47 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 6802, "end": 6807, "loc": { "start": { "line": 159, "column": 47 }, "end": { "line": 159, "column": 52 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6807, "end": 6808, "loc": { "start": { "line": 159, "column": 52 }, "end": { "line": 159, "column": 53 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "xrayedObjectIds", "start": 6808, "end": 6823, "loc": { "start": { "line": 159, "column": 53 }, "end": { "line": 159, "column": 68 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6823, "end": 6824, "loc": { "start": { "line": 159, "column": 68 }, "end": { "line": 159, "column": 69 } } }, { "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": 6825, "end": 6830, "loc": { "start": { "line": 159, "column": 70 }, "end": { "line": 159, "column": 75 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 6830, "end": 6831, "loc": { "start": { "line": 159, "column": 75 }, "end": { "line": 159, "column": 76 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6831, "end": 6832, "loc": { "start": { "line": 159, "column": 76 }, "end": { "line": 159, "column": 77 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 6857, "end": 6864, "loc": { "start": { "line": 160, "column": 24 }, "end": { "line": 160, "column": 31 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6864, "end": 6865, "loc": { "start": { "line": 160, "column": 31 }, "end": { "line": 160, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewPlugin", "start": 6865, "end": 6879, "loc": { "start": { "line": 160, "column": 32 }, "end": { "line": 160, "column": 46 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6879, "end": 6880, "loc": { "start": { "line": 160, "column": 46 }, "end": { "line": 160, "column": 47 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "withNodeTree", "start": 6880, "end": 6892, "loc": { "start": { "line": 160, "column": 47 }, "end": { "line": 160, "column": 59 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 6892, "end": 6893, "loc": { "start": { "line": 160, "column": 59 }, "end": { "line": 160, "column": 60 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 6893, "end": 6900, "loc": { "start": { "line": 160, "column": 60 }, "end": { "line": 160, "column": 67 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6900, "end": 6901, "loc": { "start": { "line": 160, "column": 67 }, "end": { "line": 160, "column": 68 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 6901, "end": 6913, "loc": { "start": { "line": 160, "column": 68 }, "end": { "line": 160, "column": 80 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6913, "end": 6914, "loc": { "start": { "line": 160, "column": 80 }, "end": { "line": 160, "column": 81 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 6915, "end": 6916, "loc": { "start": { "line": 160, "column": 82 }, "end": { "line": 160, "column": 83 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 6916, "end": 6928, "loc": { "start": { "line": 160, "column": 83 }, "end": { "line": 160, "column": 95 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 6928, "end": 6929, "loc": { "start": { "line": 160, "column": 95 }, "end": { "line": 160, "column": 96 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6930, "end": 6932, "loc": { "start": { "line": 160, "column": 97 }, "end": { "line": 160, "column": 99 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 6933, "end": 6934, "loc": { "start": { "line": 160, "column": 100 }, "end": { "line": 160, "column": 101 } } }, { "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": 6963, "end": 6965, "loc": { "start": { "line": 161, "column": 28 }, "end": { "line": 161, "column": 30 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 6966, "end": 6967, "loc": { "start": { "line": 161, "column": 31 }, "end": { "line": 161, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 6967, "end": 6979, "loc": { "start": { "line": 161, "column": 32 }, "end": { "line": 161, "column": 44 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 6979, "end": 6980, "loc": { "start": { "line": 161, "column": 44 }, "end": { "line": 161, "column": 45 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectId", "start": 6980, "end": 6988, "loc": { "start": { "line": 161, "column": 45 }, "end": { "line": 161, "column": 53 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 6988, "end": 6989, "loc": { "start": { "line": 161, "column": 53 }, "end": { "line": 161, "column": 54 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 6990, "end": 6991, "loc": { "start": { "line": 161, "column": 55 }, "end": { "line": 161, "column": 56 } } }, { "type": { "label": "const", "keyword": "const", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "const", "start": 7024, "end": 7029, "loc": { "start": { "line": 162, "column": 32 }, "end": { "line": 162, "column": 37 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 7030, "end": 7036, "loc": { "start": { "line": 162, "column": 38 }, "end": { "line": 162, "column": 44 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 7037, "end": 7038, "loc": { "start": { "line": 162, "column": 45 }, "end": { "line": 162, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 7039, "end": 7044, "loc": { "start": { "line": 162, "column": 47 }, "end": { "line": 162, "column": 52 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7044, "end": 7045, "loc": { "start": { "line": 162, "column": 52 }, "end": { "line": 162, "column": 53 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objects", "start": 7045, "end": 7052, "loc": { "start": { "line": 162, "column": 53 }, "end": { "line": 162, "column": 60 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7052, "end": 7053, "loc": { "start": { "line": 162, "column": 60 }, "end": { "line": 162, "column": 61 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 7053, "end": 7065, "loc": { "start": { "line": 162, "column": 61 }, "end": { "line": 162, "column": 73 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7065, "end": 7066, "loc": { "start": { "line": 162, "column": 73 }, "end": { "line": 162, "column": 74 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectId", "start": 7066, "end": 7074, "loc": { "start": { "line": 162, "column": 74 }, "end": { "line": 162, "column": 82 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7074, "end": 7075, "loc": { "start": { "line": 162, "column": 82 }, "end": { "line": 162, "column": 83 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7075, "end": 7076, "loc": { "start": { "line": 162, "column": 83 }, "end": { "line": 162, "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": 7109, "end": 7111, "loc": { "start": { "line": 163, "column": 32 }, "end": { "line": 163, "column": 34 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7112, "end": 7113, "loc": { "start": { "line": 163, "column": 35 }, "end": { "line": 163, "column": 36 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 7113, "end": 7119, "loc": { "start": { "line": 163, "column": 36 }, "end": { "line": 163, "column": 42 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7119, "end": 7120, "loc": { "start": { "line": 163, "column": 42 }, "end": { "line": 163, "column": 43 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7121, "end": 7122, "loc": { "start": { "line": 163, "column": 44 }, "end": { "line": 163, "column": 45 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 7159, "end": 7165, "loc": { "start": { "line": 164, "column": 36 }, "end": { "line": 164, "column": 42 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7165, "end": 7166, "loc": { "start": { "line": 164, "column": 42 }, "end": { "line": 164, "column": 43 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "visible", "start": 7166, "end": 7173, "loc": { "start": { "line": 164, "column": 43 }, "end": { "line": 164, "column": 50 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 7174, "end": 7175, "loc": { "start": { "line": 164, "column": 51 }, "end": { "line": 164, "column": 52 } } }, { "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": 7176, "end": 7180, "loc": { "start": { "line": 164, "column": 53 }, "end": { "line": 164, "column": 57 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7180, "end": 7181, "loc": { "start": { "line": 164, "column": 57 }, "end": { "line": 164, "column": 58 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7214, "end": 7215, "loc": { "start": { "line": 165, "column": 32 }, "end": { "line": 165, "column": 33 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7244, "end": 7245, "loc": { "start": { "line": 166, "column": 28 }, "end": { "line": 166, "column": 29 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7270, "end": 7271, "loc": { "start": { "line": 167, "column": 24 }, "end": { "line": 167, "column": 25 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7271, "end": 7272, "loc": { "start": { "line": 167, "column": 25 }, "end": { "line": 167, "column": 26 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7272, "end": 7273, "loc": { "start": { "line": 167, "column": 26 }, "end": { "line": 167, "column": 27 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7294, "end": 7295, "loc": { "start": { "line": 168, "column": 20 }, "end": { "line": 168, "column": 21 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7312, "end": 7313, "loc": { "start": { "line": 169, "column": 16 }, "end": { "line": 169, "column": 17 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7313, "end": 7314, "loc": { "start": { "line": 169, "column": 17 }, "end": { "line": 169, "column": 18 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7331, "end": 7332, "loc": { "start": { "line": 170, "column": 16 }, "end": { "line": 170, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getTitle", "start": 7353, "end": 7361, "loc": { "start": { "line": 171, "column": 20 }, "end": { "line": 171, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7361, "end": 7362, "loc": { "start": { "line": 171, "column": 28 }, "end": { "line": 171, "column": 29 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7363, "end": 7364, "loc": { "start": { "line": 171, "column": 30 }, "end": { "line": 171, "column": 31 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 7364, "end": 7371, "loc": { "start": { "line": 171, "column": 31 }, "end": { "line": 171, "column": 38 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7371, "end": 7372, "loc": { "start": { "line": 171, "column": 38 }, "end": { "line": 171, "column": 39 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7373, "end": 7375, "loc": { "start": { "line": 171, "column": 40 }, "end": { "line": 171, "column": 42 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7376, "end": 7377, "loc": { "start": { "line": 171, "column": 43 }, "end": { "line": 171, "column": 44 } } }, { "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": 7402, "end": 7408, "loc": { "start": { "line": 172, "column": 24 }, "end": { "line": 172, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 7409, "end": 7416, "loc": { "start": { "line": 172, "column": 31 }, "end": { "line": 172, "column": 38 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7416, "end": 7417, "loc": { "start": { "line": 172, "column": 38 }, "end": { "line": 172, "column": 39 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 7417, "end": 7423, "loc": { "start": { "line": 172, "column": 39 }, "end": { "line": 172, "column": 45 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7423, "end": 7424, "loc": { "start": { "line": 172, "column": 45 }, "end": { "line": 172, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "localeService", "start": 7424, "end": 7437, "loc": { "start": { "line": 172, "column": 46 }, "end": { "line": 172, "column": 59 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7437, "end": 7438, "loc": { "start": { "line": 172, "column": 59 }, "end": { "line": 172, "column": 60 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "translate", "start": 7438, "end": 7447, "loc": { "start": { "line": 172, "column": 60 }, "end": { "line": 172, "column": 69 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7447, "end": 7448, "loc": { "start": { "line": 172, "column": 69 }, "end": { "line": 172, "column": 70 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "treeViewContextMenu.hideAll", "start": 7448, "end": 7477, "loc": { "start": { "line": 172, "column": 70 }, "end": { "line": 172, "column": 99 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7477, "end": 7478, "loc": { "start": { "line": 172, "column": 99 }, "end": { "line": 172, "column": 100 } } }, { "type": { "label": "||", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 1, "updateContext": null }, "value": "||", "start": 7479, "end": 7481, "loc": { "start": { "line": 172, "column": 101 }, "end": { "line": 172, "column": 103 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "Hide All", "start": 7482, "end": 7492, "loc": { "start": { "line": 172, "column": 104 }, "end": { "line": 172, "column": 114 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7492, "end": 7493, "loc": { "start": { "line": 172, "column": 114 }, "end": { "line": 172, "column": 115 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7514, "end": 7515, "loc": { "start": { "line": 173, "column": 20 }, "end": { "line": 173, "column": 21 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7515, "end": 7516, "loc": { "start": { "line": 173, "column": 21 }, "end": { "line": 173, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getEnabled", "start": 7537, "end": 7547, "loc": { "start": { "line": 174, "column": 20 }, "end": { "line": 174, "column": 30 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7547, "end": 7548, "loc": { "start": { "line": 174, "column": 30 }, "end": { "line": 174, "column": 31 } } }, { "type": { "label": "function", "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "function", "start": 7549, "end": 7557, "loc": { "start": { "line": 174, "column": 32 }, "end": { "line": 174, "column": 40 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7558, "end": 7559, "loc": { "start": { "line": 174, "column": 41 }, "end": { "line": 174, "column": 42 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 7559, "end": 7566, "loc": { "start": { "line": 174, "column": 42 }, "end": { "line": 174, "column": 49 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7566, "end": 7567, "loc": { "start": { "line": 174, "column": 49 }, "end": { "line": 174, "column": 50 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7568, "end": 7569, "loc": { "start": { "line": 174, "column": 51 }, "end": { "line": 174, "column": 52 } } }, { "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": 7594, "end": 7600, "loc": { "start": { "line": 175, "column": 24 }, "end": { "line": 175, "column": 30 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7601, "end": 7602, "loc": { "start": { "line": 175, "column": 31 }, "end": { "line": 175, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 7602, "end": 7609, "loc": { "start": { "line": 175, "column": 32 }, "end": { "line": 175, "column": 39 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7609, "end": 7610, "loc": { "start": { "line": 175, "column": 39 }, "end": { "line": 175, "column": 40 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 7610, "end": 7616, "loc": { "start": { "line": 175, "column": 40 }, "end": { "line": 175, "column": 46 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7616, "end": 7617, "loc": { "start": { "line": 175, "column": 46 }, "end": { "line": 175, "column": 47 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 7617, "end": 7622, "loc": { "start": { "line": 175, "column": 47 }, "end": { "line": 175, "column": 52 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7622, "end": 7623, "loc": { "start": { "line": 175, "column": 52 }, "end": { "line": 175, "column": 53 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "visibleObjectIds", "start": 7623, "end": 7639, "loc": { "start": { "line": 175, "column": 53 }, "end": { "line": 175, "column": 69 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7639, "end": 7640, "loc": { "start": { "line": 175, "column": 69 }, "end": { "line": 175, "column": 70 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "length", "start": 7640, "end": 7646, "loc": { "start": { "line": 175, "column": 70 }, "end": { "line": 175, "column": 76 } } }, { "type": { "label": "", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 7, "updateContext": null }, "value": ">", "start": 7647, "end": 7648, "loc": { "start": { "line": 175, "column": 77 }, "end": { "line": 175, "column": 78 } } }, { "type": { "label": "num", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": 0, "start": 7649, "end": 7650, "loc": { "start": { "line": 175, "column": 79 }, "end": { "line": 175, "column": 80 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7650, "end": 7651, "loc": { "start": { "line": 175, "column": 80 }, "end": { "line": 175, "column": 81 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7651, "end": 7652, "loc": { "start": { "line": 175, "column": 81 }, "end": { "line": 175, "column": 82 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7673, "end": 7674, "loc": { "start": { "line": 176, "column": 20 }, "end": { "line": 176, "column": 21 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7674, "end": 7675, "loc": { "start": { "line": 176, "column": 21 }, "end": { "line": 176, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "doAction", "start": 7696, "end": 7704, "loc": { "start": { "line": 177, "column": 20 }, "end": { "line": 177, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7704, "end": 7705, "loc": { "start": { "line": 177, "column": 28 }, "end": { "line": 177, "column": 29 } } }, { "type": { "label": "function", "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "function", "start": 7706, "end": 7714, "loc": { "start": { "line": 177, "column": 30 }, "end": { "line": 177, "column": 38 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7715, "end": 7716, "loc": { "start": { "line": 177, "column": 39 }, "end": { "line": 177, "column": 40 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 7716, "end": 7723, "loc": { "start": { "line": 177, "column": 40 }, "end": { "line": 177, "column": 47 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7723, "end": 7724, "loc": { "start": { "line": 177, "column": 47 }, "end": { "line": 177, "column": 48 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7725, "end": 7726, "loc": { "start": { "line": 177, "column": 49 }, "end": { "line": 177, "column": 50 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 7751, "end": 7758, "loc": { "start": { "line": 178, "column": 24 }, "end": { "line": 178, "column": 31 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7758, "end": 7759, "loc": { "start": { "line": 178, "column": 31 }, "end": { "line": 178, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 7759, "end": 7765, "loc": { "start": { "line": 178, "column": 32 }, "end": { "line": 178, "column": 38 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7765, "end": 7766, "loc": { "start": { "line": 178, "column": 38 }, "end": { "line": 178, "column": 39 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 7766, "end": 7771, "loc": { "start": { "line": 178, "column": 39 }, "end": { "line": 178, "column": 44 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7771, "end": 7772, "loc": { "start": { "line": 178, "column": 44 }, "end": { "line": 178, "column": 45 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setObjectsVisible", "start": 7772, "end": 7789, "loc": { "start": { "line": 178, "column": 45 }, "end": { "line": 178, "column": 62 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7789, "end": 7790, "loc": { "start": { "line": 178, "column": 62 }, "end": { "line": 178, "column": 63 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 7790, "end": 7797, "loc": { "start": { "line": 178, "column": 63 }, "end": { "line": 178, "column": 70 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7797, "end": 7798, "loc": { "start": { "line": 178, "column": 70 }, "end": { "line": 178, "column": 71 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 7798, "end": 7804, "loc": { "start": { "line": 178, "column": 71 }, "end": { "line": 178, "column": 77 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7804, "end": 7805, "loc": { "start": { "line": 178, "column": 77 }, "end": { "line": 178, "column": 78 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 7805, "end": 7810, "loc": { "start": { "line": 178, "column": 78 }, "end": { "line": 178, "column": 83 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7810, "end": 7811, "loc": { "start": { "line": 178, "column": 83 }, "end": { "line": 178, "column": 84 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "visibleObjectIds", "start": 7811, "end": 7827, "loc": { "start": { "line": 178, "column": 84 }, "end": { "line": 178, "column": 100 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7827, "end": 7828, "loc": { "start": { "line": 178, "column": 100 }, "end": { "line": 178, "column": 101 } } }, { "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": 7829, "end": 7834, "loc": { "start": { "line": 178, "column": 102 }, "end": { "line": 178, "column": 107 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7834, "end": 7835, "loc": { "start": { "line": 178, "column": 107 }, "end": { "line": 178, "column": 108 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7835, "end": 7836, "loc": { "start": { "line": 178, "column": 108 }, "end": { "line": 178, "column": 109 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7857, "end": 7858, "loc": { "start": { "line": 179, "column": 20 }, "end": { "line": 179, "column": 21 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7875, "end": 7876, "loc": { "start": { "line": 180, "column": 16 }, "end": { "line": 180, "column": 17 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7889, "end": 7890, "loc": { "start": { "line": 181, "column": 12 }, "end": { "line": 181, "column": 13 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7890, "end": 7891, "loc": { "start": { "line": 181, "column": 13 }, "end": { "line": 181, "column": 14 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7904, "end": 7905, "loc": { "start": { "line": 182, "column": 12 }, "end": { "line": 182, "column": 13 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7922, "end": 7923, "loc": { "start": { "line": 183, "column": 16 }, "end": { "line": 183, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getTitle", "start": 7944, "end": 7952, "loc": { "start": { "line": 184, "column": 20 }, "end": { "line": 184, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7952, "end": 7953, "loc": { "start": { "line": 184, "column": 28 }, "end": { "line": 184, "column": 29 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7954, "end": 7955, "loc": { "start": { "line": 184, "column": 30 }, "end": { "line": 184, "column": 31 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 7955, "end": 7962, "loc": { "start": { "line": 184, "column": 31 }, "end": { "line": 184, "column": 38 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7962, "end": 7963, "loc": { "start": { "line": 184, "column": 38 }, "end": { "line": 184, "column": 39 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 7964, "end": 7966, "loc": { "start": { "line": 184, "column": 40 }, "end": { "line": 184, "column": 42 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 7967, "end": 7968, "loc": { "start": { "line": 184, "column": 43 }, "end": { "line": 184, "column": 44 } } }, { "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": 7993, "end": 7999, "loc": { "start": { "line": 185, "column": 24 }, "end": { "line": 185, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 8000, "end": 8007, "loc": { "start": { "line": 185, "column": 31 }, "end": { "line": 185, "column": 38 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 8007, "end": 8008, "loc": { "start": { "line": 185, "column": 38 }, "end": { "line": 185, "column": 39 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 8008, "end": 8014, "loc": { "start": { "line": 185, "column": 39 }, "end": { "line": 185, "column": 45 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 8014, "end": 8015, "loc": { "start": { "line": 185, "column": 45 }, "end": { "line": 185, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "localeService", "start": 8015, "end": 8028, "loc": { "start": { "line": 185, "column": 46 }, "end": { "line": 185, "column": 59 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 8028, "end": 8029, "loc": { "start": { "line": 185, "column": 59 }, "end": { "line": 185, "column": 60 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "translate", "start": 8029, "end": 8038, "loc": { "start": { "line": 185, "column": 60 }, "end": { "line": 185, "column": 69 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 8038, "end": 8039, "loc": { "start": { "line": 185, "column": 69 }, "end": { "line": 185, "column": 70 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "treeViewContextMenu.show", "start": 8039, "end": 8065, "loc": { "start": { "line": 185, "column": 70 }, "end": { "line": 185, "column": 96 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 8065, "end": 8066, "loc": { "start": { "line": 185, "column": 96 }, "end": { "line": 185, "column": 97 } } }, { "type": { "label": "||", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 1, "updateContext": null }, "value": "||", "start": 8067, "end": 8069, "loc": { "start": { "line": 185, "column": 98 }, "end": { "line": 185, "column": 100 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "Show", "start": 8070, "end": 8076, "loc": { "start": { "line": 185, "column": 101 }, "end": { "line": 185, "column": 107 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 8076, "end": 8077, "loc": { "start": { "line": 185, "column": 107 }, "end": { "line": 185, "column": 108 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 8098, "end": 8099, "loc": { "start": { "line": 186, "column": 20 }, "end": { "line": 186, "column": 21 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 8099, "end": 8100, "loc": { "start": { "line": 186, "column": 21 }, "end": { "line": 186, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "doAction", "start": 8121, "end": 8129, "loc": { "start": { "line": 187, "column": 20 }, "end": { "line": 187, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 8129, "end": 8130, "loc": { "start": { "line": 187, "column": 28 }, "end": { "line": 187, "column": 29 } } }, { "type": { "label": "function", "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "function", "start": 8131, "end": 8139, "loc": { "start": { "line": 187, "column": 30 }, "end": { "line": 187, "column": 38 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 8140, "end": 8141, "loc": { "start": { "line": 187, "column": 39 }, "end": { "line": 187, "column": 40 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 8141, "end": 8148, "loc": { "start": { "line": 187, "column": 40 }, "end": { "line": 187, "column": 47 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 8148, "end": 8149, "loc": { "start": { "line": 187, "column": 47 }, "end": { "line": 187, "column": 48 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 8150, "end": 8151, "loc": { "start": { "line": 187, "column": 49 }, "end": { "line": 187, "column": 50 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 8176, "end": 8183, "loc": { "start": { "line": 188, "column": 24 }, "end": { "line": 188, "column": 31 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 8183, "end": 8184, "loc": { "start": { "line": 188, "column": 31 }, "end": { "line": 188, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewPlugin", "start": 8184, "end": 8198, "loc": { "start": { "line": 188, "column": 32 }, "end": { "line": 188, "column": 46 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 8198, "end": 8199, "loc": { "start": { "line": 188, "column": 46 }, "end": { "line": 188, "column": 47 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "withNodeTree", "start": 8199, "end": 8211, "loc": { "start": { "line": 188, "column": 47 }, "end": { "line": 188, "column": 59 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 8211, "end": 8212, "loc": { "start": { "line": 188, "column": 59 }, "end": { "line": 188, "column": 60 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 8212, "end": 8219, "loc": { "start": { "line": 188, "column": 60 }, "end": { "line": 188, "column": 67 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 8219, "end": 8220, "loc": { "start": { "line": 188, "column": 67 }, "end": { "line": 188, "column": 68 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 8220, "end": 8232, "loc": { "start": { "line": 188, "column": 68 }, "end": { "line": 188, "column": 80 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 8232, "end": 8233, "loc": { "start": { "line": 188, "column": 80 }, "end": { "line": 188, "column": 81 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 8234, "end": 8235, "loc": { "start": { "line": 188, "column": 82 }, "end": { "line": 188, "column": 83 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 8235, "end": 8247, "loc": { "start": { "line": 188, "column": 83 }, "end": { "line": 188, "column": 95 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 8247, "end": 8248, "loc": { "start": { "line": 188, "column": 95 }, "end": { "line": 188, "column": 96 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 8249, "end": 8251, "loc": { "start": { "line": 188, "column": 97 }, "end": { "line": 188, "column": 99 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 8252, "end": 8253, "loc": { "start": { "line": 188, "column": 100 }, "end": { "line": 188, "column": 101 } } }, { "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": 8282, "end": 8284, "loc": { "start": { "line": 189, "column": 28 }, "end": { "line": 189, "column": 30 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 8285, "end": 8286, "loc": { "start": { "line": 189, "column": 31 }, "end": { "line": 189, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 8286, "end": 8298, "loc": { "start": { "line": 189, "column": 32 }, "end": { "line": 189, "column": 44 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 8298, "end": 8299, "loc": { "start": { "line": 189, "column": 44 }, "end": { "line": 189, "column": 45 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectId", "start": 8299, "end": 8307, "loc": { "start": { "line": 189, "column": 45 }, "end": { "line": 189, "column": 53 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 8307, "end": 8308, "loc": { "start": { "line": 189, "column": 53 }, "end": { "line": 189, "column": 54 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 8309, "end": 8310, "loc": { "start": { "line": 189, "column": 55 }, "end": { "line": 189, "column": 56 } } }, { "type": { "label": "const", "keyword": "const", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "const", "start": 8343, "end": 8348, "loc": { "start": { "line": 190, "column": 32 }, "end": { "line": 190, "column": 37 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 8349, "end": 8355, "loc": { "start": { "line": 190, "column": 38 }, "end": { "line": 190, "column": 44 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 8356, "end": 8357, "loc": { "start": { "line": 190, "column": 45 }, "end": { "line": 190, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 8358, "end": 8365, "loc": { "start": { "line": 190, "column": 47 }, "end": { "line": 190, "column": 54 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 8365, "end": 8366, "loc": { "start": { "line": 190, "column": 54 }, "end": { "line": 190, "column": 55 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 8366, "end": 8372, "loc": { "start": { "line": 190, "column": 55 }, "end": { "line": 190, "column": 61 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 8372, "end": 8373, "loc": { "start": { "line": 190, "column": 61 }, "end": { "line": 190, "column": 62 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 8373, "end": 8378, "loc": { "start": { "line": 190, "column": 62 }, "end": { "line": 190, "column": 67 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 8378, "end": 8379, "loc": { "start": { "line": 190, "column": 67 }, "end": { "line": 190, "column": 68 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objects", "start": 8379, "end": 8386, "loc": { "start": { "line": 190, "column": 68 }, "end": { "line": 190, "column": 75 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 8386, "end": 8387, "loc": { "start": { "line": 190, "column": 75 }, "end": { "line": 190, "column": 76 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 8387, "end": 8399, "loc": { "start": { "line": 190, "column": 76 }, "end": { "line": 190, "column": 88 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 8399, "end": 8400, "loc": { "start": { "line": 190, "column": 88 }, "end": { "line": 190, "column": 89 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectId", "start": 8400, "end": 8408, "loc": { "start": { "line": 190, "column": 89 }, "end": { "line": 190, "column": 97 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 8408, "end": 8409, "loc": { "start": { "line": 190, "column": 97 }, "end": { "line": 190, "column": 98 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 8409, "end": 8410, "loc": { "start": { "line": 190, "column": 98 }, "end": { "line": 190, "column": 99 } } }, { "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": 8443, "end": 8445, "loc": { "start": { "line": 191, "column": 32 }, "end": { "line": 191, "column": 34 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 8446, "end": 8447, "loc": { "start": { "line": 191, "column": 35 }, "end": { "line": 191, "column": 36 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 8447, "end": 8453, "loc": { "start": { "line": 191, "column": 36 }, "end": { "line": 191, "column": 42 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 8453, "end": 8454, "loc": { "start": { "line": 191, "column": 42 }, "end": { "line": 191, "column": 43 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 8455, "end": 8456, "loc": { "start": { "line": 191, "column": 44 }, "end": { "line": 191, "column": 45 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 8493, "end": 8499, "loc": { "start": { "line": 192, "column": 36 }, "end": { "line": 192, "column": 42 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 8499, "end": 8500, "loc": { "start": { "line": 192, "column": 42 }, "end": { "line": 192, "column": 43 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "visible", "start": 8500, "end": 8507, "loc": { "start": { "line": 192, "column": 43 }, "end": { "line": 192, "column": 50 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 8508, "end": 8509, "loc": { "start": { "line": 192, "column": 51 }, "end": { "line": 192, "column": 52 } } }, { "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": 8510, "end": 8514, "loc": { "start": { "line": 192, "column": 53 }, "end": { "line": 192, "column": 57 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 8514, "end": 8515, "loc": { "start": { "line": 192, "column": 57 }, "end": { "line": 192, "column": 58 } } }, { "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": 8552, "end": 8554, "loc": { "start": { "line": 193, "column": 36 }, "end": { "line": 193, "column": 38 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 8555, "end": 8556, "loc": { "start": { "line": 193, "column": 39 }, "end": { "line": 193, "column": 40 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 8556, "end": 8562, "loc": { "start": { "line": 193, "column": 40 }, "end": { "line": 193, "column": 46 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 8562, "end": 8563, "loc": { "start": { "line": 193, "column": 46 }, "end": { "line": 193, "column": 47 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "xrayed", "start": 8563, "end": 8569, "loc": { "start": { "line": 193, "column": 47 }, "end": { "line": 193, "column": 53 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 8569, "end": 8570, "loc": { "start": { "line": 193, "column": 53 }, "end": { "line": 193, "column": 54 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 8571, "end": 8572, "loc": { "start": { "line": 193, "column": 55 }, "end": { "line": 193, "column": 56 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 8613, "end": 8619, "loc": { "start": { "line": 194, "column": 40 }, "end": { "line": 194, "column": 46 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 8619, "end": 8620, "loc": { "start": { "line": 194, "column": 46 }, "end": { "line": 194, "column": 47 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "pickable", "start": 8620, "end": 8628, "loc": { "start": { "line": 194, "column": 47 }, "end": { "line": 194, "column": 55 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 8629, "end": 8630, "loc": { "start": { "line": 194, "column": 56 }, "end": { "line": 194, "column": 57 } } }, { "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": 8631, "end": 8635, "loc": { "start": { "line": 194, "column": 58 }, "end": { "line": 194, "column": 62 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 8635, "end": 8636, "loc": { "start": { "line": 194, "column": 62 }, "end": { "line": 194, "column": 63 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 8673, "end": 8674, "loc": { "start": { "line": 195, "column": 36 }, "end": { "line": 195, "column": 37 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 8711, "end": 8717, "loc": { "start": { "line": 196, "column": 36 }, "end": { "line": 196, "column": 42 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 8717, "end": 8718, "loc": { "start": { "line": 196, "column": 42 }, "end": { "line": 196, "column": 43 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "xrayed", "start": 8718, "end": 8724, "loc": { "start": { "line": 196, "column": 43 }, "end": { "line": 196, "column": 49 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 8725, "end": 8726, "loc": { "start": { "line": 196, "column": 50 }, "end": { "line": 196, "column": 51 } } }, { "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": 8727, "end": 8732, "loc": { "start": { "line": 196, "column": 52 }, "end": { "line": 196, "column": 57 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 8732, "end": 8733, "loc": { "start": { "line": 196, "column": 57 }, "end": { "line": 196, "column": 58 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 8770, "end": 8776, "loc": { "start": { "line": 197, "column": 36 }, "end": { "line": 197, "column": 42 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 8776, "end": 8777, "loc": { "start": { "line": 197, "column": 42 }, "end": { "line": 197, "column": 43 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "selected", "start": 8777, "end": 8785, "loc": { "start": { "line": 197, "column": 43 }, "end": { "line": 197, "column": 51 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 8786, "end": 8787, "loc": { "start": { "line": 197, "column": 52 }, "end": { "line": 197, "column": 53 } } }, { "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": 8788, "end": 8793, "loc": { "start": { "line": 197, "column": 54 }, "end": { "line": 197, "column": 59 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 8793, "end": 8794, "loc": { "start": { "line": 197, "column": 59 }, "end": { "line": 197, "column": 60 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 8827, "end": 8828, "loc": { "start": { "line": 198, "column": 32 }, "end": { "line": 198, "column": 33 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 8857, "end": 8858, "loc": { "start": { "line": 199, "column": 28 }, "end": { "line": 199, "column": 29 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 8883, "end": 8884, "loc": { "start": { "line": 200, "column": 24 }, "end": { "line": 200, "column": 25 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 8884, "end": 8885, "loc": { "start": { "line": 200, "column": 25 }, "end": { "line": 200, "column": 26 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 8885, "end": 8886, "loc": { "start": { "line": 200, "column": 26 }, "end": { "line": 200, "column": 27 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 8907, "end": 8908, "loc": { "start": { "line": 201, "column": 20 }, "end": { "line": 201, "column": 21 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 8925, "end": 8926, "loc": { "start": { "line": 202, "column": 16 }, "end": { "line": 202, "column": 17 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 8926, "end": 8927, "loc": { "start": { "line": 202, "column": 17 }, "end": { "line": 202, "column": 18 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 8944, "end": 8945, "loc": { "start": { "line": 203, "column": 16 }, "end": { "line": 203, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getTitle", "start": 8966, "end": 8974, "loc": { "start": { "line": 204, "column": 20 }, "end": { "line": 204, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 8974, "end": 8975, "loc": { "start": { "line": 204, "column": 28 }, "end": { "line": 204, "column": 29 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 8976, "end": 8977, "loc": { "start": { "line": 204, "column": 30 }, "end": { "line": 204, "column": 31 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 8977, "end": 8984, "loc": { "start": { "line": 204, "column": 31 }, "end": { "line": 204, "column": 38 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 8984, "end": 8985, "loc": { "start": { "line": 204, "column": 38 }, "end": { "line": 204, "column": 39 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 8986, "end": 8988, "loc": { "start": { "line": 204, "column": 40 }, "end": { "line": 204, "column": 42 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 8989, "end": 8990, "loc": { "start": { "line": 204, "column": 43 }, "end": { "line": 204, "column": 44 } } }, { "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": 9015, "end": 9021, "loc": { "start": { "line": 205, "column": 24 }, "end": { "line": 205, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 9022, "end": 9029, "loc": { "start": { "line": 205, "column": 31 }, "end": { "line": 205, "column": 38 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9029, "end": 9030, "loc": { "start": { "line": 205, "column": 38 }, "end": { "line": 205, "column": 39 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 9030, "end": 9036, "loc": { "start": { "line": 205, "column": 39 }, "end": { "line": 205, "column": 45 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9036, "end": 9037, "loc": { "start": { "line": 205, "column": 45 }, "end": { "line": 205, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "localeService", "start": 9037, "end": 9050, "loc": { "start": { "line": 205, "column": 46 }, "end": { "line": 205, "column": 59 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9050, "end": 9051, "loc": { "start": { "line": 205, "column": 59 }, "end": { "line": 205, "column": 60 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "translate", "start": 9051, "end": 9060, "loc": { "start": { "line": 205, "column": 60 }, "end": { "line": 205, "column": 69 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 9060, "end": 9061, "loc": { "start": { "line": 205, "column": 69 }, "end": { "line": 205, "column": 70 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "treeViewContextMenu.showOthers", "start": 9061, "end": 9093, "loc": { "start": { "line": 205, "column": 70 }, "end": { "line": 205, "column": 102 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 9093, "end": 9094, "loc": { "start": { "line": 205, "column": 102 }, "end": { "line": 205, "column": 103 } } }, { "type": { "label": "||", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 1, "updateContext": null }, "value": "||", "start": 9095, "end": 9097, "loc": { "start": { "line": 205, "column": 104 }, "end": { "line": 205, "column": 106 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "Shows Others", "start": 9098, "end": 9112, "loc": { "start": { "line": 205, "column": 107 }, "end": { "line": 205, "column": 121 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9112, "end": 9113, "loc": { "start": { "line": 205, "column": 121 }, "end": { "line": 205, "column": 122 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 9134, "end": 9135, "loc": { "start": { "line": 206, "column": 20 }, "end": { "line": 206, "column": 21 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9135, "end": 9136, "loc": { "start": { "line": 206, "column": 21 }, "end": { "line": 206, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "doAction", "start": 9157, "end": 9165, "loc": { "start": { "line": 207, "column": 20 }, "end": { "line": 207, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9165, "end": 9166, "loc": { "start": { "line": 207, "column": 28 }, "end": { "line": 207, "column": 29 } } }, { "type": { "label": "function", "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "function", "start": 9167, "end": 9175, "loc": { "start": { "line": 207, "column": 30 }, "end": { "line": 207, "column": 38 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 9176, "end": 9177, "loc": { "start": { "line": 207, "column": 39 }, "end": { "line": 207, "column": 40 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 9177, "end": 9184, "loc": { "start": { "line": 207, "column": 40 }, "end": { "line": 207, "column": 47 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 9184, "end": 9185, "loc": { "start": { "line": 207, "column": 47 }, "end": { "line": 207, "column": 48 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 9186, "end": 9187, "loc": { "start": { "line": 207, "column": 49 }, "end": { "line": 207, "column": 50 } } }, { "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": 9212, "end": 9217, "loc": { "start": { "line": 208, "column": 24 }, "end": { "line": 208, "column": 29 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 9218, "end": 9223, "loc": { "start": { "line": 208, "column": 30 }, "end": { "line": 208, "column": 35 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 9224, "end": 9225, "loc": { "start": { "line": 208, "column": 36 }, "end": { "line": 208, "column": 37 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 9226, "end": 9233, "loc": { "start": { "line": 208, "column": 38 }, "end": { "line": 208, "column": 45 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9233, "end": 9234, "loc": { "start": { "line": 208, "column": 45 }, "end": { "line": 208, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 9234, "end": 9240, "loc": { "start": { "line": 208, "column": 46 }, "end": { "line": 208, "column": 52 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9240, "end": 9241, "loc": { "start": { "line": 208, "column": 52 }, "end": { "line": 208, "column": 53 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 9241, "end": 9246, "loc": { "start": { "line": 208, "column": 53 }, "end": { "line": 208, "column": 58 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9246, "end": 9247, "loc": { "start": { "line": 208, "column": 58 }, "end": { "line": 208, "column": 59 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 9272, "end": 9277, "loc": { "start": { "line": 209, "column": 24 }, "end": { "line": 209, "column": 29 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9277, "end": 9278, "loc": { "start": { "line": 209, "column": 29 }, "end": { "line": 209, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setObjectsVisible", "start": 9278, "end": 9295, "loc": { "start": { "line": 209, "column": 30 }, "end": { "line": 209, "column": 47 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 9295, "end": 9296, "loc": { "start": { "line": 209, "column": 47 }, "end": { "line": 209, "column": 48 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 9296, "end": 9301, "loc": { "start": { "line": 209, "column": 48 }, "end": { "line": 209, "column": 53 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9301, "end": 9302, "loc": { "start": { "line": 209, "column": 53 }, "end": { "line": 209, "column": 54 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectIds", "start": 9302, "end": 9311, "loc": { "start": { "line": 209, "column": 54 }, "end": { "line": 209, "column": 63 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9311, "end": 9312, "loc": { "start": { "line": 209, "column": 63 }, "end": { "line": 209, "column": 64 } } }, { "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": 9313, "end": 9317, "loc": { "start": { "line": 209, "column": 65 }, "end": { "line": 209, "column": 69 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 9317, "end": 9318, "loc": { "start": { "line": 209, "column": 69 }, "end": { "line": 209, "column": 70 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9318, "end": 9319, "loc": { "start": { "line": 209, "column": 70 }, "end": { "line": 209, "column": 71 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 9344, "end": 9349, "loc": { "start": { "line": 210, "column": 24 }, "end": { "line": 210, "column": 29 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9349, "end": 9350, "loc": { "start": { "line": 210, "column": 29 }, "end": { "line": 210, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setObjectsPickable", "start": 9350, "end": 9368, "loc": { "start": { "line": 210, "column": 30 }, "end": { "line": 210, "column": 48 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 9368, "end": 9369, "loc": { "start": { "line": 210, "column": 48 }, "end": { "line": 210, "column": 49 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 9369, "end": 9374, "loc": { "start": { "line": 210, "column": 49 }, "end": { "line": 210, "column": 54 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9374, "end": 9375, "loc": { "start": { "line": 210, "column": 54 }, "end": { "line": 210, "column": 55 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "xrayedObjectIds", "start": 9375, "end": 9390, "loc": { "start": { "line": 210, "column": 55 }, "end": { "line": 210, "column": 70 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9390, "end": 9391, "loc": { "start": { "line": 210, "column": 70 }, "end": { "line": 210, "column": 71 } } }, { "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": 9392, "end": 9396, "loc": { "start": { "line": 210, "column": 72 }, "end": { "line": 210, "column": 76 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 9396, "end": 9397, "loc": { "start": { "line": 210, "column": 76 }, "end": { "line": 210, "column": 77 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9397, "end": 9398, "loc": { "start": { "line": 210, "column": 77 }, "end": { "line": 210, "column": 78 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 9423, "end": 9428, "loc": { "start": { "line": 211, "column": 24 }, "end": { "line": 211, "column": 29 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9428, "end": 9429, "loc": { "start": { "line": 211, "column": 29 }, "end": { "line": 211, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setObjectsXRayed", "start": 9429, "end": 9445, "loc": { "start": { "line": 211, "column": 30 }, "end": { "line": 211, "column": 46 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 9445, "end": 9446, "loc": { "start": { "line": 211, "column": 46 }, "end": { "line": 211, "column": 47 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 9446, "end": 9451, "loc": { "start": { "line": 211, "column": 47 }, "end": { "line": 211, "column": 52 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9451, "end": 9452, "loc": { "start": { "line": 211, "column": 52 }, "end": { "line": 211, "column": 53 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "xrayedObjectIds", "start": 9452, "end": 9467, "loc": { "start": { "line": 211, "column": 53 }, "end": { "line": 211, "column": 68 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9467, "end": 9468, "loc": { "start": { "line": 211, "column": 68 }, "end": { "line": 211, "column": 69 } } }, { "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": 9469, "end": 9474, "loc": { "start": { "line": 211, "column": 70 }, "end": { "line": 211, "column": 75 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 9474, "end": 9475, "loc": { "start": { "line": 211, "column": 75 }, "end": { "line": 211, "column": 76 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9475, "end": 9476, "loc": { "start": { "line": 211, "column": 76 }, "end": { "line": 211, "column": 77 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 9501, "end": 9508, "loc": { "start": { "line": 212, "column": 24 }, "end": { "line": 212, "column": 31 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9508, "end": 9509, "loc": { "start": { "line": 212, "column": 31 }, "end": { "line": 212, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewPlugin", "start": 9509, "end": 9523, "loc": { "start": { "line": 212, "column": 32 }, "end": { "line": 212, "column": 46 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9523, "end": 9524, "loc": { "start": { "line": 212, "column": 46 }, "end": { "line": 212, "column": 47 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "withNodeTree", "start": 9524, "end": 9536, "loc": { "start": { "line": 212, "column": 47 }, "end": { "line": 212, "column": 59 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 9536, "end": 9537, "loc": { "start": { "line": 212, "column": 59 }, "end": { "line": 212, "column": 60 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 9537, "end": 9544, "loc": { "start": { "line": 212, "column": 60 }, "end": { "line": 212, "column": 67 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9544, "end": 9545, "loc": { "start": { "line": 212, "column": 67 }, "end": { "line": 212, "column": 68 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 9545, "end": 9557, "loc": { "start": { "line": 212, "column": 68 }, "end": { "line": 212, "column": 80 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9557, "end": 9558, "loc": { "start": { "line": 212, "column": 80 }, "end": { "line": 212, "column": 81 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 9559, "end": 9560, "loc": { "start": { "line": 212, "column": 82 }, "end": { "line": 212, "column": 83 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 9560, "end": 9572, "loc": { "start": { "line": 212, "column": 83 }, "end": { "line": 212, "column": 95 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 9572, "end": 9573, "loc": { "start": { "line": 212, "column": 95 }, "end": { "line": 212, "column": 96 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9574, "end": 9576, "loc": { "start": { "line": 212, "column": 97 }, "end": { "line": 212, "column": 99 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 9577, "end": 9578, "loc": { "start": { "line": 212, "column": 100 }, "end": { "line": 212, "column": 101 } } }, { "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": 9607, "end": 9609, "loc": { "start": { "line": 213, "column": 28 }, "end": { "line": 213, "column": 30 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 9610, "end": 9611, "loc": { "start": { "line": 213, "column": 31 }, "end": { "line": 213, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 9611, "end": 9623, "loc": { "start": { "line": 213, "column": 32 }, "end": { "line": 213, "column": 44 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9623, "end": 9624, "loc": { "start": { "line": 213, "column": 44 }, "end": { "line": 213, "column": 45 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectId", "start": 9624, "end": 9632, "loc": { "start": { "line": 213, "column": 45 }, "end": { "line": 213, "column": 53 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 9632, "end": 9633, "loc": { "start": { "line": 213, "column": 53 }, "end": { "line": 213, "column": 54 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 9634, "end": 9635, "loc": { "start": { "line": 213, "column": 55 }, "end": { "line": 213, "column": 56 } } }, { "type": { "label": "const", "keyword": "const", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "const", "start": 9668, "end": 9673, "loc": { "start": { "line": 214, "column": 32 }, "end": { "line": 214, "column": 37 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 9674, "end": 9680, "loc": { "start": { "line": 214, "column": 38 }, "end": { "line": 214, "column": 44 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 9681, "end": 9682, "loc": { "start": { "line": 214, "column": 45 }, "end": { "line": 214, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 9683, "end": 9688, "loc": { "start": { "line": 214, "column": 47 }, "end": { "line": 214, "column": 52 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9688, "end": 9689, "loc": { "start": { "line": 214, "column": 52 }, "end": { "line": 214, "column": 53 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objects", "start": 9689, "end": 9696, "loc": { "start": { "line": 214, "column": 53 }, "end": { "line": 214, "column": 60 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9696, "end": 9697, "loc": { "start": { "line": 214, "column": 60 }, "end": { "line": 214, "column": 61 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 9697, "end": 9709, "loc": { "start": { "line": 214, "column": 61 }, "end": { "line": 214, "column": 73 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9709, "end": 9710, "loc": { "start": { "line": 214, "column": 73 }, "end": { "line": 214, "column": 74 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectId", "start": 9710, "end": 9718, "loc": { "start": { "line": 214, "column": 74 }, "end": { "line": 214, "column": 82 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9718, "end": 9719, "loc": { "start": { "line": 214, "column": 82 }, "end": { "line": 214, "column": 83 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9719, "end": 9720, "loc": { "start": { "line": 214, "column": 83 }, "end": { "line": 214, "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": 9753, "end": 9755, "loc": { "start": { "line": 215, "column": 32 }, "end": { "line": 215, "column": 34 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 9756, "end": 9757, "loc": { "start": { "line": 215, "column": 35 }, "end": { "line": 215, "column": 36 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 9757, "end": 9763, "loc": { "start": { "line": 215, "column": 36 }, "end": { "line": 215, "column": 42 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 9763, "end": 9764, "loc": { "start": { "line": 215, "column": 42 }, "end": { "line": 215, "column": 43 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 9765, "end": 9766, "loc": { "start": { "line": 215, "column": 44 }, "end": { "line": 215, "column": 45 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 9803, "end": 9809, "loc": { "start": { "line": 216, "column": 36 }, "end": { "line": 216, "column": 42 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9809, "end": 9810, "loc": { "start": { "line": 216, "column": 42 }, "end": { "line": 216, "column": 43 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "visible", "start": 9810, "end": 9817, "loc": { "start": { "line": 216, "column": 43 }, "end": { "line": 216, "column": 50 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 9818, "end": 9819, "loc": { "start": { "line": 216, "column": 51 }, "end": { "line": 216, "column": 52 } } }, { "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": 9820, "end": 9825, "loc": { "start": { "line": 216, "column": 53 }, "end": { "line": 216, "column": 58 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9825, "end": 9826, "loc": { "start": { "line": 216, "column": 58 }, "end": { "line": 216, "column": 59 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 9859, "end": 9860, "loc": { "start": { "line": 217, "column": 32 }, "end": { "line": 217, "column": 33 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 9889, "end": 9890, "loc": { "start": { "line": 218, "column": 28 }, "end": { "line": 218, "column": 29 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 9915, "end": 9916, "loc": { "start": { "line": 219, "column": 24 }, "end": { "line": 219, "column": 25 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 9916, "end": 9917, "loc": { "start": { "line": 219, "column": 25 }, "end": { "line": 219, "column": 26 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9917, "end": 9918, "loc": { "start": { "line": 219, "column": 26 }, "end": { "line": 219, "column": 27 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 9939, "end": 9940, "loc": { "start": { "line": 220, "column": 20 }, "end": { "line": 220, "column": 21 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 9957, "end": 9958, "loc": { "start": { "line": 221, "column": 16 }, "end": { "line": 221, "column": 17 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 9958, "end": 9959, "loc": { "start": { "line": 221, "column": 17 }, "end": { "line": 221, "column": 18 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 9976, "end": 9977, "loc": { "start": { "line": 222, "column": 16 }, "end": { "line": 222, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getTitle", "start": 9998, "end": 10006, "loc": { "start": { "line": 223, "column": 20 }, "end": { "line": 223, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10006, "end": 10007, "loc": { "start": { "line": 223, "column": 28 }, "end": { "line": 223, "column": 29 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 10008, "end": 10009, "loc": { "start": { "line": 223, "column": 30 }, "end": { "line": 223, "column": 31 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 10009, "end": 10016, "loc": { "start": { "line": 223, "column": 31 }, "end": { "line": 223, "column": 38 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 10016, "end": 10017, "loc": { "start": { "line": 223, "column": 38 }, "end": { "line": 223, "column": 39 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10018, "end": 10020, "loc": { "start": { "line": 223, "column": 40 }, "end": { "line": 223, "column": 42 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 10021, "end": 10022, "loc": { "start": { "line": 223, "column": 43 }, "end": { "line": 223, "column": 44 } } }, { "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": 10047, "end": 10053, "loc": { "start": { "line": 224, "column": 24 }, "end": { "line": 224, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 10054, "end": 10061, "loc": { "start": { "line": 224, "column": 31 }, "end": { "line": 224, "column": 38 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10061, "end": 10062, "loc": { "start": { "line": 224, "column": 38 }, "end": { "line": 224, "column": 39 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 10062, "end": 10068, "loc": { "start": { "line": 224, "column": 39 }, "end": { "line": 224, "column": 45 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10068, "end": 10069, "loc": { "start": { "line": 224, "column": 45 }, "end": { "line": 224, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "localeService", "start": 10069, "end": 10082, "loc": { "start": { "line": 224, "column": 46 }, "end": { "line": 224, "column": 59 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10082, "end": 10083, "loc": { "start": { "line": 224, "column": 59 }, "end": { "line": 224, "column": 60 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "translate", "start": 10083, "end": 10092, "loc": { "start": { "line": 224, "column": 60 }, "end": { "line": 224, "column": 69 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 10092, "end": 10093, "loc": { "start": { "line": 224, "column": 69 }, "end": { "line": 224, "column": 70 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "treeViewContextMenu.showAll", "start": 10093, "end": 10122, "loc": { "start": { "line": 224, "column": 70 }, "end": { "line": 224, "column": 99 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 10122, "end": 10123, "loc": { "start": { "line": 224, "column": 99 }, "end": { "line": 224, "column": 100 } } }, { "type": { "label": "||", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 1, "updateContext": null }, "value": "||", "start": 10124, "end": 10126, "loc": { "start": { "line": 224, "column": 101 }, "end": { "line": 224, "column": 103 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "Show All", "start": 10127, "end": 10137, "loc": { "start": { "line": 224, "column": 104 }, "end": { "line": 224, "column": 114 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10137, "end": 10138, "loc": { "start": { "line": 224, "column": 114 }, "end": { "line": 224, "column": 115 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 10159, "end": 10160, "loc": { "start": { "line": 225, "column": 20 }, "end": { "line": 225, "column": 21 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10160, "end": 10161, "loc": { "start": { "line": 225, "column": 21 }, "end": { "line": 225, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getEnabled", "start": 10182, "end": 10192, "loc": { "start": { "line": 226, "column": 20 }, "end": { "line": 226, "column": 30 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10192, "end": 10193, "loc": { "start": { "line": 226, "column": 30 }, "end": { "line": 226, "column": 31 } } }, { "type": { "label": "function", "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "function", "start": 10194, "end": 10202, "loc": { "start": { "line": 226, "column": 32 }, "end": { "line": 226, "column": 40 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 10203, "end": 10204, "loc": { "start": { "line": 226, "column": 41 }, "end": { "line": 226, "column": 42 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 10204, "end": 10211, "loc": { "start": { "line": 226, "column": 42 }, "end": { "line": 226, "column": 49 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 10211, "end": 10212, "loc": { "start": { "line": 226, "column": 49 }, "end": { "line": 226, "column": 50 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 10213, "end": 10214, "loc": { "start": { "line": 226, "column": 51 }, "end": { "line": 226, "column": 52 } } }, { "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": 10239, "end": 10244, "loc": { "start": { "line": 227, "column": 24 }, "end": { "line": 227, "column": 29 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 10245, "end": 10250, "loc": { "start": { "line": 227, "column": 30 }, "end": { "line": 227, "column": 35 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 10251, "end": 10252, "loc": { "start": { "line": 227, "column": 36 }, "end": { "line": 227, "column": 37 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 10253, "end": 10260, "loc": { "start": { "line": 227, "column": 38 }, "end": { "line": 227, "column": 45 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10260, "end": 10261, "loc": { "start": { "line": 227, "column": 45 }, "end": { "line": 227, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 10261, "end": 10267, "loc": { "start": { "line": 227, "column": 46 }, "end": { "line": 227, "column": 52 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10267, "end": 10268, "loc": { "start": { "line": 227, "column": 52 }, "end": { "line": 227, "column": 53 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 10268, "end": 10273, "loc": { "start": { "line": 227, "column": 53 }, "end": { "line": 227, "column": 58 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10273, "end": 10274, "loc": { "start": { "line": 227, "column": 58 }, "end": { "line": 227, "column": 59 } } }, { "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": 10299, "end": 10305, "loc": { "start": { "line": 228, "column": 24 }, "end": { "line": 228, "column": 30 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 10306, "end": 10307, "loc": { "start": { "line": 228, "column": 31 }, "end": { "line": 228, "column": 32 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 10307, "end": 10308, "loc": { "start": { "line": 228, "column": 32 }, "end": { "line": 228, "column": 33 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 10308, "end": 10313, "loc": { "start": { "line": 228, "column": 33 }, "end": { "line": 228, "column": 38 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10313, "end": 10314, "loc": { "start": { "line": 228, "column": 38 }, "end": { "line": 228, "column": 39 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "numVisibleObjects", "start": 10314, "end": 10331, "loc": { "start": { "line": 228, "column": 39 }, "end": { "line": 228, "column": 56 } } }, { "type": { "label": "", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 7, "updateContext": null }, "value": "<", "start": 10332, "end": 10333, "loc": { "start": { "line": 228, "column": 57 }, "end": { "line": 228, "column": 58 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 10334, "end": 10339, "loc": { "start": { "line": 228, "column": 59 }, "end": { "line": 228, "column": 64 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10339, "end": 10340, "loc": { "start": { "line": 228, "column": 64 }, "end": { "line": 228, "column": 65 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "numObjects", "start": 10340, "end": 10350, "loc": { "start": { "line": 228, "column": 65 }, "end": { "line": 228, "column": 75 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 10350, "end": 10351, "loc": { "start": { "line": 228, "column": 75 }, "end": { "line": 228, "column": 76 } } }, { "type": { "label": "||", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 1, "updateContext": null }, "value": "||", "start": 10352, "end": 10354, "loc": { "start": { "line": 228, "column": 77 }, "end": { "line": 228, "column": 79 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 10355, "end": 10356, "loc": { "start": { "line": 228, "column": 80 }, "end": { "line": 228, "column": 81 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 10356, "end": 10363, "loc": { "start": { "line": 228, "column": 81 }, "end": { "line": 228, "column": 88 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10363, "end": 10364, "loc": { "start": { "line": 228, "column": 88 }, "end": { "line": 228, "column": 89 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 10364, "end": 10370, "loc": { "start": { "line": 228, "column": 89 }, "end": { "line": 228, "column": 95 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10370, "end": 10371, "loc": { "start": { "line": 228, "column": 95 }, "end": { "line": 228, "column": 96 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 10371, "end": 10376, "loc": { "start": { "line": 228, "column": 96 }, "end": { "line": 228, "column": 101 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10376, "end": 10377, "loc": { "start": { "line": 228, "column": 101 }, "end": { "line": 228, "column": 102 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "numXRayedObjects", "start": 10377, "end": 10393, "loc": { "start": { "line": 228, "column": 102 }, "end": { "line": 228, "column": 118 } } }, { "type": { "label": "", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 7, "updateContext": null }, "value": ">", "start": 10394, "end": 10395, "loc": { "start": { "line": 228, "column": 119 }, "end": { "line": 228, "column": 120 } } }, { "type": { "label": "num", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": 0, "start": 10396, "end": 10397, "loc": { "start": { "line": 228, "column": 121 }, "end": { "line": 228, "column": 122 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 10397, "end": 10398, "loc": { "start": { "line": 228, "column": 122 }, "end": { "line": 228, "column": 123 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 10398, "end": 10399, "loc": { "start": { "line": 228, "column": 123 }, "end": { "line": 228, "column": 124 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10399, "end": 10400, "loc": { "start": { "line": 228, "column": 124 }, "end": { "line": 228, "column": 125 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 10421, "end": 10422, "loc": { "start": { "line": 229, "column": 20 }, "end": { "line": 229, "column": 21 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10422, "end": 10423, "loc": { "start": { "line": 229, "column": 21 }, "end": { "line": 229, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "doAction", "start": 10444, "end": 10452, "loc": { "start": { "line": 230, "column": 20 }, "end": { "line": 230, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10452, "end": 10453, "loc": { "start": { "line": 230, "column": 28 }, "end": { "line": 230, "column": 29 } } }, { "type": { "label": "function", "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "function", "start": 10454, "end": 10462, "loc": { "start": { "line": 230, "column": 30 }, "end": { "line": 230, "column": 38 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 10463, "end": 10464, "loc": { "start": { "line": 230, "column": 39 }, "end": { "line": 230, "column": 40 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 10464, "end": 10471, "loc": { "start": { "line": 230, "column": 40 }, "end": { "line": 230, "column": 47 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 10471, "end": 10472, "loc": { "start": { "line": 230, "column": 47 }, "end": { "line": 230, "column": 48 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 10473, "end": 10474, "loc": { "start": { "line": 230, "column": 49 }, "end": { "line": 230, "column": 50 } } }, { "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": 10499, "end": 10504, "loc": { "start": { "line": 231, "column": 24 }, "end": { "line": 231, "column": 29 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 10505, "end": 10510, "loc": { "start": { "line": 231, "column": 30 }, "end": { "line": 231, "column": 35 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 10511, "end": 10512, "loc": { "start": { "line": 231, "column": 36 }, "end": { "line": 231, "column": 37 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 10513, "end": 10520, "loc": { "start": { "line": 231, "column": 38 }, "end": { "line": 231, "column": 45 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10520, "end": 10521, "loc": { "start": { "line": 231, "column": 45 }, "end": { "line": 231, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 10521, "end": 10527, "loc": { "start": { "line": 231, "column": 46 }, "end": { "line": 231, "column": 52 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10527, "end": 10528, "loc": { "start": { "line": 231, "column": 52 }, "end": { "line": 231, "column": 53 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 10528, "end": 10533, "loc": { "start": { "line": 231, "column": 53 }, "end": { "line": 231, "column": 58 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10533, "end": 10534, "loc": { "start": { "line": 231, "column": 58 }, "end": { "line": 231, "column": 59 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 10559, "end": 10564, "loc": { "start": { "line": 232, "column": 24 }, "end": { "line": 232, "column": 29 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10564, "end": 10565, "loc": { "start": { "line": 232, "column": 29 }, "end": { "line": 232, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setObjectsVisible", "start": 10565, "end": 10582, "loc": { "start": { "line": 232, "column": 30 }, "end": { "line": 232, "column": 47 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 10582, "end": 10583, "loc": { "start": { "line": 232, "column": 47 }, "end": { "line": 232, "column": 48 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 10583, "end": 10588, "loc": { "start": { "line": 232, "column": 48 }, "end": { "line": 232, "column": 53 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10588, "end": 10589, "loc": { "start": { "line": 232, "column": 53 }, "end": { "line": 232, "column": 54 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectIds", "start": 10589, "end": 10598, "loc": { "start": { "line": 232, "column": 54 }, "end": { "line": 232, "column": 63 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10598, "end": 10599, "loc": { "start": { "line": 232, "column": 63 }, "end": { "line": 232, "column": 64 } } }, { "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": 10600, "end": 10604, "loc": { "start": { "line": 232, "column": 65 }, "end": { "line": 232, "column": 69 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 10604, "end": 10605, "loc": { "start": { "line": 232, "column": 69 }, "end": { "line": 232, "column": 70 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10605, "end": 10606, "loc": { "start": { "line": 232, "column": 70 }, "end": { "line": 232, "column": 71 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 10631, "end": 10636, "loc": { "start": { "line": 233, "column": 24 }, "end": { "line": 233, "column": 29 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10636, "end": 10637, "loc": { "start": { "line": 233, "column": 29 }, "end": { "line": 233, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setObjectsPickable", "start": 10637, "end": 10655, "loc": { "start": { "line": 233, "column": 30 }, "end": { "line": 233, "column": 48 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 10655, "end": 10656, "loc": { "start": { "line": 233, "column": 48 }, "end": { "line": 233, "column": 49 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 10656, "end": 10661, "loc": { "start": { "line": 233, "column": 49 }, "end": { "line": 233, "column": 54 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10661, "end": 10662, "loc": { "start": { "line": 233, "column": 54 }, "end": { "line": 233, "column": 55 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "xrayedObjectIds", "start": 10662, "end": 10677, "loc": { "start": { "line": 233, "column": 55 }, "end": { "line": 233, "column": 70 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10677, "end": 10678, "loc": { "start": { "line": 233, "column": 70 }, "end": { "line": 233, "column": 71 } } }, { "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": 10679, "end": 10683, "loc": { "start": { "line": 233, "column": 72 }, "end": { "line": 233, "column": 76 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 10683, "end": 10684, "loc": { "start": { "line": 233, "column": 76 }, "end": { "line": 233, "column": 77 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10684, "end": 10685, "loc": { "start": { "line": 233, "column": 77 }, "end": { "line": 233, "column": 78 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 10710, "end": 10715, "loc": { "start": { "line": 234, "column": 24 }, "end": { "line": 234, "column": 29 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10715, "end": 10716, "loc": { "start": { "line": 234, "column": 29 }, "end": { "line": 234, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setObjectsXRayed", "start": 10716, "end": 10732, "loc": { "start": { "line": 234, "column": 30 }, "end": { "line": 234, "column": 46 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 10732, "end": 10733, "loc": { "start": { "line": 234, "column": 46 }, "end": { "line": 234, "column": 47 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 10733, "end": 10738, "loc": { "start": { "line": 234, "column": 47 }, "end": { "line": 234, "column": 52 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10738, "end": 10739, "loc": { "start": { "line": 234, "column": 52 }, "end": { "line": 234, "column": 53 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "xrayedObjectIds", "start": 10739, "end": 10754, "loc": { "start": { "line": 234, "column": 53 }, "end": { "line": 234, "column": 68 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10754, "end": 10755, "loc": { "start": { "line": 234, "column": 68 }, "end": { "line": 234, "column": 69 } } }, { "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": 10756, "end": 10761, "loc": { "start": { "line": 234, "column": 70 }, "end": { "line": 234, "column": 75 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 10761, "end": 10762, "loc": { "start": { "line": 234, "column": 75 }, "end": { "line": 234, "column": 76 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10762, "end": 10763, "loc": { "start": { "line": 234, "column": 76 }, "end": { "line": 234, "column": 77 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 10784, "end": 10785, "loc": { "start": { "line": 235, "column": 20 }, "end": { "line": 235, "column": 21 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 10802, "end": 10803, "loc": { "start": { "line": 236, "column": 16 }, "end": { "line": 236, "column": 17 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10816, "end": 10817, "loc": { "start": { "line": 237, "column": 12 }, "end": { "line": 237, "column": 13 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10817, "end": 10818, "loc": { "start": { "line": 237, "column": 13 }, "end": { "line": 237, "column": 14 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10831, "end": 10832, "loc": { "start": { "line": 238, "column": 12 }, "end": { "line": 238, "column": 13 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 10849, "end": 10850, "loc": { "start": { "line": 239, "column": 16 }, "end": { "line": 239, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getTitle", "start": 10871, "end": 10879, "loc": { "start": { "line": 240, "column": 20 }, "end": { "line": 240, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10879, "end": 10880, "loc": { "start": { "line": 240, "column": 28 }, "end": { "line": 240, "column": 29 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 10881, "end": 10882, "loc": { "start": { "line": 240, "column": 30 }, "end": { "line": 240, "column": 31 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 10882, "end": 10889, "loc": { "start": { "line": 240, "column": 31 }, "end": { "line": 240, "column": 38 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 10889, "end": 10890, "loc": { "start": { "line": 240, "column": 38 }, "end": { "line": 240, "column": 39 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10891, "end": 10893, "loc": { "start": { "line": 240, "column": 40 }, "end": { "line": 240, "column": 42 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 10894, "end": 10895, "loc": { "start": { "line": 240, "column": 43 }, "end": { "line": 240, "column": 44 } } }, { "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": 10920, "end": 10926, "loc": { "start": { "line": 241, "column": 24 }, "end": { "line": 241, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 10927, "end": 10934, "loc": { "start": { "line": 241, "column": 31 }, "end": { "line": 241, "column": 38 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10934, "end": 10935, "loc": { "start": { "line": 241, "column": 38 }, "end": { "line": 241, "column": 39 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 10935, "end": 10941, "loc": { "start": { "line": 241, "column": 39 }, "end": { "line": 241, "column": 45 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10941, "end": 10942, "loc": { "start": { "line": 241, "column": 45 }, "end": { "line": 241, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "localeService", "start": 10942, "end": 10955, "loc": { "start": { "line": 241, "column": 46 }, "end": { "line": 241, "column": 59 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 10955, "end": 10956, "loc": { "start": { "line": 241, "column": 59 }, "end": { "line": 241, "column": 60 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "translate", "start": 10956, "end": 10965, "loc": { "start": { "line": 241, "column": 60 }, "end": { "line": 241, "column": 69 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 10965, "end": 10966, "loc": { "start": { "line": 241, "column": 69 }, "end": { "line": 241, "column": 70 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "treeViewContextMenu.xray", "start": 10966, "end": 10992, "loc": { "start": { "line": 241, "column": 70 }, "end": { "line": 241, "column": 96 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 10992, "end": 10993, "loc": { "start": { "line": 241, "column": 96 }, "end": { "line": 241, "column": 97 } } }, { "type": { "label": "||", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 1, "updateContext": null }, "value": "||", "start": 10994, "end": 10996, "loc": { "start": { "line": 241, "column": 98 }, "end": { "line": 241, "column": 100 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "X-Ray", "start": 10997, "end": 11004, "loc": { "start": { "line": 241, "column": 101 }, "end": { "line": 241, "column": 108 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11004, "end": 11005, "loc": { "start": { "line": 241, "column": 108 }, "end": { "line": 241, "column": 109 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 11026, "end": 11027, "loc": { "start": { "line": 242, "column": 20 }, "end": { "line": 242, "column": 21 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11027, "end": 11028, "loc": { "start": { "line": 242, "column": 21 }, "end": { "line": 242, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "doAction", "start": 11049, "end": 11057, "loc": { "start": { "line": 243, "column": 20 }, "end": { "line": 243, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11057, "end": 11058, "loc": { "start": { "line": 243, "column": 28 }, "end": { "line": 243, "column": 29 } } }, { "type": { "label": "function", "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "function", "start": 11059, "end": 11067, "loc": { "start": { "line": 243, "column": 30 }, "end": { "line": 243, "column": 38 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 11068, "end": 11069, "loc": { "start": { "line": 243, "column": 39 }, "end": { "line": 243, "column": 40 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 11069, "end": 11076, "loc": { "start": { "line": 243, "column": 40 }, "end": { "line": 243, "column": 47 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 11076, "end": 11077, "loc": { "start": { "line": 243, "column": 47 }, "end": { "line": 243, "column": 48 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 11078, "end": 11079, "loc": { "start": { "line": 243, "column": 49 }, "end": { "line": 243, "column": 50 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 11104, "end": 11111, "loc": { "start": { "line": 244, "column": 24 }, "end": { "line": 244, "column": 31 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11111, "end": 11112, "loc": { "start": { "line": 244, "column": 31 }, "end": { "line": 244, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewPlugin", "start": 11112, "end": 11126, "loc": { "start": { "line": 244, "column": 32 }, "end": { "line": 244, "column": 46 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11126, "end": 11127, "loc": { "start": { "line": 244, "column": 46 }, "end": { "line": 244, "column": 47 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "withNodeTree", "start": 11127, "end": 11139, "loc": { "start": { "line": 244, "column": 47 }, "end": { "line": 244, "column": 59 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 11139, "end": 11140, "loc": { "start": { "line": 244, "column": 59 }, "end": { "line": 244, "column": 60 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 11140, "end": 11147, "loc": { "start": { "line": 244, "column": 60 }, "end": { "line": 244, "column": 67 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11147, "end": 11148, "loc": { "start": { "line": 244, "column": 67 }, "end": { "line": 244, "column": 68 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 11148, "end": 11160, "loc": { "start": { "line": 244, "column": 68 }, "end": { "line": 244, "column": 80 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11160, "end": 11161, "loc": { "start": { "line": 244, "column": 80 }, "end": { "line": 244, "column": 81 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 11162, "end": 11163, "loc": { "start": { "line": 244, "column": 82 }, "end": { "line": 244, "column": 83 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 11163, "end": 11175, "loc": { "start": { "line": 244, "column": 83 }, "end": { "line": 244, "column": 95 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 11175, "end": 11176, "loc": { "start": { "line": 244, "column": 95 }, "end": { "line": 244, "column": 96 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11177, "end": 11179, "loc": { "start": { "line": 244, "column": 97 }, "end": { "line": 244, "column": 99 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 11180, "end": 11181, "loc": { "start": { "line": 244, "column": 100 }, "end": { "line": 244, "column": 101 } } }, { "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": 11210, "end": 11212, "loc": { "start": { "line": 245, "column": 28 }, "end": { "line": 245, "column": 30 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 11213, "end": 11214, "loc": { "start": { "line": 245, "column": 31 }, "end": { "line": 245, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 11214, "end": 11226, "loc": { "start": { "line": 245, "column": 32 }, "end": { "line": 245, "column": 44 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11226, "end": 11227, "loc": { "start": { "line": 245, "column": 44 }, "end": { "line": 245, "column": 45 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectId", "start": 11227, "end": 11235, "loc": { "start": { "line": 245, "column": 45 }, "end": { "line": 245, "column": 53 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 11235, "end": 11236, "loc": { "start": { "line": 245, "column": 53 }, "end": { "line": 245, "column": 54 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 11237, "end": 11238, "loc": { "start": { "line": 245, "column": 55 }, "end": { "line": 245, "column": 56 } } }, { "type": { "label": "const", "keyword": "const", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "const", "start": 11271, "end": 11276, "loc": { "start": { "line": 246, "column": 32 }, "end": { "line": 246, "column": 37 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 11277, "end": 11283, "loc": { "start": { "line": 246, "column": 38 }, "end": { "line": 246, "column": 44 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 11284, "end": 11285, "loc": { "start": { "line": 246, "column": 45 }, "end": { "line": 246, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 11286, "end": 11293, "loc": { "start": { "line": 246, "column": 47 }, "end": { "line": 246, "column": 54 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11293, "end": 11294, "loc": { "start": { "line": 246, "column": 54 }, "end": { "line": 246, "column": 55 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 11294, "end": 11300, "loc": { "start": { "line": 246, "column": 55 }, "end": { "line": 246, "column": 61 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11300, "end": 11301, "loc": { "start": { "line": 246, "column": 61 }, "end": { "line": 246, "column": 62 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 11301, "end": 11306, "loc": { "start": { "line": 246, "column": 62 }, "end": { "line": 246, "column": 67 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11306, "end": 11307, "loc": { "start": { "line": 246, "column": 67 }, "end": { "line": 246, "column": 68 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objects", "start": 11307, "end": 11314, "loc": { "start": { "line": 246, "column": 68 }, "end": { "line": 246, "column": 75 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11314, "end": 11315, "loc": { "start": { "line": 246, "column": 75 }, "end": { "line": 246, "column": 76 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 11315, "end": 11327, "loc": { "start": { "line": 246, "column": 76 }, "end": { "line": 246, "column": 88 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11327, "end": 11328, "loc": { "start": { "line": 246, "column": 88 }, "end": { "line": 246, "column": 89 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectId", "start": 11328, "end": 11336, "loc": { "start": { "line": 246, "column": 89 }, "end": { "line": 246, "column": 97 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11336, "end": 11337, "loc": { "start": { "line": 246, "column": 97 }, "end": { "line": 246, "column": 98 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11337, "end": 11338, "loc": { "start": { "line": 246, "column": 98 }, "end": { "line": 246, "column": 99 } } }, { "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": 11371, "end": 11373, "loc": { "start": { "line": 247, "column": 32 }, "end": { "line": 247, "column": 34 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 11374, "end": 11375, "loc": { "start": { "line": 247, "column": 35 }, "end": { "line": 247, "column": 36 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 11375, "end": 11381, "loc": { "start": { "line": 247, "column": 36 }, "end": { "line": 247, "column": 42 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 11381, "end": 11382, "loc": { "start": { "line": 247, "column": 42 }, "end": { "line": 247, "column": 43 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 11383, "end": 11384, "loc": { "start": { "line": 247, "column": 44 }, "end": { "line": 247, "column": 45 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 11421, "end": 11427, "loc": { "start": { "line": 248, "column": 36 }, "end": { "line": 248, "column": 42 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11427, "end": 11428, "loc": { "start": { "line": 248, "column": 42 }, "end": { "line": 248, "column": 43 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "selected", "start": 11428, "end": 11436, "loc": { "start": { "line": 248, "column": 43 }, "end": { "line": 248, "column": 51 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 11437, "end": 11438, "loc": { "start": { "line": 248, "column": 52 }, "end": { "line": 248, "column": 53 } } }, { "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": 11439, "end": 11444, "loc": { "start": { "line": 248, "column": 54 }, "end": { "line": 248, "column": 59 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11444, "end": 11445, "loc": { "start": { "line": 248, "column": 59 }, "end": { "line": 248, "column": 60 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 11482, "end": 11488, "loc": { "start": { "line": 249, "column": 36 }, "end": { "line": 249, "column": 42 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11488, "end": 11489, "loc": { "start": { "line": 249, "column": 42 }, "end": { "line": 249, "column": 43 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "xrayed", "start": 11489, "end": 11495, "loc": { "start": { "line": 249, "column": 43 }, "end": { "line": 249, "column": 49 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 11496, "end": 11497, "loc": { "start": { "line": 249, "column": 50 }, "end": { "line": 249, "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": 11498, "end": 11502, "loc": { "start": { "line": 249, "column": 52 }, "end": { "line": 249, "column": 56 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11502, "end": 11503, "loc": { "start": { "line": 249, "column": 56 }, "end": { "line": 249, "column": 57 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 11540, "end": 11546, "loc": { "start": { "line": 250, "column": 36 }, "end": { "line": 250, "column": 42 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11546, "end": 11547, "loc": { "start": { "line": 250, "column": 42 }, "end": { "line": 250, "column": 43 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "visible", "start": 11547, "end": 11554, "loc": { "start": { "line": 250, "column": 43 }, "end": { "line": 250, "column": 50 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 11555, "end": 11556, "loc": { "start": { "line": 250, "column": 51 }, "end": { "line": 250, "column": 52 } } }, { "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": 11557, "end": 11561, "loc": { "start": { "line": 250, "column": 53 }, "end": { "line": 250, "column": 57 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11561, "end": 11562, "loc": { "start": { "line": 250, "column": 57 }, "end": { "line": 250, "column": 58 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 11599, "end": 11605, "loc": { "start": { "line": 251, "column": 36 }, "end": { "line": 251, "column": 42 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11605, "end": 11606, "loc": { "start": { "line": 251, "column": 42 }, "end": { "line": 251, "column": 43 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "pickable", "start": 11606, "end": 11614, "loc": { "start": { "line": 251, "column": 43 }, "end": { "line": 251, "column": 51 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 11615, "end": 11616, "loc": { "start": { "line": 251, "column": 52 }, "end": { "line": 251, "column": 53 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 11617, "end": 11624, "loc": { "start": { "line": 251, "column": 54 }, "end": { "line": 251, "column": 61 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11624, "end": 11625, "loc": { "start": { "line": 251, "column": 61 }, "end": { "line": 251, "column": 62 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "bimViewer", "start": 11625, "end": 11634, "loc": { "start": { "line": 251, "column": 62 }, "end": { "line": 251, "column": 71 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11634, "end": 11635, "loc": { "start": { "line": 251, "column": 71 }, "end": { "line": 251, "column": 72 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getConfig", "start": 11635, "end": 11644, "loc": { "start": { "line": 251, "column": 72 }, "end": { "line": 251, "column": 81 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 11644, "end": 11645, "loc": { "start": { "line": 251, "column": 81 }, "end": { "line": 251, "column": 82 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "xrayPickable", "start": 11645, "end": 11659, "loc": { "start": { "line": 251, "column": 82 }, "end": { "line": 251, "column": 96 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 11659, "end": 11660, "loc": { "start": { "line": 251, "column": 96 }, "end": { "line": 251, "column": 97 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11660, "end": 11661, "loc": { "start": { "line": 251, "column": 97 }, "end": { "line": 251, "column": 98 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 11694, "end": 11695, "loc": { "start": { "line": 252, "column": 32 }, "end": { "line": 252, "column": 33 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 11724, "end": 11725, "loc": { "start": { "line": 253, "column": 28 }, "end": { "line": 253, "column": 29 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 11750, "end": 11751, "loc": { "start": { "line": 254, "column": 24 }, "end": { "line": 254, "column": 25 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 11751, "end": 11752, "loc": { "start": { "line": 254, "column": 25 }, "end": { "line": 254, "column": 26 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11752, "end": 11753, "loc": { "start": { "line": 254, "column": 26 }, "end": { "line": 254, "column": 27 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 11774, "end": 11775, "loc": { "start": { "line": 255, "column": 20 }, "end": { "line": 255, "column": 21 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 11792, "end": 11793, "loc": { "start": { "line": 256, "column": 16 }, "end": { "line": 256, "column": 17 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11793, "end": 11794, "loc": { "start": { "line": 256, "column": 17 }, "end": { "line": 256, "column": 18 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 11811, "end": 11812, "loc": { "start": { "line": 257, "column": 16 }, "end": { "line": 257, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getTitle", "start": 11833, "end": 11841, "loc": { "start": { "line": 258, "column": 20 }, "end": { "line": 258, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11841, "end": 11842, "loc": { "start": { "line": 258, "column": 28 }, "end": { "line": 258, "column": 29 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 11843, "end": 11844, "loc": { "start": { "line": 258, "column": 30 }, "end": { "line": 258, "column": 31 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 11844, "end": 11851, "loc": { "start": { "line": 258, "column": 31 }, "end": { "line": 258, "column": 38 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 11851, "end": 11852, "loc": { "start": { "line": 258, "column": 38 }, "end": { "line": 258, "column": 39 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11853, "end": 11855, "loc": { "start": { "line": 258, "column": 40 }, "end": { "line": 258, "column": 42 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 11856, "end": 11857, "loc": { "start": { "line": 258, "column": 43 }, "end": { "line": 258, "column": 44 } } }, { "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": 11882, "end": 11888, "loc": { "start": { "line": 259, "column": 24 }, "end": { "line": 259, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 11889, "end": 11896, "loc": { "start": { "line": 259, "column": 31 }, "end": { "line": 259, "column": 38 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11896, "end": 11897, "loc": { "start": { "line": 259, "column": 38 }, "end": { "line": 259, "column": 39 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 11897, "end": 11903, "loc": { "start": { "line": 259, "column": 39 }, "end": { "line": 259, "column": 45 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11903, "end": 11904, "loc": { "start": { "line": 259, "column": 45 }, "end": { "line": 259, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "localeService", "start": 11904, "end": 11917, "loc": { "start": { "line": 259, "column": 46 }, "end": { "line": 259, "column": 59 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11917, "end": 11918, "loc": { "start": { "line": 259, "column": 59 }, "end": { "line": 259, "column": 60 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "translate", "start": 11918, "end": 11927, "loc": { "start": { "line": 259, "column": 60 }, "end": { "line": 259, "column": 69 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 11927, "end": 11928, "loc": { "start": { "line": 259, "column": 69 }, "end": { "line": 259, "column": 70 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "treeViewContextMenu.undoXray", "start": 11928, "end": 11958, "loc": { "start": { "line": 259, "column": 70 }, "end": { "line": 259, "column": 100 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 11958, "end": 11959, "loc": { "start": { "line": 259, "column": 100 }, "end": { "line": 259, "column": 101 } } }, { "type": { "label": "||", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 1, "updateContext": null }, "value": "||", "start": 11960, "end": 11962, "loc": { "start": { "line": 259, "column": 102 }, "end": { "line": 259, "column": 104 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "Undo X-Ray", "start": 11963, "end": 11975, "loc": { "start": { "line": 259, "column": 105 }, "end": { "line": 259, "column": 117 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11975, "end": 11976, "loc": { "start": { "line": 259, "column": 117 }, "end": { "line": 259, "column": 118 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 11997, "end": 11998, "loc": { "start": { "line": 260, "column": 20 }, "end": { "line": 260, "column": 21 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 11998, "end": 11999, "loc": { "start": { "line": 260, "column": 21 }, "end": { "line": 260, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "doAction", "start": 12020, "end": 12028, "loc": { "start": { "line": 261, "column": 20 }, "end": { "line": 261, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12028, "end": 12029, "loc": { "start": { "line": 261, "column": 28 }, "end": { "line": 261, "column": 29 } } }, { "type": { "label": "function", "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "function", "start": 12030, "end": 12038, "loc": { "start": { "line": 261, "column": 30 }, "end": { "line": 261, "column": 38 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 12039, "end": 12040, "loc": { "start": { "line": 261, "column": 39 }, "end": { "line": 261, "column": 40 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 12040, "end": 12047, "loc": { "start": { "line": 261, "column": 40 }, "end": { "line": 261, "column": 47 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 12047, "end": 12048, "loc": { "start": { "line": 261, "column": 47 }, "end": { "line": 261, "column": 48 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 12049, "end": 12050, "loc": { "start": { "line": 261, "column": 49 }, "end": { "line": 261, "column": 50 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 12075, "end": 12082, "loc": { "start": { "line": 262, "column": 24 }, "end": { "line": 262, "column": 31 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12082, "end": 12083, "loc": { "start": { "line": 262, "column": 31 }, "end": { "line": 262, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewPlugin", "start": 12083, "end": 12097, "loc": { "start": { "line": 262, "column": 32 }, "end": { "line": 262, "column": 46 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12097, "end": 12098, "loc": { "start": { "line": 262, "column": 46 }, "end": { "line": 262, "column": 47 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "withNodeTree", "start": 12098, "end": 12110, "loc": { "start": { "line": 262, "column": 47 }, "end": { "line": 262, "column": 59 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 12110, "end": 12111, "loc": { "start": { "line": 262, "column": 59 }, "end": { "line": 262, "column": 60 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 12111, "end": 12118, "loc": { "start": { "line": 262, "column": 60 }, "end": { "line": 262, "column": 67 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12118, "end": 12119, "loc": { "start": { "line": 262, "column": 67 }, "end": { "line": 262, "column": 68 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 12119, "end": 12131, "loc": { "start": { "line": 262, "column": 68 }, "end": { "line": 262, "column": 80 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12131, "end": 12132, "loc": { "start": { "line": 262, "column": 80 }, "end": { "line": 262, "column": 81 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 12133, "end": 12134, "loc": { "start": { "line": 262, "column": 82 }, "end": { "line": 262, "column": 83 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 12134, "end": 12146, "loc": { "start": { "line": 262, "column": 83 }, "end": { "line": 262, "column": 95 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 12146, "end": 12147, "loc": { "start": { "line": 262, "column": 95 }, "end": { "line": 262, "column": 96 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12148, "end": 12150, "loc": { "start": { "line": 262, "column": 97 }, "end": { "line": 262, "column": 99 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 12151, "end": 12152, "loc": { "start": { "line": 262, "column": 100 }, "end": { "line": 262, "column": 101 } } }, { "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": 12181, "end": 12183, "loc": { "start": { "line": 263, "column": 28 }, "end": { "line": 263, "column": 30 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 12184, "end": 12185, "loc": { "start": { "line": 263, "column": 31 }, "end": { "line": 263, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 12185, "end": 12197, "loc": { "start": { "line": 263, "column": 32 }, "end": { "line": 263, "column": 44 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12197, "end": 12198, "loc": { "start": { "line": 263, "column": 44 }, "end": { "line": 263, "column": 45 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectId", "start": 12198, "end": 12206, "loc": { "start": { "line": 263, "column": 45 }, "end": { "line": 263, "column": 53 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 12206, "end": 12207, "loc": { "start": { "line": 263, "column": 53 }, "end": { "line": 263, "column": 54 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 12208, "end": 12209, "loc": { "start": { "line": 263, "column": 55 }, "end": { "line": 263, "column": 56 } } }, { "type": { "label": "const", "keyword": "const", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "const", "start": 12242, "end": 12247, "loc": { "start": { "line": 264, "column": 32 }, "end": { "line": 264, "column": 37 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 12248, "end": 12254, "loc": { "start": { "line": 264, "column": 38 }, "end": { "line": 264, "column": 44 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 12255, "end": 12256, "loc": { "start": { "line": 264, "column": 45 }, "end": { "line": 264, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 12257, "end": 12264, "loc": { "start": { "line": 264, "column": 47 }, "end": { "line": 264, "column": 54 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12264, "end": 12265, "loc": { "start": { "line": 264, "column": 54 }, "end": { "line": 264, "column": 55 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 12265, "end": 12271, "loc": { "start": { "line": 264, "column": 55 }, "end": { "line": 264, "column": 61 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12271, "end": 12272, "loc": { "start": { "line": 264, "column": 61 }, "end": { "line": 264, "column": 62 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 12272, "end": 12277, "loc": { "start": { "line": 264, "column": 62 }, "end": { "line": 264, "column": 67 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12277, "end": 12278, "loc": { "start": { "line": 264, "column": 67 }, "end": { "line": 264, "column": 68 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objects", "start": 12278, "end": 12285, "loc": { "start": { "line": 264, "column": 68 }, "end": { "line": 264, "column": 75 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12285, "end": 12286, "loc": { "start": { "line": 264, "column": 75 }, "end": { "line": 264, "column": 76 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 12286, "end": 12298, "loc": { "start": { "line": 264, "column": 76 }, "end": { "line": 264, "column": 88 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12298, "end": 12299, "loc": { "start": { "line": 264, "column": 88 }, "end": { "line": 264, "column": 89 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectId", "start": 12299, "end": 12307, "loc": { "start": { "line": 264, "column": 89 }, "end": { "line": 264, "column": 97 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12307, "end": 12308, "loc": { "start": { "line": 264, "column": 97 }, "end": { "line": 264, "column": 98 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12308, "end": 12309, "loc": { "start": { "line": 264, "column": 98 }, "end": { "line": 264, "column": 99 } } }, { "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": 12342, "end": 12344, "loc": { "start": { "line": 265, "column": 32 }, "end": { "line": 265, "column": 34 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 12345, "end": 12346, "loc": { "start": { "line": 265, "column": 35 }, "end": { "line": 265, "column": 36 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 12346, "end": 12352, "loc": { "start": { "line": 265, "column": 36 }, "end": { "line": 265, "column": 42 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 12352, "end": 12353, "loc": { "start": { "line": 265, "column": 42 }, "end": { "line": 265, "column": 43 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 12354, "end": 12355, "loc": { "start": { "line": 265, "column": 44 }, "end": { "line": 265, "column": 45 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 12392, "end": 12398, "loc": { "start": { "line": 266, "column": 36 }, "end": { "line": 266, "column": 42 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12398, "end": 12399, "loc": { "start": { "line": 266, "column": 42 }, "end": { "line": 266, "column": 43 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "xrayed", "start": 12399, "end": 12405, "loc": { "start": { "line": 266, "column": 43 }, "end": { "line": 266, "column": 49 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 12406, "end": 12407, "loc": { "start": { "line": 266, "column": 50 }, "end": { "line": 266, "column": 51 } } }, { "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": 12408, "end": 12413, "loc": { "start": { "line": 266, "column": 52 }, "end": { "line": 266, "column": 57 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12413, "end": 12414, "loc": { "start": { "line": 266, "column": 57 }, "end": { "line": 266, "column": 58 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 12451, "end": 12457, "loc": { "start": { "line": 267, "column": 36 }, "end": { "line": 267, "column": 42 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12457, "end": 12458, "loc": { "start": { "line": 267, "column": 42 }, "end": { "line": 267, "column": 43 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "pickable", "start": 12458, "end": 12466, "loc": { "start": { "line": 267, "column": 43 }, "end": { "line": 267, "column": 51 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 12467, "end": 12468, "loc": { "start": { "line": 267, "column": 52 }, "end": { "line": 267, "column": 53 } } }, { "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": 12469, "end": 12473, "loc": { "start": { "line": 267, "column": 54 }, "end": { "line": 267, "column": 58 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12473, "end": 12474, "loc": { "start": { "line": 267, "column": 58 }, "end": { "line": 267, "column": 59 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 12507, "end": 12508, "loc": { "start": { "line": 268, "column": 32 }, "end": { "line": 268, "column": 33 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 12537, "end": 12538, "loc": { "start": { "line": 269, "column": 28 }, "end": { "line": 269, "column": 29 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 12563, "end": 12564, "loc": { "start": { "line": 270, "column": 24 }, "end": { "line": 270, "column": 25 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 12564, "end": 12565, "loc": { "start": { "line": 270, "column": 25 }, "end": { "line": 270, "column": 26 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12565, "end": 12566, "loc": { "start": { "line": 270, "column": 26 }, "end": { "line": 270, "column": 27 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 12587, "end": 12588, "loc": { "start": { "line": 271, "column": 20 }, "end": { "line": 271, "column": 21 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 12605, "end": 12606, "loc": { "start": { "line": 272, "column": 16 }, "end": { "line": 272, "column": 17 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12606, "end": 12607, "loc": { "start": { "line": 272, "column": 17 }, "end": { "line": 272, "column": 18 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 12624, "end": 12625, "loc": { "start": { "line": 273, "column": 16 }, "end": { "line": 273, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getTitle", "start": 12646, "end": 12654, "loc": { "start": { "line": 274, "column": 20 }, "end": { "line": 274, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12654, "end": 12655, "loc": { "start": { "line": 274, "column": 28 }, "end": { "line": 274, "column": 29 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 12656, "end": 12657, "loc": { "start": { "line": 274, "column": 30 }, "end": { "line": 274, "column": 31 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 12657, "end": 12664, "loc": { "start": { "line": 274, "column": 31 }, "end": { "line": 274, "column": 38 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 12664, "end": 12665, "loc": { "start": { "line": 274, "column": 38 }, "end": { "line": 274, "column": 39 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12666, "end": 12668, "loc": { "start": { "line": 274, "column": 40 }, "end": { "line": 274, "column": 42 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 12669, "end": 12670, "loc": { "start": { "line": 274, "column": 43 }, "end": { "line": 274, "column": 44 } } }, { "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": 12695, "end": 12701, "loc": { "start": { "line": 275, "column": 24 }, "end": { "line": 275, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 12702, "end": 12709, "loc": { "start": { "line": 275, "column": 31 }, "end": { "line": 275, "column": 38 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12709, "end": 12710, "loc": { "start": { "line": 275, "column": 38 }, "end": { "line": 275, "column": 39 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 12710, "end": 12716, "loc": { "start": { "line": 275, "column": 39 }, "end": { "line": 275, "column": 45 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12716, "end": 12717, "loc": { "start": { "line": 275, "column": 45 }, "end": { "line": 275, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "localeService", "start": 12717, "end": 12730, "loc": { "start": { "line": 275, "column": 46 }, "end": { "line": 275, "column": 59 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12730, "end": 12731, "loc": { "start": { "line": 275, "column": 59 }, "end": { "line": 275, "column": 60 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "translate", "start": 12731, "end": 12740, "loc": { "start": { "line": 275, "column": 60 }, "end": { "line": 275, "column": 69 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 12740, "end": 12741, "loc": { "start": { "line": 275, "column": 69 }, "end": { "line": 275, "column": 70 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "treeViewContextMenu.xrayOthers", "start": 12741, "end": 12773, "loc": { "start": { "line": 275, "column": 70 }, "end": { "line": 275, "column": 102 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 12773, "end": 12774, "loc": { "start": { "line": 275, "column": 102 }, "end": { "line": 275, "column": 103 } } }, { "type": { "label": "||", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 1, "updateContext": null }, "value": "||", "start": 12775, "end": 12777, "loc": { "start": { "line": 275, "column": 104 }, "end": { "line": 275, "column": 106 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "X-Ray Others", "start": 12778, "end": 12792, "loc": { "start": { "line": 275, "column": 107 }, "end": { "line": 275, "column": 121 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12792, "end": 12793, "loc": { "start": { "line": 275, "column": 121 }, "end": { "line": 275, "column": 122 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 12814, "end": 12815, "loc": { "start": { "line": 276, "column": 20 }, "end": { "line": 276, "column": 21 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12815, "end": 12816, "loc": { "start": { "line": 276, "column": 21 }, "end": { "line": 276, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "doAction", "start": 12837, "end": 12845, "loc": { "start": { "line": 277, "column": 20 }, "end": { "line": 277, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12845, "end": 12846, "loc": { "start": { "line": 277, "column": 28 }, "end": { "line": 277, "column": 29 } } }, { "type": { "label": "function", "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "function", "start": 12847, "end": 12855, "loc": { "start": { "line": 277, "column": 30 }, "end": { "line": 277, "column": 38 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 12856, "end": 12857, "loc": { "start": { "line": 277, "column": 39 }, "end": { "line": 277, "column": 40 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 12857, "end": 12864, "loc": { "start": { "line": 277, "column": 40 }, "end": { "line": 277, "column": 47 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 12864, "end": 12865, "loc": { "start": { "line": 277, "column": 47 }, "end": { "line": 277, "column": 48 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 12866, "end": 12867, "loc": { "start": { "line": 277, "column": 49 }, "end": { "line": 277, "column": 50 } } }, { "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": 12892, "end": 12897, "loc": { "start": { "line": 278, "column": 24 }, "end": { "line": 278, "column": 29 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 12898, "end": 12903, "loc": { "start": { "line": 278, "column": 30 }, "end": { "line": 278, "column": 35 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 12904, "end": 12905, "loc": { "start": { "line": 278, "column": 36 }, "end": { "line": 278, "column": 37 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 12906, "end": 12913, "loc": { "start": { "line": 278, "column": 38 }, "end": { "line": 278, "column": 45 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12913, "end": 12914, "loc": { "start": { "line": 278, "column": 45 }, "end": { "line": 278, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 12914, "end": 12920, "loc": { "start": { "line": 278, "column": 46 }, "end": { "line": 278, "column": 52 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12920, "end": 12921, "loc": { "start": { "line": 278, "column": 52 }, "end": { "line": 278, "column": 53 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 12921, "end": 12926, "loc": { "start": { "line": 278, "column": 53 }, "end": { "line": 278, "column": 58 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12926, "end": 12927, "loc": { "start": { "line": 278, "column": 58 }, "end": { "line": 278, "column": 59 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 12952, "end": 12957, "loc": { "start": { "line": 279, "column": 24 }, "end": { "line": 279, "column": 29 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12957, "end": 12958, "loc": { "start": { "line": 279, "column": 29 }, "end": { "line": 279, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setObjectsVisible", "start": 12958, "end": 12975, "loc": { "start": { "line": 279, "column": 30 }, "end": { "line": 279, "column": 47 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 12975, "end": 12976, "loc": { "start": { "line": 279, "column": 47 }, "end": { "line": 279, "column": 48 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 12976, "end": 12981, "loc": { "start": { "line": 279, "column": 48 }, "end": { "line": 279, "column": 53 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12981, "end": 12982, "loc": { "start": { "line": 279, "column": 53 }, "end": { "line": 279, "column": 54 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectIds", "start": 12982, "end": 12991, "loc": { "start": { "line": 279, "column": 54 }, "end": { "line": 279, "column": 63 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12991, "end": 12992, "loc": { "start": { "line": 279, "column": 63 }, "end": { "line": 279, "column": 64 } } }, { "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": 12993, "end": 12997, "loc": { "start": { "line": 279, "column": 65 }, "end": { "line": 279, "column": 69 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 12997, "end": 12998, "loc": { "start": { "line": 279, "column": 69 }, "end": { "line": 279, "column": 70 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 12998, "end": 12999, "loc": { "start": { "line": 279, "column": 70 }, "end": { "line": 279, "column": 71 } } }, { "type": { "label": "if", "keyword": "if", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "if", "start": 13024, "end": 13026, "loc": { "start": { "line": 280, "column": 24 }, "end": { "line": 280, "column": 26 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 13027, "end": 13028, "loc": { "start": { "line": 280, "column": 27 }, "end": { "line": 280, "column": 28 } } }, { "type": { "label": "prefix", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": true, "postfix": false, "binop": null, "updateContext": null }, "value": "!", "start": 13028, "end": 13029, "loc": { "start": { "line": 280, "column": 28 }, "end": { "line": 280, "column": 29 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 13029, "end": 13036, "loc": { "start": { "line": 280, "column": 29 }, "end": { "line": 280, "column": 36 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13036, "end": 13037, "loc": { "start": { "line": 280, "column": 36 }, "end": { "line": 280, "column": 37 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "bimViewer", "start": 13037, "end": 13046, "loc": { "start": { "line": 280, "column": 37 }, "end": { "line": 280, "column": 46 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13046, "end": 13047, "loc": { "start": { "line": 280, "column": 46 }, "end": { "line": 280, "column": 47 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getConfig", "start": 13047, "end": 13056, "loc": { "start": { "line": 280, "column": 47 }, "end": { "line": 280, "column": 56 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 13056, "end": 13057, "loc": { "start": { "line": 280, "column": 56 }, "end": { "line": 280, "column": 57 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "xrayPickable", "start": 13057, "end": 13071, "loc": { "start": { "line": 280, "column": 57 }, "end": { "line": 280, "column": 71 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 13071, "end": 13072, "loc": { "start": { "line": 280, "column": 71 }, "end": { "line": 280, "column": 72 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 13072, "end": 13073, "loc": { "start": { "line": 280, "column": 72 }, "end": { "line": 280, "column": 73 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 13074, "end": 13075, "loc": { "start": { "line": 280, "column": 74 }, "end": { "line": 280, "column": 75 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 13104, "end": 13109, "loc": { "start": { "line": 281, "column": 28 }, "end": { "line": 281, "column": 33 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13109, "end": 13110, "loc": { "start": { "line": 281, "column": 33 }, "end": { "line": 281, "column": 34 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setObjectsPickable", "start": 13110, "end": 13128, "loc": { "start": { "line": 281, "column": 34 }, "end": { "line": 281, "column": 52 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 13128, "end": 13129, "loc": { "start": { "line": 281, "column": 52 }, "end": { "line": 281, "column": 53 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 13129, "end": 13134, "loc": { "start": { "line": 281, "column": 53 }, "end": { "line": 281, "column": 58 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13134, "end": 13135, "loc": { "start": { "line": 281, "column": 58 }, "end": { "line": 281, "column": 59 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectIds", "start": 13135, "end": 13144, "loc": { "start": { "line": 281, "column": 59 }, "end": { "line": 281, "column": 68 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13144, "end": 13145, "loc": { "start": { "line": 281, "column": 68 }, "end": { "line": 281, "column": 69 } } }, { "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": 13146, "end": 13151, "loc": { "start": { "line": 281, "column": 70 }, "end": { "line": 281, "column": 75 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 13151, "end": 13152, "loc": { "start": { "line": 281, "column": 75 }, "end": { "line": 281, "column": 76 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13152, "end": 13153, "loc": { "start": { "line": 281, "column": 76 }, "end": { "line": 281, "column": 77 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 13178, "end": 13179, "loc": { "start": { "line": 282, "column": 24 }, "end": { "line": 282, "column": 25 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 13204, "end": 13209, "loc": { "start": { "line": 283, "column": 24 }, "end": { "line": 283, "column": 29 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13209, "end": 13210, "loc": { "start": { "line": 283, "column": 29 }, "end": { "line": 283, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setObjectsXRayed", "start": 13210, "end": 13226, "loc": { "start": { "line": 283, "column": 30 }, "end": { "line": 283, "column": 46 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 13226, "end": 13227, "loc": { "start": { "line": 283, "column": 46 }, "end": { "line": 283, "column": 47 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 13227, "end": 13232, "loc": { "start": { "line": 283, "column": 47 }, "end": { "line": 283, "column": 52 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13232, "end": 13233, "loc": { "start": { "line": 283, "column": 52 }, "end": { "line": 283, "column": 53 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectIds", "start": 13233, "end": 13242, "loc": { "start": { "line": 283, "column": 53 }, "end": { "line": 283, "column": 62 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13242, "end": 13243, "loc": { "start": { "line": 283, "column": 62 }, "end": { "line": 283, "column": 63 } } }, { "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": 13244, "end": 13248, "loc": { "start": { "line": 283, "column": 64 }, "end": { "line": 283, "column": 68 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 13248, "end": 13249, "loc": { "start": { "line": 283, "column": 68 }, "end": { "line": 283, "column": 69 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13249, "end": 13250, "loc": { "start": { "line": 283, "column": 69 }, "end": { "line": 283, "column": 70 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 13275, "end": 13280, "loc": { "start": { "line": 284, "column": 24 }, "end": { "line": 284, "column": 29 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13280, "end": 13281, "loc": { "start": { "line": 284, "column": 29 }, "end": { "line": 284, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setObjectsSelected", "start": 13281, "end": 13299, "loc": { "start": { "line": 284, "column": 30 }, "end": { "line": 284, "column": 48 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 13299, "end": 13300, "loc": { "start": { "line": 284, "column": 48 }, "end": { "line": 284, "column": 49 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 13300, "end": 13305, "loc": { "start": { "line": 284, "column": 49 }, "end": { "line": 284, "column": 54 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13305, "end": 13306, "loc": { "start": { "line": 284, "column": 54 }, "end": { "line": 284, "column": 55 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "selectedObjectIds", "start": 13306, "end": 13323, "loc": { "start": { "line": 284, "column": 55 }, "end": { "line": 284, "column": 72 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13323, "end": 13324, "loc": { "start": { "line": 284, "column": 72 }, "end": { "line": 284, "column": 73 } } }, { "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": 13325, "end": 13330, "loc": { "start": { "line": 284, "column": 74 }, "end": { "line": 284, "column": 79 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 13330, "end": 13331, "loc": { "start": { "line": 284, "column": 79 }, "end": { "line": 284, "column": 80 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13331, "end": 13332, "loc": { "start": { "line": 284, "column": 80 }, "end": { "line": 284, "column": 81 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 13357, "end": 13364, "loc": { "start": { "line": 285, "column": 24 }, "end": { "line": 285, "column": 31 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13364, "end": 13365, "loc": { "start": { "line": 285, "column": 31 }, "end": { "line": 285, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewPlugin", "start": 13365, "end": 13379, "loc": { "start": { "line": 285, "column": 32 }, "end": { "line": 285, "column": 46 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13379, "end": 13380, "loc": { "start": { "line": 285, "column": 46 }, "end": { "line": 285, "column": 47 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "withNodeTree", "start": 13380, "end": 13392, "loc": { "start": { "line": 285, "column": 47 }, "end": { "line": 285, "column": 59 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 13392, "end": 13393, "loc": { "start": { "line": 285, "column": 59 }, "end": { "line": 285, "column": 60 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 13393, "end": 13400, "loc": { "start": { "line": 285, "column": 60 }, "end": { "line": 285, "column": 67 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13400, "end": 13401, "loc": { "start": { "line": 285, "column": 67 }, "end": { "line": 285, "column": 68 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 13401, "end": 13413, "loc": { "start": { "line": 285, "column": 68 }, "end": { "line": 285, "column": 80 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13413, "end": 13414, "loc": { "start": { "line": 285, "column": 80 }, "end": { "line": 285, "column": 81 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 13415, "end": 13416, "loc": { "start": { "line": 285, "column": 82 }, "end": { "line": 285, "column": 83 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 13416, "end": 13428, "loc": { "start": { "line": 285, "column": 83 }, "end": { "line": 285, "column": 95 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 13428, "end": 13429, "loc": { "start": { "line": 285, "column": 95 }, "end": { "line": 285, "column": 96 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13430, "end": 13432, "loc": { "start": { "line": 285, "column": 97 }, "end": { "line": 285, "column": 99 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 13433, "end": 13434, "loc": { "start": { "line": 285, "column": 100 }, "end": { "line": 285, "column": 101 } } }, { "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": 13463, "end": 13465, "loc": { "start": { "line": 286, "column": 28 }, "end": { "line": 286, "column": 30 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 13466, "end": 13467, "loc": { "start": { "line": 286, "column": 31 }, "end": { "line": 286, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 13467, "end": 13479, "loc": { "start": { "line": 286, "column": 32 }, "end": { "line": 286, "column": 44 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13479, "end": 13480, "loc": { "start": { "line": 286, "column": 44 }, "end": { "line": 286, "column": 45 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectId", "start": 13480, "end": 13488, "loc": { "start": { "line": 286, "column": 45 }, "end": { "line": 286, "column": 53 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 13488, "end": 13489, "loc": { "start": { "line": 286, "column": 53 }, "end": { "line": 286, "column": 54 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 13490, "end": 13491, "loc": { "start": { "line": 286, "column": 55 }, "end": { "line": 286, "column": 56 } } }, { "type": { "label": "const", "keyword": "const", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "const", "start": 13524, "end": 13529, "loc": { "start": { "line": 287, "column": 32 }, "end": { "line": 287, "column": 37 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 13530, "end": 13536, "loc": { "start": { "line": 287, "column": 38 }, "end": { "line": 287, "column": 44 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 13537, "end": 13538, "loc": { "start": { "line": 287, "column": 45 }, "end": { "line": 287, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 13539, "end": 13544, "loc": { "start": { "line": 287, "column": 47 }, "end": { "line": 287, "column": 52 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13544, "end": 13545, "loc": { "start": { "line": 287, "column": 52 }, "end": { "line": 287, "column": 53 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objects", "start": 13545, "end": 13552, "loc": { "start": { "line": 287, "column": 53 }, "end": { "line": 287, "column": 60 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13552, "end": 13553, "loc": { "start": { "line": 287, "column": 60 }, "end": { "line": 287, "column": 61 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 13553, "end": 13565, "loc": { "start": { "line": 287, "column": 61 }, "end": { "line": 287, "column": 73 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13565, "end": 13566, "loc": { "start": { "line": 287, "column": 73 }, "end": { "line": 287, "column": 74 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectId", "start": 13566, "end": 13574, "loc": { "start": { "line": 287, "column": 74 }, "end": { "line": 287, "column": 82 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13574, "end": 13575, "loc": { "start": { "line": 287, "column": 82 }, "end": { "line": 287, "column": 83 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13575, "end": 13576, "loc": { "start": { "line": 287, "column": 83 }, "end": { "line": 287, "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": 13609, "end": 13611, "loc": { "start": { "line": 288, "column": 32 }, "end": { "line": 288, "column": 34 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 13612, "end": 13613, "loc": { "start": { "line": 288, "column": 35 }, "end": { "line": 288, "column": 36 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 13613, "end": 13619, "loc": { "start": { "line": 288, "column": 36 }, "end": { "line": 288, "column": 42 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 13619, "end": 13620, "loc": { "start": { "line": 288, "column": 42 }, "end": { "line": 288, "column": 43 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 13621, "end": 13622, "loc": { "start": { "line": 288, "column": 44 }, "end": { "line": 288, "column": 45 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 13659, "end": 13665, "loc": { "start": { "line": 289, "column": 36 }, "end": { "line": 289, "column": 42 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13665, "end": 13666, "loc": { "start": { "line": 289, "column": 42 }, "end": { "line": 289, "column": 43 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "xrayed", "start": 13666, "end": 13672, "loc": { "start": { "line": 289, "column": 43 }, "end": { "line": 289, "column": 49 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 13673, "end": 13674, "loc": { "start": { "line": 289, "column": 50 }, "end": { "line": 289, "column": 51 } } }, { "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": 13675, "end": 13680, "loc": { "start": { "line": 289, "column": 52 }, "end": { "line": 289, "column": 57 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13680, "end": 13681, "loc": { "start": { "line": 289, "column": 57 }, "end": { "line": 289, "column": 58 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 13718, "end": 13724, "loc": { "start": { "line": 290, "column": 36 }, "end": { "line": 290, "column": 42 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13724, "end": 13725, "loc": { "start": { "line": 290, "column": 42 }, "end": { "line": 290, "column": 43 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "pickable", "start": 13725, "end": 13733, "loc": { "start": { "line": 290, "column": 43 }, "end": { "line": 290, "column": 51 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 13734, "end": 13735, "loc": { "start": { "line": 290, "column": 52 }, "end": { "line": 290, "column": 53 } } }, { "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": 13736, "end": 13740, "loc": { "start": { "line": 290, "column": 54 }, "end": { "line": 290, "column": 58 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13740, "end": 13741, "loc": { "start": { "line": 290, "column": 58 }, "end": { "line": 290, "column": 59 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 13774, "end": 13775, "loc": { "start": { "line": 291, "column": 32 }, "end": { "line": 291, "column": 33 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 13804, "end": 13805, "loc": { "start": { "line": 292, "column": 28 }, "end": { "line": 292, "column": 29 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 13830, "end": 13831, "loc": { "start": { "line": 293, "column": 24 }, "end": { "line": 293, "column": 25 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 13831, "end": 13832, "loc": { "start": { "line": 293, "column": 25 }, "end": { "line": 293, "column": 26 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13832, "end": 13833, "loc": { "start": { "line": 293, "column": 26 }, "end": { "line": 293, "column": 27 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 13854, "end": 13855, "loc": { "start": { "line": 294, "column": 20 }, "end": { "line": 294, "column": 21 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 13872, "end": 13873, "loc": { "start": { "line": 295, "column": 16 }, "end": { "line": 295, "column": 17 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13873, "end": 13874, "loc": { "start": { "line": 295, "column": 17 }, "end": { "line": 295, "column": 18 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 13891, "end": 13892, "loc": { "start": { "line": 296, "column": 16 }, "end": { "line": 296, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getTitle", "start": 13913, "end": 13921, "loc": { "start": { "line": 297, "column": 20 }, "end": { "line": 297, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13921, "end": 13922, "loc": { "start": { "line": 297, "column": 28 }, "end": { "line": 297, "column": 29 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 13923, "end": 13924, "loc": { "start": { "line": 297, "column": 30 }, "end": { "line": 297, "column": 31 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 13924, "end": 13931, "loc": { "start": { "line": 297, "column": 31 }, "end": { "line": 297, "column": 38 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 13931, "end": 13932, "loc": { "start": { "line": 297, "column": 38 }, "end": { "line": 297, "column": 39 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13933, "end": 13935, "loc": { "start": { "line": 297, "column": 40 }, "end": { "line": 297, "column": 42 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 13936, "end": 13937, "loc": { "start": { "line": 297, "column": 43 }, "end": { "line": 297, "column": 44 } } }, { "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": 13962, "end": 13968, "loc": { "start": { "line": 298, "column": 24 }, "end": { "line": 298, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 13969, "end": 13976, "loc": { "start": { "line": 298, "column": 31 }, "end": { "line": 298, "column": 38 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13976, "end": 13977, "loc": { "start": { "line": 298, "column": 38 }, "end": { "line": 298, "column": 39 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 13977, "end": 13983, "loc": { "start": { "line": 298, "column": 39 }, "end": { "line": 298, "column": 45 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13983, "end": 13984, "loc": { "start": { "line": 298, "column": 45 }, "end": { "line": 298, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "localeService", "start": 13984, "end": 13997, "loc": { "start": { "line": 298, "column": 46 }, "end": { "line": 298, "column": 59 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 13997, "end": 13998, "loc": { "start": { "line": 298, "column": 59 }, "end": { "line": 298, "column": 60 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "translate", "start": 13998, "end": 14007, "loc": { "start": { "line": 298, "column": 60 }, "end": { "line": 298, "column": 69 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 14007, "end": 14008, "loc": { "start": { "line": 298, "column": 69 }, "end": { "line": 298, "column": 70 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "treeViewContextMenu.xrayAll", "start": 14008, "end": 14037, "loc": { "start": { "line": 298, "column": 70 }, "end": { "line": 298, "column": 99 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 14037, "end": 14038, "loc": { "start": { "line": 298, "column": 99 }, "end": { "line": 298, "column": 100 } } }, { "type": { "label": "||", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 1, "updateContext": null }, "value": "||", "start": 14039, "end": 14041, "loc": { "start": { "line": 298, "column": 101 }, "end": { "line": 298, "column": 103 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "X-Ray All", "start": 14042, "end": 14053, "loc": { "start": { "line": 298, "column": 104 }, "end": { "line": 298, "column": 115 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14053, "end": 14054, "loc": { "start": { "line": 298, "column": 115 }, "end": { "line": 298, "column": 116 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 14075, "end": 14076, "loc": { "start": { "line": 299, "column": 20 }, "end": { "line": 299, "column": 21 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14076, "end": 14077, "loc": { "start": { "line": 299, "column": 21 }, "end": { "line": 299, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "doAction", "start": 14098, "end": 14106, "loc": { "start": { "line": 300, "column": 20 }, "end": { "line": 300, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14106, "end": 14107, "loc": { "start": { "line": 300, "column": 28 }, "end": { "line": 300, "column": 29 } } }, { "type": { "label": "function", "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "function", "start": 14108, "end": 14116, "loc": { "start": { "line": 300, "column": 30 }, "end": { "line": 300, "column": 38 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 14117, "end": 14118, "loc": { "start": { "line": 300, "column": 39 }, "end": { "line": 300, "column": 40 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 14118, "end": 14125, "loc": { "start": { "line": 300, "column": 40 }, "end": { "line": 300, "column": 47 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 14125, "end": 14126, "loc": { "start": { "line": 300, "column": 47 }, "end": { "line": 300, "column": 48 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 14127, "end": 14128, "loc": { "start": { "line": 300, "column": 49 }, "end": { "line": 300, "column": 50 } } }, { "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": 14153, "end": 14158, "loc": { "start": { "line": 301, "column": 24 }, "end": { "line": 301, "column": 29 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 14159, "end": 14164, "loc": { "start": { "line": 301, "column": 30 }, "end": { "line": 301, "column": 35 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 14165, "end": 14166, "loc": { "start": { "line": 301, "column": 36 }, "end": { "line": 301, "column": 37 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 14167, "end": 14174, "loc": { "start": { "line": 301, "column": 38 }, "end": { "line": 301, "column": 45 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14174, "end": 14175, "loc": { "start": { "line": 301, "column": 45 }, "end": { "line": 301, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 14175, "end": 14181, "loc": { "start": { "line": 301, "column": 46 }, "end": { "line": 301, "column": 52 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14181, "end": 14182, "loc": { "start": { "line": 301, "column": 52 }, "end": { "line": 301, "column": 53 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 14182, "end": 14187, "loc": { "start": { "line": 301, "column": 53 }, "end": { "line": 301, "column": 58 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14187, "end": 14188, "loc": { "start": { "line": 301, "column": 58 }, "end": { "line": 301, "column": 59 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 14213, "end": 14218, "loc": { "start": { "line": 302, "column": 24 }, "end": { "line": 302, "column": 29 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14218, "end": 14219, "loc": { "start": { "line": 302, "column": 29 }, "end": { "line": 302, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setObjectsVisible", "start": 14219, "end": 14236, "loc": { "start": { "line": 302, "column": 30 }, "end": { "line": 302, "column": 47 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 14236, "end": 14237, "loc": { "start": { "line": 302, "column": 47 }, "end": { "line": 302, "column": 48 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 14237, "end": 14242, "loc": { "start": { "line": 302, "column": 48 }, "end": { "line": 302, "column": 53 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14242, "end": 14243, "loc": { "start": { "line": 302, "column": 53 }, "end": { "line": 302, "column": 54 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectIds", "start": 14243, "end": 14252, "loc": { "start": { "line": 302, "column": 54 }, "end": { "line": 302, "column": 63 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14252, "end": 14253, "loc": { "start": { "line": 302, "column": 63 }, "end": { "line": 302, "column": 64 } } }, { "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": 14254, "end": 14258, "loc": { "start": { "line": 302, "column": 65 }, "end": { "line": 302, "column": 69 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 14258, "end": 14259, "loc": { "start": { "line": 302, "column": 69 }, "end": { "line": 302, "column": 70 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14259, "end": 14260, "loc": { "start": { "line": 302, "column": 70 }, "end": { "line": 302, "column": 71 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 14285, "end": 14290, "loc": { "start": { "line": 303, "column": 24 }, "end": { "line": 303, "column": 29 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14290, "end": 14291, "loc": { "start": { "line": 303, "column": 29 }, "end": { "line": 303, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setObjectsXRayed", "start": 14291, "end": 14307, "loc": { "start": { "line": 303, "column": 30 }, "end": { "line": 303, "column": 46 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 14307, "end": 14308, "loc": { "start": { "line": 303, "column": 46 }, "end": { "line": 303, "column": 47 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 14308, "end": 14313, "loc": { "start": { "line": 303, "column": 47 }, "end": { "line": 303, "column": 52 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14313, "end": 14314, "loc": { "start": { "line": 303, "column": 52 }, "end": { "line": 303, "column": 53 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectIds", "start": 14314, "end": 14323, "loc": { "start": { "line": 303, "column": 53 }, "end": { "line": 303, "column": 62 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14323, "end": 14324, "loc": { "start": { "line": 303, "column": 62 }, "end": { "line": 303, "column": 63 } } }, { "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": 14325, "end": 14329, "loc": { "start": { "line": 303, "column": 64 }, "end": { "line": 303, "column": 68 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 14329, "end": 14330, "loc": { "start": { "line": 303, "column": 68 }, "end": { "line": 303, "column": 69 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14330, "end": 14331, "loc": { "start": { "line": 303, "column": 69 }, "end": { "line": 303, "column": 70 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 14356, "end": 14361, "loc": { "start": { "line": 304, "column": 24 }, "end": { "line": 304, "column": 29 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14361, "end": 14362, "loc": { "start": { "line": 304, "column": 29 }, "end": { "line": 304, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setObjectsSelected", "start": 14362, "end": 14380, "loc": { "start": { "line": 304, "column": 30 }, "end": { "line": 304, "column": 48 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 14380, "end": 14381, "loc": { "start": { "line": 304, "column": 48 }, "end": { "line": 304, "column": 49 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 14381, "end": 14386, "loc": { "start": { "line": 304, "column": 49 }, "end": { "line": 304, "column": 54 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14386, "end": 14387, "loc": { "start": { "line": 304, "column": 54 }, "end": { "line": 304, "column": 55 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "selectedObjectIds", "start": 14387, "end": 14404, "loc": { "start": { "line": 304, "column": 55 }, "end": { "line": 304, "column": 72 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14404, "end": 14405, "loc": { "start": { "line": 304, "column": 72 }, "end": { "line": 304, "column": 73 } } }, { "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": 14406, "end": 14411, "loc": { "start": { "line": 304, "column": 74 }, "end": { "line": 304, "column": 79 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 14411, "end": 14412, "loc": { "start": { "line": 304, "column": 79 }, "end": { "line": 304, "column": 80 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14412, "end": 14413, "loc": { "start": { "line": 304, "column": 80 }, "end": { "line": 304, "column": 81 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 14438, "end": 14443, "loc": { "start": { "line": 305, "column": 24 }, "end": { "line": 305, "column": 29 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14443, "end": 14444, "loc": { "start": { "line": 305, "column": 29 }, "end": { "line": 305, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setObjectsPickable", "start": 14444, "end": 14462, "loc": { "start": { "line": 305, "column": 30 }, "end": { "line": 305, "column": 48 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 14462, "end": 14463, "loc": { "start": { "line": 305, "column": 48 }, "end": { "line": 305, "column": 49 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 14463, "end": 14468, "loc": { "start": { "line": 305, "column": 49 }, "end": { "line": 305, "column": 54 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14468, "end": 14469, "loc": { "start": { "line": 305, "column": 54 }, "end": { "line": 305, "column": 55 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectIds", "start": 14469, "end": 14478, "loc": { "start": { "line": 305, "column": 55 }, "end": { "line": 305, "column": 64 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14478, "end": 14479, "loc": { "start": { "line": 305, "column": 64 }, "end": { "line": 305, "column": 65 } } }, { "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": 14480, "end": 14485, "loc": { "start": { "line": 305, "column": 66 }, "end": { "line": 305, "column": 71 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 14485, "end": 14486, "loc": { "start": { "line": 305, "column": 71 }, "end": { "line": 305, "column": 72 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14486, "end": 14487, "loc": { "start": { "line": 305, "column": 72 }, "end": { "line": 305, "column": 73 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 14508, "end": 14509, "loc": { "start": { "line": 306, "column": 20 }, "end": { "line": 306, "column": 21 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 14526, "end": 14527, "loc": { "start": { "line": 307, "column": 16 }, "end": { "line": 307, "column": 17 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14527, "end": 14528, "loc": { "start": { "line": 307, "column": 17 }, "end": { "line": 307, "column": 18 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 14545, "end": 14546, "loc": { "start": { "line": 308, "column": 16 }, "end": { "line": 308, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getTitle", "start": 14567, "end": 14575, "loc": { "start": { "line": 309, "column": 20 }, "end": { "line": 309, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14575, "end": 14576, "loc": { "start": { "line": 309, "column": 28 }, "end": { "line": 309, "column": 29 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 14577, "end": 14578, "loc": { "start": { "line": 309, "column": 30 }, "end": { "line": 309, "column": 31 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 14578, "end": 14585, "loc": { "start": { "line": 309, "column": 31 }, "end": { "line": 309, "column": 38 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 14585, "end": 14586, "loc": { "start": { "line": 309, "column": 38 }, "end": { "line": 309, "column": 39 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14587, "end": 14589, "loc": { "start": { "line": 309, "column": 40 }, "end": { "line": 309, "column": 42 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 14590, "end": 14591, "loc": { "start": { "line": 309, "column": 43 }, "end": { "line": 309, "column": 44 } } }, { "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": 14616, "end": 14622, "loc": { "start": { "line": 310, "column": 24 }, "end": { "line": 310, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 14623, "end": 14630, "loc": { "start": { "line": 310, "column": 31 }, "end": { "line": 310, "column": 38 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14630, "end": 14631, "loc": { "start": { "line": 310, "column": 38 }, "end": { "line": 310, "column": 39 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 14631, "end": 14637, "loc": { "start": { "line": 310, "column": 39 }, "end": { "line": 310, "column": 45 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14637, "end": 14638, "loc": { "start": { "line": 310, "column": 45 }, "end": { "line": 310, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "localeService", "start": 14638, "end": 14651, "loc": { "start": { "line": 310, "column": 46 }, "end": { "line": 310, "column": 59 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14651, "end": 14652, "loc": { "start": { "line": 310, "column": 59 }, "end": { "line": 310, "column": 60 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "translate", "start": 14652, "end": 14661, "loc": { "start": { "line": 310, "column": 60 }, "end": { "line": 310, "column": 69 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 14661, "end": 14662, "loc": { "start": { "line": 310, "column": 69 }, "end": { "line": 310, "column": 70 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "treeViewContextMenu.xrayNone", "start": 14662, "end": 14692, "loc": { "start": { "line": 310, "column": 70 }, "end": { "line": 310, "column": 100 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 14692, "end": 14693, "loc": { "start": { "line": 310, "column": 100 }, "end": { "line": 310, "column": 101 } } }, { "type": { "label": "||", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 1, "updateContext": null }, "value": "||", "start": 14694, "end": 14696, "loc": { "start": { "line": 310, "column": 102 }, "end": { "line": 310, "column": 104 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "X-Ray None", "start": 14697, "end": 14709, "loc": { "start": { "line": 310, "column": 105 }, "end": { "line": 310, "column": 117 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14709, "end": 14710, "loc": { "start": { "line": 310, "column": 117 }, "end": { "line": 310, "column": 118 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 14731, "end": 14732, "loc": { "start": { "line": 311, "column": 20 }, "end": { "line": 311, "column": 21 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14732, "end": 14733, "loc": { "start": { "line": 311, "column": 21 }, "end": { "line": 311, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getEnabled", "start": 14754, "end": 14764, "loc": { "start": { "line": 312, "column": 20 }, "end": { "line": 312, "column": 30 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14764, "end": 14765, "loc": { "start": { "line": 312, "column": 30 }, "end": { "line": 312, "column": 31 } } }, { "type": { "label": "function", "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "function", "start": 14766, "end": 14774, "loc": { "start": { "line": 312, "column": 32 }, "end": { "line": 312, "column": 40 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 14775, "end": 14776, "loc": { "start": { "line": 312, "column": 41 }, "end": { "line": 312, "column": 42 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 14776, "end": 14783, "loc": { "start": { "line": 312, "column": 42 }, "end": { "line": 312, "column": 49 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 14783, "end": 14784, "loc": { "start": { "line": 312, "column": 49 }, "end": { "line": 312, "column": 50 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 14785, "end": 14786, "loc": { "start": { "line": 312, "column": 51 }, "end": { "line": 312, "column": 52 } } }, { "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": 14811, "end": 14817, "loc": { "start": { "line": 313, "column": 24 }, "end": { "line": 313, "column": 30 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 14818, "end": 14819, "loc": { "start": { "line": 313, "column": 31 }, "end": { "line": 313, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 14819, "end": 14826, "loc": { "start": { "line": 313, "column": 32 }, "end": { "line": 313, "column": 39 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14826, "end": 14827, "loc": { "start": { "line": 313, "column": 39 }, "end": { "line": 313, "column": 40 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 14827, "end": 14833, "loc": { "start": { "line": 313, "column": 40 }, "end": { "line": 313, "column": 46 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14833, "end": 14834, "loc": { "start": { "line": 313, "column": 46 }, "end": { "line": 313, "column": 47 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 14834, "end": 14839, "loc": { "start": { "line": 313, "column": 47 }, "end": { "line": 313, "column": 52 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14839, "end": 14840, "loc": { "start": { "line": 313, "column": 52 }, "end": { "line": 313, "column": 53 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "numXRayedObjects", "start": 14840, "end": 14856, "loc": { "start": { "line": 313, "column": 53 }, "end": { "line": 313, "column": 69 } } }, { "type": { "label": "", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 7, "updateContext": null }, "value": ">", "start": 14857, "end": 14858, "loc": { "start": { "line": 313, "column": 70 }, "end": { "line": 313, "column": 71 } } }, { "type": { "label": "num", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": 0, "start": 14859, "end": 14860, "loc": { "start": { "line": 313, "column": 72 }, "end": { "line": 313, "column": 73 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 14860, "end": 14861, "loc": { "start": { "line": 313, "column": 73 }, "end": { "line": 313, "column": 74 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14861, "end": 14862, "loc": { "start": { "line": 313, "column": 74 }, "end": { "line": 313, "column": 75 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 14883, "end": 14884, "loc": { "start": { "line": 314, "column": 20 }, "end": { "line": 314, "column": 21 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14884, "end": 14885, "loc": { "start": { "line": 314, "column": 21 }, "end": { "line": 314, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "doAction", "start": 14906, "end": 14914, "loc": { "start": { "line": 315, "column": 20 }, "end": { "line": 315, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14914, "end": 14915, "loc": { "start": { "line": 315, "column": 28 }, "end": { "line": 315, "column": 29 } } }, { "type": { "label": "function", "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "function", "start": 14916, "end": 14924, "loc": { "start": { "line": 315, "column": 30 }, "end": { "line": 315, "column": 38 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 14925, "end": 14926, "loc": { "start": { "line": 315, "column": 39 }, "end": { "line": 315, "column": 40 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 14926, "end": 14933, "loc": { "start": { "line": 315, "column": 40 }, "end": { "line": 315, "column": 47 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 14933, "end": 14934, "loc": { "start": { "line": 315, "column": 47 }, "end": { "line": 315, "column": 48 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 14935, "end": 14936, "loc": { "start": { "line": 315, "column": 49 }, "end": { "line": 315, "column": 50 } } }, { "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": 14961, "end": 14966, "loc": { "start": { "line": 316, "column": 24 }, "end": { "line": 316, "column": 29 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 14967, "end": 14972, "loc": { "start": { "line": 316, "column": 30 }, "end": { "line": 316, "column": 35 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 14973, "end": 14974, "loc": { "start": { "line": 316, "column": 36 }, "end": { "line": 316, "column": 37 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 14975, "end": 14982, "loc": { "start": { "line": 316, "column": 38 }, "end": { "line": 316, "column": 45 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14982, "end": 14983, "loc": { "start": { "line": 316, "column": 45 }, "end": { "line": 316, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 14983, "end": 14989, "loc": { "start": { "line": 316, "column": 46 }, "end": { "line": 316, "column": 52 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14989, "end": 14990, "loc": { "start": { "line": 316, "column": 52 }, "end": { "line": 316, "column": 53 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 14990, "end": 14995, "loc": { "start": { "line": 316, "column": 53 }, "end": { "line": 316, "column": 58 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 14995, "end": 14996, "loc": { "start": { "line": 316, "column": 58 }, "end": { "line": 316, "column": 59 } } }, { "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": 15021, "end": 15026, "loc": { "start": { "line": 317, "column": 24 }, "end": { "line": 317, "column": 29 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "xrayedObjectIds", "start": 15027, "end": 15042, "loc": { "start": { "line": 317, "column": 30 }, "end": { "line": 317, "column": 45 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 15043, "end": 15044, "loc": { "start": { "line": 317, "column": 46 }, "end": { "line": 317, "column": 47 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 15045, "end": 15050, "loc": { "start": { "line": 317, "column": 48 }, "end": { "line": 317, "column": 53 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15050, "end": 15051, "loc": { "start": { "line": 317, "column": 53 }, "end": { "line": 317, "column": 54 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "xrayedObjectIds", "start": 15051, "end": 15066, "loc": { "start": { "line": 317, "column": 54 }, "end": { "line": 317, "column": 69 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15066, "end": 15067, "loc": { "start": { "line": 317, "column": 69 }, "end": { "line": 317, "column": 70 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 15092, "end": 15097, "loc": { "start": { "line": 318, "column": 24 }, "end": { "line": 318, "column": 29 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15097, "end": 15098, "loc": { "start": { "line": 318, "column": 29 }, "end": { "line": 318, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setObjectsPickable", "start": 15098, "end": 15116, "loc": { "start": { "line": 318, "column": 30 }, "end": { "line": 318, "column": 48 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 15116, "end": 15117, "loc": { "start": { "line": 318, "column": 48 }, "end": { "line": 318, "column": 49 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "xrayedObjectIds", "start": 15117, "end": 15132, "loc": { "start": { "line": 318, "column": 49 }, "end": { "line": 318, "column": 64 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15132, "end": 15133, "loc": { "start": { "line": 318, "column": 64 }, "end": { "line": 318, "column": 65 } } }, { "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": 15134, "end": 15138, "loc": { "start": { "line": 318, "column": 66 }, "end": { "line": 318, "column": 70 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 15138, "end": 15139, "loc": { "start": { "line": 318, "column": 70 }, "end": { "line": 318, "column": 71 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15139, "end": 15140, "loc": { "start": { "line": 318, "column": 71 }, "end": { "line": 318, "column": 72 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 15165, "end": 15170, "loc": { "start": { "line": 319, "column": 24 }, "end": { "line": 319, "column": 29 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15170, "end": 15171, "loc": { "start": { "line": 319, "column": 29 }, "end": { "line": 319, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setObjectsXRayed", "start": 15171, "end": 15187, "loc": { "start": { "line": 319, "column": 30 }, "end": { "line": 319, "column": 46 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 15187, "end": 15188, "loc": { "start": { "line": 319, "column": 46 }, "end": { "line": 319, "column": 47 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "xrayedObjectIds", "start": 15188, "end": 15203, "loc": { "start": { "line": 319, "column": 47 }, "end": { "line": 319, "column": 62 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15203, "end": 15204, "loc": { "start": { "line": 319, "column": 62 }, "end": { "line": 319, "column": 63 } } }, { "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": 15205, "end": 15210, "loc": { "start": { "line": 319, "column": 64 }, "end": { "line": 319, "column": 69 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 15210, "end": 15211, "loc": { "start": { "line": 319, "column": 69 }, "end": { "line": 319, "column": 70 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15211, "end": 15212, "loc": { "start": { "line": 319, "column": 70 }, "end": { "line": 319, "column": 71 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 15233, "end": 15234, "loc": { "start": { "line": 320, "column": 20 }, "end": { "line": 320, "column": 21 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 15251, "end": 15252, "loc": { "start": { "line": 321, "column": 16 }, "end": { "line": 321, "column": 17 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15265, "end": 15266, "loc": { "start": { "line": 322, "column": 12 }, "end": { "line": 322, "column": 13 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15266, "end": 15267, "loc": { "start": { "line": 322, "column": 13 }, "end": { "line": 322, "column": 14 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15280, "end": 15281, "loc": { "start": { "line": 323, "column": 12 }, "end": { "line": 323, "column": 13 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 15298, "end": 15299, "loc": { "start": { "line": 324, "column": 16 }, "end": { "line": 324, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getTitle", "start": 15320, "end": 15328, "loc": { "start": { "line": 325, "column": 20 }, "end": { "line": 325, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15328, "end": 15329, "loc": { "start": { "line": 325, "column": 28 }, "end": { "line": 325, "column": 29 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 15330, "end": 15331, "loc": { "start": { "line": 325, "column": 30 }, "end": { "line": 325, "column": 31 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 15331, "end": 15338, "loc": { "start": { "line": 325, "column": 31 }, "end": { "line": 325, "column": 38 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 15338, "end": 15339, "loc": { "start": { "line": 325, "column": 38 }, "end": { "line": 325, "column": 39 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15340, "end": 15342, "loc": { "start": { "line": 325, "column": 40 }, "end": { "line": 325, "column": 42 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 15343, "end": 15344, "loc": { "start": { "line": 325, "column": 43 }, "end": { "line": 325, "column": 44 } } }, { "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": 15369, "end": 15375, "loc": { "start": { "line": 326, "column": 24 }, "end": { "line": 326, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 15376, "end": 15383, "loc": { "start": { "line": 326, "column": 31 }, "end": { "line": 326, "column": 38 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15383, "end": 15384, "loc": { "start": { "line": 326, "column": 38 }, "end": { "line": 326, "column": 39 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 15384, "end": 15390, "loc": { "start": { "line": 326, "column": 39 }, "end": { "line": 326, "column": 45 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15390, "end": 15391, "loc": { "start": { "line": 326, "column": 45 }, "end": { "line": 326, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "localeService", "start": 15391, "end": 15404, "loc": { "start": { "line": 326, "column": 46 }, "end": { "line": 326, "column": 59 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15404, "end": 15405, "loc": { "start": { "line": 326, "column": 59 }, "end": { "line": 326, "column": 60 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "translate", "start": 15405, "end": 15414, "loc": { "start": { "line": 326, "column": 60 }, "end": { "line": 326, "column": 69 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 15414, "end": 15415, "loc": { "start": { "line": 326, "column": 69 }, "end": { "line": 326, "column": 70 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "treeViewContextMenu.select", "start": 15415, "end": 15443, "loc": { "start": { "line": 326, "column": 70 }, "end": { "line": 326, "column": 98 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 15443, "end": 15444, "loc": { "start": { "line": 326, "column": 98 }, "end": { "line": 326, "column": 99 } } }, { "type": { "label": "||", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 1, "updateContext": null }, "value": "||", "start": 15445, "end": 15447, "loc": { "start": { "line": 326, "column": 100 }, "end": { "line": 326, "column": 102 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "Select", "start": 15448, "end": 15456, "loc": { "start": { "line": 326, "column": 103 }, "end": { "line": 326, "column": 111 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15456, "end": 15457, "loc": { "start": { "line": 326, "column": 111 }, "end": { "line": 326, "column": 112 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 15478, "end": 15479, "loc": { "start": { "line": 327, "column": 20 }, "end": { "line": 327, "column": 21 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15479, "end": 15480, "loc": { "start": { "line": 327, "column": 21 }, "end": { "line": 327, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "doAction", "start": 15501, "end": 15509, "loc": { "start": { "line": 328, "column": 20 }, "end": { "line": 328, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15509, "end": 15510, "loc": { "start": { "line": 328, "column": 28 }, "end": { "line": 328, "column": 29 } } }, { "type": { "label": "function", "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "function", "start": 15511, "end": 15519, "loc": { "start": { "line": 328, "column": 30 }, "end": { "line": 328, "column": 38 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 15520, "end": 15521, "loc": { "start": { "line": 328, "column": 39 }, "end": { "line": 328, "column": 40 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 15521, "end": 15528, "loc": { "start": { "line": 328, "column": 40 }, "end": { "line": 328, "column": 47 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 15528, "end": 15529, "loc": { "start": { "line": 328, "column": 47 }, "end": { "line": 328, "column": 48 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 15530, "end": 15531, "loc": { "start": { "line": 328, "column": 49 }, "end": { "line": 328, "column": 50 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 15556, "end": 15563, "loc": { "start": { "line": 329, "column": 24 }, "end": { "line": 329, "column": 31 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15563, "end": 15564, "loc": { "start": { "line": 329, "column": 31 }, "end": { "line": 329, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewPlugin", "start": 15564, "end": 15578, "loc": { "start": { "line": 329, "column": 32 }, "end": { "line": 329, "column": 46 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15578, "end": 15579, "loc": { "start": { "line": 329, "column": 46 }, "end": { "line": 329, "column": 47 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "withNodeTree", "start": 15579, "end": 15591, "loc": { "start": { "line": 329, "column": 47 }, "end": { "line": 329, "column": 59 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 15591, "end": 15592, "loc": { "start": { "line": 329, "column": 59 }, "end": { "line": 329, "column": 60 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 15592, "end": 15599, "loc": { "start": { "line": 329, "column": 60 }, "end": { "line": 329, "column": 67 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15599, "end": 15600, "loc": { "start": { "line": 329, "column": 67 }, "end": { "line": 329, "column": 68 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 15600, "end": 15612, "loc": { "start": { "line": 329, "column": 68 }, "end": { "line": 329, "column": 80 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15612, "end": 15613, "loc": { "start": { "line": 329, "column": 80 }, "end": { "line": 329, "column": 81 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 15614, "end": 15615, "loc": { "start": { "line": 329, "column": 82 }, "end": { "line": 329, "column": 83 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 15615, "end": 15627, "loc": { "start": { "line": 329, "column": 83 }, "end": { "line": 329, "column": 95 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 15627, "end": 15628, "loc": { "start": { "line": 329, "column": 95 }, "end": { "line": 329, "column": 96 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15629, "end": 15631, "loc": { "start": { "line": 329, "column": 97 }, "end": { "line": 329, "column": 99 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 15632, "end": 15633, "loc": { "start": { "line": 329, "column": 100 }, "end": { "line": 329, "column": 101 } } }, { "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": 15662, "end": 15664, "loc": { "start": { "line": 330, "column": 28 }, "end": { "line": 330, "column": 30 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 15665, "end": 15666, "loc": { "start": { "line": 330, "column": 31 }, "end": { "line": 330, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 15666, "end": 15678, "loc": { "start": { "line": 330, "column": 32 }, "end": { "line": 330, "column": 44 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15678, "end": 15679, "loc": { "start": { "line": 330, "column": 44 }, "end": { "line": 330, "column": 45 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectId", "start": 15679, "end": 15687, "loc": { "start": { "line": 330, "column": 45 }, "end": { "line": 330, "column": 53 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 15687, "end": 15688, "loc": { "start": { "line": 330, "column": 53 }, "end": { "line": 330, "column": 54 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 15689, "end": 15690, "loc": { "start": { "line": 330, "column": 55 }, "end": { "line": 330, "column": 56 } } }, { "type": { "label": "const", "keyword": "const", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "const", "start": 15723, "end": 15728, "loc": { "start": { "line": 331, "column": 32 }, "end": { "line": 331, "column": 37 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 15729, "end": 15735, "loc": { "start": { "line": 331, "column": 38 }, "end": { "line": 331, "column": 44 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 15736, "end": 15737, "loc": { "start": { "line": 331, "column": 45 }, "end": { "line": 331, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 15738, "end": 15745, "loc": { "start": { "line": 331, "column": 47 }, "end": { "line": 331, "column": 54 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15745, "end": 15746, "loc": { "start": { "line": 331, "column": 54 }, "end": { "line": 331, "column": 55 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 15746, "end": 15752, "loc": { "start": { "line": 331, "column": 55 }, "end": { "line": 331, "column": 61 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15752, "end": 15753, "loc": { "start": { "line": 331, "column": 61 }, "end": { "line": 331, "column": 62 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 15753, "end": 15758, "loc": { "start": { "line": 331, "column": 62 }, "end": { "line": 331, "column": 67 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15758, "end": 15759, "loc": { "start": { "line": 331, "column": 67 }, "end": { "line": 331, "column": 68 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objects", "start": 15759, "end": 15766, "loc": { "start": { "line": 331, "column": 68 }, "end": { "line": 331, "column": 75 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15766, "end": 15767, "loc": { "start": { "line": 331, "column": 75 }, "end": { "line": 331, "column": 76 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 15767, "end": 15779, "loc": { "start": { "line": 331, "column": 76 }, "end": { "line": 331, "column": 88 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15779, "end": 15780, "loc": { "start": { "line": 331, "column": 88 }, "end": { "line": 331, "column": 89 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectId", "start": 15780, "end": 15788, "loc": { "start": { "line": 331, "column": 89 }, "end": { "line": 331, "column": 97 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15788, "end": 15789, "loc": { "start": { "line": 331, "column": 97 }, "end": { "line": 331, "column": 98 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15789, "end": 15790, "loc": { "start": { "line": 331, "column": 98 }, "end": { "line": 331, "column": 99 } } }, { "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": 15823, "end": 15825, "loc": { "start": { "line": 332, "column": 32 }, "end": { "line": 332, "column": 34 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 15826, "end": 15827, "loc": { "start": { "line": 332, "column": 35 }, "end": { "line": 332, "column": 36 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 15827, "end": 15833, "loc": { "start": { "line": 332, "column": 36 }, "end": { "line": 332, "column": 42 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 15833, "end": 15834, "loc": { "start": { "line": 332, "column": 42 }, "end": { "line": 332, "column": 43 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 15835, "end": 15836, "loc": { "start": { "line": 332, "column": 44 }, "end": { "line": 332, "column": 45 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 15873, "end": 15879, "loc": { "start": { "line": 333, "column": 36 }, "end": { "line": 333, "column": 42 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15879, "end": 15880, "loc": { "start": { "line": 333, "column": 42 }, "end": { "line": 333, "column": 43 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "selected", "start": 15880, "end": 15888, "loc": { "start": { "line": 333, "column": 43 }, "end": { "line": 333, "column": 51 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 15889, "end": 15890, "loc": { "start": { "line": 333, "column": 52 }, "end": { "line": 333, "column": 53 } } }, { "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": 15891, "end": 15895, "loc": { "start": { "line": 333, "column": 54 }, "end": { "line": 333, "column": 58 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15895, "end": 15896, "loc": { "start": { "line": 333, "column": 58 }, "end": { "line": 333, "column": 59 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 15933, "end": 15939, "loc": { "start": { "line": 334, "column": 36 }, "end": { "line": 334, "column": 42 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15939, "end": 15940, "loc": { "start": { "line": 334, "column": 42 }, "end": { "line": 334, "column": 43 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "visible", "start": 15940, "end": 15947, "loc": { "start": { "line": 334, "column": 43 }, "end": { "line": 334, "column": 50 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 15948, "end": 15949, "loc": { "start": { "line": 334, "column": 51 }, "end": { "line": 334, "column": 52 } } }, { "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": 15950, "end": 15954, "loc": { "start": { "line": 334, "column": 53 }, "end": { "line": 334, "column": 57 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 15954, "end": 15955, "loc": { "start": { "line": 334, "column": 57 }, "end": { "line": 334, "column": 58 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 15988, "end": 15989, "loc": { "start": { "line": 335, "column": 32 }, "end": { "line": 335, "column": 33 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16018, "end": 16019, "loc": { "start": { "line": 336, "column": 28 }, "end": { "line": 336, "column": 29 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16044, "end": 16045, "loc": { "start": { "line": 337, "column": 24 }, "end": { "line": 337, "column": 25 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16045, "end": 16046, "loc": { "start": { "line": 337, "column": 25 }, "end": { "line": 337, "column": 26 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 16046, "end": 16047, "loc": { "start": { "line": 337, "column": 26 }, "end": { "line": 337, "column": 27 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16068, "end": 16069, "loc": { "start": { "line": 338, "column": 20 }, "end": { "line": 338, "column": 21 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16086, "end": 16087, "loc": { "start": { "line": 339, "column": 16 }, "end": { "line": 339, "column": 17 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 16087, "end": 16088, "loc": { "start": { "line": 339, "column": 17 }, "end": { "line": 339, "column": 18 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16105, "end": 16106, "loc": { "start": { "line": 340, "column": 16 }, "end": { "line": 340, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getTitle", "start": 16127, "end": 16135, "loc": { "start": { "line": 341, "column": 20 }, "end": { "line": 341, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 16135, "end": 16136, "loc": { "start": { "line": 341, "column": 28 }, "end": { "line": 341, "column": 29 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16137, "end": 16138, "loc": { "start": { "line": 341, "column": 30 }, "end": { "line": 341, "column": 31 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 16138, "end": 16145, "loc": { "start": { "line": 341, "column": 31 }, "end": { "line": 341, "column": 38 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16145, "end": 16146, "loc": { "start": { "line": 341, "column": 38 }, "end": { "line": 341, "column": 39 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 16147, "end": 16149, "loc": { "start": { "line": 341, "column": 40 }, "end": { "line": 341, "column": 42 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16150, "end": 16151, "loc": { "start": { "line": 341, "column": 43 }, "end": { "line": 341, "column": 44 } } }, { "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": 16176, "end": 16182, "loc": { "start": { "line": 342, "column": 24 }, "end": { "line": 342, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 16183, "end": 16190, "loc": { "start": { "line": 342, "column": 31 }, "end": { "line": 342, "column": 38 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 16190, "end": 16191, "loc": { "start": { "line": 342, "column": 38 }, "end": { "line": 342, "column": 39 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 16191, "end": 16197, "loc": { "start": { "line": 342, "column": 39 }, "end": { "line": 342, "column": 45 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 16197, "end": 16198, "loc": { "start": { "line": 342, "column": 45 }, "end": { "line": 342, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "localeService", "start": 16198, "end": 16211, "loc": { "start": { "line": 342, "column": 46 }, "end": { "line": 342, "column": 59 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 16211, "end": 16212, "loc": { "start": { "line": 342, "column": 59 }, "end": { "line": 342, "column": 60 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "translate", "start": 16212, "end": 16221, "loc": { "start": { "line": 342, "column": 60 }, "end": { "line": 342, "column": 69 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16221, "end": 16222, "loc": { "start": { "line": 342, "column": 69 }, "end": { "line": 342, "column": 70 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "treeViewContextMenu.undoSelect", "start": 16222, "end": 16254, "loc": { "start": { "line": 342, "column": 70 }, "end": { "line": 342, "column": 102 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16254, "end": 16255, "loc": { "start": { "line": 342, "column": 102 }, "end": { "line": 342, "column": 103 } } }, { "type": { "label": "||", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 1, "updateContext": null }, "value": "||", "start": 16256, "end": 16258, "loc": { "start": { "line": 342, "column": 104 }, "end": { "line": 342, "column": 106 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "Undo Select", "start": 16259, "end": 16272, "loc": { "start": { "line": 342, "column": 107 }, "end": { "line": 342, "column": 120 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 16272, "end": 16273, "loc": { "start": { "line": 342, "column": 120 }, "end": { "line": 342, "column": 121 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16294, "end": 16295, "loc": { "start": { "line": 343, "column": 20 }, "end": { "line": 343, "column": 21 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 16295, "end": 16296, "loc": { "start": { "line": 343, "column": 21 }, "end": { "line": 343, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "doAction", "start": 16317, "end": 16325, "loc": { "start": { "line": 344, "column": 20 }, "end": { "line": 344, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 16325, "end": 16326, "loc": { "start": { "line": 344, "column": 28 }, "end": { "line": 344, "column": 29 } } }, { "type": { "label": "function", "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "function", "start": 16327, "end": 16335, "loc": { "start": { "line": 344, "column": 30 }, "end": { "line": 344, "column": 38 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16336, "end": 16337, "loc": { "start": { "line": 344, "column": 39 }, "end": { "line": 344, "column": 40 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 16337, "end": 16344, "loc": { "start": { "line": 344, "column": 40 }, "end": { "line": 344, "column": 47 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16344, "end": 16345, "loc": { "start": { "line": 344, "column": 47 }, "end": { "line": 344, "column": 48 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16346, "end": 16347, "loc": { "start": { "line": 344, "column": 49 }, "end": { "line": 344, "column": 50 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 16372, "end": 16379, "loc": { "start": { "line": 345, "column": 24 }, "end": { "line": 345, "column": 31 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 16379, "end": 16380, "loc": { "start": { "line": 345, "column": 31 }, "end": { "line": 345, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewPlugin", "start": 16380, "end": 16394, "loc": { "start": { "line": 345, "column": 32 }, "end": { "line": 345, "column": 46 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 16394, "end": 16395, "loc": { "start": { "line": 345, "column": 46 }, "end": { "line": 345, "column": 47 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "withNodeTree", "start": 16395, "end": 16407, "loc": { "start": { "line": 345, "column": 47 }, "end": { "line": 345, "column": 59 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16407, "end": 16408, "loc": { "start": { "line": 345, "column": 59 }, "end": { "line": 345, "column": 60 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 16408, "end": 16415, "loc": { "start": { "line": 345, "column": 60 }, "end": { "line": 345, "column": 67 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 16415, "end": 16416, "loc": { "start": { "line": 345, "column": 67 }, "end": { "line": 345, "column": 68 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 16416, "end": 16428, "loc": { "start": { "line": 345, "column": 68 }, "end": { "line": 345, "column": 80 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 16428, "end": 16429, "loc": { "start": { "line": 345, "column": 80 }, "end": { "line": 345, "column": 81 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16430, "end": 16431, "loc": { "start": { "line": 345, "column": 82 }, "end": { "line": 345, "column": 83 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 16431, "end": 16443, "loc": { "start": { "line": 345, "column": 83 }, "end": { "line": 345, "column": 95 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16443, "end": 16444, "loc": { "start": { "line": 345, "column": 95 }, "end": { "line": 345, "column": 96 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 16445, "end": 16447, "loc": { "start": { "line": 345, "column": 97 }, "end": { "line": 345, "column": 99 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16448, "end": 16449, "loc": { "start": { "line": 345, "column": 100 }, "end": { "line": 345, "column": 101 } } }, { "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": 16478, "end": 16480, "loc": { "start": { "line": 346, "column": 28 }, "end": { "line": 346, "column": 30 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16481, "end": 16482, "loc": { "start": { "line": 346, "column": 31 }, "end": { "line": 346, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 16482, "end": 16494, "loc": { "start": { "line": 346, "column": 32 }, "end": { "line": 346, "column": 44 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 16494, "end": 16495, "loc": { "start": { "line": 346, "column": 44 }, "end": { "line": 346, "column": 45 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectId", "start": 16495, "end": 16503, "loc": { "start": { "line": 346, "column": 45 }, "end": { "line": 346, "column": 53 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16503, "end": 16504, "loc": { "start": { "line": 346, "column": 53 }, "end": { "line": 346, "column": 54 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16505, "end": 16506, "loc": { "start": { "line": 346, "column": 55 }, "end": { "line": 346, "column": 56 } } }, { "type": { "label": "const", "keyword": "const", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "const", "start": 16539, "end": 16544, "loc": { "start": { "line": 347, "column": 32 }, "end": { "line": 347, "column": 37 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 16545, "end": 16551, "loc": { "start": { "line": 347, "column": 38 }, "end": { "line": 347, "column": 44 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 16552, "end": 16553, "loc": { "start": { "line": 347, "column": 45 }, "end": { "line": 347, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 16554, "end": 16561, "loc": { "start": { "line": 347, "column": 47 }, "end": { "line": 347, "column": 54 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 16561, "end": 16562, "loc": { "start": { "line": 347, "column": 54 }, "end": { "line": 347, "column": 55 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 16562, "end": 16568, "loc": { "start": { "line": 347, "column": 55 }, "end": { "line": 347, "column": 61 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 16568, "end": 16569, "loc": { "start": { "line": 347, "column": 61 }, "end": { "line": 347, "column": 62 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 16569, "end": 16574, "loc": { "start": { "line": 347, "column": 62 }, "end": { "line": 347, "column": 67 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 16574, "end": 16575, "loc": { "start": { "line": 347, "column": 67 }, "end": { "line": 347, "column": 68 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objects", "start": 16575, "end": 16582, "loc": { "start": { "line": 347, "column": 68 }, "end": { "line": 347, "column": 75 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 16582, "end": 16583, "loc": { "start": { "line": 347, "column": 75 }, "end": { "line": 347, "column": 76 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "treeViewNode", "start": 16583, "end": 16595, "loc": { "start": { "line": 347, "column": 76 }, "end": { "line": 347, "column": 88 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 16595, "end": 16596, "loc": { "start": { "line": 347, "column": 88 }, "end": { "line": 347, "column": 89 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "objectId", "start": 16596, "end": 16604, "loc": { "start": { "line": 347, "column": 89 }, "end": { "line": 347, "column": 97 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 16604, "end": 16605, "loc": { "start": { "line": 347, "column": 97 }, "end": { "line": 347, "column": 98 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 16605, "end": 16606, "loc": { "start": { "line": 347, "column": 98 }, "end": { "line": 347, "column": 99 } } }, { "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": 16639, "end": 16641, "loc": { "start": { "line": 348, "column": 32 }, "end": { "line": 348, "column": 34 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16642, "end": 16643, "loc": { "start": { "line": 348, "column": 35 }, "end": { "line": 348, "column": 36 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 16643, "end": 16649, "loc": { "start": { "line": 348, "column": 36 }, "end": { "line": 348, "column": 42 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16649, "end": 16650, "loc": { "start": { "line": 348, "column": 42 }, "end": { "line": 348, "column": 43 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16651, "end": 16652, "loc": { "start": { "line": 348, "column": 44 }, "end": { "line": 348, "column": 45 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "entity", "start": 16689, "end": 16695, "loc": { "start": { "line": 349, "column": 36 }, "end": { "line": 349, "column": 42 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 16695, "end": 16696, "loc": { "start": { "line": 349, "column": 42 }, "end": { "line": 349, "column": 43 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "selected", "start": 16696, "end": 16704, "loc": { "start": { "line": 349, "column": 43 }, "end": { "line": 349, "column": 51 } } }, { "type": { "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "=", "start": 16705, "end": 16706, "loc": { "start": { "line": 349, "column": 52 }, "end": { "line": 349, "column": 53 } } }, { "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": 16707, "end": 16712, "loc": { "start": { "line": 349, "column": 54 }, "end": { "line": 349, "column": 59 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 16712, "end": 16713, "loc": { "start": { "line": 349, "column": 59 }, "end": { "line": 349, "column": 60 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16746, "end": 16747, "loc": { "start": { "line": 350, "column": 32 }, "end": { "line": 350, "column": 33 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16776, "end": 16777, "loc": { "start": { "line": 351, "column": 28 }, "end": { "line": 351, "column": 29 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16802, "end": 16803, "loc": { "start": { "line": 352, "column": 24 }, "end": { "line": 352, "column": 25 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16803, "end": 16804, "loc": { "start": { "line": 352, "column": 25 }, "end": { "line": 352, "column": 26 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 16804, "end": 16805, "loc": { "start": { "line": 352, "column": 26 }, "end": { "line": 352, "column": 27 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16826, "end": 16827, "loc": { "start": { "line": 353, "column": 20 }, "end": { "line": 353, "column": 21 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16844, "end": 16845, "loc": { "start": { "line": 354, "column": 16 }, "end": { "line": 354, "column": 17 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 16845, "end": 16846, "loc": { "start": { "line": 354, "column": 17 }, "end": { "line": 354, "column": 18 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16863, "end": 16864, "loc": { "start": { "line": 355, "column": 16 }, "end": { "line": 355, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getTitle", "start": 16885, "end": 16893, "loc": { "start": { "line": 356, "column": 20 }, "end": { "line": 356, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 16893, "end": 16894, "loc": { "start": { "line": 356, "column": 28 }, "end": { "line": 356, "column": 29 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16895, "end": 16896, "loc": { "start": { "line": 356, "column": 30 }, "end": { "line": 356, "column": 31 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 16896, "end": 16903, "loc": { "start": { "line": 356, "column": 31 }, "end": { "line": 356, "column": 38 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16903, "end": 16904, "loc": { "start": { "line": 356, "column": 38 }, "end": { "line": 356, "column": 39 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 16905, "end": 16907, "loc": { "start": { "line": 356, "column": 40 }, "end": { "line": 356, "column": 42 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16908, "end": 16909, "loc": { "start": { "line": 356, "column": 43 }, "end": { "line": 356, "column": 44 } } }, { "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": 16934, "end": 16940, "loc": { "start": { "line": 357, "column": 24 }, "end": { "line": 357, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 16941, "end": 16948, "loc": { "start": { "line": 357, "column": 31 }, "end": { "line": 357, "column": 38 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 16948, "end": 16949, "loc": { "start": { "line": 357, "column": 38 }, "end": { "line": 357, "column": 39 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 16949, "end": 16955, "loc": { "start": { "line": 357, "column": 39 }, "end": { "line": 357, "column": 45 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 16955, "end": 16956, "loc": { "start": { "line": 357, "column": 45 }, "end": { "line": 357, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "localeService", "start": 16956, "end": 16969, "loc": { "start": { "line": 357, "column": 46 }, "end": { "line": 357, "column": 59 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 16969, "end": 16970, "loc": { "start": { "line": 357, "column": 59 }, "end": { "line": 357, "column": 60 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "translate", "start": 16970, "end": 16979, "loc": { "start": { "line": 357, "column": 60 }, "end": { "line": 357, "column": 69 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 16979, "end": 16980, "loc": { "start": { "line": 357, "column": 69 }, "end": { "line": 357, "column": 70 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "treeViewContextMenu.selectNone", "start": 16980, "end": 17012, "loc": { "start": { "line": 357, "column": 70 }, "end": { "line": 357, "column": 102 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17012, "end": 17013, "loc": { "start": { "line": 357, "column": 102 }, "end": { "line": 357, "column": 103 } } }, { "type": { "label": "||", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 1, "updateContext": null }, "value": "||", "start": 17014, "end": 17016, "loc": { "start": { "line": 357, "column": 104 }, "end": { "line": 357, "column": 106 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "Select None", "start": 17017, "end": 17030, "loc": { "start": { "line": 357, "column": 107 }, "end": { "line": 357, "column": 120 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17030, "end": 17031, "loc": { "start": { "line": 357, "column": 120 }, "end": { "line": 357, "column": 121 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17052, "end": 17053, "loc": { "start": { "line": 358, "column": 20 }, "end": { "line": 358, "column": 21 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17053, "end": 17054, "loc": { "start": { "line": 358, "column": 21 }, "end": { "line": 358, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getEnabled", "start": 17075, "end": 17085, "loc": { "start": { "line": 359, "column": 20 }, "end": { "line": 359, "column": 30 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17085, "end": 17086, "loc": { "start": { "line": 359, "column": 30 }, "end": { "line": 359, "column": 31 } } }, { "type": { "label": "function", "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "function", "start": 17087, "end": 17095, "loc": { "start": { "line": 359, "column": 32 }, "end": { "line": 359, "column": 40 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17096, "end": 17097, "loc": { "start": { "line": 359, "column": 41 }, "end": { "line": 359, "column": 42 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 17097, "end": 17104, "loc": { "start": { "line": 359, "column": 42 }, "end": { "line": 359, "column": 49 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17104, "end": 17105, "loc": { "start": { "line": 359, "column": 49 }, "end": { "line": 359, "column": 50 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17106, "end": 17107, "loc": { "start": { "line": 359, "column": 51 }, "end": { "line": 359, "column": 52 } } }, { "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": 17132, "end": 17138, "loc": { "start": { "line": 360, "column": 24 }, "end": { "line": 360, "column": 30 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17139, "end": 17140, "loc": { "start": { "line": 360, "column": 31 }, "end": { "line": 360, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 17140, "end": 17147, "loc": { "start": { "line": 360, "column": 32 }, "end": { "line": 360, "column": 39 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17147, "end": 17148, "loc": { "start": { "line": 360, "column": 39 }, "end": { "line": 360, "column": 40 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 17148, "end": 17154, "loc": { "start": { "line": 360, "column": 40 }, "end": { "line": 360, "column": 46 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17154, "end": 17155, "loc": { "start": { "line": 360, "column": 46 }, "end": { "line": 360, "column": 47 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 17155, "end": 17160, "loc": { "start": { "line": 360, "column": 47 }, "end": { "line": 360, "column": 52 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17160, "end": 17161, "loc": { "start": { "line": 360, "column": 52 }, "end": { "line": 360, "column": 53 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "numSelectedObjects", "start": 17161, "end": 17179, "loc": { "start": { "line": 360, "column": 53 }, "end": { "line": 360, "column": 71 } } }, { "type": { "label": "", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 7, "updateContext": null }, "value": ">", "start": 17180, "end": 17181, "loc": { "start": { "line": 360, "column": 72 }, "end": { "line": 360, "column": 73 } } }, { "type": { "label": "num", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": 0, "start": 17182, "end": 17183, "loc": { "start": { "line": 360, "column": 74 }, "end": { "line": 360, "column": 75 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17183, "end": 17184, "loc": { "start": { "line": 360, "column": 75 }, "end": { "line": 360, "column": 76 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17184, "end": 17185, "loc": { "start": { "line": 360, "column": 76 }, "end": { "line": 360, "column": 77 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17206, "end": 17207, "loc": { "start": { "line": 361, "column": 20 }, "end": { "line": 361, "column": 21 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17207, "end": 17208, "loc": { "start": { "line": 361, "column": 21 }, "end": { "line": 361, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "doAction", "start": 17229, "end": 17237, "loc": { "start": { "line": 362, "column": 20 }, "end": { "line": 362, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17237, "end": 17238, "loc": { "start": { "line": 362, "column": 28 }, "end": { "line": 362, "column": 29 } } }, { "type": { "label": "function", "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "function", "start": 17239, "end": 17247, "loc": { "start": { "line": 362, "column": 30 }, "end": { "line": 362, "column": 38 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17248, "end": 17249, "loc": { "start": { "line": 362, "column": 39 }, "end": { "line": 362, "column": 40 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 17249, "end": 17256, "loc": { "start": { "line": 362, "column": 40 }, "end": { "line": 362, "column": 47 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17256, "end": 17257, "loc": { "start": { "line": 362, "column": 47 }, "end": { "line": 362, "column": 48 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17258, "end": 17259, "loc": { "start": { "line": 362, "column": 49 }, "end": { "line": 362, "column": 50 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 17284, "end": 17291, "loc": { "start": { "line": 363, "column": 24 }, "end": { "line": 363, "column": 31 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17291, "end": 17292, "loc": { "start": { "line": 363, "column": 31 }, "end": { "line": 363, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 17292, "end": 17298, "loc": { "start": { "line": 363, "column": 32 }, "end": { "line": 363, "column": 38 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17298, "end": 17299, "loc": { "start": { "line": 363, "column": 38 }, "end": { "line": 363, "column": 39 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 17299, "end": 17304, "loc": { "start": { "line": 363, "column": 39 }, "end": { "line": 363, "column": 44 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17304, "end": 17305, "loc": { "start": { "line": 363, "column": 44 }, "end": { "line": 363, "column": 45 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "setObjectsSelected", "start": 17305, "end": 17323, "loc": { "start": { "line": 363, "column": 45 }, "end": { "line": 363, "column": 63 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17323, "end": 17324, "loc": { "start": { "line": 363, "column": 63 }, "end": { "line": 363, "column": 64 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 17324, "end": 17331, "loc": { "start": { "line": 363, "column": 64 }, "end": { "line": 363, "column": 71 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17331, "end": 17332, "loc": { "start": { "line": 363, "column": 71 }, "end": { "line": 363, "column": 72 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 17332, "end": 17338, "loc": { "start": { "line": 363, "column": 72 }, "end": { "line": 363, "column": 78 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17338, "end": 17339, "loc": { "start": { "line": 363, "column": 78 }, "end": { "line": 363, "column": 79 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "scene", "start": 17339, "end": 17344, "loc": { "start": { "line": 363, "column": 79 }, "end": { "line": 363, "column": 84 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17344, "end": 17345, "loc": { "start": { "line": 363, "column": 84 }, "end": { "line": 363, "column": 85 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "selectedObjectIds", "start": 17345, "end": 17362, "loc": { "start": { "line": 363, "column": 85 }, "end": { "line": 363, "column": 102 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17362, "end": 17363, "loc": { "start": { "line": 363, "column": 102 }, "end": { "line": 363, "column": 103 } } }, { "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": 17364, "end": 17369, "loc": { "start": { "line": 363, "column": 104 }, "end": { "line": 363, "column": 109 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17369, "end": 17370, "loc": { "start": { "line": 363, "column": 109 }, "end": { "line": 363, "column": 110 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17370, "end": 17371, "loc": { "start": { "line": 363, "column": 110 }, "end": { "line": 363, "column": 111 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17392, "end": 17393, "loc": { "start": { "line": 364, "column": 20 }, "end": { "line": 364, "column": 21 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17410, "end": 17411, "loc": { "start": { "line": 365, "column": 16 }, "end": { "line": 365, "column": 17 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17424, "end": 17425, "loc": { "start": { "line": 366, "column": 12 }, "end": { "line": 366, "column": 13 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17425, "end": 17426, "loc": { "start": { "line": 366, "column": 13 }, "end": { "line": 366, "column": 14 } } }, { "type": { "label": "[", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17439, "end": 17440, "loc": { "start": { "line": 367, "column": 12 }, "end": { "line": 367, "column": 13 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17457, "end": 17458, "loc": { "start": { "line": 368, "column": 16 }, "end": { "line": 368, "column": 17 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getTitle", "start": 17479, "end": 17487, "loc": { "start": { "line": 369, "column": 20 }, "end": { "line": 369, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17487, "end": 17488, "loc": { "start": { "line": 369, "column": 28 }, "end": { "line": 369, "column": 29 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17489, "end": 17490, "loc": { "start": { "line": 369, "column": 30 }, "end": { "line": 369, "column": 31 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 17490, "end": 17497, "loc": { "start": { "line": 369, "column": 31 }, "end": { "line": 369, "column": 38 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17497, "end": 17498, "loc": { "start": { "line": 369, "column": 38 }, "end": { "line": 369, "column": 39 } } }, { "type": { "label": "=>", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17499, "end": 17501, "loc": { "start": { "line": 369, "column": 40 }, "end": { "line": 369, "column": 42 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17502, "end": 17503, "loc": { "start": { "line": 369, "column": 43 }, "end": { "line": 369, "column": 44 } } }, { "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": 17528, "end": 17534, "loc": { "start": { "line": 370, "column": 24 }, "end": { "line": 370, "column": 30 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 17535, "end": 17542, "loc": { "start": { "line": 370, "column": 31 }, "end": { "line": 370, "column": 38 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17542, "end": 17543, "loc": { "start": { "line": 370, "column": 38 }, "end": { "line": 370, "column": 39 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "viewer", "start": 17543, "end": 17549, "loc": { "start": { "line": 370, "column": 39 }, "end": { "line": 370, "column": 45 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17549, "end": 17550, "loc": { "start": { "line": 370, "column": 45 }, "end": { "line": 370, "column": 46 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "localeService", "start": 17550, "end": 17563, "loc": { "start": { "line": 370, "column": 46 }, "end": { "line": 370, "column": 59 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17563, "end": 17564, "loc": { "start": { "line": 370, "column": 59 }, "end": { "line": 370, "column": 60 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "translate", "start": 17564, "end": 17573, "loc": { "start": { "line": 370, "column": 60 }, "end": { "line": 370, "column": 69 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17573, "end": 17574, "loc": { "start": { "line": 370, "column": 69 }, "end": { "line": 370, "column": 70 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "treeViewContextMenu.clearSlices", "start": 17574, "end": 17607, "loc": { "start": { "line": 370, "column": 70 }, "end": { "line": 370, "column": 103 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17607, "end": 17608, "loc": { "start": { "line": 370, "column": 103 }, "end": { "line": 370, "column": 104 } } }, { "type": { "label": "||", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 1, "updateContext": null }, "value": "||", "start": 17609, "end": 17611, "loc": { "start": { "line": 370, "column": 105 }, "end": { "line": 370, "column": 107 } } }, { "type": { "label": "string", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": "Clear Slices", "start": 17612, "end": 17626, "loc": { "start": { "line": 370, "column": 108 }, "end": { "line": 370, "column": 122 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17626, "end": 17627, "loc": { "start": { "line": 370, "column": 122 }, "end": { "line": 370, "column": 123 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17648, "end": 17649, "loc": { "start": { "line": 371, "column": 20 }, "end": { "line": 371, "column": 21 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17649, "end": 17650, "loc": { "start": { "line": 371, "column": 21 }, "end": { "line": 371, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getEnabled", "start": 17671, "end": 17681, "loc": { "start": { "line": 372, "column": 20 }, "end": { "line": 372, "column": 30 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17681, "end": 17682, "loc": { "start": { "line": 372, "column": 30 }, "end": { "line": 372, "column": 31 } } }, { "type": { "label": "function", "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "function", "start": 17683, "end": 17691, "loc": { "start": { "line": 372, "column": 32 }, "end": { "line": 372, "column": 40 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17692, "end": 17693, "loc": { "start": { "line": 372, "column": 41 }, "end": { "line": 372, "column": 42 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 17693, "end": 17700, "loc": { "start": { "line": 372, "column": 42 }, "end": { "line": 372, "column": 49 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17700, "end": 17701, "loc": { "start": { "line": 372, "column": 49 }, "end": { "line": 372, "column": 50 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17702, "end": 17703, "loc": { "start": { "line": 372, "column": 51 }, "end": { "line": 372, "column": 52 } } }, { "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": 17728, "end": 17734, "loc": { "start": { "line": 373, "column": 24 }, "end": { "line": 373, "column": 30 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17735, "end": 17736, "loc": { "start": { "line": 373, "column": 31 }, "end": { "line": 373, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 17736, "end": 17743, "loc": { "start": { "line": 373, "column": 32 }, "end": { "line": 373, "column": 39 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17743, "end": 17744, "loc": { "start": { "line": 373, "column": 39 }, "end": { "line": 373, "column": 40 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "bimViewer", "start": 17744, "end": 17753, "loc": { "start": { "line": 373, "column": 40 }, "end": { "line": 373, "column": 49 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17753, "end": 17754, "loc": { "start": { "line": 373, "column": 49 }, "end": { "line": 373, "column": 50 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "getNumSections", "start": 17754, "end": 17768, "loc": { "start": { "line": 373, "column": 50 }, "end": { "line": 373, "column": 64 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17768, "end": 17769, "loc": { "start": { "line": 373, "column": 64 }, "end": { "line": 373, "column": 65 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17769, "end": 17770, "loc": { "start": { "line": 373, "column": 65 }, "end": { "line": 373, "column": 66 } } }, { "type": { "label": "", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": 7, "updateContext": null }, "value": ">", "start": 17771, "end": 17772, "loc": { "start": { "line": 373, "column": 67 }, "end": { "line": 373, "column": 68 } } }, { "type": { "label": "num", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "value": 0, "start": 17773, "end": 17774, "loc": { "start": { "line": 373, "column": 69 }, "end": { "line": 373, "column": 70 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17774, "end": 17775, "loc": { "start": { "line": 373, "column": 70 }, "end": { "line": 373, "column": 71 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17775, "end": 17776, "loc": { "start": { "line": 373, "column": 71 }, "end": { "line": 373, "column": 72 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17797, "end": 17798, "loc": { "start": { "line": 374, "column": 20 }, "end": { "line": 374, "column": 21 } } }, { "type": { "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17798, "end": 17799, "loc": { "start": { "line": 374, "column": 21 }, "end": { "line": 374, "column": 22 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "doAction", "start": 17820, "end": 17828, "loc": { "start": { "line": 375, "column": 20 }, "end": { "line": 375, "column": 28 } } }, { "type": { "label": ":", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17828, "end": 17829, "loc": { "start": { "line": 375, "column": 28 }, "end": { "line": 375, "column": 29 } } }, { "type": { "label": "function", "keyword": "function", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "function", "start": 17830, "end": 17838, "loc": { "start": { "line": 375, "column": 30 }, "end": { "line": 375, "column": 38 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17839, "end": 17840, "loc": { "start": { "line": 375, "column": 39 }, "end": { "line": 375, "column": 40 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 17840, "end": 17847, "loc": { "start": { "line": 375, "column": 40 }, "end": { "line": 375, "column": 47 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17847, "end": 17848, "loc": { "start": { "line": 375, "column": 47 }, "end": { "line": 375, "column": 48 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17849, "end": 17850, "loc": { "start": { "line": 375, "column": 49 }, "end": { "line": 375, "column": 50 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "context", "start": 17875, "end": 17882, "loc": { "start": { "line": 376, "column": 24 }, "end": { "line": 376, "column": 31 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17882, "end": 17883, "loc": { "start": { "line": 376, "column": 31 }, "end": { "line": 376, "column": 32 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "bimViewer", "start": 17883, "end": 17892, "loc": { "start": { "line": 376, "column": 32 }, "end": { "line": 376, "column": 41 } } }, { "type": { "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17892, "end": 17893, "loc": { "start": { "line": 376, "column": 41 }, "end": { "line": 376, "column": 42 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "clearSections", "start": 17893, "end": 17906, "loc": { "start": { "line": 376, "column": 42 }, "end": { "line": 376, "column": 55 } } }, { "type": { "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17906, "end": 17907, "loc": { "start": { "line": 376, "column": 55 }, "end": { "line": 376, "column": 56 } } }, { "type": { "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17907, "end": 17908, "loc": { "start": { "line": 376, "column": 56 }, "end": { "line": 376, "column": 57 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17908, "end": 17909, "loc": { "start": { "line": 376, "column": 57 }, "end": { "line": 376, "column": 58 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17930, "end": 17931, "loc": { "start": { "line": 377, "column": 20 }, "end": { "line": 377, "column": 21 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17948, "end": 17949, "loc": { "start": { "line": 378, "column": 16 }, "end": { "line": 378, "column": 17 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17949, "end": 17950, "loc": { "start": { "line": 378, "column": 17 }, "end": { "line": 378, "column": 18 } } }, { "type": { "label": "]", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17959, "end": 17960, "loc": { "start": { "line": 379, "column": 8 }, "end": { "line": 379, "column": 9 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17960, "end": 17961, "loc": { "start": { "line": 379, "column": 9 }, "end": { "line": 379, "column": 10 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17966, "end": 17967, "loc": { "start": { "line": 380, "column": 4 }, "end": { "line": 380, "column": 5 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17968, "end": 17969, "loc": { "start": { "line": 381, "column": 0 }, "end": { "line": 381, "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": 17971, "end": 17977, "loc": { "start": { "line": 383, "column": 0 }, "end": { "line": 383, "column": 6 } } }, { "type": { "label": "{", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17978, "end": 17979, "loc": { "start": { "line": 383, "column": 7 }, "end": { "line": 383, "column": 8 } } }, { "type": { "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "value": "TreeViewContextMenu", "start": 17979, "end": 17998, "loc": { "start": { "line": 383, "column": 8 }, "end": { "line": 383, "column": 27 } } }, { "type": { "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null }, "start": 17998, "end": 17999, "loc": { "start": { "line": 383, "column": 27 }, "end": { "line": 383, "column": 28 } } }, { "type": { "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 17999, "end": 18000, "loc": { "start": { "line": 383, "column": 28 }, "end": { "line": 383, "column": 29 } } }, { "type": { "label": "eof", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, "start": 18000, "end": 18000, "loc": { "start": { "line": 383, "column": 29 }, "end": { "line": 383, "column": 29 } } } ] }