NODEDC_BIM_VIEWER/docs/ast/source/contextMenus/ObjectContextMenu.js.json

83607 lines
3.2 MiB

{
"type": "File",
"start": 0,
"end": 12303,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 286,
"column": 27
}
},
"program": {
"type": "Program",
"start": 0,
"end": 12303,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 286,
"column": 27
}
},
"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"
},
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * @private\n ",
"start": 77,
"end": 96,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 5,
"column": 3
}
}
}
]
},
{
"type": "Identifier",
"start": 97,
"end": 12274,
"loc": {
"start": {
"line": 6,
"column": 0
},
"end": {
"line": 284,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 103,
"end": 120,
"loc": {
"start": {
"line": 6,
"column": 6
},
"end": {
"line": 6,
"column": 23
},
"identifierName": "ObjectContextMenu"
},
"name": "ObjectContextMenu",
"leadingComments": null
},
"superClass": {
"type": "Identifier",
"start": 129,
"end": 140,
"loc": {
"start": {
"line": 6,
"column": 32
},
"end": {
"line": 6,
"column": 43
},
"identifierName": "ContextMenu"
},
"name": "ContextMenu"
},
"body": {
"type": "ClassBody",
"start": 141,
"end": 12274,
"loc": {
"start": {
"line": 6,
"column": 44
},
"end": {
"line": 284,
"column": 1
}
},
"body": [
{
"type": "ClassMethod",
"start": 148,
"end": 270,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 12,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 148,
"end": 159,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 8,
"column": 15
},
"identifierName": "constructor"
},
"name": "constructor"
},
"kind": "constructor",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 160,
"end": 169,
"loc": {
"start": {
"line": 8,
"column": 16
},
"end": {
"line": 8,
"column": 25
},
"identifierName": "bimViewer"
},
"name": "bimViewer"
},
{
"type": "AssignmentPattern",
"start": 171,
"end": 177,
"loc": {
"start": {
"line": 8,
"column": 27
},
"end": {
"line": 8,
"column": 33
}
},
"left": {
"type": "Identifier",
"start": 171,
"end": 174,
"loc": {
"start": {
"line": 8,
"column": 27
},
"end": {
"line": 8,
"column": 30
},
"identifierName": "cfg"
},
"name": "cfg"
},
"right": {
"type": "ObjectExpression",
"start": 175,
"end": 177,
"loc": {
"start": {
"line": 8,
"column": 31
},
"end": {
"line": 8,
"column": 33
}
},
"properties": []
}
}
],
"body": {
"type": "BlockStatement",
"start": 179,
"end": 270,
"loc": {
"start": {
"line": 8,
"column": 35
},
"end": {
"line": 12,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 189,
"end": 200,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 19
}
},
"expression": {
"type": "CallExpression",
"start": 189,
"end": 199,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 18
}
},
"callee": {
"type": "Super",
"start": 189,
"end": 194,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 13
}
}
},
"arguments": [
{
"type": "Identifier",
"start": 195,
"end": 198,
"loc": {
"start": {
"line": 9,
"column": 14
},
"end": {
"line": 9,
"column": 17
},
"identifierName": "cfg"
},
"name": "cfg"
}
]
}
},
{
"type": "ExpressionStatement",
"start": 209,
"end": 237,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 10,
"column": 36
}
},
"expression": {
"type": "AssignmentExpression",
"start": 209,
"end": 236,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 10,
"column": 35
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 209,
"end": 224,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 10,
"column": 23
}
},
"object": {
"type": "ThisExpression",
"start": 209,
"end": 213,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 10,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 214,
"end": 224,
"loc": {
"start": {
"line": 10,
"column": 13
},
"end": {
"line": 10,
"column": 23
},
"identifierName": "_bimViewer"
},
"name": "_bimViewer"
},
"computed": false
},
"right": {
"type": "Identifier",
"start": 227,
"end": 236,
"loc": {
"start": {
"line": 10,
"column": 26
},
"end": {
"line": 10,
"column": 35
},
"identifierName": "bimViewer"
},
"name": "bimViewer"
}
}
},
{
"type": "ExpressionStatement",
"start": 246,
"end": 264,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 26
}
},
"expression": {
"type": "CallExpression",
"start": 246,
"end": 263,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 25
}
},
"callee": {
"type": "MemberExpression",
"start": 246,
"end": 261,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 23
}
},
"object": {
"type": "ThisExpression",
"start": 246,
"end": 250,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 251,
"end": 261,
"loc": {
"start": {
"line": 11,
"column": 13
},
"end": {
"line": 11,
"column": 23
},
"identifierName": "_buildMenu"
},
"name": "_buildMenu"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 276,
"end": 12272,
"loc": {
"start": {
"line": 14,
"column": 4
},
"end": {
"line": 283,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 276,
"end": 286,
"loc": {
"start": {
"line": 14,
"column": 4
},
"end": {
"line": 14,
"column": 14
},
"identifierName": "_buildMenu"
},
"name": "_buildMenu"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 289,
"end": 12272,
"loc": {
"start": {
"line": 14,
"column": 17
},
"end": {
"line": 283,
"column": 5
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 300,
"end": 327,
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 35
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 306,
"end": 326,
"loc": {
"start": {
"line": 16,
"column": 14
},
"end": {
"line": 16,
"column": 34
}
},
"id": {
"type": "Identifier",
"start": 306,
"end": 321,
"loc": {
"start": {
"line": 16,
"column": 14
},
"end": {
"line": 16,
"column": 29
},
"identifierName": "showObjectItems"
},
"name": "showObjectItems"
},
"init": {
"type": "ArrayExpression",
"start": 324,
"end": 326,
"loc": {
"start": {
"line": 16,
"column": 32
},
"end": {
"line": 16,
"column": 34
}
},
"elements": []
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 336,
"end": 364,
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 36
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 342,
"end": 363,
"loc": {
"start": {
"line": 17,
"column": 14
},
"end": {
"line": 17,
"column": 35
}
},
"id": {
"type": "Identifier",
"start": 342,
"end": 358,
"loc": {
"start": {
"line": 17,
"column": 14
},
"end": {
"line": 17,
"column": 30
},
"identifierName": "focusObjectItems"
},
"name": "focusObjectItems"
},
"init": {
"type": "ArrayExpression",
"start": 361,
"end": 363,
"loc": {
"start": {
"line": 17,
"column": 33
},
"end": {
"line": 17,
"column": 35
}
},
"elements": []
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 374,
"end": 864,
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 29,
"column": 9
}
},
"test": {
"type": "MemberExpression",
"start": 378,
"end": 420,
"loc": {
"start": {
"line": 19,
"column": 12
},
"end": {
"line": 19,
"column": 54
}
},
"object": {
"type": "MemberExpression",
"start": 378,
"end": 393,
"loc": {
"start": {
"line": 19,
"column": 12
},
"end": {
"line": 19,
"column": 27
}
},
"object": {
"type": "ThisExpression",
"start": 378,
"end": 382,
"loc": {
"start": {
"line": 19,
"column": 12
},
"end": {
"line": 19,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 383,
"end": 393,
"loc": {
"start": {
"line": 19,
"column": 17
},
"end": {
"line": 19,
"column": 27
},
"identifierName": "_bimViewer"
},
"name": "_bimViewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 394,
"end": 420,
"loc": {
"start": {
"line": 19,
"column": 28
},
"end": {
"line": 19,
"column": 54
},
"identifierName": "_enablePropertiesInspector"
},
"name": "_enablePropertiesInspector"
},
"computed": false
},
"consequent": {
"type": "BlockStatement",
"start": 422,
"end": 864,
"loc": {
"start": {
"line": 19,
"column": 56
},
"end": {
"line": 29,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 436,
"end": 854,
"loc": {
"start": {
"line": 20,
"column": 12
},
"end": {
"line": 28,
"column": 16
}
},
"expression": {
"type": "CallExpression",
"start": 436,
"end": 853,
"loc": {
"start": {
"line": 20,
"column": 12
},
"end": {
"line": 28,
"column": 15
}
},
"callee": {
"type": "MemberExpression",
"start": 436,
"end": 456,
"loc": {
"start": {
"line": 20,
"column": 12
},
"end": {
"line": 20,
"column": 32
}
},
"object": {
"type": "Identifier",
"start": 436,
"end": 451,
"loc": {
"start": {
"line": 20,
"column": 12
},
"end": {
"line": 20,
"column": 27
},
"identifierName": "showObjectItems"
},
"name": "showObjectItems"
},
"property": {
"type": "Identifier",
"start": 452,
"end": 456,
"loc": {
"start": {
"line": 20,
"column": 28
},
"end": {
"line": 20,
"column": 32
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "SpreadElement",
"start": 457,
"end": 852,
"loc": {
"start": {
"line": 20,
"column": 33
},
"end": {
"line": 28,
"column": 14
}
},
"argument": {
"type": "ArrayExpression",
"start": 460,
"end": 852,
"loc": {
"start": {
"line": 20,
"column": 36
},
"end": {
"line": 28,
"column": 14
}
},
"elements": [
{
"type": "ObjectExpression",
"start": 461,
"end": 851,
"loc": {
"start": {
"line": 20,
"column": 37
},
"end": {
"line": 28,
"column": 13
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 479,
"end": 651,
"loc": {
"start": {
"line": 21,
"column": 16
},
"end": {
"line": 23,
"column": 17
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 479,
"end": 487,
"loc": {
"start": {
"line": 21,
"column": 16
},
"end": {
"line": 21,
"column": 24
},
"identifierName": "getTitle"
},
"name": "getTitle"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 489,
"end": 651,
"loc": {
"start": {
"line": 21,
"column": 26
},
"end": {
"line": 23,
"column": 17
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 490,
"end": 497,
"loc": {
"start": {
"line": 21,
"column": 27
},
"end": {
"line": 21,
"column": 34
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 502,
"end": 651,
"loc": {
"start": {
"line": 21,
"column": 39
},
"end": {
"line": 23,
"column": 17
}
},
"body": [
{
"type": "ReturnStatement",
"start": 524,
"end": 633,
"loc": {
"start": {
"line": 22,
"column": 20
},
"end": {
"line": 22,
"column": 129
}
},
"argument": {
"type": "LogicalExpression",
"start": 531,
"end": 632,
"loc": {
"start": {
"line": 22,
"column": 27
},
"end": {
"line": 22,
"column": 128
}
},
"left": {
"type": "CallExpression",
"start": 531,
"end": 608,
"loc": {
"start": {
"line": 22,
"column": 27
},
"end": {
"line": 22,
"column": 104
}
},
"callee": {
"type": "MemberExpression",
"start": 531,
"end": 569,
"loc": {
"start": {
"line": 22,
"column": 27
},
"end": {
"line": 22,
"column": 65
}
},
"object": {
"type": "MemberExpression",
"start": 531,
"end": 559,
"loc": {
"start": {
"line": 22,
"column": 27
},
"end": {
"line": 22,
"column": 55
}
},
"object": {
"type": "MemberExpression",
"start": 531,
"end": 545,
"loc": {
"start": {
"line": 22,
"column": 27
},
"end": {
"line": 22,
"column": 41
}
},
"object": {
"type": "Identifier",
"start": 531,
"end": 538,
"loc": {
"start": {
"line": 22,
"column": 27
},
"end": {
"line": 22,
"column": 34
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 539,
"end": 545,
"loc": {
"start": {
"line": 22,
"column": 35
},
"end": {
"line": 22,
"column": 41
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 546,
"end": 559,
"loc": {
"start": {
"line": 22,
"column": 42
},
"end": {
"line": 22,
"column": 55
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 560,
"end": 569,
"loc": {
"start": {
"line": 22,
"column": 56
},
"end": {
"line": 22,
"column": 65
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 570,
"end": 607,
"loc": {
"start": {
"line": 22,
"column": 66
},
"end": {
"line": 22,
"column": 103
}
},
"extra": {
"rawValue": "objectContextMenu.inspectProperties",
"raw": "\"objectContextMenu.inspectProperties\""
},
"value": "objectContextMenu.inspectProperties"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 612,
"end": 632,
"loc": {
"start": {
"line": 22,
"column": 108
},
"end": {
"line": 22,
"column": 128
}
},
"extra": {
"rawValue": "Inspect Properties",
"raw": "\"Inspect Properties\""
},
"value": "Inspect Properties"
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 669,
"end": 837,
"loc": {
"start": {
"line": 24,
"column": 16
},
"end": {
"line": 27,
"column": 17
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 669,
"end": 677,
"loc": {
"start": {
"line": 24,
"column": 16
},
"end": {
"line": 24,
"column": 24
},
"identifierName": "doAction"
},
"name": "doAction"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 679,
"end": 837,
"loc": {
"start": {
"line": 24,
"column": 26
},
"end": {
"line": 27,
"column": 17
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 680,
"end": 687,
"loc": {
"start": {
"line": 24,
"column": 27
},
"end": {
"line": 24,
"column": 34
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 692,
"end": 837,
"loc": {
"start": {
"line": 24,
"column": 39
},
"end": {
"line": 27,
"column": 17
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 714,
"end": 749,
"loc": {
"start": {
"line": 25,
"column": 20
},
"end": {
"line": 25,
"column": 55
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 720,
"end": 748,
"loc": {
"start": {
"line": 25,
"column": 26
},
"end": {
"line": 25,
"column": 54
}
},
"id": {
"type": "Identifier",
"start": 720,
"end": 728,
"loc": {
"start": {
"line": 25,
"column": 26
},
"end": {
"line": 25,
"column": 34
},
"identifierName": "objectId"
},
"name": "objectId"
},
"init": {
"type": "MemberExpression",
"start": 731,
"end": 748,
"loc": {
"start": {
"line": 25,
"column": 37
},
"end": {
"line": 25,
"column": 54
}
},
"object": {
"type": "MemberExpression",
"start": 731,
"end": 745,
"loc": {
"start": {
"line": 25,
"column": 37
},
"end": {
"line": 25,
"column": 51
}
},
"object": {
"type": "Identifier",
"start": 731,
"end": 738,
"loc": {
"start": {
"line": 25,
"column": 37
},
"end": {
"line": 25,
"column": 44
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 739,
"end": 745,
"loc": {
"start": {
"line": 25,
"column": 45
},
"end": {
"line": 25,
"column": 51
},
"identifierName": "entity"
},
"name": "entity"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 746,
"end": 748,
"loc": {
"start": {
"line": 25,
"column": 52
},
"end": {
"line": 25,
"column": 54
},
"identifierName": "id"
},
"name": "id"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 770,
"end": 819,
"loc": {
"start": {
"line": 26,
"column": 20
},
"end": {
"line": 26,
"column": 69
}
},
"expression": {
"type": "CallExpression",
"start": 770,
"end": 818,
"loc": {
"start": {
"line": 26,
"column": 20
},
"end": {
"line": 26,
"column": 68
}
},
"callee": {
"type": "MemberExpression",
"start": 770,
"end": 808,
"loc": {
"start": {
"line": 26,
"column": 20
},
"end": {
"line": 26,
"column": 58
}
},
"object": {
"type": "MemberExpression",
"start": 770,
"end": 787,
"loc": {
"start": {
"line": 26,
"column": 20
},
"end": {
"line": 26,
"column": 37
}
},
"object": {
"type": "Identifier",
"start": 770,
"end": 777,
"loc": {
"start": {
"line": 26,
"column": 20
},
"end": {
"line": 26,
"column": 27
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 778,
"end": 787,
"loc": {
"start": {
"line": 26,
"column": 28
},
"end": {
"line": 26,
"column": 37
},
"identifierName": "bimViewer"
},
"name": "bimViewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 788,
"end": 808,
"loc": {
"start": {
"line": 26,
"column": 38
},
"end": {
"line": 26,
"column": 58
},
"identifierName": "showObjectProperties"
},
"name": "showObjectProperties"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 809,
"end": 817,
"loc": {
"start": {
"line": 26,
"column": 59
},
"end": {
"line": 26,
"column": 67
},
"identifierName": "objectId"
},
"name": "objectId"
}
]
}
}
],
"directives": []
}
}
}
]
}
]
}
}
]
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 874,
"end": 1296,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 41,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 874,
"end": 1295,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 41,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 874,
"end": 894,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 28
}
},
"object": {
"type": "Identifier",
"start": 874,
"end": 889,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 23
},
"identifierName": "showObjectItems"
},
"name": "showObjectItems"
},
"property": {
"type": "Identifier",
"start": 890,
"end": 894,
"loc": {
"start": {
"line": 31,
"column": 24
},
"end": {
"line": 31,
"column": 28
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "SpreadElement",
"start": 895,
"end": 1294,
"loc": {
"start": {
"line": 31,
"column": 29
},
"end": {
"line": 41,
"column": 9
}
},
"argument": {
"type": "ArrayExpression",
"start": 898,
"end": 1294,
"loc": {
"start": {
"line": 31,
"column": 32
},
"end": {
"line": 41,
"column": 9
}
},
"elements": [
{
"type": "ObjectExpression",
"start": 912,
"end": 1284,
"loc": {
"start": {
"line": 32,
"column": 12
},
"end": {
"line": 40,
"column": 13
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 930,
"end": 1093,
"loc": {
"start": {
"line": 33,
"column": 16
},
"end": {
"line": 35,
"column": 17
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 930,
"end": 938,
"loc": {
"start": {
"line": 33,
"column": 16
},
"end": {
"line": 33,
"column": 24
},
"identifierName": "getTitle"
},
"name": "getTitle"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 940,
"end": 1093,
"loc": {
"start": {
"line": 33,
"column": 26
},
"end": {
"line": 35,
"column": 17
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 941,
"end": 948,
"loc": {
"start": {
"line": 33,
"column": 27
},
"end": {
"line": 33,
"column": 34
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 953,
"end": 1093,
"loc": {
"start": {
"line": 33,
"column": 39
},
"end": {
"line": 35,
"column": 17
}
},
"body": [
{
"type": "ReturnStatement",
"start": 975,
"end": 1075,
"loc": {
"start": {
"line": 34,
"column": 20
},
"end": {
"line": 34,
"column": 120
}
},
"argument": {
"type": "LogicalExpression",
"start": 982,
"end": 1074,
"loc": {
"start": {
"line": 34,
"column": 27
},
"end": {
"line": 34,
"column": 119
}
},
"left": {
"type": "CallExpression",
"start": 982,
"end": 1052,
"loc": {
"start": {
"line": 34,
"column": 27
},
"end": {
"line": 34,
"column": 97
}
},
"callee": {
"type": "MemberExpression",
"start": 982,
"end": 1020,
"loc": {
"start": {
"line": 34,
"column": 27
},
"end": {
"line": 34,
"column": 65
}
},
"object": {
"type": "MemberExpression",
"start": 982,
"end": 1010,
"loc": {
"start": {
"line": 34,
"column": 27
},
"end": {
"line": 34,
"column": 55
}
},
"object": {
"type": "MemberExpression",
"start": 982,
"end": 996,
"loc": {
"start": {
"line": 34,
"column": 27
},
"end": {
"line": 34,
"column": 41
}
},
"object": {
"type": "Identifier",
"start": 982,
"end": 989,
"loc": {
"start": {
"line": 34,
"column": 27
},
"end": {
"line": 34,
"column": 34
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 990,
"end": 996,
"loc": {
"start": {
"line": 34,
"column": 35
},
"end": {
"line": 34,
"column": 41
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 997,
"end": 1010,
"loc": {
"start": {
"line": 34,
"column": 42
},
"end": {
"line": 34,
"column": 55
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1011,
"end": 1020,
"loc": {
"start": {
"line": 34,
"column": 56
},
"end": {
"line": 34,
"column": 65
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1021,
"end": 1051,
"loc": {
"start": {
"line": 34,
"column": 66
},
"end": {
"line": 34,
"column": 96
}
},
"extra": {
"rawValue": "objectContextMenu.showInTree",
"raw": "\"objectContextMenu.showInTree\""
},
"value": "objectContextMenu.showInTree"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 1056,
"end": 1074,
"loc": {
"start": {
"line": 34,
"column": 101
},
"end": {
"line": 34,
"column": 119
}
},
"extra": {
"rawValue": "Show in Explorer",
"raw": "\"Show in Explorer\""
},
"value": "Show in Explorer"
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 1111,
"end": 1270,
"loc": {
"start": {
"line": 36,
"column": 16
},
"end": {
"line": 39,
"column": 17
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1111,
"end": 1119,
"loc": {
"start": {
"line": 36,
"column": 16
},
"end": {
"line": 36,
"column": 24
},
"identifierName": "doAction"
},
"name": "doAction"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 1121,
"end": 1270,
"loc": {
"start": {
"line": 36,
"column": 26
},
"end": {
"line": 39,
"column": 17
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1122,
"end": 1129,
"loc": {
"start": {
"line": 36,
"column": 27
},
"end": {
"line": 36,
"column": 34
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 1134,
"end": 1270,
"loc": {
"start": {
"line": 36,
"column": 39
},
"end": {
"line": 39,
"column": 17
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 1156,
"end": 1191,
"loc": {
"start": {
"line": 37,
"column": 20
},
"end": {
"line": 37,
"column": 55
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1162,
"end": 1190,
"loc": {
"start": {
"line": 37,
"column": 26
},
"end": {
"line": 37,
"column": 54
}
},
"id": {
"type": "Identifier",
"start": 1162,
"end": 1170,
"loc": {
"start": {
"line": 37,
"column": 26
},
"end": {
"line": 37,
"column": 34
},
"identifierName": "objectId"
},
"name": "objectId"
},
"init": {
"type": "MemberExpression",
"start": 1173,
"end": 1190,
"loc": {
"start": {
"line": 37,
"column": 37
},
"end": {
"line": 37,
"column": 54
}
},
"object": {
"type": "MemberExpression",
"start": 1173,
"end": 1187,
"loc": {
"start": {
"line": 37,
"column": 37
},
"end": {
"line": 37,
"column": 51
}
},
"object": {
"type": "Identifier",
"start": 1173,
"end": 1180,
"loc": {
"start": {
"line": 37,
"column": 37
},
"end": {
"line": 37,
"column": 44
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 1181,
"end": 1187,
"loc": {
"start": {
"line": 37,
"column": 45
},
"end": {
"line": 37,
"column": 51
},
"identifierName": "entity"
},
"name": "entity"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1188,
"end": 1190,
"loc": {
"start": {
"line": 37,
"column": 52
},
"end": {
"line": 37,
"column": 54
},
"identifierName": "id"
},
"name": "id"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 1212,
"end": 1252,
"loc": {
"start": {
"line": 38,
"column": 20
},
"end": {
"line": 38,
"column": 60
}
},
"expression": {
"type": "CallExpression",
"start": 1212,
"end": 1251,
"loc": {
"start": {
"line": 38,
"column": 20
},
"end": {
"line": 38,
"column": 59
}
},
"callee": {
"type": "MemberExpression",
"start": 1212,
"end": 1241,
"loc": {
"start": {
"line": 38,
"column": 20
},
"end": {
"line": 38,
"column": 49
}
},
"object": {
"type": "Identifier",
"start": 1212,
"end": 1219,
"loc": {
"start": {
"line": 38,
"column": 20
},
"end": {
"line": 38,
"column": 27
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 1220,
"end": 1241,
"loc": {
"start": {
"line": 38,
"column": 28
},
"end": {
"line": 38,
"column": 49
},
"identifierName": "showObjectInExplorers"
},
"name": "showObjectInExplorers"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 1242,
"end": 1250,
"loc": {
"start": {
"line": 38,
"column": 50
},
"end": {
"line": 38,
"column": 58
},
"identifierName": "objectId"
},
"name": "objectId"
}
]
}
}
],
"directives": []
}
}
}
]
}
]
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1306,
"end": 3695,
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 96,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 1306,
"end": 3694,
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 96,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 1306,
"end": 1327,
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 43,
"column": 29
}
},
"object": {
"type": "Identifier",
"start": 1306,
"end": 1322,
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 43,
"column": 24
},
"identifierName": "focusObjectItems"
},
"name": "focusObjectItems"
},
"property": {
"type": "Identifier",
"start": 1323,
"end": 1327,
"loc": {
"start": {
"line": 43,
"column": 25
},
"end": {
"line": 43,
"column": 29
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "SpreadElement",
"start": 1328,
"end": 3693,
"loc": {
"start": {
"line": 43,
"column": 30
},
"end": {
"line": 96,
"column": 9
}
},
"argument": {
"type": "ArrayExpression",
"start": 1331,
"end": 3693,
"loc": {
"start": {
"line": 43,
"column": 33
},
"end": {
"line": 96,
"column": 9
}
},
"elements": [
{
"type": "ObjectExpression",
"start": 1345,
"end": 2183,
"loc": {
"start": {
"line": 44,
"column": 12
},
"end": {
"line": 62,
"column": 13
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 1363,
"end": 1515,
"loc": {
"start": {
"line": 45,
"column": 16
},
"end": {
"line": 47,
"column": 17
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1363,
"end": 1371,
"loc": {
"start": {
"line": 45,
"column": 16
},
"end": {
"line": 45,
"column": 24
},
"identifierName": "getTitle"
},
"name": "getTitle"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 1373,
"end": 1515,
"loc": {
"start": {
"line": 45,
"column": 26
},
"end": {
"line": 47,
"column": 17
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1374,
"end": 1381,
"loc": {
"start": {
"line": 45,
"column": 27
},
"end": {
"line": 45,
"column": 34
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 1386,
"end": 1515,
"loc": {
"start": {
"line": 45,
"column": 39
},
"end": {
"line": 47,
"column": 17
}
},
"body": [
{
"type": "ReturnStatement",
"start": 1408,
"end": 1497,
"loc": {
"start": {
"line": 46,
"column": 20
},
"end": {
"line": 46,
"column": 109
}
},
"argument": {
"type": "LogicalExpression",
"start": 1415,
"end": 1496,
"loc": {
"start": {
"line": 46,
"column": 27
},
"end": {
"line": 46,
"column": 108
}
},
"left": {
"type": "CallExpression",
"start": 1415,
"end": 1482,
"loc": {
"start": {
"line": 46,
"column": 27
},
"end": {
"line": 46,
"column": 94
}
},
"callee": {
"type": "MemberExpression",
"start": 1415,
"end": 1453,
"loc": {
"start": {
"line": 46,
"column": 27
},
"end": {
"line": 46,
"column": 65
}
},
"object": {
"type": "MemberExpression",
"start": 1415,
"end": 1443,
"loc": {
"start": {
"line": 46,
"column": 27
},
"end": {
"line": 46,
"column": 55
}
},
"object": {
"type": "MemberExpression",
"start": 1415,
"end": 1429,
"loc": {
"start": {
"line": 46,
"column": 27
},
"end": {
"line": 46,
"column": 41
}
},
"object": {
"type": "Identifier",
"start": 1415,
"end": 1422,
"loc": {
"start": {
"line": 46,
"column": 27
},
"end": {
"line": 46,
"column": 34
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 1423,
"end": 1429,
"loc": {
"start": {
"line": 46,
"column": 35
},
"end": {
"line": 46,
"column": 41
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1430,
"end": 1443,
"loc": {
"start": {
"line": 46,
"column": 42
},
"end": {
"line": 46,
"column": 55
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1444,
"end": 1453,
"loc": {
"start": {
"line": 46,
"column": 56
},
"end": {
"line": 46,
"column": 65
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1454,
"end": 1481,
"loc": {
"start": {
"line": 46,
"column": 66
},
"end": {
"line": 46,
"column": 93
}
},
"extra": {
"rawValue": "objectContextMenu.viewFit",
"raw": "\"objectContextMenu.viewFit\""
},
"value": "objectContextMenu.viewFit"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 1486,
"end": 1496,
"loc": {
"start": {
"line": 46,
"column": 98
},
"end": {
"line": 46,
"column": 108
}
},
"extra": {
"rawValue": "View Fit",
"raw": "\"View Fit\""
},
"value": "View Fit"
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 1533,
"end": 2169,
"loc": {
"start": {
"line": 48,
"column": 16
},
"end": {
"line": 61,
"column": 17
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1533,
"end": 1541,
"loc": {
"start": {
"line": 48,
"column": 16
},
"end": {
"line": 48,
"column": 24
},
"identifierName": "doAction"
},
"name": "doAction"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 1543,
"end": 2169,
"loc": {
"start": {
"line": 48,
"column": 26
},
"end": {
"line": 61,
"column": 17
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1544,
"end": 1551,
"loc": {
"start": {
"line": 48,
"column": 27
},
"end": {
"line": 48,
"column": 34
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 1556,
"end": 2169,
"loc": {
"start": {
"line": 48,
"column": 39
},
"end": {
"line": 61,
"column": 17
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 1578,
"end": 1608,
"loc": {
"start": {
"line": 49,
"column": 20
},
"end": {
"line": 49,
"column": 50
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1584,
"end": 1607,
"loc": {
"start": {
"line": 49,
"column": 26
},
"end": {
"line": 49,
"column": 49
}
},
"id": {
"type": "Identifier",
"start": 1584,
"end": 1590,
"loc": {
"start": {
"line": 49,
"column": 26
},
"end": {
"line": 49,
"column": 32
},
"identifierName": "viewer"
},
"name": "viewer"
},
"init": {
"type": "MemberExpression",
"start": 1593,
"end": 1607,
"loc": {
"start": {
"line": 49,
"column": 35
},
"end": {
"line": 49,
"column": 49
}
},
"object": {
"type": "Identifier",
"start": 1593,
"end": 1600,
"loc": {
"start": {
"line": 49,
"column": 35
},
"end": {
"line": 49,
"column": 42
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 1601,
"end": 1607,
"loc": {
"start": {
"line": 49,
"column": 43
},
"end": {
"line": 49,
"column": 49
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 1629,
"end": 1656,
"loc": {
"start": {
"line": 50,
"column": 20
},
"end": {
"line": 50,
"column": 47
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1635,
"end": 1655,
"loc": {
"start": {
"line": 50,
"column": 26
},
"end": {
"line": 50,
"column": 46
}
},
"id": {
"type": "Identifier",
"start": 1635,
"end": 1640,
"loc": {
"start": {
"line": 50,
"column": 26
},
"end": {
"line": 50,
"column": 31
},
"identifierName": "scene"
},
"name": "scene"
},
"init": {
"type": "MemberExpression",
"start": 1643,
"end": 1655,
"loc": {
"start": {
"line": 50,
"column": 34
},
"end": {
"line": 50,
"column": 46
}
},
"object": {
"type": "Identifier",
"start": 1643,
"end": 1649,
"loc": {
"start": {
"line": 50,
"column": 34
},
"end": {
"line": 50,
"column": 40
},
"identifierName": "viewer"
},
"name": "viewer"
},
"property": {
"type": "Identifier",
"start": 1650,
"end": 1655,
"loc": {
"start": {
"line": 50,
"column": 41
},
"end": {
"line": 50,
"column": 46
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 1677,
"end": 1707,
"loc": {
"start": {
"line": 51,
"column": 20
},
"end": {
"line": 51,
"column": 50
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1683,
"end": 1706,
"loc": {
"start": {
"line": 51,
"column": 26
},
"end": {
"line": 51,
"column": 49
}
},
"id": {
"type": "Identifier",
"start": 1683,
"end": 1689,
"loc": {
"start": {
"line": 51,
"column": 26
},
"end": {
"line": 51,
"column": 32
},
"identifierName": "entity"
},
"name": "entity"
},
"init": {
"type": "MemberExpression",
"start": 1692,
"end": 1706,
"loc": {
"start": {
"line": 51,
"column": 35
},
"end": {
"line": 51,
"column": 49
}
},
"object": {
"type": "Identifier",
"start": 1692,
"end": 1699,
"loc": {
"start": {
"line": 51,
"column": 35
},
"end": {
"line": 51,
"column": 42
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 1700,
"end": 1706,
"loc": {
"start": {
"line": 51,
"column": 43
},
"end": {
"line": 51,
"column": 49
},
"identifierName": "entity"
},
"name": "entity"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 1728,
"end": 2065,
"loc": {
"start": {
"line": 52,
"column": 20
},
"end": {
"line": 59,
"column": 23
}
},
"expression": {
"type": "CallExpression",
"start": 1728,
"end": 2064,
"loc": {
"start": {
"line": 52,
"column": 20
},
"end": {
"line": 59,
"column": 22
}
},
"callee": {
"type": "MemberExpression",
"start": 1728,
"end": 1753,
"loc": {
"start": {
"line": 52,
"column": 20
},
"end": {
"line": 52,
"column": 45
}
},
"object": {
"type": "MemberExpression",
"start": 1728,
"end": 1747,
"loc": {
"start": {
"line": 52,
"column": 20
},
"end": {
"line": 52,
"column": 39
}
},
"object": {
"type": "Identifier",
"start": 1728,
"end": 1734,
"loc": {
"start": {
"line": 52,
"column": 20
},
"end": {
"line": 52,
"column": 26
},
"identifierName": "viewer"
},
"name": "viewer"
},
"property": {
"type": "Identifier",
"start": 1735,
"end": 1747,
"loc": {
"start": {
"line": 52,
"column": 27
},
"end": {
"line": 52,
"column": 39
},
"identifierName": "cameraFlight"
},
"name": "cameraFlight"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1748,
"end": 1753,
"loc": {
"start": {
"line": 52,
"column": 40
},
"end": {
"line": 52,
"column": 45
},
"identifierName": "flyTo"
},
"name": "flyTo"
},
"computed": false
},
"arguments": [
{
"type": "ObjectExpression",
"start": 1754,
"end": 1858,
"loc": {
"start": {
"line": 52,
"column": 46
},
"end": {
"line": 55,
"column": 21
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 1780,
"end": 1797,
"loc": {
"start": {
"line": 53,
"column": 24
},
"end": {
"line": 53,
"column": 41
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1780,
"end": 1784,
"loc": {
"start": {
"line": 53,
"column": 24
},
"end": {
"line": 53,
"column": 28
},
"identifierName": "aabb"
},
"name": "aabb"
},
"value": {
"type": "MemberExpression",
"start": 1786,
"end": 1797,
"loc": {
"start": {
"line": 53,
"column": 30
},
"end": {
"line": 53,
"column": 41
}
},
"object": {
"type": "Identifier",
"start": 1786,
"end": 1792,
"loc": {
"start": {
"line": 53,
"column": 30
},
"end": {
"line": 53,
"column": 36
},
"identifierName": "entity"
},
"name": "entity"
},
"property": {
"type": "Identifier",
"start": 1793,
"end": 1797,
"loc": {
"start": {
"line": 53,
"column": 37
},
"end": {
"line": 53,
"column": 41
},
"identifierName": "aabb"
},
"name": "aabb"
},
"computed": false
}
},
{
"type": "ObjectProperty",
"start": 1823,
"end": 1836,
"loc": {
"start": {
"line": 54,
"column": 24
},
"end": {
"line": 54,
"column": 37
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1823,
"end": 1831,
"loc": {
"start": {
"line": 54,
"column": 24
},
"end": {
"line": 54,
"column": 32
},
"identifierName": "duration"
},
"name": "duration"
},
"value": {
"type": "NumericLiteral",
"start": 1833,
"end": 1836,
"loc": {
"start": {
"line": 54,
"column": 34
},
"end": {
"line": 54,
"column": 37
}
},
"extra": {
"rawValue": 0.5,
"raw": "0.5"
},
"value": 0.5
}
}
]
},
{
"type": "ArrowFunctionExpression",
"start": 1860,
"end": 2063,
"loc": {
"start": {
"line": 55,
"column": 23
},
"end": {
"line": 59,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 1866,
"end": 2063,
"loc": {
"start": {
"line": 55,
"column": 29
},
"end": {
"line": 59,
"column": 21
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1892,
"end": 2041,
"loc": {
"start": {
"line": 56,
"column": 24
},
"end": {
"line": 58,
"column": 32
}
},
"expression": {
"type": "CallExpression",
"start": 1892,
"end": 2040,
"loc": {
"start": {
"line": 56,
"column": 24
},
"end": {
"line": 58,
"column": 31
}
},
"callee": {
"type": "Identifier",
"start": 1892,
"end": 1902,
"loc": {
"start": {
"line": 56,
"column": 24
},
"end": {
"line": 56,
"column": 34
},
"identifierName": "setTimeout"
},
"name": "setTimeout"
},
"arguments": [
{
"type": "FunctionExpression",
"start": 1903,
"end": 2034,
"loc": {
"start": {
"line": 56,
"column": 35
},
"end": {
"line": 58,
"column": 25
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 1915,
"end": 2034,
"loc": {
"start": {
"line": 56,
"column": 47
},
"end": {
"line": 58,
"column": 25
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1945,
"end": 2008,
"loc": {
"start": {
"line": 57,
"column": 28
},
"end": {
"line": 57,
"column": 91
}
},
"expression": {
"type": "CallExpression",
"start": 1945,
"end": 2007,
"loc": {
"start": {
"line": 57,
"column": 28
},
"end": {
"line": 57,
"column": 90
}
},
"callee": {
"type": "MemberExpression",
"start": 1945,
"end": 1972,
"loc": {
"start": {
"line": 57,
"column": 28
},
"end": {
"line": 57,
"column": 55
}
},
"object": {
"type": "Identifier",
"start": 1945,
"end": 1950,
"loc": {
"start": {
"line": 57,
"column": 28
},
"end": {
"line": 57,
"column": 33
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 1951,
"end": 1972,
"loc": {
"start": {
"line": 57,
"column": 34
},
"end": {
"line": 57,
"column": 55
},
"identifierName": "setObjectsHighlighted"
},
"name": "setObjectsHighlighted"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 1973,
"end": 1999,
"loc": {
"start": {
"line": 57,
"column": 56
},
"end": {
"line": 57,
"column": 82
}
},
"object": {
"type": "Identifier",
"start": 1973,
"end": 1978,
"loc": {
"start": {
"line": 57,
"column": 56
},
"end": {
"line": 57,
"column": 61
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 1979,
"end": 1999,
"loc": {
"start": {
"line": 57,
"column": 62
},
"end": {
"line": 57,
"column": 82
},
"identifierName": "highlightedObjectIds"
},
"name": "highlightedObjectIds"
},
"computed": false
},
{
"type": "BooleanLiteral",
"start": 2001,
"end": 2006,
"loc": {
"start": {
"line": 57,
"column": 84
},
"end": {
"line": 57,
"column": 89
}
},
"value": false
}
]
}
}
],
"directives": []
}
},
{
"type": "NumericLiteral",
"start": 2036,
"end": 2039,
"loc": {
"start": {
"line": 58,
"column": 27
},
"end": {
"line": 58,
"column": 30
}
},
"extra": {
"rawValue": 500,
"raw": "500"
},
"value": 500
}
]
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 2086,
"end": 2151,
"loc": {
"start": {
"line": 60,
"column": 20
},
"end": {
"line": 60,
"column": 85
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2086,
"end": 2150,
"loc": {
"start": {
"line": 60,
"column": 20
},
"end": {
"line": 60,
"column": 84
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2086,
"end": 2115,
"loc": {
"start": {
"line": 60,
"column": 20
},
"end": {
"line": 60,
"column": 49
}
},
"object": {
"type": "MemberExpression",
"start": 2086,
"end": 2106,
"loc": {
"start": {
"line": 60,
"column": 20
},
"end": {
"line": 60,
"column": 40
}
},
"object": {
"type": "Identifier",
"start": 2086,
"end": 2092,
"loc": {
"start": {
"line": 60,
"column": 20
},
"end": {
"line": 60,
"column": 26
},
"identifierName": "viewer"
},
"name": "viewer"
},
"property": {
"type": "Identifier",
"start": 2093,
"end": 2106,
"loc": {
"start": {
"line": 60,
"column": 27
},
"end": {
"line": 60,
"column": 40
},
"identifierName": "cameraControl"
},
"name": "cameraControl"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2107,
"end": 2115,
"loc": {
"start": {
"line": 60,
"column": 41
},
"end": {
"line": 60,
"column": 49
},
"identifierName": "pivotPos"
},
"name": "pivotPos"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 2118,
"end": 2150,
"loc": {
"start": {
"line": 60,
"column": 52
},
"end": {
"line": 60,
"column": 84
}
},
"callee": {
"type": "MemberExpression",
"start": 2118,
"end": 2137,
"loc": {
"start": {
"line": 60,
"column": 52
},
"end": {
"line": 60,
"column": 71
}
},
"object": {
"type": "Identifier",
"start": 2118,
"end": 2122,
"loc": {
"start": {
"line": 60,
"column": 52
},
"end": {
"line": 60,
"column": 56
},
"identifierName": "math"
},
"name": "math"
},
"property": {
"type": "Identifier",
"start": 2123,
"end": 2137,
"loc": {
"start": {
"line": 60,
"column": 57
},
"end": {
"line": 60,
"column": 71
},
"identifierName": "getAABB3Center"
},
"name": "getAABB3Center"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 2138,
"end": 2149,
"loc": {
"start": {
"line": 60,
"column": 72
},
"end": {
"line": 60,
"column": 83
}
},
"object": {
"type": "Identifier",
"start": 2138,
"end": 2144,
"loc": {
"start": {
"line": 60,
"column": 72
},
"end": {
"line": 60,
"column": 78
},
"identifierName": "entity"
},
"name": "entity"
},
"property": {
"type": "Identifier",
"start": 2145,
"end": 2149,
"loc": {
"start": {
"line": 60,
"column": 79
},
"end": {
"line": 60,
"column": 83
},
"identifierName": "aabb"
},
"name": "aabb"
},
"computed": false
}
]
}
}
}
],
"directives": []
}
}
}
]
},
{
"type": "ObjectExpression",
"start": 2197,
"end": 3007,
"loc": {
"start": {
"line": 63,
"column": 12
},
"end": {
"line": 80,
"column": 13
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 2215,
"end": 2385,
"loc": {
"start": {
"line": 64,
"column": 16
},
"end": {
"line": 66,
"column": 17
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2215,
"end": 2223,
"loc": {
"start": {
"line": 64,
"column": 16
},
"end": {
"line": 64,
"column": 24
},
"identifierName": "getTitle"
},
"name": "getTitle"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 2225,
"end": 2385,
"loc": {
"start": {
"line": 64,
"column": 26
},
"end": {
"line": 66,
"column": 17
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2226,
"end": 2233,
"loc": {
"start": {
"line": 64,
"column": 27
},
"end": {
"line": 64,
"column": 34
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 2238,
"end": 2385,
"loc": {
"start": {
"line": 64,
"column": 39
},
"end": {
"line": 66,
"column": 17
}
},
"body": [
{
"type": "ReturnStatement",
"start": 2260,
"end": 2367,
"loc": {
"start": {
"line": 65,
"column": 20
},
"end": {
"line": 65,
"column": 127
}
},
"argument": {
"type": "LogicalExpression",
"start": 2267,
"end": 2366,
"loc": {
"start": {
"line": 65,
"column": 27
},
"end": {
"line": 65,
"column": 126
}
},
"left": {
"type": "CallExpression",
"start": 2267,
"end": 2343,
"loc": {
"start": {
"line": 65,
"column": 27
},
"end": {
"line": 65,
"column": 103
}
},
"callee": {
"type": "MemberExpression",
"start": 2267,
"end": 2305,
"loc": {
"start": {
"line": 65,
"column": 27
},
"end": {
"line": 65,
"column": 65
}
},
"object": {
"type": "MemberExpression",
"start": 2267,
"end": 2295,
"loc": {
"start": {
"line": 65,
"column": 27
},
"end": {
"line": 65,
"column": 55
}
},
"object": {
"type": "MemberExpression",
"start": 2267,
"end": 2281,
"loc": {
"start": {
"line": 65,
"column": 27
},
"end": {
"line": 65,
"column": 41
}
},
"object": {
"type": "Identifier",
"start": 2267,
"end": 2274,
"loc": {
"start": {
"line": 65,
"column": 27
},
"end": {
"line": 65,
"column": 34
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 2275,
"end": 2281,
"loc": {
"start": {
"line": 65,
"column": 35
},
"end": {
"line": 65,
"column": 41
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2282,
"end": 2295,
"loc": {
"start": {
"line": 65,
"column": 42
},
"end": {
"line": 65,
"column": 55
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2296,
"end": 2305,
"loc": {
"start": {
"line": 65,
"column": 56
},
"end": {
"line": 65,
"column": 65
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 2306,
"end": 2342,
"loc": {
"start": {
"line": 65,
"column": 66
},
"end": {
"line": 65,
"column": 102
}
},
"extra": {
"rawValue": "canvasContextMenu.viewFitSelection",
"raw": "\"canvasContextMenu.viewFitSelection\""
},
"value": "canvasContextMenu.viewFitSelection"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 2347,
"end": 2366,
"loc": {
"start": {
"line": 65,
"column": 107
},
"end": {
"line": 65,
"column": 126
}
},
"extra": {
"rawValue": "View Fit Selected",
"raw": "\"View Fit Selected\""
},
"value": "View Fit Selected"
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 2403,
"end": 2521,
"loc": {
"start": {
"line": 67,
"column": 16
},
"end": {
"line": 69,
"column": 17
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2403,
"end": 2413,
"loc": {
"start": {
"line": 67,
"column": 16
},
"end": {
"line": 67,
"column": 26
},
"identifierName": "getEnabled"
},
"name": "getEnabled"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 2415,
"end": 2521,
"loc": {
"start": {
"line": 67,
"column": 28
},
"end": {
"line": 69,
"column": 17
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2416,
"end": 2423,
"loc": {
"start": {
"line": 67,
"column": 29
},
"end": {
"line": 67,
"column": 36
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 2428,
"end": 2521,
"loc": {
"start": {
"line": 67,
"column": 41
},
"end": {
"line": 69,
"column": 17
}
},
"body": [
{
"type": "ReturnStatement",
"start": 2450,
"end": 2503,
"loc": {
"start": {
"line": 68,
"column": 20
},
"end": {
"line": 68,
"column": 73
}
},
"argument": {
"type": "BinaryExpression",
"start": 2458,
"end": 2501,
"loc": {
"start": {
"line": 68,
"column": 28
},
"end": {
"line": 68,
"column": 71
}
},
"left": {
"type": "MemberExpression",
"start": 2458,
"end": 2497,
"loc": {
"start": {
"line": 68,
"column": 28
},
"end": {
"line": 68,
"column": 67
}
},
"object": {
"type": "MemberExpression",
"start": 2458,
"end": 2478,
"loc": {
"start": {
"line": 68,
"column": 28
},
"end": {
"line": 68,
"column": 48
}
},
"object": {
"type": "MemberExpression",
"start": 2458,
"end": 2472,
"loc": {
"start": {
"line": 68,
"column": 28
},
"end": {
"line": 68,
"column": 42
}
},
"object": {
"type": "Identifier",
"start": 2458,
"end": 2465,
"loc": {
"start": {
"line": 68,
"column": 28
},
"end": {
"line": 68,
"column": 35
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 2466,
"end": 2472,
"loc": {
"start": {
"line": 68,
"column": 36
},
"end": {
"line": 68,
"column": 42
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2473,
"end": 2478,
"loc": {
"start": {
"line": 68,
"column": 43
},
"end": {
"line": 68,
"column": 48
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2479,
"end": 2497,
"loc": {
"start": {
"line": 68,
"column": 49
},
"end": {
"line": 68,
"column": 67
},
"identifierName": "numSelectedObjects"
},
"name": "numSelectedObjects"
},
"computed": false
},
"operator": ">",
"right": {
"type": "NumericLiteral",
"start": 2500,
"end": 2501,
"loc": {
"start": {
"line": 68,
"column": 70
},
"end": {
"line": 68,
"column": 71
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
},
"extra": {
"parenthesized": true,
"parenStart": 2457
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 2539,
"end": 2993,
"loc": {
"start": {
"line": 70,
"column": 16
},
"end": {
"line": 79,
"column": 17
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2539,
"end": 2547,
"loc": {
"start": {
"line": 70,
"column": 16
},
"end": {
"line": 70,
"column": 24
},
"identifierName": "doAction"
},
"name": "doAction"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 2549,
"end": 2993,
"loc": {
"start": {
"line": 70,
"column": 26
},
"end": {
"line": 79,
"column": 17
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2550,
"end": 2557,
"loc": {
"start": {
"line": 70,
"column": 27
},
"end": {
"line": 70,
"column": 34
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 2562,
"end": 2993,
"loc": {
"start": {
"line": 70,
"column": 39
},
"end": {
"line": 79,
"column": 17
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 2584,
"end": 2614,
"loc": {
"start": {
"line": 71,
"column": 20
},
"end": {
"line": 71,
"column": 50
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2590,
"end": 2613,
"loc": {
"start": {
"line": 71,
"column": 26
},
"end": {
"line": 71,
"column": 49
}
},
"id": {
"type": "Identifier",
"start": 2590,
"end": 2596,
"loc": {
"start": {
"line": 71,
"column": 26
},
"end": {
"line": 71,
"column": 32
},
"identifierName": "viewer"
},
"name": "viewer"
},
"init": {
"type": "MemberExpression",
"start": 2599,
"end": 2613,
"loc": {
"start": {
"line": 71,
"column": 35
},
"end": {
"line": 71,
"column": 49
}
},
"object": {
"type": "Identifier",
"start": 2599,
"end": 2606,
"loc": {
"start": {
"line": 71,
"column": 35
},
"end": {
"line": 71,
"column": 42
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 2607,
"end": 2613,
"loc": {
"start": {
"line": 71,
"column": 43
},
"end": {
"line": 71,
"column": 49
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 2635,
"end": 2662,
"loc": {
"start": {
"line": 72,
"column": 20
},
"end": {
"line": 72,
"column": 47
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2641,
"end": 2661,
"loc": {
"start": {
"line": 72,
"column": 26
},
"end": {
"line": 72,
"column": 46
}
},
"id": {
"type": "Identifier",
"start": 2641,
"end": 2646,
"loc": {
"start": {
"line": 72,
"column": 26
},
"end": {
"line": 72,
"column": 31
},
"identifierName": "scene"
},
"name": "scene"
},
"init": {
"type": "MemberExpression",
"start": 2649,
"end": 2661,
"loc": {
"start": {
"line": 72,
"column": 34
},
"end": {
"line": 72,
"column": 46
}
},
"object": {
"type": "Identifier",
"start": 2649,
"end": 2655,
"loc": {
"start": {
"line": 72,
"column": 34
},
"end": {
"line": 72,
"column": 40
},
"identifierName": "viewer"
},
"name": "viewer"
},
"property": {
"type": "Identifier",
"start": 2656,
"end": 2661,
"loc": {
"start": {
"line": 72,
"column": 41
},
"end": {
"line": 72,
"column": 46
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 2683,
"end": 2740,
"loc": {
"start": {
"line": 73,
"column": 20
},
"end": {
"line": 73,
"column": 77
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2689,
"end": 2739,
"loc": {
"start": {
"line": 73,
"column": 26
},
"end": {
"line": 73,
"column": 76
}
},
"id": {
"type": "Identifier",
"start": 2689,
"end": 2698,
"loc": {
"start": {
"line": 73,
"column": 26
},
"end": {
"line": 73,
"column": 35
},
"identifierName": "sceneAABB"
},
"name": "sceneAABB"
},
"init": {
"type": "CallExpression",
"start": 2701,
"end": 2739,
"loc": {
"start": {
"line": 73,
"column": 38
},
"end": {
"line": 73,
"column": 76
}
},
"callee": {
"type": "MemberExpression",
"start": 2701,
"end": 2714,
"loc": {
"start": {
"line": 73,
"column": 38
},
"end": {
"line": 73,
"column": 51
}
},
"object": {
"type": "Identifier",
"start": 2701,
"end": 2706,
"loc": {
"start": {
"line": 73,
"column": 38
},
"end": {
"line": 73,
"column": 43
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 2707,
"end": 2714,
"loc": {
"start": {
"line": 73,
"column": 44
},
"end": {
"line": 73,
"column": 51
},
"identifierName": "getAABB"
},
"name": "getAABB"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 2715,
"end": 2738,
"loc": {
"start": {
"line": 73,
"column": 52
},
"end": {
"line": 73,
"column": 75
}
},
"object": {
"type": "Identifier",
"start": 2715,
"end": 2720,
"loc": {
"start": {
"line": 73,
"column": 52
},
"end": {
"line": 73,
"column": 57
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 2721,
"end": 2738,
"loc": {
"start": {
"line": 73,
"column": 58
},
"end": {
"line": 73,
"column": 75
},
"identifierName": "selectedObjectIds"
},
"name": "selectedObjectIds"
},
"computed": false
}
]
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 2761,
"end": 2891,
"loc": {
"start": {
"line": 74,
"column": 20
},
"end": {
"line": 77,
"column": 23
}
},
"expression": {
"type": "CallExpression",
"start": 2761,
"end": 2890,
"loc": {
"start": {
"line": 74,
"column": 20
},
"end": {
"line": 77,
"column": 22
}
},
"callee": {
"type": "MemberExpression",
"start": 2761,
"end": 2786,
"loc": {
"start": {
"line": 74,
"column": 20
},
"end": {
"line": 74,
"column": 45
}
},
"object": {
"type": "MemberExpression",
"start": 2761,
"end": 2780,
"loc": {
"start": {
"line": 74,
"column": 20
},
"end": {
"line": 74,
"column": 39
}
},
"object": {
"type": "Identifier",
"start": 2761,
"end": 2767,
"loc": {
"start": {
"line": 74,
"column": 20
},
"end": {
"line": 74,
"column": 26
},
"identifierName": "viewer"
},
"name": "viewer"
},
"property": {
"type": "Identifier",
"start": 2768,
"end": 2780,
"loc": {
"start": {
"line": 74,
"column": 27
},
"end": {
"line": 74,
"column": 39
},
"identifierName": "cameraFlight"
},
"name": "cameraFlight"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2781,
"end": 2786,
"loc": {
"start": {
"line": 74,
"column": 40
},
"end": {
"line": 74,
"column": 45
},
"identifierName": "flyTo"
},
"name": "flyTo"
},
"computed": false
},
"arguments": [
{
"type": "ObjectExpression",
"start": 2787,
"end": 2889,
"loc": {
"start": {
"line": 74,
"column": 46
},
"end": {
"line": 77,
"column": 21
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 2813,
"end": 2828,
"loc": {
"start": {
"line": 75,
"column": 24
},
"end": {
"line": 75,
"column": 39
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2813,
"end": 2817,
"loc": {
"start": {
"line": 75,
"column": 24
},
"end": {
"line": 75,
"column": 28
},
"identifierName": "aabb"
},
"name": "aabb"
},
"value": {
"type": "Identifier",
"start": 2819,
"end": 2828,
"loc": {
"start": {
"line": 75,
"column": 30
},
"end": {
"line": 75,
"column": 39
},
"identifierName": "sceneAABB"
},
"name": "sceneAABB"
}
},
{
"type": "ObjectProperty",
"start": 2854,
"end": 2867,
"loc": {
"start": {
"line": 76,
"column": 24
},
"end": {
"line": 76,
"column": 37
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2854,
"end": 2862,
"loc": {
"start": {
"line": 76,
"column": 24
},
"end": {
"line": 76,
"column": 32
},
"identifierName": "duration"
},
"name": "duration"
},
"value": {
"type": "NumericLiteral",
"start": 2864,
"end": 2867,
"loc": {
"start": {
"line": 76,
"column": 34
},
"end": {
"line": 76,
"column": 37
}
},
"extra": {
"rawValue": 0.5,
"raw": "0.5"
},
"value": 0.5
}
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 2912,
"end": 2975,
"loc": {
"start": {
"line": 78,
"column": 20
},
"end": {
"line": 78,
"column": 83
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2912,
"end": 2974,
"loc": {
"start": {
"line": 78,
"column": 20
},
"end": {
"line": 78,
"column": 82
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2912,
"end": 2941,
"loc": {
"start": {
"line": 78,
"column": 20
},
"end": {
"line": 78,
"column": 49
}
},
"object": {
"type": "MemberExpression",
"start": 2912,
"end": 2932,
"loc": {
"start": {
"line": 78,
"column": 20
},
"end": {
"line": 78,
"column": 40
}
},
"object": {
"type": "Identifier",
"start": 2912,
"end": 2918,
"loc": {
"start": {
"line": 78,
"column": 20
},
"end": {
"line": 78,
"column": 26
},
"identifierName": "viewer"
},
"name": "viewer"
},
"property": {
"type": "Identifier",
"start": 2919,
"end": 2932,
"loc": {
"start": {
"line": 78,
"column": 27
},
"end": {
"line": 78,
"column": 40
},
"identifierName": "cameraControl"
},
"name": "cameraControl"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2933,
"end": 2941,
"loc": {
"start": {
"line": 78,
"column": 41
},
"end": {
"line": 78,
"column": 49
},
"identifierName": "pivotPos"
},
"name": "pivotPos"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 2944,
"end": 2974,
"loc": {
"start": {
"line": 78,
"column": 52
},
"end": {
"line": 78,
"column": 82
}
},
"callee": {
"type": "MemberExpression",
"start": 2944,
"end": 2963,
"loc": {
"start": {
"line": 78,
"column": 52
},
"end": {
"line": 78,
"column": 71
}
},
"object": {
"type": "Identifier",
"start": 2944,
"end": 2948,
"loc": {
"start": {
"line": 78,
"column": 52
},
"end": {
"line": 78,
"column": 56
},
"identifierName": "math"
},
"name": "math"
},
"property": {
"type": "Identifier",
"start": 2949,
"end": 2963,
"loc": {
"start": {
"line": 78,
"column": 57
},
"end": {
"line": 78,
"column": 71
},
"identifierName": "getAABB3Center"
},
"name": "getAABB3Center"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 2964,
"end": 2973,
"loc": {
"start": {
"line": 78,
"column": 72
},
"end": {
"line": 78,
"column": 81
},
"identifierName": "sceneAABB"
},
"name": "sceneAABB"
}
]
}
}
}
],
"directives": []
}
}
}
]
},
{
"type": "ObjectExpression",
"start": 3021,
"end": 3683,
"loc": {
"start": {
"line": 81,
"column": 12
},
"end": {
"line": 95,
"column": 13
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 3039,
"end": 3198,
"loc": {
"start": {
"line": 82,
"column": 16
},
"end": {
"line": 84,
"column": 17
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 3039,
"end": 3047,
"loc": {
"start": {
"line": 82,
"column": 16
},
"end": {
"line": 82,
"column": 24
},
"identifierName": "getTitle"
},
"name": "getTitle"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 3049,
"end": 3198,
"loc": {
"start": {
"line": 82,
"column": 26
},
"end": {
"line": 84,
"column": 17
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 3050,
"end": 3057,
"loc": {
"start": {
"line": 82,
"column": 27
},
"end": {
"line": 82,
"column": 34
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 3062,
"end": 3198,
"loc": {
"start": {
"line": 82,
"column": 39
},
"end": {
"line": 84,
"column": 17
}
},
"body": [
{
"type": "ReturnStatement",
"start": 3084,
"end": 3180,
"loc": {
"start": {
"line": 83,
"column": 20
},
"end": {
"line": 83,
"column": 116
}
},
"argument": {
"type": "LogicalExpression",
"start": 3091,
"end": 3179,
"loc": {
"start": {
"line": 83,
"column": 27
},
"end": {
"line": 83,
"column": 115
}
},
"left": {
"type": "CallExpression",
"start": 3091,
"end": 3161,
"loc": {
"start": {
"line": 83,
"column": 27
},
"end": {
"line": 83,
"column": 97
}
},
"callee": {
"type": "MemberExpression",
"start": 3091,
"end": 3129,
"loc": {
"start": {
"line": 83,
"column": 27
},
"end": {
"line": 83,
"column": 65
}
},
"object": {
"type": "MemberExpression",
"start": 3091,
"end": 3119,
"loc": {
"start": {
"line": 83,
"column": 27
},
"end": {
"line": 83,
"column": 55
}
},
"object": {
"type": "MemberExpression",
"start": 3091,
"end": 3105,
"loc": {
"start": {
"line": 83,
"column": 27
},
"end": {
"line": 83,
"column": 41
}
},
"object": {
"type": "Identifier",
"start": 3091,
"end": 3098,
"loc": {
"start": {
"line": 83,
"column": 27
},
"end": {
"line": 83,
"column": 34
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 3099,
"end": 3105,
"loc": {
"start": {
"line": 83,
"column": 35
},
"end": {
"line": 83,
"column": 41
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3106,
"end": 3119,
"loc": {
"start": {
"line": 83,
"column": 42
},
"end": {
"line": 83,
"column": 55
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3120,
"end": 3129,
"loc": {
"start": {
"line": 83,
"column": 56
},
"end": {
"line": 83,
"column": 65
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 3130,
"end": 3160,
"loc": {
"start": {
"line": 83,
"column": 66
},
"end": {
"line": 83,
"column": 96
}
},
"extra": {
"rawValue": "objectContextMenu.viewFitAll",
"raw": "\"objectContextMenu.viewFitAll\""
},
"value": "objectContextMenu.viewFitAll"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 3165,
"end": 3179,
"loc": {
"start": {
"line": 83,
"column": 101
},
"end": {
"line": 83,
"column": 115
}
},
"extra": {
"rawValue": "View Fit All",
"raw": "\"View Fit All\""
},
"value": "View Fit All"
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 3216,
"end": 3669,
"loc": {
"start": {
"line": 85,
"column": 16
},
"end": {
"line": 94,
"column": 17
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 3216,
"end": 3224,
"loc": {
"start": {
"line": 85,
"column": 16
},
"end": {
"line": 85,
"column": 24
},
"identifierName": "doAction"
},
"name": "doAction"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 3226,
"end": 3669,
"loc": {
"start": {
"line": 85,
"column": 26
},
"end": {
"line": 94,
"column": 17
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 3227,
"end": 3234,
"loc": {
"start": {
"line": 85,
"column": 27
},
"end": {
"line": 85,
"column": 34
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 3239,
"end": 3669,
"loc": {
"start": {
"line": 85,
"column": 39
},
"end": {
"line": 94,
"column": 17
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 3261,
"end": 3291,
"loc": {
"start": {
"line": 86,
"column": 20
},
"end": {
"line": 86,
"column": 50
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 3267,
"end": 3290,
"loc": {
"start": {
"line": 86,
"column": 26
},
"end": {
"line": 86,
"column": 49
}
},
"id": {
"type": "Identifier",
"start": 3267,
"end": 3273,
"loc": {
"start": {
"line": 86,
"column": 26
},
"end": {
"line": 86,
"column": 32
},
"identifierName": "viewer"
},
"name": "viewer"
},
"init": {
"type": "MemberExpression",
"start": 3276,
"end": 3290,
"loc": {
"start": {
"line": 86,
"column": 35
},
"end": {
"line": 86,
"column": 49
}
},
"object": {
"type": "Identifier",
"start": 3276,
"end": 3283,
"loc": {
"start": {
"line": 86,
"column": 35
},
"end": {
"line": 86,
"column": 42
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 3284,
"end": 3290,
"loc": {
"start": {
"line": 86,
"column": 43
},
"end": {
"line": 86,
"column": 49
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 3312,
"end": 3339,
"loc": {
"start": {
"line": 87,
"column": 20
},
"end": {
"line": 87,
"column": 47
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 3318,
"end": 3338,
"loc": {
"start": {
"line": 87,
"column": 26
},
"end": {
"line": 87,
"column": 46
}
},
"id": {
"type": "Identifier",
"start": 3318,
"end": 3323,
"loc": {
"start": {
"line": 87,
"column": 26
},
"end": {
"line": 87,
"column": 31
},
"identifierName": "scene"
},
"name": "scene"
},
"init": {
"type": "MemberExpression",
"start": 3326,
"end": 3338,
"loc": {
"start": {
"line": 87,
"column": 34
},
"end": {
"line": 87,
"column": 46
}
},
"object": {
"type": "Identifier",
"start": 3326,
"end": 3332,
"loc": {
"start": {
"line": 87,
"column": 34
},
"end": {
"line": 87,
"column": 40
},
"identifierName": "viewer"
},
"name": "viewer"
},
"property": {
"type": "Identifier",
"start": 3333,
"end": 3338,
"loc": {
"start": {
"line": 87,
"column": 41
},
"end": {
"line": 87,
"column": 46
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 3360,
"end": 3416,
"loc": {
"start": {
"line": 88,
"column": 20
},
"end": {
"line": 88,
"column": 76
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 3366,
"end": 3415,
"loc": {
"start": {
"line": 88,
"column": 26
},
"end": {
"line": 88,
"column": 75
}
},
"id": {
"type": "Identifier",
"start": 3366,
"end": 3375,
"loc": {
"start": {
"line": 88,
"column": 26
},
"end": {
"line": 88,
"column": 35
},
"identifierName": "sceneAABB"
},
"name": "sceneAABB"
},
"init": {
"type": "CallExpression",
"start": 3378,
"end": 3415,
"loc": {
"start": {
"line": 88,
"column": 38
},
"end": {
"line": 88,
"column": 75
}
},
"callee": {
"type": "MemberExpression",
"start": 3378,
"end": 3391,
"loc": {
"start": {
"line": 88,
"column": 38
},
"end": {
"line": 88,
"column": 51
}
},
"object": {
"type": "Identifier",
"start": 3378,
"end": 3383,
"loc": {
"start": {
"line": 88,
"column": 38
},
"end": {
"line": 88,
"column": 43
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 3384,
"end": 3391,
"loc": {
"start": {
"line": 88,
"column": 44
},
"end": {
"line": 88,
"column": 51
},
"identifierName": "getAABB"
},
"name": "getAABB"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 3392,
"end": 3414,
"loc": {
"start": {
"line": 88,
"column": 52
},
"end": {
"line": 88,
"column": 74
}
},
"object": {
"type": "Identifier",
"start": 3392,
"end": 3397,
"loc": {
"start": {
"line": 88,
"column": 52
},
"end": {
"line": 88,
"column": 57
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 3398,
"end": 3414,
"loc": {
"start": {
"line": 88,
"column": 58
},
"end": {
"line": 88,
"column": 74
},
"identifierName": "visibleObjectIds"
},
"name": "visibleObjectIds"
},
"computed": false
}
]
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 3437,
"end": 3567,
"loc": {
"start": {
"line": 89,
"column": 20
},
"end": {
"line": 92,
"column": 23
}
},
"expression": {
"type": "CallExpression",
"start": 3437,
"end": 3566,
"loc": {
"start": {
"line": 89,
"column": 20
},
"end": {
"line": 92,
"column": 22
}
},
"callee": {
"type": "MemberExpression",
"start": 3437,
"end": 3462,
"loc": {
"start": {
"line": 89,
"column": 20
},
"end": {
"line": 89,
"column": 45
}
},
"object": {
"type": "MemberExpression",
"start": 3437,
"end": 3456,
"loc": {
"start": {
"line": 89,
"column": 20
},
"end": {
"line": 89,
"column": 39
}
},
"object": {
"type": "Identifier",
"start": 3437,
"end": 3443,
"loc": {
"start": {
"line": 89,
"column": 20
},
"end": {
"line": 89,
"column": 26
},
"identifierName": "viewer"
},
"name": "viewer"
},
"property": {
"type": "Identifier",
"start": 3444,
"end": 3456,
"loc": {
"start": {
"line": 89,
"column": 27
},
"end": {
"line": 89,
"column": 39
},
"identifierName": "cameraFlight"
},
"name": "cameraFlight"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3457,
"end": 3462,
"loc": {
"start": {
"line": 89,
"column": 40
},
"end": {
"line": 89,
"column": 45
},
"identifierName": "flyTo"
},
"name": "flyTo"
},
"computed": false
},
"arguments": [
{
"type": "ObjectExpression",
"start": 3463,
"end": 3565,
"loc": {
"start": {
"line": 89,
"column": 46
},
"end": {
"line": 92,
"column": 21
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 3489,
"end": 3504,
"loc": {
"start": {
"line": 90,
"column": 24
},
"end": {
"line": 90,
"column": 39
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 3489,
"end": 3493,
"loc": {
"start": {
"line": 90,
"column": 24
},
"end": {
"line": 90,
"column": 28
},
"identifierName": "aabb"
},
"name": "aabb"
},
"value": {
"type": "Identifier",
"start": 3495,
"end": 3504,
"loc": {
"start": {
"line": 90,
"column": 30
},
"end": {
"line": 90,
"column": 39
},
"identifierName": "sceneAABB"
},
"name": "sceneAABB"
}
},
{
"type": "ObjectProperty",
"start": 3530,
"end": 3543,
"loc": {
"start": {
"line": 91,
"column": 24
},
"end": {
"line": 91,
"column": 37
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 3530,
"end": 3538,
"loc": {
"start": {
"line": 91,
"column": 24
},
"end": {
"line": 91,
"column": 32
},
"identifierName": "duration"
},
"name": "duration"
},
"value": {
"type": "NumericLiteral",
"start": 3540,
"end": 3543,
"loc": {
"start": {
"line": 91,
"column": 34
},
"end": {
"line": 91,
"column": 37
}
},
"extra": {
"rawValue": 0.5,
"raw": "0.5"
},
"value": 0.5
}
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3588,
"end": 3651,
"loc": {
"start": {
"line": 93,
"column": 20
},
"end": {
"line": 93,
"column": 83
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3588,
"end": 3650,
"loc": {
"start": {
"line": 93,
"column": 20
},
"end": {
"line": 93,
"column": 82
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3588,
"end": 3617,
"loc": {
"start": {
"line": 93,
"column": 20
},
"end": {
"line": 93,
"column": 49
}
},
"object": {
"type": "MemberExpression",
"start": 3588,
"end": 3608,
"loc": {
"start": {
"line": 93,
"column": 20
},
"end": {
"line": 93,
"column": 40
}
},
"object": {
"type": "Identifier",
"start": 3588,
"end": 3594,
"loc": {
"start": {
"line": 93,
"column": 20
},
"end": {
"line": 93,
"column": 26
},
"identifierName": "viewer"
},
"name": "viewer"
},
"property": {
"type": "Identifier",
"start": 3595,
"end": 3608,
"loc": {
"start": {
"line": 93,
"column": 27
},
"end": {
"line": 93,
"column": 40
},
"identifierName": "cameraControl"
},
"name": "cameraControl"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3609,
"end": 3617,
"loc": {
"start": {
"line": 93,
"column": 41
},
"end": {
"line": 93,
"column": 49
},
"identifierName": "pivotPos"
},
"name": "pivotPos"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 3620,
"end": 3650,
"loc": {
"start": {
"line": 93,
"column": 52
},
"end": {
"line": 93,
"column": 82
}
},
"callee": {
"type": "MemberExpression",
"start": 3620,
"end": 3639,
"loc": {
"start": {
"line": 93,
"column": 52
},
"end": {
"line": 93,
"column": 71
}
},
"object": {
"type": "Identifier",
"start": 3620,
"end": 3624,
"loc": {
"start": {
"line": 93,
"column": 52
},
"end": {
"line": 93,
"column": 56
},
"identifierName": "math"
},
"name": "math"
},
"property": {
"type": "Identifier",
"start": 3625,
"end": 3639,
"loc": {
"start": {
"line": 93,
"column": 57
},
"end": {
"line": 93,
"column": 71
},
"identifierName": "getAABB3Center"
},
"name": "getAABB3Center"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 3640,
"end": 3649,
"loc": {
"start": {
"line": 93,
"column": 72
},
"end": {
"line": 93,
"column": 81
},
"identifierName": "sceneAABB"
},
"name": "sceneAABB"
}
]
}
}
}
],
"directives": []
}
}
}
]
}
]
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3705,
"end": 12266,
"loc": {
"start": {
"line": 98,
"column": 8
},
"end": {
"line": 282,
"column": 10
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3705,
"end": 12265,
"loc": {
"start": {
"line": 98,
"column": 8
},
"end": {
"line": 282,
"column": 9
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3705,
"end": 3715,
"loc": {
"start": {
"line": 98,
"column": 8
},
"end": {
"line": 98,
"column": 18
}
},
"object": {
"type": "ThisExpression",
"start": 3705,
"end": 3709,
"loc": {
"start": {
"line": 98,
"column": 8
},
"end": {
"line": 98,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 3710,
"end": 3715,
"loc": {
"start": {
"line": 98,
"column": 13
},
"end": {
"line": 98,
"column": 18
},
"identifierName": "items"
},
"name": "items"
},
"computed": false
},
"right": {
"type": "ArrayExpression",
"start": 3718,
"end": 12265,
"loc": {
"start": {
"line": 98,
"column": 21
},
"end": {
"line": 282,
"column": 9
}
},
"elements": [
{
"type": "Identifier",
"start": 3732,
"end": 3747,
"loc": {
"start": {
"line": 99,
"column": 12
},
"end": {
"line": 99,
"column": 27
},
"identifierName": "showObjectItems"
},
"name": "showObjectItems"
},
{
"type": "Identifier",
"start": 3761,
"end": 3777,
"loc": {
"start": {
"line": 100,
"column": 12
},
"end": {
"line": 100,
"column": 28
},
"identifierName": "focusObjectItems"
},
"name": "focusObjectItems"
},
{
"type": "ArrayExpression",
"start": 3791,
"end": 6668,
"loc": {
"start": {
"line": 101,
"column": 12
},
"end": {
"line": 160,
"column": 13
}
},
"elements": [
{
"type": "ObjectExpression",
"start": 3809,
"end": 4251,
"loc": {
"start": {
"line": 102,
"column": 16
},
"end": {
"line": 112,
"column": 17
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 3831,
"end": 3984,
"loc": {
"start": {
"line": 103,
"column": 20
},
"end": {
"line": 105,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 3831,
"end": 3839,
"loc": {
"start": {
"line": 103,
"column": 20
},
"end": {
"line": 103,
"column": 28
},
"identifierName": "getTitle"
},
"name": "getTitle"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 3841,
"end": 3984,
"loc": {
"start": {
"line": 103,
"column": 30
},
"end": {
"line": 105,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 3842,
"end": 3849,
"loc": {
"start": {
"line": 103,
"column": 31
},
"end": {
"line": 103,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 3854,
"end": 3984,
"loc": {
"start": {
"line": 103,
"column": 43
},
"end": {
"line": 105,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 3880,
"end": 3962,
"loc": {
"start": {
"line": 104,
"column": 24
},
"end": {
"line": 104,
"column": 106
}
},
"argument": {
"type": "LogicalExpression",
"start": 3887,
"end": 3961,
"loc": {
"start": {
"line": 104,
"column": 31
},
"end": {
"line": 104,
"column": 105
}
},
"left": {
"type": "CallExpression",
"start": 3887,
"end": 3951,
"loc": {
"start": {
"line": 104,
"column": 31
},
"end": {
"line": 104,
"column": 95
}
},
"callee": {
"type": "MemberExpression",
"start": 3887,
"end": 3925,
"loc": {
"start": {
"line": 104,
"column": 31
},
"end": {
"line": 104,
"column": 69
}
},
"object": {
"type": "MemberExpression",
"start": 3887,
"end": 3915,
"loc": {
"start": {
"line": 104,
"column": 31
},
"end": {
"line": 104,
"column": 59
}
},
"object": {
"type": "MemberExpression",
"start": 3887,
"end": 3901,
"loc": {
"start": {
"line": 104,
"column": 31
},
"end": {
"line": 104,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 3887,
"end": 3894,
"loc": {
"start": {
"line": 104,
"column": 31
},
"end": {
"line": 104,
"column": 38
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 3895,
"end": 3901,
"loc": {
"start": {
"line": 104,
"column": 39
},
"end": {
"line": 104,
"column": 45
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3902,
"end": 3915,
"loc": {
"start": {
"line": 104,
"column": 46
},
"end": {
"line": 104,
"column": 59
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3916,
"end": 3925,
"loc": {
"start": {
"line": 104,
"column": 60
},
"end": {
"line": 104,
"column": 69
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 3926,
"end": 3950,
"loc": {
"start": {
"line": 104,
"column": 70
},
"end": {
"line": 104,
"column": 94
}
},
"extra": {
"rawValue": "objectContextMenu.hide",
"raw": "\"objectContextMenu.hide\""
},
"value": "objectContextMenu.hide"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 3955,
"end": 3961,
"loc": {
"start": {
"line": 104,
"column": 99
},
"end": {
"line": 104,
"column": 105
}
},
"extra": {
"rawValue": "Hide",
"raw": "\"Hide\""
},
"value": "Hide"
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 4006,
"end": 4109,
"loc": {
"start": {
"line": 106,
"column": 20
},
"end": {
"line": 108,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 4006,
"end": 4016,
"loc": {
"start": {
"line": 106,
"column": 20
},
"end": {
"line": 106,
"column": 30
},
"identifierName": "getEnabled"
},
"name": "getEnabled"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 4018,
"end": 4109,
"loc": {
"start": {
"line": 106,
"column": 32
},
"end": {
"line": 108,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 4019,
"end": 4026,
"loc": {
"start": {
"line": 106,
"column": 33
},
"end": {
"line": 106,
"column": 40
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 4031,
"end": 4109,
"loc": {
"start": {
"line": 106,
"column": 45
},
"end": {
"line": 108,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 4057,
"end": 4087,
"loc": {
"start": {
"line": 107,
"column": 24
},
"end": {
"line": 107,
"column": 54
}
},
"argument": {
"type": "MemberExpression",
"start": 4064,
"end": 4086,
"loc": {
"start": {
"line": 107,
"column": 31
},
"end": {
"line": 107,
"column": 53
}
},
"object": {
"type": "MemberExpression",
"start": 4064,
"end": 4078,
"loc": {
"start": {
"line": 107,
"column": 31
},
"end": {
"line": 107,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 4064,
"end": 4071,
"loc": {
"start": {
"line": 107,
"column": 31
},
"end": {
"line": 107,
"column": 38
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 4072,
"end": 4078,
"loc": {
"start": {
"line": 107,
"column": 39
},
"end": {
"line": 107,
"column": 45
},
"identifierName": "entity"
},
"name": "entity"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4079,
"end": 4086,
"loc": {
"start": {
"line": 107,
"column": 46
},
"end": {
"line": 107,
"column": 53
},
"identifierName": "visible"
},
"name": "visible"
},
"computed": false
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 4131,
"end": 4233,
"loc": {
"start": {
"line": 109,
"column": 20
},
"end": {
"line": 111,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 4131,
"end": 4139,
"loc": {
"start": {
"line": 109,
"column": 20
},
"end": {
"line": 109,
"column": 28
},
"identifierName": "doAction"
},
"name": "doAction"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 4141,
"end": 4233,
"loc": {
"start": {
"line": 109,
"column": 30
},
"end": {
"line": 111,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 4142,
"end": 4149,
"loc": {
"start": {
"line": 109,
"column": 31
},
"end": {
"line": 109,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 4154,
"end": 4233,
"loc": {
"start": {
"line": 109,
"column": 43
},
"end": {
"line": 111,
"column": 21
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 4180,
"end": 4211,
"loc": {
"start": {
"line": 110,
"column": 24
},
"end": {
"line": 110,
"column": 55
}
},
"expression": {
"type": "AssignmentExpression",
"start": 4180,
"end": 4210,
"loc": {
"start": {
"line": 110,
"column": 24
},
"end": {
"line": 110,
"column": 54
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 4180,
"end": 4202,
"loc": {
"start": {
"line": 110,
"column": 24
},
"end": {
"line": 110,
"column": 46
}
},
"object": {
"type": "MemberExpression",
"start": 4180,
"end": 4194,
"loc": {
"start": {
"line": 110,
"column": 24
},
"end": {
"line": 110,
"column": 38
}
},
"object": {
"type": "Identifier",
"start": 4180,
"end": 4187,
"loc": {
"start": {
"line": 110,
"column": 24
},
"end": {
"line": 110,
"column": 31
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 4188,
"end": 4194,
"loc": {
"start": {
"line": 110,
"column": 32
},
"end": {
"line": 110,
"column": 38
},
"identifierName": "entity"
},
"name": "entity"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4195,
"end": 4202,
"loc": {
"start": {
"line": 110,
"column": 39
},
"end": {
"line": 110,
"column": 46
},
"identifierName": "visible"
},
"name": "visible"
},
"computed": false
},
"right": {
"type": "BooleanLiteral",
"start": 4205,
"end": 4210,
"loc": {
"start": {
"line": 110,
"column": 49
},
"end": {
"line": 110,
"column": 54
}
},
"value": false
}
}
}
],
"directives": []
}
}
}
]
},
{
"type": "ObjectExpression",
"start": 4269,
"end": 5280,
"loc": {
"start": {
"line": 113,
"column": 16
},
"end": {
"line": 133,
"column": 17
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 4291,
"end": 4457,
"loc": {
"start": {
"line": 114,
"column": 20
},
"end": {
"line": 116,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 4291,
"end": 4299,
"loc": {
"start": {
"line": 114,
"column": 20
},
"end": {
"line": 114,
"column": 28
},
"identifierName": "getTitle"
},
"name": "getTitle"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 4301,
"end": 4457,
"loc": {
"start": {
"line": 114,
"column": 30
},
"end": {
"line": 116,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 4302,
"end": 4309,
"loc": {
"start": {
"line": 114,
"column": 31
},
"end": {
"line": 114,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 4314,
"end": 4457,
"loc": {
"start": {
"line": 114,
"column": 43
},
"end": {
"line": 116,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 4340,
"end": 4435,
"loc": {
"start": {
"line": 115,
"column": 24
},
"end": {
"line": 115,
"column": 119
}
},
"argument": {
"type": "LogicalExpression",
"start": 4347,
"end": 4434,
"loc": {
"start": {
"line": 115,
"column": 31
},
"end": {
"line": 115,
"column": 118
}
},
"left": {
"type": "CallExpression",
"start": 4347,
"end": 4417,
"loc": {
"start": {
"line": 115,
"column": 31
},
"end": {
"line": 115,
"column": 101
}
},
"callee": {
"type": "MemberExpression",
"start": 4347,
"end": 4385,
"loc": {
"start": {
"line": 115,
"column": 31
},
"end": {
"line": 115,
"column": 69
}
},
"object": {
"type": "MemberExpression",
"start": 4347,
"end": 4375,
"loc": {
"start": {
"line": 115,
"column": 31
},
"end": {
"line": 115,
"column": 59
}
},
"object": {
"type": "MemberExpression",
"start": 4347,
"end": 4361,
"loc": {
"start": {
"line": 115,
"column": 31
},
"end": {
"line": 115,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 4347,
"end": 4354,
"loc": {
"start": {
"line": 115,
"column": 31
},
"end": {
"line": 115,
"column": 38
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 4355,
"end": 4361,
"loc": {
"start": {
"line": 115,
"column": 39
},
"end": {
"line": 115,
"column": 45
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4362,
"end": 4375,
"loc": {
"start": {
"line": 115,
"column": 46
},
"end": {
"line": 115,
"column": 59
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4376,
"end": 4385,
"loc": {
"start": {
"line": 115,
"column": 60
},
"end": {
"line": 115,
"column": 69
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 4386,
"end": 4416,
"loc": {
"start": {
"line": 115,
"column": 70
},
"end": {
"line": 115,
"column": 100
}
},
"extra": {
"rawValue": "objectContextMenu.hideOthers",
"raw": "\"objectContextMenu.hideOthers\""
},
"value": "objectContextMenu.hideOthers"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 4421,
"end": 4434,
"loc": {
"start": {
"line": 115,
"column": 105
},
"end": {
"line": 115,
"column": 118
}
},
"extra": {
"rawValue": "Hide Others",
"raw": "\"Hide Others\""
},
"value": "Hide Others"
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 4479,
"end": 5262,
"loc": {
"start": {
"line": 117,
"column": 20
},
"end": {
"line": 132,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 4479,
"end": 4487,
"loc": {
"start": {
"line": 117,
"column": 20
},
"end": {
"line": 117,
"column": 28
},
"identifierName": "doAction"
},
"name": "doAction"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 4489,
"end": 5262,
"loc": {
"start": {
"line": 117,
"column": 30
},
"end": {
"line": 132,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 4490,
"end": 4497,
"loc": {
"start": {
"line": 117,
"column": 31
},
"end": {
"line": 117,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 4502,
"end": 5262,
"loc": {
"start": {
"line": 117,
"column": 43
},
"end": {
"line": 132,
"column": 21
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 4528,
"end": 4558,
"loc": {
"start": {
"line": 118,
"column": 24
},
"end": {
"line": 118,
"column": 54
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4534,
"end": 4557,
"loc": {
"start": {
"line": 118,
"column": 30
},
"end": {
"line": 118,
"column": 53
}
},
"id": {
"type": "Identifier",
"start": 4534,
"end": 4540,
"loc": {
"start": {
"line": 118,
"column": 30
},
"end": {
"line": 118,
"column": 36
},
"identifierName": "viewer"
},
"name": "viewer"
},
"init": {
"type": "MemberExpression",
"start": 4543,
"end": 4557,
"loc": {
"start": {
"line": 118,
"column": 39
},
"end": {
"line": 118,
"column": 53
}
},
"object": {
"type": "Identifier",
"start": 4543,
"end": 4550,
"loc": {
"start": {
"line": 118,
"column": 39
},
"end": {
"line": 118,
"column": 46
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 4551,
"end": 4557,
"loc": {
"start": {
"line": 118,
"column": 47
},
"end": {
"line": 118,
"column": 53
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 4583,
"end": 4610,
"loc": {
"start": {
"line": 119,
"column": 24
},
"end": {
"line": 119,
"column": 51
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4589,
"end": 4609,
"loc": {
"start": {
"line": 119,
"column": 30
},
"end": {
"line": 119,
"column": 50
}
},
"id": {
"type": "Identifier",
"start": 4589,
"end": 4594,
"loc": {
"start": {
"line": 119,
"column": 30
},
"end": {
"line": 119,
"column": 35
},
"identifierName": "scene"
},
"name": "scene"
},
"init": {
"type": "MemberExpression",
"start": 4597,
"end": 4609,
"loc": {
"start": {
"line": 119,
"column": 38
},
"end": {
"line": 119,
"column": 50
}
},
"object": {
"type": "Identifier",
"start": 4597,
"end": 4603,
"loc": {
"start": {
"line": 119,
"column": 38
},
"end": {
"line": 119,
"column": 44
},
"identifierName": "viewer"
},
"name": "viewer"
},
"property": {
"type": "Identifier",
"start": 4604,
"end": 4609,
"loc": {
"start": {
"line": 119,
"column": 45
},
"end": {
"line": 119,
"column": 50
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 4635,
"end": 4665,
"loc": {
"start": {
"line": 120,
"column": 24
},
"end": {
"line": 120,
"column": 54
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4641,
"end": 4664,
"loc": {
"start": {
"line": 120,
"column": 30
},
"end": {
"line": 120,
"column": 53
}
},
"id": {
"type": "Identifier",
"start": 4641,
"end": 4647,
"loc": {
"start": {
"line": 120,
"column": 30
},
"end": {
"line": 120,
"column": 36
},
"identifierName": "entity"
},
"name": "entity"
},
"init": {
"type": "MemberExpression",
"start": 4650,
"end": 4664,
"loc": {
"start": {
"line": 120,
"column": 39
},
"end": {
"line": 120,
"column": 53
}
},
"object": {
"type": "Identifier",
"start": 4650,
"end": 4657,
"loc": {
"start": {
"line": 120,
"column": 39
},
"end": {
"line": 120,
"column": 46
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 4658,
"end": 4664,
"loc": {
"start": {
"line": 120,
"column": 47
},
"end": {
"line": 120,
"column": 53
},
"identifierName": "entity"
},
"name": "entity"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 4690,
"end": 4749,
"loc": {
"start": {
"line": 121,
"column": 24
},
"end": {
"line": 121,
"column": 83
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4696,
"end": 4748,
"loc": {
"start": {
"line": 121,
"column": 30
},
"end": {
"line": 121,
"column": 82
}
},
"id": {
"type": "Identifier",
"start": 4696,
"end": 4706,
"loc": {
"start": {
"line": 121,
"column": 30
},
"end": {
"line": 121,
"column": 40
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"init": {
"type": "MemberExpression",
"start": 4709,
"end": 4748,
"loc": {
"start": {
"line": 121,
"column": 43
},
"end": {
"line": 121,
"column": 82
}
},
"object": {
"type": "MemberExpression",
"start": 4709,
"end": 4737,
"loc": {
"start": {
"line": 121,
"column": 43
},
"end": {
"line": 121,
"column": 71
}
},
"object": {
"type": "MemberExpression",
"start": 4709,
"end": 4725,
"loc": {
"start": {
"line": 121,
"column": 43
},
"end": {
"line": 121,
"column": 59
}
},
"object": {
"type": "Identifier",
"start": 4709,
"end": 4715,
"loc": {
"start": {
"line": 121,
"column": 43
},
"end": {
"line": 121,
"column": 49
},
"identifierName": "viewer"
},
"name": "viewer"
},
"property": {
"type": "Identifier",
"start": 4716,
"end": 4725,
"loc": {
"start": {
"line": 121,
"column": 50
},
"end": {
"line": 121,
"column": 59
},
"identifierName": "metaScene"
},
"name": "metaScene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4726,
"end": 4737,
"loc": {
"start": {
"line": 121,
"column": 60
},
"end": {
"line": 121,
"column": 71
},
"identifierName": "metaObjects"
},
"name": "metaObjects"
},
"computed": false
},
"property": {
"type": "MemberExpression",
"start": 4738,
"end": 4747,
"loc": {
"start": {
"line": 121,
"column": 72
},
"end": {
"line": 121,
"column": 81
}
},
"object": {
"type": "Identifier",
"start": 4738,
"end": 4744,
"loc": {
"start": {
"line": 121,
"column": 72
},
"end": {
"line": 121,
"column": 78
},
"identifierName": "entity"
},
"name": "entity"
},
"property": {
"type": "Identifier",
"start": 4745,
"end": 4747,
"loc": {
"start": {
"line": 121,
"column": 79
},
"end": {
"line": 121,
"column": 81
},
"identifierName": "id"
},
"name": "id"
},
"computed": false
},
"computed": true
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 4774,
"end": 4854,
"loc": {
"start": {
"line": 122,
"column": 24
},
"end": {
"line": 124,
"column": 25
}
},
"test": {
"type": "UnaryExpression",
"start": 4778,
"end": 4789,
"loc": {
"start": {
"line": 122,
"column": 28
},
"end": {
"line": 122,
"column": 39
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 4779,
"end": 4789,
"loc": {
"start": {
"line": 122,
"column": 29
},
"end": {
"line": 122,
"column": 39
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 4791,
"end": 4854,
"loc": {
"start": {
"line": 122,
"column": 41
},
"end": {
"line": 124,
"column": 25
}
},
"body": [
{
"type": "ReturnStatement",
"start": 4821,
"end": 4828,
"loc": {
"start": {
"line": 123,
"column": 28
},
"end": {
"line": 123,
"column": 35
}
},
"argument": null
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 4879,
"end": 4934,
"loc": {
"start": {
"line": 125,
"column": 24
},
"end": {
"line": 125,
"column": 79
}
},
"expression": {
"type": "CallExpression",
"start": 4879,
"end": 4933,
"loc": {
"start": {
"line": 125,
"column": 24
},
"end": {
"line": 125,
"column": 78
}
},
"callee": {
"type": "MemberExpression",
"start": 4879,
"end": 4902,
"loc": {
"start": {
"line": 125,
"column": 24
},
"end": {
"line": 125,
"column": 47
}
},
"object": {
"type": "Identifier",
"start": 4879,
"end": 4884,
"loc": {
"start": {
"line": 125,
"column": 24
},
"end": {
"line": 125,
"column": 29
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 4885,
"end": 4902,
"loc": {
"start": {
"line": 125,
"column": 30
},
"end": {
"line": 125,
"column": 47
},
"identifierName": "setObjectsVisible"
},
"name": "setObjectsVisible"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 4903,
"end": 4925,
"loc": {
"start": {
"line": 125,
"column": 48
},
"end": {
"line": 125,
"column": 70
}
},
"object": {
"type": "Identifier",
"start": 4903,
"end": 4908,
"loc": {
"start": {
"line": 125,
"column": 48
},
"end": {
"line": 125,
"column": 53
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 4909,
"end": 4925,
"loc": {
"start": {
"line": 125,
"column": 54
},
"end": {
"line": 125,
"column": 70
},
"identifierName": "visibleObjectIds"
},
"name": "visibleObjectIds"
},
"computed": false
},
{
"type": "BooleanLiteral",
"start": 4927,
"end": 4932,
"loc": {
"start": {
"line": 125,
"column": 72
},
"end": {
"line": 125,
"column": 77
}
},
"value": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 4959,
"end": 5240,
"loc": {
"start": {
"line": 126,
"column": 24
},
"end": {
"line": 131,
"column": 27
}
},
"expression": {
"type": "CallExpression",
"start": 4959,
"end": 5239,
"loc": {
"start": {
"line": 126,
"column": 24
},
"end": {
"line": 131,
"column": 26
}
},
"callee": {
"type": "MemberExpression",
"start": 4959,
"end": 4994,
"loc": {
"start": {
"line": 126,
"column": 24
},
"end": {
"line": 126,
"column": 59
}
},
"object": {
"type": "Identifier",
"start": 4959,
"end": 4969,
"loc": {
"start": {
"line": 126,
"column": 24
},
"end": {
"line": 126,
"column": 34
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"property": {
"type": "Identifier",
"start": 4970,
"end": 4994,
"loc": {
"start": {
"line": 126,
"column": 35
},
"end": {
"line": 126,
"column": 59
},
"identifierName": "withMetaObjectsInSubtree"
},
"name": "withMetaObjectsInSubtree"
},
"computed": false
},
"arguments": [
{
"type": "ArrowFunctionExpression",
"start": 4995,
"end": 5238,
"loc": {
"start": {
"line": 126,
"column": 60
},
"end": {
"line": 131,
"column": 25
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 4996,
"end": 5006,
"loc": {
"start": {
"line": 126,
"column": 61
},
"end": {
"line": 126,
"column": 71
},
"identifierName": "metaObject"
},
"name": "metaObject"
}
],
"body": {
"type": "BlockStatement",
"start": 5011,
"end": 5238,
"loc": {
"start": {
"line": 126,
"column": 76
},
"end": {
"line": 131,
"column": 25
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 5041,
"end": 5085,
"loc": {
"start": {
"line": 127,
"column": 28
},
"end": {
"line": 127,
"column": 72
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 5047,
"end": 5084,
"loc": {
"start": {
"line": 127,
"column": 34
},
"end": {
"line": 127,
"column": 71
}
},
"id": {
"type": "Identifier",
"start": 5047,
"end": 5053,
"loc": {
"start": {
"line": 127,
"column": 34
},
"end": {
"line": 127,
"column": 40
},
"identifierName": "entity"
},
"name": "entity"
},
"init": {
"type": "MemberExpression",
"start": 5056,
"end": 5084,
"loc": {
"start": {
"line": 127,
"column": 43
},
"end": {
"line": 127,
"column": 71
}
},
"object": {
"type": "MemberExpression",
"start": 5056,
"end": 5069,
"loc": {
"start": {
"line": 127,
"column": 43
},
"end": {
"line": 127,
"column": 56
}
},
"object": {
"type": "Identifier",
"start": 5056,
"end": 5061,
"loc": {
"start": {
"line": 127,
"column": 43
},
"end": {
"line": 127,
"column": 48
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 5062,
"end": 5069,
"loc": {
"start": {
"line": 127,
"column": 49
},
"end": {
"line": 127,
"column": 56
},
"identifierName": "objects"
},
"name": "objects"
},
"computed": false
},
"property": {
"type": "MemberExpression",
"start": 5070,
"end": 5083,
"loc": {
"start": {
"line": 127,
"column": 57
},
"end": {
"line": 127,
"column": 70
}
},
"object": {
"type": "Identifier",
"start": 5070,
"end": 5080,
"loc": {
"start": {
"line": 127,
"column": 57
},
"end": {
"line": 127,
"column": 67
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"property": {
"type": "Identifier",
"start": 5081,
"end": 5083,
"loc": {
"start": {
"line": 127,
"column": 68
},
"end": {
"line": 127,
"column": 70
},
"identifierName": "id"
},
"name": "id"
},
"computed": false
},
"computed": true
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 5114,
"end": 5212,
"loc": {
"start": {
"line": 128,
"column": 28
},
"end": {
"line": 130,
"column": 29
}
},
"test": {
"type": "Identifier",
"start": 5118,
"end": 5124,
"loc": {
"start": {
"line": 128,
"column": 32
},
"end": {
"line": 128,
"column": 38
},
"identifierName": "entity"
},
"name": "entity"
},
"consequent": {
"type": "BlockStatement",
"start": 5126,
"end": 5212,
"loc": {
"start": {
"line": 128,
"column": 40
},
"end": {
"line": 130,
"column": 29
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 5160,
"end": 5182,
"loc": {
"start": {
"line": 129,
"column": 32
},
"end": {
"line": 129,
"column": 54
}
},
"expression": {
"type": "AssignmentExpression",
"start": 5160,
"end": 5181,
"loc": {
"start": {
"line": 129,
"column": 32
},
"end": {
"line": 129,
"column": 53
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 5160,
"end": 5174,
"loc": {
"start": {
"line": 129,
"column": 32
},
"end": {
"line": 129,
"column": 46
}
},
"object": {
"type": "Identifier",
"start": 5160,
"end": 5166,
"loc": {
"start": {
"line": 129,
"column": 32
},
"end": {
"line": 129,
"column": 38
},
"identifierName": "entity"
},
"name": "entity"
},
"property": {
"type": "Identifier",
"start": 5167,
"end": 5174,
"loc": {
"start": {
"line": 129,
"column": 39
},
"end": {
"line": 129,
"column": 46
},
"identifierName": "visible"
},
"name": "visible"
},
"computed": false
},
"right": {
"type": "BooleanLiteral",
"start": 5177,
"end": 5181,
"loc": {
"start": {
"line": 129,
"column": 49
},
"end": {
"line": 129,
"column": 53
}
},
"value": true
}
}
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
}
}
]
}
}
],
"directives": []
}
}
}
]
},
{
"type": "ObjectExpression",
"start": 5298,
"end": 5823,
"loc": {
"start": {
"line": 134,
"column": 16
},
"end": {
"line": 144,
"column": 17
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 5320,
"end": 5480,
"loc": {
"start": {
"line": 135,
"column": 20
},
"end": {
"line": 137,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 5320,
"end": 5328,
"loc": {
"start": {
"line": 135,
"column": 20
},
"end": {
"line": 135,
"column": 28
},
"identifierName": "getTitle"
},
"name": "getTitle"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 5330,
"end": 5480,
"loc": {
"start": {
"line": 135,
"column": 30
},
"end": {
"line": 137,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 5331,
"end": 5338,
"loc": {
"start": {
"line": 135,
"column": 31
},
"end": {
"line": 135,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 5343,
"end": 5480,
"loc": {
"start": {
"line": 135,
"column": 43
},
"end": {
"line": 137,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 5369,
"end": 5458,
"loc": {
"start": {
"line": 136,
"column": 24
},
"end": {
"line": 136,
"column": 113
}
},
"argument": {
"type": "LogicalExpression",
"start": 5376,
"end": 5457,
"loc": {
"start": {
"line": 136,
"column": 31
},
"end": {
"line": 136,
"column": 112
}
},
"left": {
"type": "CallExpression",
"start": 5376,
"end": 5443,
"loc": {
"start": {
"line": 136,
"column": 31
},
"end": {
"line": 136,
"column": 98
}
},
"callee": {
"type": "MemberExpression",
"start": 5376,
"end": 5414,
"loc": {
"start": {
"line": 136,
"column": 31
},
"end": {
"line": 136,
"column": 69
}
},
"object": {
"type": "MemberExpression",
"start": 5376,
"end": 5404,
"loc": {
"start": {
"line": 136,
"column": 31
},
"end": {
"line": 136,
"column": 59
}
},
"object": {
"type": "MemberExpression",
"start": 5376,
"end": 5390,
"loc": {
"start": {
"line": 136,
"column": 31
},
"end": {
"line": 136,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 5376,
"end": 5383,
"loc": {
"start": {
"line": 136,
"column": 31
},
"end": {
"line": 136,
"column": 38
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 5384,
"end": 5390,
"loc": {
"start": {
"line": 136,
"column": 39
},
"end": {
"line": 136,
"column": 45
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5391,
"end": 5404,
"loc": {
"start": {
"line": 136,
"column": 46
},
"end": {
"line": 136,
"column": 59
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5405,
"end": 5414,
"loc": {
"start": {
"line": 136,
"column": 60
},
"end": {
"line": 136,
"column": 69
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 5415,
"end": 5442,
"loc": {
"start": {
"line": 136,
"column": 70
},
"end": {
"line": 136,
"column": 97
}
},
"extra": {
"rawValue": "objectContextMenu.hideAll",
"raw": "\"objectContextMenu.hideAll\""
},
"value": "objectContextMenu.hideAll"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 5447,
"end": 5457,
"loc": {
"start": {
"line": 136,
"column": 102
},
"end": {
"line": 136,
"column": 112
}
},
"extra": {
"rawValue": "Hide All",
"raw": "\"Hide All\""
},
"value": "Hide All"
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 5502,
"end": 5627,
"loc": {
"start": {
"line": 138,
"column": 20
},
"end": {
"line": 140,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 5502,
"end": 5512,
"loc": {
"start": {
"line": 138,
"column": 20
},
"end": {
"line": 138,
"column": 30
},
"identifierName": "getEnabled"
},
"name": "getEnabled"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 5514,
"end": 5627,
"loc": {
"start": {
"line": 138,
"column": 32
},
"end": {
"line": 140,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 5515,
"end": 5522,
"loc": {
"start": {
"line": 138,
"column": 33
},
"end": {
"line": 138,
"column": 40
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 5527,
"end": 5627,
"loc": {
"start": {
"line": 138,
"column": 45
},
"end": {
"line": 140,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 5553,
"end": 5605,
"loc": {
"start": {
"line": 139,
"column": 24
},
"end": {
"line": 139,
"column": 76
}
},
"argument": {
"type": "BinaryExpression",
"start": 5561,
"end": 5603,
"loc": {
"start": {
"line": 139,
"column": 32
},
"end": {
"line": 139,
"column": 74
}
},
"left": {
"type": "MemberExpression",
"start": 5561,
"end": 5599,
"loc": {
"start": {
"line": 139,
"column": 32
},
"end": {
"line": 139,
"column": 70
}
},
"object": {
"type": "MemberExpression",
"start": 5561,
"end": 5581,
"loc": {
"start": {
"line": 139,
"column": 32
},
"end": {
"line": 139,
"column": 52
}
},
"object": {
"type": "MemberExpression",
"start": 5561,
"end": 5575,
"loc": {
"start": {
"line": 139,
"column": 32
},
"end": {
"line": 139,
"column": 46
}
},
"object": {
"type": "Identifier",
"start": 5561,
"end": 5568,
"loc": {
"start": {
"line": 139,
"column": 32
},
"end": {
"line": 139,
"column": 39
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 5569,
"end": 5575,
"loc": {
"start": {
"line": 139,
"column": 40
},
"end": {
"line": 139,
"column": 46
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5576,
"end": 5581,
"loc": {
"start": {
"line": 139,
"column": 47
},
"end": {
"line": 139,
"column": 52
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5582,
"end": 5599,
"loc": {
"start": {
"line": 139,
"column": 53
},
"end": {
"line": 139,
"column": 70
},
"identifierName": "numVisibleObjects"
},
"name": "numVisibleObjects"
},
"computed": false
},
"operator": ">",
"right": {
"type": "NumericLiteral",
"start": 5602,
"end": 5603,
"loc": {
"start": {
"line": 139,
"column": 73
},
"end": {
"line": 139,
"column": 74
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
},
"extra": {
"parenthesized": true,
"parenStart": 5560
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 5649,
"end": 5805,
"loc": {
"start": {
"line": 141,
"column": 20
},
"end": {
"line": 143,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 5649,
"end": 5657,
"loc": {
"start": {
"line": 141,
"column": 20
},
"end": {
"line": 141,
"column": 28
},
"identifierName": "doAction"
},
"name": "doAction"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 5659,
"end": 5805,
"loc": {
"start": {
"line": 141,
"column": 30
},
"end": {
"line": 143,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 5660,
"end": 5667,
"loc": {
"start": {
"line": 141,
"column": 31
},
"end": {
"line": 141,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 5672,
"end": 5805,
"loc": {
"start": {
"line": 141,
"column": 43
},
"end": {
"line": 143,
"column": 21
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 5698,
"end": 5783,
"loc": {
"start": {
"line": 142,
"column": 24
},
"end": {
"line": 142,
"column": 109
}
},
"expression": {
"type": "CallExpression",
"start": 5698,
"end": 5782,
"loc": {
"start": {
"line": 142,
"column": 24
},
"end": {
"line": 142,
"column": 108
}
},
"callee": {
"type": "MemberExpression",
"start": 5698,
"end": 5736,
"loc": {
"start": {
"line": 142,
"column": 24
},
"end": {
"line": 142,
"column": 62
}
},
"object": {
"type": "MemberExpression",
"start": 5698,
"end": 5718,
"loc": {
"start": {
"line": 142,
"column": 24
},
"end": {
"line": 142,
"column": 44
}
},
"object": {
"type": "MemberExpression",
"start": 5698,
"end": 5712,
"loc": {
"start": {
"line": 142,
"column": 24
},
"end": {
"line": 142,
"column": 38
}
},
"object": {
"type": "Identifier",
"start": 5698,
"end": 5705,
"loc": {
"start": {
"line": 142,
"column": 24
},
"end": {
"line": 142,
"column": 31
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 5706,
"end": 5712,
"loc": {
"start": {
"line": 142,
"column": 32
},
"end": {
"line": 142,
"column": 38
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5713,
"end": 5718,
"loc": {
"start": {
"line": 142,
"column": 39
},
"end": {
"line": 142,
"column": 44
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5719,
"end": 5736,
"loc": {
"start": {
"line": 142,
"column": 45
},
"end": {
"line": 142,
"column": 62
},
"identifierName": "setObjectsVisible"
},
"name": "setObjectsVisible"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 5737,
"end": 5774,
"loc": {
"start": {
"line": 142,
"column": 63
},
"end": {
"line": 142,
"column": 100
}
},
"object": {
"type": "MemberExpression",
"start": 5737,
"end": 5757,
"loc": {
"start": {
"line": 142,
"column": 63
},
"end": {
"line": 142,
"column": 83
}
},
"object": {
"type": "MemberExpression",
"start": 5737,
"end": 5751,
"loc": {
"start": {
"line": 142,
"column": 63
},
"end": {
"line": 142,
"column": 77
}
},
"object": {
"type": "Identifier",
"start": 5737,
"end": 5744,
"loc": {
"start": {
"line": 142,
"column": 63
},
"end": {
"line": 142,
"column": 70
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 5745,
"end": 5751,
"loc": {
"start": {
"line": 142,
"column": 71
},
"end": {
"line": 142,
"column": 77
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5752,
"end": 5757,
"loc": {
"start": {
"line": 142,
"column": 78
},
"end": {
"line": 142,
"column": 83
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5758,
"end": 5774,
"loc": {
"start": {
"line": 142,
"column": 84
},
"end": {
"line": 142,
"column": 100
},
"identifierName": "visibleObjectIds"
},
"name": "visibleObjectIds"
},
"computed": false
},
{
"type": "BooleanLiteral",
"start": 5776,
"end": 5781,
"loc": {
"start": {
"line": 142,
"column": 102
},
"end": {
"line": 142,
"column": 107
}
},
"value": false
}
]
}
}
],
"directives": []
}
}
}
]
},
{
"type": "ObjectExpression",
"start": 5841,
"end": 6654,
"loc": {
"start": {
"line": 145,
"column": 16
},
"end": {
"line": 159,
"column": 17
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 5863,
"end": 6023,
"loc": {
"start": {
"line": 146,
"column": 20
},
"end": {
"line": 148,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 5863,
"end": 5871,
"loc": {
"start": {
"line": 146,
"column": 20
},
"end": {
"line": 146,
"column": 28
},
"identifierName": "getTitle"
},
"name": "getTitle"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 5873,
"end": 6023,
"loc": {
"start": {
"line": 146,
"column": 30
},
"end": {
"line": 148,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 5874,
"end": 5881,
"loc": {
"start": {
"line": 146,
"column": 31
},
"end": {
"line": 146,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 5886,
"end": 6023,
"loc": {
"start": {
"line": 146,
"column": 43
},
"end": {
"line": 148,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 5912,
"end": 6001,
"loc": {
"start": {
"line": 147,
"column": 24
},
"end": {
"line": 147,
"column": 113
}
},
"argument": {
"type": "LogicalExpression",
"start": 5919,
"end": 6000,
"loc": {
"start": {
"line": 147,
"column": 31
},
"end": {
"line": 147,
"column": 112
}
},
"left": {
"type": "CallExpression",
"start": 5919,
"end": 5986,
"loc": {
"start": {
"line": 147,
"column": 31
},
"end": {
"line": 147,
"column": 98
}
},
"callee": {
"type": "MemberExpression",
"start": 5919,
"end": 5957,
"loc": {
"start": {
"line": 147,
"column": 31
},
"end": {
"line": 147,
"column": 69
}
},
"object": {
"type": "MemberExpression",
"start": 5919,
"end": 5947,
"loc": {
"start": {
"line": 147,
"column": 31
},
"end": {
"line": 147,
"column": 59
}
},
"object": {
"type": "MemberExpression",
"start": 5919,
"end": 5933,
"loc": {
"start": {
"line": 147,
"column": 31
},
"end": {
"line": 147,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 5919,
"end": 5926,
"loc": {
"start": {
"line": 147,
"column": 31
},
"end": {
"line": 147,
"column": 38
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 5927,
"end": 5933,
"loc": {
"start": {
"line": 147,
"column": 39
},
"end": {
"line": 147,
"column": 45
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5934,
"end": 5947,
"loc": {
"start": {
"line": 147,
"column": 46
},
"end": {
"line": 147,
"column": 59
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5948,
"end": 5957,
"loc": {
"start": {
"line": 147,
"column": 60
},
"end": {
"line": 147,
"column": 69
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 5958,
"end": 5985,
"loc": {
"start": {
"line": 147,
"column": 70
},
"end": {
"line": 147,
"column": 97
}
},
"extra": {
"rawValue": "objectContextMenu.showAll",
"raw": "\"objectContextMenu.showAll\""
},
"value": "objectContextMenu.showAll"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 5990,
"end": 6000,
"loc": {
"start": {
"line": 147,
"column": 102
},
"end": {
"line": 147,
"column": 112
}
},
"extra": {
"rawValue": "Show All",
"raw": "\"Show All\""
},
"value": "Show All"
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 6045,
"end": 6279,
"loc": {
"start": {
"line": 149,
"column": 20
},
"end": {
"line": 152,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 6045,
"end": 6055,
"loc": {
"start": {
"line": 149,
"column": 20
},
"end": {
"line": 149,
"column": 30
},
"identifierName": "getEnabled"
},
"name": "getEnabled"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 6057,
"end": 6279,
"loc": {
"start": {
"line": 149,
"column": 32
},
"end": {
"line": 152,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 6058,
"end": 6065,
"loc": {
"start": {
"line": 149,
"column": 33
},
"end": {
"line": 149,
"column": 40
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 6070,
"end": 6279,
"loc": {
"start": {
"line": 149,
"column": 45
},
"end": {
"line": 152,
"column": 21
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 6096,
"end": 6131,
"loc": {
"start": {
"line": 150,
"column": 24
},
"end": {
"line": 150,
"column": 59
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 6102,
"end": 6130,
"loc": {
"start": {
"line": 150,
"column": 30
},
"end": {
"line": 150,
"column": 58
}
},
"id": {
"type": "Identifier",
"start": 6102,
"end": 6107,
"loc": {
"start": {
"line": 150,
"column": 30
},
"end": {
"line": 150,
"column": 35
},
"identifierName": "scene"
},
"name": "scene"
},
"init": {
"type": "MemberExpression",
"start": 6110,
"end": 6130,
"loc": {
"start": {
"line": 150,
"column": 38
},
"end": {
"line": 150,
"column": 58
}
},
"object": {
"type": "MemberExpression",
"start": 6110,
"end": 6124,
"loc": {
"start": {
"line": 150,
"column": 38
},
"end": {
"line": 150,
"column": 52
}
},
"object": {
"type": "Identifier",
"start": 6110,
"end": 6117,
"loc": {
"start": {
"line": 150,
"column": 38
},
"end": {
"line": 150,
"column": 45
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 6118,
"end": 6124,
"loc": {
"start": {
"line": 150,
"column": 46
},
"end": {
"line": 150,
"column": 52
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6125,
"end": 6130,
"loc": {
"start": {
"line": 150,
"column": 53
},
"end": {
"line": 150,
"column": 58
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "ReturnStatement",
"start": 6156,
"end": 6257,
"loc": {
"start": {
"line": 151,
"column": 24
},
"end": {
"line": 151,
"column": 125
}
},
"argument": {
"type": "LogicalExpression",
"start": 6164,
"end": 6255,
"loc": {
"start": {
"line": 151,
"column": 32
},
"end": {
"line": 151,
"column": 123
}
},
"left": {
"type": "BinaryExpression",
"start": 6165,
"end": 6207,
"loc": {
"start": {
"line": 151,
"column": 33
},
"end": {
"line": 151,
"column": 75
}
},
"left": {
"type": "MemberExpression",
"start": 6165,
"end": 6188,
"loc": {
"start": {
"line": 151,
"column": 33
},
"end": {
"line": 151,
"column": 56
}
},
"object": {
"type": "Identifier",
"start": 6165,
"end": 6170,
"loc": {
"start": {
"line": 151,
"column": 33
},
"end": {
"line": 151,
"column": 38
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 6171,
"end": 6188,
"loc": {
"start": {
"line": 151,
"column": 39
},
"end": {
"line": 151,
"column": 56
},
"identifierName": "numVisibleObjects"
},
"name": "numVisibleObjects"
},
"computed": false
},
"operator": "<",
"right": {
"type": "MemberExpression",
"start": 6191,
"end": 6207,
"loc": {
"start": {
"line": 151,
"column": 59
},
"end": {
"line": 151,
"column": 75
}
},
"object": {
"type": "Identifier",
"start": 6191,
"end": 6196,
"loc": {
"start": {
"line": 151,
"column": 59
},
"end": {
"line": 151,
"column": 64
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 6197,
"end": 6207,
"loc": {
"start": {
"line": 151,
"column": 65
},
"end": {
"line": 151,
"column": 75
},
"identifierName": "numObjects"
},
"name": "numObjects"
},
"computed": false
},
"extra": {
"parenthesized": true,
"parenStart": 6164
}
},
"operator": "||",
"right": {
"type": "BinaryExpression",
"start": 6213,
"end": 6254,
"loc": {
"start": {
"line": 151,
"column": 81
},
"end": {
"line": 151,
"column": 122
}
},
"left": {
"type": "MemberExpression",
"start": 6213,
"end": 6250,
"loc": {
"start": {
"line": 151,
"column": 81
},
"end": {
"line": 151,
"column": 118
}
},
"object": {
"type": "MemberExpression",
"start": 6213,
"end": 6233,
"loc": {
"start": {
"line": 151,
"column": 81
},
"end": {
"line": 151,
"column": 101
}
},
"object": {
"type": "MemberExpression",
"start": 6213,
"end": 6227,
"loc": {
"start": {
"line": 151,
"column": 81
},
"end": {
"line": 151,
"column": 95
}
},
"object": {
"type": "Identifier",
"start": 6213,
"end": 6220,
"loc": {
"start": {
"line": 151,
"column": 81
},
"end": {
"line": 151,
"column": 88
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 6221,
"end": 6227,
"loc": {
"start": {
"line": 151,
"column": 89
},
"end": {
"line": 151,
"column": 95
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6228,
"end": 6233,
"loc": {
"start": {
"line": 151,
"column": 96
},
"end": {
"line": 151,
"column": 101
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6234,
"end": 6250,
"loc": {
"start": {
"line": 151,
"column": 102
},
"end": {
"line": 151,
"column": 118
},
"identifierName": "numXRayedObjects"
},
"name": "numXRayedObjects"
},
"computed": false
},
"operator": ">",
"right": {
"type": "NumericLiteral",
"start": 6253,
"end": 6254,
"loc": {
"start": {
"line": 151,
"column": 121
},
"end": {
"line": 151,
"column": 122
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
},
"extra": {
"parenthesized": true,
"parenStart": 6212
}
},
"extra": {
"parenthesized": true,
"parenStart": 6163
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 6301,
"end": 6636,
"loc": {
"start": {
"line": 153,
"column": 20
},
"end": {
"line": 158,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 6301,
"end": 6309,
"loc": {
"start": {
"line": 153,
"column": 20
},
"end": {
"line": 153,
"column": 28
},
"identifierName": "doAction"
},
"name": "doAction"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 6311,
"end": 6636,
"loc": {
"start": {
"line": 153,
"column": 30
},
"end": {
"line": 158,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 6312,
"end": 6319,
"loc": {
"start": {
"line": 153,
"column": 31
},
"end": {
"line": 153,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 6324,
"end": 6636,
"loc": {
"start": {
"line": 153,
"column": 43
},
"end": {
"line": 158,
"column": 21
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 6350,
"end": 6385,
"loc": {
"start": {
"line": 154,
"column": 24
},
"end": {
"line": 154,
"column": 59
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 6356,
"end": 6384,
"loc": {
"start": {
"line": 154,
"column": 30
},
"end": {
"line": 154,
"column": 58
}
},
"id": {
"type": "Identifier",
"start": 6356,
"end": 6361,
"loc": {
"start": {
"line": 154,
"column": 30
},
"end": {
"line": 154,
"column": 35
},
"identifierName": "scene"
},
"name": "scene"
},
"init": {
"type": "MemberExpression",
"start": 6364,
"end": 6384,
"loc": {
"start": {
"line": 154,
"column": 38
},
"end": {
"line": 154,
"column": 58
}
},
"object": {
"type": "MemberExpression",
"start": 6364,
"end": 6378,
"loc": {
"start": {
"line": 154,
"column": 38
},
"end": {
"line": 154,
"column": 52
}
},
"object": {
"type": "Identifier",
"start": 6364,
"end": 6371,
"loc": {
"start": {
"line": 154,
"column": 38
},
"end": {
"line": 154,
"column": 45
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 6372,
"end": 6378,
"loc": {
"start": {
"line": 154,
"column": 46
},
"end": {
"line": 154,
"column": 52
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6379,
"end": 6384,
"loc": {
"start": {
"line": 154,
"column": 53
},
"end": {
"line": 154,
"column": 58
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 6410,
"end": 6457,
"loc": {
"start": {
"line": 155,
"column": 24
},
"end": {
"line": 155,
"column": 71
}
},
"expression": {
"type": "CallExpression",
"start": 6410,
"end": 6456,
"loc": {
"start": {
"line": 155,
"column": 24
},
"end": {
"line": 155,
"column": 70
}
},
"callee": {
"type": "MemberExpression",
"start": 6410,
"end": 6433,
"loc": {
"start": {
"line": 155,
"column": 24
},
"end": {
"line": 155,
"column": 47
}
},
"object": {
"type": "Identifier",
"start": 6410,
"end": 6415,
"loc": {
"start": {
"line": 155,
"column": 24
},
"end": {
"line": 155,
"column": 29
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 6416,
"end": 6433,
"loc": {
"start": {
"line": 155,
"column": 30
},
"end": {
"line": 155,
"column": 47
},
"identifierName": "setObjectsVisible"
},
"name": "setObjectsVisible"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 6434,
"end": 6449,
"loc": {
"start": {
"line": 155,
"column": 48
},
"end": {
"line": 155,
"column": 63
}
},
"object": {
"type": "Identifier",
"start": 6434,
"end": 6439,
"loc": {
"start": {
"line": 155,
"column": 48
},
"end": {
"line": 155,
"column": 53
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 6440,
"end": 6449,
"loc": {
"start": {
"line": 155,
"column": 54
},
"end": {
"line": 155,
"column": 63
},
"identifierName": "objectIds"
},
"name": "objectIds"
},
"computed": false
},
{
"type": "BooleanLiteral",
"start": 6451,
"end": 6455,
"loc": {
"start": {
"line": 155,
"column": 65
},
"end": {
"line": 155,
"column": 69
}
},
"value": true
}
]
}
},
{
"type": "ExpressionStatement",
"start": 6482,
"end": 6536,
"loc": {
"start": {
"line": 156,
"column": 24
},
"end": {
"line": 156,
"column": 78
}
},
"expression": {
"type": "CallExpression",
"start": 6482,
"end": 6535,
"loc": {
"start": {
"line": 156,
"column": 24
},
"end": {
"line": 156,
"column": 77
}
},
"callee": {
"type": "MemberExpression",
"start": 6482,
"end": 6506,
"loc": {
"start": {
"line": 156,
"column": 24
},
"end": {
"line": 156,
"column": 48
}
},
"object": {
"type": "Identifier",
"start": 6482,
"end": 6487,
"loc": {
"start": {
"line": 156,
"column": 24
},
"end": {
"line": 156,
"column": 29
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 6488,
"end": 6506,
"loc": {
"start": {
"line": 156,
"column": 30
},
"end": {
"line": 156,
"column": 48
},
"identifierName": "setObjectsPickable"
},
"name": "setObjectsPickable"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 6507,
"end": 6528,
"loc": {
"start": {
"line": 156,
"column": 49
},
"end": {
"line": 156,
"column": 70
}
},
"object": {
"type": "Identifier",
"start": 6507,
"end": 6512,
"loc": {
"start": {
"line": 156,
"column": 49
},
"end": {
"line": 156,
"column": 54
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 6513,
"end": 6528,
"loc": {
"start": {
"line": 156,
"column": 55
},
"end": {
"line": 156,
"column": 70
},
"identifierName": "xrayedObjectIds"
},
"name": "xrayedObjectIds"
},
"computed": false
},
{
"type": "BooleanLiteral",
"start": 6530,
"end": 6534,
"loc": {
"start": {
"line": 156,
"column": 72
},
"end": {
"line": 156,
"column": 76
}
},
"value": true
}
]
}
},
{
"type": "ExpressionStatement",
"start": 6561,
"end": 6614,
"loc": {
"start": {
"line": 157,
"column": 24
},
"end": {
"line": 157,
"column": 77
}
},
"expression": {
"type": "CallExpression",
"start": 6561,
"end": 6613,
"loc": {
"start": {
"line": 157,
"column": 24
},
"end": {
"line": 157,
"column": 76
}
},
"callee": {
"type": "MemberExpression",
"start": 6561,
"end": 6583,
"loc": {
"start": {
"line": 157,
"column": 24
},
"end": {
"line": 157,
"column": 46
}
},
"object": {
"type": "Identifier",
"start": 6561,
"end": 6566,
"loc": {
"start": {
"line": 157,
"column": 24
},
"end": {
"line": 157,
"column": 29
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 6567,
"end": 6583,
"loc": {
"start": {
"line": 157,
"column": 30
},
"end": {
"line": 157,
"column": 46
},
"identifierName": "setObjectsXRayed"
},
"name": "setObjectsXRayed"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 6584,
"end": 6605,
"loc": {
"start": {
"line": 157,
"column": 47
},
"end": {
"line": 157,
"column": 68
}
},
"object": {
"type": "Identifier",
"start": 6584,
"end": 6589,
"loc": {
"start": {
"line": 157,
"column": 47
},
"end": {
"line": 157,
"column": 52
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 6590,
"end": 6605,
"loc": {
"start": {
"line": 157,
"column": 53
},
"end": {
"line": 157,
"column": 68
},
"identifierName": "xrayedObjectIds"
},
"name": "xrayedObjectIds"
},
"computed": false
},
{
"type": "BooleanLiteral",
"start": 6607,
"end": 6612,
"loc": {
"start": {
"line": 157,
"column": 70
},
"end": {
"line": 157,
"column": 75
}
},
"value": false
}
]
}
}
],
"directives": []
}
}
}
]
}
]
},
{
"type": "ArrayExpression",
"start": 6682,
"end": 10207,
"loc": {
"start": {
"line": 161,
"column": 12
},
"end": {
"line": 232,
"column": 13
}
},
"elements": [
{
"type": "ObjectExpression",
"start": 6700,
"end": 7277,
"loc": {
"start": {
"line": 162,
"column": 16
},
"end": {
"line": 174,
"column": 17
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 6722,
"end": 6876,
"loc": {
"start": {
"line": 163,
"column": 20
},
"end": {
"line": 165,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 6722,
"end": 6730,
"loc": {
"start": {
"line": 163,
"column": 20
},
"end": {
"line": 163,
"column": 28
},
"identifierName": "getTitle"
},
"name": "getTitle"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 6732,
"end": 6876,
"loc": {
"start": {
"line": 163,
"column": 30
},
"end": {
"line": 165,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 6733,
"end": 6740,
"loc": {
"start": {
"line": 163,
"column": 31
},
"end": {
"line": 163,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 6745,
"end": 6876,
"loc": {
"start": {
"line": 163,
"column": 43
},
"end": {
"line": 165,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 6771,
"end": 6854,
"loc": {
"start": {
"line": 164,
"column": 24
},
"end": {
"line": 164,
"column": 107
}
},
"argument": {
"type": "LogicalExpression",
"start": 6778,
"end": 6853,
"loc": {
"start": {
"line": 164,
"column": 31
},
"end": {
"line": 164,
"column": 106
}
},
"left": {
"type": "CallExpression",
"start": 6778,
"end": 6842,
"loc": {
"start": {
"line": 164,
"column": 31
},
"end": {
"line": 164,
"column": 95
}
},
"callee": {
"type": "MemberExpression",
"start": 6778,
"end": 6816,
"loc": {
"start": {
"line": 164,
"column": 31
},
"end": {
"line": 164,
"column": 69
}
},
"object": {
"type": "MemberExpression",
"start": 6778,
"end": 6806,
"loc": {
"start": {
"line": 164,
"column": 31
},
"end": {
"line": 164,
"column": 59
}
},
"object": {
"type": "MemberExpression",
"start": 6778,
"end": 6792,
"loc": {
"start": {
"line": 164,
"column": 31
},
"end": {
"line": 164,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 6778,
"end": 6785,
"loc": {
"start": {
"line": 164,
"column": 31
},
"end": {
"line": 164,
"column": 38
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 6786,
"end": 6792,
"loc": {
"start": {
"line": 164,
"column": 39
},
"end": {
"line": 164,
"column": 45
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6793,
"end": 6806,
"loc": {
"start": {
"line": 164,
"column": 46
},
"end": {
"line": 164,
"column": 59
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6807,
"end": 6816,
"loc": {
"start": {
"line": 164,
"column": 60
},
"end": {
"line": 164,
"column": 69
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 6817,
"end": 6841,
"loc": {
"start": {
"line": 164,
"column": 70
},
"end": {
"line": 164,
"column": 94
}
},
"extra": {
"rawValue": "objectContextMenu.xray",
"raw": "\"objectContextMenu.xray\""
},
"value": "objectContextMenu.xray"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 6846,
"end": 6853,
"loc": {
"start": {
"line": 164,
"column": 99
},
"end": {
"line": 164,
"column": 106
}
},
"extra": {
"rawValue": "X-Ray",
"raw": "\"X-Ray\""
},
"value": "X-Ray"
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 6898,
"end": 7003,
"loc": {
"start": {
"line": 166,
"column": 20
},
"end": {
"line": 168,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 6898,
"end": 6908,
"loc": {
"start": {
"line": 166,
"column": 20
},
"end": {
"line": 166,
"column": 30
},
"identifierName": "getEnabled"
},
"name": "getEnabled"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 6910,
"end": 7003,
"loc": {
"start": {
"line": 166,
"column": 32
},
"end": {
"line": 168,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 6911,
"end": 6918,
"loc": {
"start": {
"line": 166,
"column": 33
},
"end": {
"line": 166,
"column": 40
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 6923,
"end": 7003,
"loc": {
"start": {
"line": 166,
"column": 45
},
"end": {
"line": 168,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 6949,
"end": 6981,
"loc": {
"start": {
"line": 167,
"column": 24
},
"end": {
"line": 167,
"column": 56
}
},
"argument": {
"type": "UnaryExpression",
"start": 6957,
"end": 6979,
"loc": {
"start": {
"line": 167,
"column": 32
},
"end": {
"line": 167,
"column": 54
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 6958,
"end": 6979,
"loc": {
"start": {
"line": 167,
"column": 33
},
"end": {
"line": 167,
"column": 54
}
},
"object": {
"type": "MemberExpression",
"start": 6958,
"end": 6972,
"loc": {
"start": {
"line": 167,
"column": 33
},
"end": {
"line": 167,
"column": 47
}
},
"object": {
"type": "Identifier",
"start": 6958,
"end": 6965,
"loc": {
"start": {
"line": 167,
"column": 33
},
"end": {
"line": 167,
"column": 40
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 6966,
"end": 6972,
"loc": {
"start": {
"line": 167,
"column": 41
},
"end": {
"line": 167,
"column": 47
},
"identifierName": "entity"
},
"name": "entity"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6973,
"end": 6979,
"loc": {
"start": {
"line": 167,
"column": 48
},
"end": {
"line": 167,
"column": 54
},
"identifierName": "xrayed"
},
"name": "xrayed"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false,
"parenthesized": true,
"parenStart": 6956
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 7025,
"end": 7259,
"loc": {
"start": {
"line": 169,
"column": 20
},
"end": {
"line": 173,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 7025,
"end": 7033,
"loc": {
"start": {
"line": 169,
"column": 20
},
"end": {
"line": 169,
"column": 28
},
"identifierName": "doAction"
},
"name": "doAction"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 7035,
"end": 7259,
"loc": {
"start": {
"line": 169,
"column": 30
},
"end": {
"line": 173,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 7036,
"end": 7043,
"loc": {
"start": {
"line": 169,
"column": 31
},
"end": {
"line": 169,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 7048,
"end": 7259,
"loc": {
"start": {
"line": 169,
"column": 43
},
"end": {
"line": 173,
"column": 21
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 7074,
"end": 7104,
"loc": {
"start": {
"line": 170,
"column": 24
},
"end": {
"line": 170,
"column": 54
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 7080,
"end": 7103,
"loc": {
"start": {
"line": 170,
"column": 30
},
"end": {
"line": 170,
"column": 53
}
},
"id": {
"type": "Identifier",
"start": 7080,
"end": 7086,
"loc": {
"start": {
"line": 170,
"column": 30
},
"end": {
"line": 170,
"column": 36
},
"identifierName": "entity"
},
"name": "entity"
},
"init": {
"type": "MemberExpression",
"start": 7089,
"end": 7103,
"loc": {
"start": {
"line": 170,
"column": 39
},
"end": {
"line": 170,
"column": 53
}
},
"object": {
"type": "Identifier",
"start": 7089,
"end": 7096,
"loc": {
"start": {
"line": 170,
"column": 39
},
"end": {
"line": 170,
"column": 46
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 7097,
"end": 7103,
"loc": {
"start": {
"line": 170,
"column": 47
},
"end": {
"line": 170,
"column": 53
},
"identifierName": "entity"
},
"name": "entity"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 7129,
"end": 7150,
"loc": {
"start": {
"line": 171,
"column": 24
},
"end": {
"line": 171,
"column": 45
}
},
"expression": {
"type": "AssignmentExpression",
"start": 7129,
"end": 7149,
"loc": {
"start": {
"line": 171,
"column": 24
},
"end": {
"line": 171,
"column": 44
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 7129,
"end": 7142,
"loc": {
"start": {
"line": 171,
"column": 24
},
"end": {
"line": 171,
"column": 37
}
},
"object": {
"type": "Identifier",
"start": 7129,
"end": 7135,
"loc": {
"start": {
"line": 171,
"column": 24
},
"end": {
"line": 171,
"column": 30
},
"identifierName": "entity"
},
"name": "entity"
},
"property": {
"type": "Identifier",
"start": 7136,
"end": 7142,
"loc": {
"start": {
"line": 171,
"column": 31
},
"end": {
"line": 171,
"column": 37
},
"identifierName": "xrayed"
},
"name": "xrayed"
},
"computed": false
},
"right": {
"type": "BooleanLiteral",
"start": 7145,
"end": 7149,
"loc": {
"start": {
"line": 171,
"column": 40
},
"end": {
"line": 171,
"column": 44
}
},
"value": true
}
}
},
{
"type": "ExpressionStatement",
"start": 7175,
"end": 7237,
"loc": {
"start": {
"line": 172,
"column": 24
},
"end": {
"line": 172,
"column": 86
}
},
"expression": {
"type": "AssignmentExpression",
"start": 7175,
"end": 7236,
"loc": {
"start": {
"line": 172,
"column": 24
},
"end": {
"line": 172,
"column": 85
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 7175,
"end": 7190,
"loc": {
"start": {
"line": 172,
"column": 24
},
"end": {
"line": 172,
"column": 39
}
},
"object": {
"type": "Identifier",
"start": 7175,
"end": 7181,
"loc": {
"start": {
"line": 172,
"column": 24
},
"end": {
"line": 172,
"column": 30
},
"identifierName": "entity"
},
"name": "entity"
},
"property": {
"type": "Identifier",
"start": 7182,
"end": 7190,
"loc": {
"start": {
"line": 172,
"column": 31
},
"end": {
"line": 172,
"column": 39
},
"identifierName": "pickable"
},
"name": "pickable"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 7193,
"end": 7236,
"loc": {
"start": {
"line": 172,
"column": 42
},
"end": {
"line": 172,
"column": 85
}
},
"callee": {
"type": "MemberExpression",
"start": 7193,
"end": 7220,
"loc": {
"start": {
"line": 172,
"column": 42
},
"end": {
"line": 172,
"column": 69
}
},
"object": {
"type": "MemberExpression",
"start": 7193,
"end": 7210,
"loc": {
"start": {
"line": 172,
"column": 42
},
"end": {
"line": 172,
"column": 59
}
},
"object": {
"type": "Identifier",
"start": 7193,
"end": 7200,
"loc": {
"start": {
"line": 172,
"column": 42
},
"end": {
"line": 172,
"column": 49
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 7201,
"end": 7210,
"loc": {
"start": {
"line": 172,
"column": 50
},
"end": {
"line": 172,
"column": 59
},
"identifierName": "bimViewer"
},
"name": "bimViewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 7211,
"end": 7220,
"loc": {
"start": {
"line": 172,
"column": 60
},
"end": {
"line": 172,
"column": 69
},
"identifierName": "getConfig"
},
"name": "getConfig"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 7221,
"end": 7235,
"loc": {
"start": {
"line": 172,
"column": 70
},
"end": {
"line": 172,
"column": 84
}
},
"extra": {
"rawValue": "xrayPickable",
"raw": "\"xrayPickable\""
},
"value": "xrayPickable"
}
]
}
}
}
],
"directives": []
}
}
}
]
},
{
"type": "ObjectExpression",
"start": 7295,
"end": 8606,
"loc": {
"start": {
"line": 175,
"column": 16
},
"end": {
"line": 200,
"column": 17
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 7317,
"end": 7484,
"loc": {
"start": {
"line": 176,
"column": 20
},
"end": {
"line": 178,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 7317,
"end": 7325,
"loc": {
"start": {
"line": 176,
"column": 20
},
"end": {
"line": 176,
"column": 28
},
"identifierName": "getTitle"
},
"name": "getTitle"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 7327,
"end": 7484,
"loc": {
"start": {
"line": 176,
"column": 30
},
"end": {
"line": 178,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 7328,
"end": 7335,
"loc": {
"start": {
"line": 176,
"column": 31
},
"end": {
"line": 176,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 7340,
"end": 7484,
"loc": {
"start": {
"line": 176,
"column": 43
},
"end": {
"line": 178,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 7366,
"end": 7462,
"loc": {
"start": {
"line": 177,
"column": 24
},
"end": {
"line": 177,
"column": 120
}
},
"argument": {
"type": "LogicalExpression",
"start": 7373,
"end": 7461,
"loc": {
"start": {
"line": 177,
"column": 31
},
"end": {
"line": 177,
"column": 119
}
},
"left": {
"type": "CallExpression",
"start": 7373,
"end": 7443,
"loc": {
"start": {
"line": 177,
"column": 31
},
"end": {
"line": 177,
"column": 101
}
},
"callee": {
"type": "MemberExpression",
"start": 7373,
"end": 7411,
"loc": {
"start": {
"line": 177,
"column": 31
},
"end": {
"line": 177,
"column": 69
}
},
"object": {
"type": "MemberExpression",
"start": 7373,
"end": 7401,
"loc": {
"start": {
"line": 177,
"column": 31
},
"end": {
"line": 177,
"column": 59
}
},
"object": {
"type": "MemberExpression",
"start": 7373,
"end": 7387,
"loc": {
"start": {
"line": 177,
"column": 31
},
"end": {
"line": 177,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 7373,
"end": 7380,
"loc": {
"start": {
"line": 177,
"column": 31
},
"end": {
"line": 177,
"column": 38
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 7381,
"end": 7387,
"loc": {
"start": {
"line": 177,
"column": 39
},
"end": {
"line": 177,
"column": 45
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 7388,
"end": 7401,
"loc": {
"start": {
"line": 177,
"column": 46
},
"end": {
"line": 177,
"column": 59
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 7402,
"end": 7411,
"loc": {
"start": {
"line": 177,
"column": 60
},
"end": {
"line": 177,
"column": 69
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 7412,
"end": 7442,
"loc": {
"start": {
"line": 177,
"column": 70
},
"end": {
"line": 177,
"column": 100
}
},
"extra": {
"rawValue": "objectContextMenu.xrayOthers",
"raw": "\"objectContextMenu.xrayOthers\""
},
"value": "objectContextMenu.xrayOthers"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 7447,
"end": 7461,
"loc": {
"start": {
"line": 177,
"column": 105
},
"end": {
"line": 177,
"column": 119
}
},
"extra": {
"rawValue": "X-Ray Others",
"raw": "\"X-Ray Others\""
},
"value": "X-Ray Others"
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 7506,
"end": 8588,
"loc": {
"start": {
"line": 179,
"column": 20
},
"end": {
"line": 199,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 7506,
"end": 7514,
"loc": {
"start": {
"line": 179,
"column": 20
},
"end": {
"line": 179,
"column": 28
},
"identifierName": "doAction"
},
"name": "doAction"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 7516,
"end": 8588,
"loc": {
"start": {
"line": 179,
"column": 30
},
"end": {
"line": 199,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 7517,
"end": 7524,
"loc": {
"start": {
"line": 179,
"column": 31
},
"end": {
"line": 179,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 7529,
"end": 8588,
"loc": {
"start": {
"line": 179,
"column": 43
},
"end": {
"line": 199,
"column": 21
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 7555,
"end": 7585,
"loc": {
"start": {
"line": 180,
"column": 24
},
"end": {
"line": 180,
"column": 54
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 7561,
"end": 7584,
"loc": {
"start": {
"line": 180,
"column": 30
},
"end": {
"line": 180,
"column": 53
}
},
"id": {
"type": "Identifier",
"start": 7561,
"end": 7567,
"loc": {
"start": {
"line": 180,
"column": 30
},
"end": {
"line": 180,
"column": 36
},
"identifierName": "viewer"
},
"name": "viewer"
},
"init": {
"type": "MemberExpression",
"start": 7570,
"end": 7584,
"loc": {
"start": {
"line": 180,
"column": 39
},
"end": {
"line": 180,
"column": 53
}
},
"object": {
"type": "Identifier",
"start": 7570,
"end": 7577,
"loc": {
"start": {
"line": 180,
"column": 39
},
"end": {
"line": 180,
"column": 46
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 7578,
"end": 7584,
"loc": {
"start": {
"line": 180,
"column": 47
},
"end": {
"line": 180,
"column": 53
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 7610,
"end": 7637,
"loc": {
"start": {
"line": 181,
"column": 24
},
"end": {
"line": 181,
"column": 51
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 7616,
"end": 7636,
"loc": {
"start": {
"line": 181,
"column": 30
},
"end": {
"line": 181,
"column": 50
}
},
"id": {
"type": "Identifier",
"start": 7616,
"end": 7621,
"loc": {
"start": {
"line": 181,
"column": 30
},
"end": {
"line": 181,
"column": 35
},
"identifierName": "scene"
},
"name": "scene"
},
"init": {
"type": "MemberExpression",
"start": 7624,
"end": 7636,
"loc": {
"start": {
"line": 181,
"column": 38
},
"end": {
"line": 181,
"column": 50
}
},
"object": {
"type": "Identifier",
"start": 7624,
"end": 7630,
"loc": {
"start": {
"line": 181,
"column": 38
},
"end": {
"line": 181,
"column": 44
},
"identifierName": "viewer"
},
"name": "viewer"
},
"property": {
"type": "Identifier",
"start": 7631,
"end": 7636,
"loc": {
"start": {
"line": 181,
"column": 45
},
"end": {
"line": 181,
"column": 50
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 7662,
"end": 7692,
"loc": {
"start": {
"line": 182,
"column": 24
},
"end": {
"line": 182,
"column": 54
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 7668,
"end": 7691,
"loc": {
"start": {
"line": 182,
"column": 30
},
"end": {
"line": 182,
"column": 53
}
},
"id": {
"type": "Identifier",
"start": 7668,
"end": 7674,
"loc": {
"start": {
"line": 182,
"column": 30
},
"end": {
"line": 182,
"column": 36
},
"identifierName": "entity"
},
"name": "entity"
},
"init": {
"type": "MemberExpression",
"start": 7677,
"end": 7691,
"loc": {
"start": {
"line": 182,
"column": 39
},
"end": {
"line": 182,
"column": 53
}
},
"object": {
"type": "Identifier",
"start": 7677,
"end": 7684,
"loc": {
"start": {
"line": 182,
"column": 39
},
"end": {
"line": 182,
"column": 46
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 7685,
"end": 7691,
"loc": {
"start": {
"line": 182,
"column": 47
},
"end": {
"line": 182,
"column": 53
},
"identifierName": "entity"
},
"name": "entity"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 7717,
"end": 7776,
"loc": {
"start": {
"line": 183,
"column": 24
},
"end": {
"line": 183,
"column": 83
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 7723,
"end": 7775,
"loc": {
"start": {
"line": 183,
"column": 30
},
"end": {
"line": 183,
"column": 82
}
},
"id": {
"type": "Identifier",
"start": 7723,
"end": 7733,
"loc": {
"start": {
"line": 183,
"column": 30
},
"end": {
"line": 183,
"column": 40
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"init": {
"type": "MemberExpression",
"start": 7736,
"end": 7775,
"loc": {
"start": {
"line": 183,
"column": 43
},
"end": {
"line": 183,
"column": 82
}
},
"object": {
"type": "MemberExpression",
"start": 7736,
"end": 7764,
"loc": {
"start": {
"line": 183,
"column": 43
},
"end": {
"line": 183,
"column": 71
}
},
"object": {
"type": "MemberExpression",
"start": 7736,
"end": 7752,
"loc": {
"start": {
"line": 183,
"column": 43
},
"end": {
"line": 183,
"column": 59
}
},
"object": {
"type": "Identifier",
"start": 7736,
"end": 7742,
"loc": {
"start": {
"line": 183,
"column": 43
},
"end": {
"line": 183,
"column": 49
},
"identifierName": "viewer"
},
"name": "viewer"
},
"property": {
"type": "Identifier",
"start": 7743,
"end": 7752,
"loc": {
"start": {
"line": 183,
"column": 50
},
"end": {
"line": 183,
"column": 59
},
"identifierName": "metaScene"
},
"name": "metaScene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 7753,
"end": 7764,
"loc": {
"start": {
"line": 183,
"column": 60
},
"end": {
"line": 183,
"column": 71
},
"identifierName": "metaObjects"
},
"name": "metaObjects"
},
"computed": false
},
"property": {
"type": "MemberExpression",
"start": 7765,
"end": 7774,
"loc": {
"start": {
"line": 183,
"column": 72
},
"end": {
"line": 183,
"column": 81
}
},
"object": {
"type": "Identifier",
"start": 7765,
"end": 7771,
"loc": {
"start": {
"line": 183,
"column": 72
},
"end": {
"line": 183,
"column": 78
},
"identifierName": "entity"
},
"name": "entity"
},
"property": {
"type": "Identifier",
"start": 7772,
"end": 7774,
"loc": {
"start": {
"line": 183,
"column": 79
},
"end": {
"line": 183,
"column": 81
},
"identifierName": "id"
},
"name": "id"
},
"computed": false
},
"computed": true
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 7801,
"end": 7881,
"loc": {
"start": {
"line": 184,
"column": 24
},
"end": {
"line": 186,
"column": 25
}
},
"test": {
"type": "UnaryExpression",
"start": 7805,
"end": 7816,
"loc": {
"start": {
"line": 184,
"column": 28
},
"end": {
"line": 184,
"column": 39
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 7806,
"end": 7816,
"loc": {
"start": {
"line": 184,
"column": 29
},
"end": {
"line": 184,
"column": 39
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 7818,
"end": 7881,
"loc": {
"start": {
"line": 184,
"column": 41
},
"end": {
"line": 186,
"column": 25
}
},
"body": [
{
"type": "ReturnStatement",
"start": 7848,
"end": 7855,
"loc": {
"start": {
"line": 185,
"column": 28
},
"end": {
"line": 185,
"column": 35
}
},
"argument": null
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 7906,
"end": 7953,
"loc": {
"start": {
"line": 187,
"column": 24
},
"end": {
"line": 187,
"column": 71
}
},
"expression": {
"type": "CallExpression",
"start": 7906,
"end": 7952,
"loc": {
"start": {
"line": 187,
"column": 24
},
"end": {
"line": 187,
"column": 70
}
},
"callee": {
"type": "MemberExpression",
"start": 7906,
"end": 7929,
"loc": {
"start": {
"line": 187,
"column": 24
},
"end": {
"line": 187,
"column": 47
}
},
"object": {
"type": "Identifier",
"start": 7906,
"end": 7911,
"loc": {
"start": {
"line": 187,
"column": 24
},
"end": {
"line": 187,
"column": 29
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 7912,
"end": 7929,
"loc": {
"start": {
"line": 187,
"column": 30
},
"end": {
"line": 187,
"column": 47
},
"identifierName": "setObjectsVisible"
},
"name": "setObjectsVisible"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 7930,
"end": 7945,
"loc": {
"start": {
"line": 187,
"column": 48
},
"end": {
"line": 187,
"column": 63
}
},
"object": {
"type": "Identifier",
"start": 7930,
"end": 7935,
"loc": {
"start": {
"line": 187,
"column": 48
},
"end": {
"line": 187,
"column": 53
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 7936,
"end": 7945,
"loc": {
"start": {
"line": 187,
"column": 54
},
"end": {
"line": 187,
"column": 63
},
"identifierName": "objectIds"
},
"name": "objectIds"
},
"computed": false
},
{
"type": "BooleanLiteral",
"start": 7947,
"end": 7951,
"loc": {
"start": {
"line": 187,
"column": 65
},
"end": {
"line": 187,
"column": 69
}
},
"value": true
}
]
}
},
{
"type": "ExpressionStatement",
"start": 7978,
"end": 8024,
"loc": {
"start": {
"line": 188,
"column": 24
},
"end": {
"line": 188,
"column": 70
}
},
"expression": {
"type": "CallExpression",
"start": 7978,
"end": 8023,
"loc": {
"start": {
"line": 188,
"column": 24
},
"end": {
"line": 188,
"column": 69
}
},
"callee": {
"type": "MemberExpression",
"start": 7978,
"end": 8000,
"loc": {
"start": {
"line": 188,
"column": 24
},
"end": {
"line": 188,
"column": 46
}
},
"object": {
"type": "Identifier",
"start": 7978,
"end": 7983,
"loc": {
"start": {
"line": 188,
"column": 24
},
"end": {
"line": 188,
"column": 29
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 7984,
"end": 8000,
"loc": {
"start": {
"line": 188,
"column": 30
},
"end": {
"line": 188,
"column": 46
},
"identifierName": "setObjectsXRayed"
},
"name": "setObjectsXRayed"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 8001,
"end": 8016,
"loc": {
"start": {
"line": 188,
"column": 47
},
"end": {
"line": 188,
"column": 62
}
},
"object": {
"type": "Identifier",
"start": 8001,
"end": 8006,
"loc": {
"start": {
"line": 188,
"column": 47
},
"end": {
"line": 188,
"column": 52
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 8007,
"end": 8016,
"loc": {
"start": {
"line": 188,
"column": 53
},
"end": {
"line": 188,
"column": 62
},
"identifierName": "objectIds"
},
"name": "objectIds"
},
"computed": false
},
{
"type": "BooleanLiteral",
"start": 8018,
"end": 8022,
"loc": {
"start": {
"line": 188,
"column": 64
},
"end": {
"line": 188,
"column": 68
}
},
"value": true
}
]
}
},
{
"type": "IfStatement",
"start": 8049,
"end": 8204,
"loc": {
"start": {
"line": 189,
"column": 24
},
"end": {
"line": 191,
"column": 25
}
},
"test": {
"type": "UnaryExpression",
"start": 8053,
"end": 8097,
"loc": {
"start": {
"line": 189,
"column": 28
},
"end": {
"line": 189,
"column": 72
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "CallExpression",
"start": 8054,
"end": 8097,
"loc": {
"start": {
"line": 189,
"column": 29
},
"end": {
"line": 189,
"column": 72
}
},
"callee": {
"type": "MemberExpression",
"start": 8054,
"end": 8081,
"loc": {
"start": {
"line": 189,
"column": 29
},
"end": {
"line": 189,
"column": 56
}
},
"object": {
"type": "MemberExpression",
"start": 8054,
"end": 8071,
"loc": {
"start": {
"line": 189,
"column": 29
},
"end": {
"line": 189,
"column": 46
}
},
"object": {
"type": "Identifier",
"start": 8054,
"end": 8061,
"loc": {
"start": {
"line": 189,
"column": 29
},
"end": {
"line": 189,
"column": 36
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 8062,
"end": 8071,
"loc": {
"start": {
"line": 189,
"column": 37
},
"end": {
"line": 189,
"column": 46
},
"identifierName": "bimViewer"
},
"name": "bimViewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 8072,
"end": 8081,
"loc": {
"start": {
"line": 189,
"column": 47
},
"end": {
"line": 189,
"column": 56
},
"identifierName": "getConfig"
},
"name": "getConfig"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 8082,
"end": 8096,
"loc": {
"start": {
"line": 189,
"column": 57
},
"end": {
"line": 189,
"column": 71
}
},
"extra": {
"rawValue": "xrayPickable",
"raw": "\"xrayPickable\""
},
"value": "xrayPickable"
}
]
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 8099,
"end": 8204,
"loc": {
"start": {
"line": 189,
"column": 74
},
"end": {
"line": 191,
"column": 25
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 8129,
"end": 8178,
"loc": {
"start": {
"line": 190,
"column": 28
},
"end": {
"line": 190,
"column": 77
}
},
"expression": {
"type": "CallExpression",
"start": 8129,
"end": 8177,
"loc": {
"start": {
"line": 190,
"column": 28
},
"end": {
"line": 190,
"column": 76
}
},
"callee": {
"type": "MemberExpression",
"start": 8129,
"end": 8153,
"loc": {
"start": {
"line": 190,
"column": 28
},
"end": {
"line": 190,
"column": 52
}
},
"object": {
"type": "Identifier",
"start": 8129,
"end": 8134,
"loc": {
"start": {
"line": 190,
"column": 28
},
"end": {
"line": 190,
"column": 33
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 8135,
"end": 8153,
"loc": {
"start": {
"line": 190,
"column": 34
},
"end": {
"line": 190,
"column": 52
},
"identifierName": "setObjectsPickable"
},
"name": "setObjectsPickable"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 8154,
"end": 8169,
"loc": {
"start": {
"line": 190,
"column": 53
},
"end": {
"line": 190,
"column": 68
}
},
"object": {
"type": "Identifier",
"start": 8154,
"end": 8159,
"loc": {
"start": {
"line": 190,
"column": 53
},
"end": {
"line": 190,
"column": 58
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 8160,
"end": 8169,
"loc": {
"start": {
"line": 190,
"column": 59
},
"end": {
"line": 190,
"column": 68
},
"identifierName": "objectIds"
},
"name": "objectIds"
},
"computed": false
},
{
"type": "BooleanLiteral",
"start": 8171,
"end": 8176,
"loc": {
"start": {
"line": 190,
"column": 70
},
"end": {
"line": 190,
"column": 75
}
},
"value": false
}
]
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 8229,
"end": 8566,
"loc": {
"start": {
"line": 192,
"column": 24
},
"end": {
"line": 198,
"column": 27
}
},
"expression": {
"type": "CallExpression",
"start": 8229,
"end": 8565,
"loc": {
"start": {
"line": 192,
"column": 24
},
"end": {
"line": 198,
"column": 26
}
},
"callee": {
"type": "MemberExpression",
"start": 8229,
"end": 8264,
"loc": {
"start": {
"line": 192,
"column": 24
},
"end": {
"line": 192,
"column": 59
}
},
"object": {
"type": "Identifier",
"start": 8229,
"end": 8239,
"loc": {
"start": {
"line": 192,
"column": 24
},
"end": {
"line": 192,
"column": 34
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"property": {
"type": "Identifier",
"start": 8240,
"end": 8264,
"loc": {
"start": {
"line": 192,
"column": 35
},
"end": {
"line": 192,
"column": 59
},
"identifierName": "withMetaObjectsInSubtree"
},
"name": "withMetaObjectsInSubtree"
},
"computed": false
},
"arguments": [
{
"type": "ArrowFunctionExpression",
"start": 8265,
"end": 8564,
"loc": {
"start": {
"line": 192,
"column": 60
},
"end": {
"line": 198,
"column": 25
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 8266,
"end": 8276,
"loc": {
"start": {
"line": 192,
"column": 61
},
"end": {
"line": 192,
"column": 71
},
"identifierName": "metaObject"
},
"name": "metaObject"
}
],
"body": {
"type": "BlockStatement",
"start": 8281,
"end": 8564,
"loc": {
"start": {
"line": 192,
"column": 76
},
"end": {
"line": 198,
"column": 25
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 8311,
"end": 8355,
"loc": {
"start": {
"line": 193,
"column": 28
},
"end": {
"line": 193,
"column": 72
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 8317,
"end": 8354,
"loc": {
"start": {
"line": 193,
"column": 34
},
"end": {
"line": 193,
"column": 71
}
},
"id": {
"type": "Identifier",
"start": 8317,
"end": 8323,
"loc": {
"start": {
"line": 193,
"column": 34
},
"end": {
"line": 193,
"column": 40
},
"identifierName": "entity"
},
"name": "entity"
},
"init": {
"type": "MemberExpression",
"start": 8326,
"end": 8354,
"loc": {
"start": {
"line": 193,
"column": 43
},
"end": {
"line": 193,
"column": 71
}
},
"object": {
"type": "MemberExpression",
"start": 8326,
"end": 8339,
"loc": {
"start": {
"line": 193,
"column": 43
},
"end": {
"line": 193,
"column": 56
}
},
"object": {
"type": "Identifier",
"start": 8326,
"end": 8331,
"loc": {
"start": {
"line": 193,
"column": 43
},
"end": {
"line": 193,
"column": 48
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 8332,
"end": 8339,
"loc": {
"start": {
"line": 193,
"column": 49
},
"end": {
"line": 193,
"column": 56
},
"identifierName": "objects"
},
"name": "objects"
},
"computed": false
},
"property": {
"type": "MemberExpression",
"start": 8340,
"end": 8353,
"loc": {
"start": {
"line": 193,
"column": 57
},
"end": {
"line": 193,
"column": 70
}
},
"object": {
"type": "Identifier",
"start": 8340,
"end": 8350,
"loc": {
"start": {
"line": 193,
"column": 57
},
"end": {
"line": 193,
"column": 67
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"property": {
"type": "Identifier",
"start": 8351,
"end": 8353,
"loc": {
"start": {
"line": 193,
"column": 68
},
"end": {
"line": 193,
"column": 70
},
"identifierName": "id"
},
"name": "id"
},
"computed": false
},
"computed": true
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 8384,
"end": 8538,
"loc": {
"start": {
"line": 194,
"column": 28
},
"end": {
"line": 197,
"column": 29
}
},
"test": {
"type": "Identifier",
"start": 8388,
"end": 8394,
"loc": {
"start": {
"line": 194,
"column": 32
},
"end": {
"line": 194,
"column": 38
},
"identifierName": "entity"
},
"name": "entity"
},
"consequent": {
"type": "BlockStatement",
"start": 8396,
"end": 8538,
"loc": {
"start": {
"line": 194,
"column": 40
},
"end": {
"line": 197,
"column": 29
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 8430,
"end": 8452,
"loc": {
"start": {
"line": 195,
"column": 32
},
"end": {
"line": 195,
"column": 54
}
},
"expression": {
"type": "AssignmentExpression",
"start": 8430,
"end": 8451,
"loc": {
"start": {
"line": 195,
"column": 32
},
"end": {
"line": 195,
"column": 53
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 8430,
"end": 8443,
"loc": {
"start": {
"line": 195,
"column": 32
},
"end": {
"line": 195,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 8430,
"end": 8436,
"loc": {
"start": {
"line": 195,
"column": 32
},
"end": {
"line": 195,
"column": 38
},
"identifierName": "entity"
},
"name": "entity"
},
"property": {
"type": "Identifier",
"start": 8437,
"end": 8443,
"loc": {
"start": {
"line": 195,
"column": 39
},
"end": {
"line": 195,
"column": 45
},
"identifierName": "xrayed"
},
"name": "xrayed"
},
"computed": false
},
"right": {
"type": "BooleanLiteral",
"start": 8446,
"end": 8451,
"loc": {
"start": {
"line": 195,
"column": 48
},
"end": {
"line": 195,
"column": 53
}
},
"value": false
}
}
},
{
"type": "ExpressionStatement",
"start": 8485,
"end": 8508,
"loc": {
"start": {
"line": 196,
"column": 32
},
"end": {
"line": 196,
"column": 55
}
},
"expression": {
"type": "AssignmentExpression",
"start": 8485,
"end": 8507,
"loc": {
"start": {
"line": 196,
"column": 32
},
"end": {
"line": 196,
"column": 54
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 8485,
"end": 8500,
"loc": {
"start": {
"line": 196,
"column": 32
},
"end": {
"line": 196,
"column": 47
}
},
"object": {
"type": "Identifier",
"start": 8485,
"end": 8491,
"loc": {
"start": {
"line": 196,
"column": 32
},
"end": {
"line": 196,
"column": 38
},
"identifierName": "entity"
},
"name": "entity"
},
"property": {
"type": "Identifier",
"start": 8492,
"end": 8500,
"loc": {
"start": {
"line": 196,
"column": 39
},
"end": {
"line": 196,
"column": 47
},
"identifierName": "pickable"
},
"name": "pickable"
},
"computed": false
},
"right": {
"type": "BooleanLiteral",
"start": 8503,
"end": 8507,
"loc": {
"start": {
"line": 196,
"column": 50
},
"end": {
"line": 196,
"column": 54
}
},
"value": true
}
}
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
}
}
]
}
}
],
"directives": []
}
}
}
]
},
{
"type": "ObjectExpression",
"start": 8624,
"end": 9482,
"loc": {
"start": {
"line": 201,
"column": 16
},
"end": {
"line": 217,
"column": 17
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 8646,
"end": 8807,
"loc": {
"start": {
"line": 202,
"column": 20
},
"end": {
"line": 204,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 8646,
"end": 8654,
"loc": {
"start": {
"line": 202,
"column": 20
},
"end": {
"line": 202,
"column": 28
},
"identifierName": "getTitle"
},
"name": "getTitle"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 8656,
"end": 8807,
"loc": {
"start": {
"line": 202,
"column": 30
},
"end": {
"line": 204,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 8657,
"end": 8664,
"loc": {
"start": {
"line": 202,
"column": 31
},
"end": {
"line": 202,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 8669,
"end": 8807,
"loc": {
"start": {
"line": 202,
"column": 43
},
"end": {
"line": 204,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 8695,
"end": 8785,
"loc": {
"start": {
"line": 203,
"column": 24
},
"end": {
"line": 203,
"column": 114
}
},
"argument": {
"type": "LogicalExpression",
"start": 8702,
"end": 8784,
"loc": {
"start": {
"line": 203,
"column": 31
},
"end": {
"line": 203,
"column": 113
}
},
"left": {
"type": "CallExpression",
"start": 8702,
"end": 8769,
"loc": {
"start": {
"line": 203,
"column": 31
},
"end": {
"line": 203,
"column": 98
}
},
"callee": {
"type": "MemberExpression",
"start": 8702,
"end": 8740,
"loc": {
"start": {
"line": 203,
"column": 31
},
"end": {
"line": 203,
"column": 69
}
},
"object": {
"type": "MemberExpression",
"start": 8702,
"end": 8730,
"loc": {
"start": {
"line": 203,
"column": 31
},
"end": {
"line": 203,
"column": 59
}
},
"object": {
"type": "MemberExpression",
"start": 8702,
"end": 8716,
"loc": {
"start": {
"line": 203,
"column": 31
},
"end": {
"line": 203,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 8702,
"end": 8709,
"loc": {
"start": {
"line": 203,
"column": 31
},
"end": {
"line": 203,
"column": 38
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 8710,
"end": 8716,
"loc": {
"start": {
"line": 203,
"column": 39
},
"end": {
"line": 203,
"column": 45
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 8717,
"end": 8730,
"loc": {
"start": {
"line": 203,
"column": 46
},
"end": {
"line": 203,
"column": 59
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 8731,
"end": 8740,
"loc": {
"start": {
"line": 203,
"column": 60
},
"end": {
"line": 203,
"column": 69
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 8741,
"end": 8768,
"loc": {
"start": {
"line": 203,
"column": 70
},
"end": {
"line": 203,
"column": 97
}
},
"extra": {
"rawValue": "objectContextMenu.xrayAll",
"raw": "\"objectContextMenu.xrayAll\""
},
"value": "objectContextMenu.xrayAll"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 8773,
"end": 8784,
"loc": {
"start": {
"line": 203,
"column": 102
},
"end": {
"line": 203,
"column": 113
}
},
"extra": {
"rawValue": "X-Ray All",
"raw": "\"X-Ray All\""
},
"value": "X-Ray All"
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 8829,
"end": 9013,
"loc": {
"start": {
"line": 205,
"column": 20
},
"end": {
"line": 208,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 8829,
"end": 8839,
"loc": {
"start": {
"line": 205,
"column": 20
},
"end": {
"line": 205,
"column": 30
},
"identifierName": "getEnabled"
},
"name": "getEnabled"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 8841,
"end": 9013,
"loc": {
"start": {
"line": 205,
"column": 32
},
"end": {
"line": 208,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 8842,
"end": 8849,
"loc": {
"start": {
"line": 205,
"column": 33
},
"end": {
"line": 205,
"column": 40
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 8854,
"end": 9013,
"loc": {
"start": {
"line": 205,
"column": 45
},
"end": {
"line": 208,
"column": 21
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 8880,
"end": 8915,
"loc": {
"start": {
"line": 206,
"column": 24
},
"end": {
"line": 206,
"column": 59
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 8886,
"end": 8914,
"loc": {
"start": {
"line": 206,
"column": 30
},
"end": {
"line": 206,
"column": 58
}
},
"id": {
"type": "Identifier",
"start": 8886,
"end": 8891,
"loc": {
"start": {
"line": 206,
"column": 30
},
"end": {
"line": 206,
"column": 35
},
"identifierName": "scene"
},
"name": "scene"
},
"init": {
"type": "MemberExpression",
"start": 8894,
"end": 8914,
"loc": {
"start": {
"line": 206,
"column": 38
},
"end": {
"line": 206,
"column": 58
}
},
"object": {
"type": "MemberExpression",
"start": 8894,
"end": 8908,
"loc": {
"start": {
"line": 206,
"column": 38
},
"end": {
"line": 206,
"column": 52
}
},
"object": {
"type": "Identifier",
"start": 8894,
"end": 8901,
"loc": {
"start": {
"line": 206,
"column": 38
},
"end": {
"line": 206,
"column": 45
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 8902,
"end": 8908,
"loc": {
"start": {
"line": 206,
"column": 46
},
"end": {
"line": 206,
"column": 52
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 8909,
"end": 8914,
"loc": {
"start": {
"line": 206,
"column": 53
},
"end": {
"line": 206,
"column": 58
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "ReturnStatement",
"start": 8940,
"end": 8991,
"loc": {
"start": {
"line": 207,
"column": 24
},
"end": {
"line": 207,
"column": 75
}
},
"argument": {
"type": "BinaryExpression",
"start": 8948,
"end": 8989,
"loc": {
"start": {
"line": 207,
"column": 32
},
"end": {
"line": 207,
"column": 73
}
},
"left": {
"type": "MemberExpression",
"start": 8948,
"end": 8970,
"loc": {
"start": {
"line": 207,
"column": 32
},
"end": {
"line": 207,
"column": 54
}
},
"object": {
"type": "Identifier",
"start": 8948,
"end": 8953,
"loc": {
"start": {
"line": 207,
"column": 32
},
"end": {
"line": 207,
"column": 37
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 8954,
"end": 8970,
"loc": {
"start": {
"line": 207,
"column": 38
},
"end": {
"line": 207,
"column": 54
},
"identifierName": "numXRayedObjects"
},
"name": "numXRayedObjects"
},
"computed": false
},
"operator": "<",
"right": {
"type": "MemberExpression",
"start": 8973,
"end": 8989,
"loc": {
"start": {
"line": 207,
"column": 57
},
"end": {
"line": 207,
"column": 73
}
},
"object": {
"type": "Identifier",
"start": 8973,
"end": 8978,
"loc": {
"start": {
"line": 207,
"column": 57
},
"end": {
"line": 207,
"column": 62
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 8979,
"end": 8989,
"loc": {
"start": {
"line": 207,
"column": 63
},
"end": {
"line": 207,
"column": 73
},
"identifierName": "numObjects"
},
"name": "numObjects"
},
"computed": false
},
"extra": {
"parenthesized": true,
"parenStart": 8947
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 9035,
"end": 9464,
"loc": {
"start": {
"line": 209,
"column": 20
},
"end": {
"line": 216,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 9035,
"end": 9043,
"loc": {
"start": {
"line": 209,
"column": 20
},
"end": {
"line": 209,
"column": 28
},
"identifierName": "doAction"
},
"name": "doAction"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 9045,
"end": 9464,
"loc": {
"start": {
"line": 209,
"column": 30
},
"end": {
"line": 216,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 9046,
"end": 9053,
"loc": {
"start": {
"line": 209,
"column": 31
},
"end": {
"line": 209,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 9058,
"end": 9464,
"loc": {
"start": {
"line": 209,
"column": 43
},
"end": {
"line": 216,
"column": 21
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 9084,
"end": 9119,
"loc": {
"start": {
"line": 210,
"column": 24
},
"end": {
"line": 210,
"column": 59
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 9090,
"end": 9118,
"loc": {
"start": {
"line": 210,
"column": 30
},
"end": {
"line": 210,
"column": 58
}
},
"id": {
"type": "Identifier",
"start": 9090,
"end": 9095,
"loc": {
"start": {
"line": 210,
"column": 30
},
"end": {
"line": 210,
"column": 35
},
"identifierName": "scene"
},
"name": "scene"
},
"init": {
"type": "MemberExpression",
"start": 9098,
"end": 9118,
"loc": {
"start": {
"line": 210,
"column": 38
},
"end": {
"line": 210,
"column": 58
}
},
"object": {
"type": "MemberExpression",
"start": 9098,
"end": 9112,
"loc": {
"start": {
"line": 210,
"column": 38
},
"end": {
"line": 210,
"column": 52
}
},
"object": {
"type": "Identifier",
"start": 9098,
"end": 9105,
"loc": {
"start": {
"line": 210,
"column": 38
},
"end": {
"line": 210,
"column": 45
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 9106,
"end": 9112,
"loc": {
"start": {
"line": 210,
"column": 46
},
"end": {
"line": 210,
"column": 52
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 9113,
"end": 9118,
"loc": {
"start": {
"line": 210,
"column": 53
},
"end": {
"line": 210,
"column": 58
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 9144,
"end": 9191,
"loc": {
"start": {
"line": 211,
"column": 24
},
"end": {
"line": 211,
"column": 71
}
},
"expression": {
"type": "CallExpression",
"start": 9144,
"end": 9190,
"loc": {
"start": {
"line": 211,
"column": 24
},
"end": {
"line": 211,
"column": 70
}
},
"callee": {
"type": "MemberExpression",
"start": 9144,
"end": 9167,
"loc": {
"start": {
"line": 211,
"column": 24
},
"end": {
"line": 211,
"column": 47
}
},
"object": {
"type": "Identifier",
"start": 9144,
"end": 9149,
"loc": {
"start": {
"line": 211,
"column": 24
},
"end": {
"line": 211,
"column": 29
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 9150,
"end": 9167,
"loc": {
"start": {
"line": 211,
"column": 30
},
"end": {
"line": 211,
"column": 47
},
"identifierName": "setObjectsVisible"
},
"name": "setObjectsVisible"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 9168,
"end": 9183,
"loc": {
"start": {
"line": 211,
"column": 48
},
"end": {
"line": 211,
"column": 63
}
},
"object": {
"type": "Identifier",
"start": 9168,
"end": 9173,
"loc": {
"start": {
"line": 211,
"column": 48
},
"end": {
"line": 211,
"column": 53
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 9174,
"end": 9183,
"loc": {
"start": {
"line": 211,
"column": 54
},
"end": {
"line": 211,
"column": 63
},
"identifierName": "objectIds"
},
"name": "objectIds"
},
"computed": false
},
{
"type": "BooleanLiteral",
"start": 9185,
"end": 9189,
"loc": {
"start": {
"line": 211,
"column": 65
},
"end": {
"line": 211,
"column": 69
}
},
"value": true
}
]
}
},
{
"type": "IfStatement",
"start": 9216,
"end": 9371,
"loc": {
"start": {
"line": 212,
"column": 24
},
"end": {
"line": 214,
"column": 25
}
},
"test": {
"type": "UnaryExpression",
"start": 9220,
"end": 9264,
"loc": {
"start": {
"line": 212,
"column": 28
},
"end": {
"line": 212,
"column": 72
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "CallExpression",
"start": 9221,
"end": 9264,
"loc": {
"start": {
"line": 212,
"column": 29
},
"end": {
"line": 212,
"column": 72
}
},
"callee": {
"type": "MemberExpression",
"start": 9221,
"end": 9248,
"loc": {
"start": {
"line": 212,
"column": 29
},
"end": {
"line": 212,
"column": 56
}
},
"object": {
"type": "MemberExpression",
"start": 9221,
"end": 9238,
"loc": {
"start": {
"line": 212,
"column": 29
},
"end": {
"line": 212,
"column": 46
}
},
"object": {
"type": "Identifier",
"start": 9221,
"end": 9228,
"loc": {
"start": {
"line": 212,
"column": 29
},
"end": {
"line": 212,
"column": 36
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 9229,
"end": 9238,
"loc": {
"start": {
"line": 212,
"column": 37
},
"end": {
"line": 212,
"column": 46
},
"identifierName": "bimViewer"
},
"name": "bimViewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 9239,
"end": 9248,
"loc": {
"start": {
"line": 212,
"column": 47
},
"end": {
"line": 212,
"column": 56
},
"identifierName": "getConfig"
},
"name": "getConfig"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 9249,
"end": 9263,
"loc": {
"start": {
"line": 212,
"column": 57
},
"end": {
"line": 212,
"column": 71
}
},
"extra": {
"rawValue": "xrayPickable",
"raw": "\"xrayPickable\""
},
"value": "xrayPickable"
}
]
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 9266,
"end": 9371,
"loc": {
"start": {
"line": 212,
"column": 74
},
"end": {
"line": 214,
"column": 25
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 9296,
"end": 9345,
"loc": {
"start": {
"line": 213,
"column": 28
},
"end": {
"line": 213,
"column": 77
}
},
"expression": {
"type": "CallExpression",
"start": 9296,
"end": 9344,
"loc": {
"start": {
"line": 213,
"column": 28
},
"end": {
"line": 213,
"column": 76
}
},
"callee": {
"type": "MemberExpression",
"start": 9296,
"end": 9320,
"loc": {
"start": {
"line": 213,
"column": 28
},
"end": {
"line": 213,
"column": 52
}
},
"object": {
"type": "Identifier",
"start": 9296,
"end": 9301,
"loc": {
"start": {
"line": 213,
"column": 28
},
"end": {
"line": 213,
"column": 33
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 9302,
"end": 9320,
"loc": {
"start": {
"line": 213,
"column": 34
},
"end": {
"line": 213,
"column": 52
},
"identifierName": "setObjectsPickable"
},
"name": "setObjectsPickable"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 9321,
"end": 9336,
"loc": {
"start": {
"line": 213,
"column": 53
},
"end": {
"line": 213,
"column": 68
}
},
"object": {
"type": "Identifier",
"start": 9321,
"end": 9326,
"loc": {
"start": {
"line": 213,
"column": 53
},
"end": {
"line": 213,
"column": 58
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 9327,
"end": 9336,
"loc": {
"start": {
"line": 213,
"column": 59
},
"end": {
"line": 213,
"column": 68
},
"identifierName": "objectIds"
},
"name": "objectIds"
},
"computed": false
},
{
"type": "BooleanLiteral",
"start": 9338,
"end": 9343,
"loc": {
"start": {
"line": 213,
"column": 70
},
"end": {
"line": 213,
"column": 75
}
},
"value": false
}
]
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 9396,
"end": 9442,
"loc": {
"start": {
"line": 215,
"column": 24
},
"end": {
"line": 215,
"column": 70
}
},
"expression": {
"type": "CallExpression",
"start": 9396,
"end": 9441,
"loc": {
"start": {
"line": 215,
"column": 24
},
"end": {
"line": 215,
"column": 69
}
},
"callee": {
"type": "MemberExpression",
"start": 9396,
"end": 9418,
"loc": {
"start": {
"line": 215,
"column": 24
},
"end": {
"line": 215,
"column": 46
}
},
"object": {
"type": "Identifier",
"start": 9396,
"end": 9401,
"loc": {
"start": {
"line": 215,
"column": 24
},
"end": {
"line": 215,
"column": 29
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 9402,
"end": 9418,
"loc": {
"start": {
"line": 215,
"column": 30
},
"end": {
"line": 215,
"column": 46
},
"identifierName": "setObjectsXRayed"
},
"name": "setObjectsXRayed"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 9419,
"end": 9434,
"loc": {
"start": {
"line": 215,
"column": 47
},
"end": {
"line": 215,
"column": 62
}
},
"object": {
"type": "Identifier",
"start": 9419,
"end": 9424,
"loc": {
"start": {
"line": 215,
"column": 47
},
"end": {
"line": 215,
"column": 52
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 9425,
"end": 9434,
"loc": {
"start": {
"line": 215,
"column": 53
},
"end": {
"line": 215,
"column": 62
},
"identifierName": "objectIds"
},
"name": "objectIds"
},
"computed": false
},
{
"type": "BooleanLiteral",
"start": 9436,
"end": 9440,
"loc": {
"start": {
"line": 215,
"column": 64
},
"end": {
"line": 215,
"column": 68
}
},
"value": true
}
]
}
}
],
"directives": []
}
}
}
]
},
{
"type": "ObjectExpression",
"start": 9500,
"end": 10193,
"loc": {
"start": {
"line": 218,
"column": 16
},
"end": {
"line": 231,
"column": 17
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 9522,
"end": 9685,
"loc": {
"start": {
"line": 219,
"column": 20
},
"end": {
"line": 221,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 9522,
"end": 9530,
"loc": {
"start": {
"line": 219,
"column": 20
},
"end": {
"line": 219,
"column": 28
},
"identifierName": "getTitle"
},
"name": "getTitle"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 9532,
"end": 9685,
"loc": {
"start": {
"line": 219,
"column": 30
},
"end": {
"line": 221,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 9533,
"end": 9540,
"loc": {
"start": {
"line": 219,
"column": 31
},
"end": {
"line": 219,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 9545,
"end": 9685,
"loc": {
"start": {
"line": 219,
"column": 43
},
"end": {
"line": 221,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 9571,
"end": 9663,
"loc": {
"start": {
"line": 220,
"column": 24
},
"end": {
"line": 220,
"column": 116
}
},
"argument": {
"type": "LogicalExpression",
"start": 9578,
"end": 9662,
"loc": {
"start": {
"line": 220,
"column": 31
},
"end": {
"line": 220,
"column": 115
}
},
"left": {
"type": "CallExpression",
"start": 9578,
"end": 9646,
"loc": {
"start": {
"line": 220,
"column": 31
},
"end": {
"line": 220,
"column": 99
}
},
"callee": {
"type": "MemberExpression",
"start": 9578,
"end": 9616,
"loc": {
"start": {
"line": 220,
"column": 31
},
"end": {
"line": 220,
"column": 69
}
},
"object": {
"type": "MemberExpression",
"start": 9578,
"end": 9606,
"loc": {
"start": {
"line": 220,
"column": 31
},
"end": {
"line": 220,
"column": 59
}
},
"object": {
"type": "MemberExpression",
"start": 9578,
"end": 9592,
"loc": {
"start": {
"line": 220,
"column": 31
},
"end": {
"line": 220,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 9578,
"end": 9585,
"loc": {
"start": {
"line": 220,
"column": 31
},
"end": {
"line": 220,
"column": 38
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 9586,
"end": 9592,
"loc": {
"start": {
"line": 220,
"column": 39
},
"end": {
"line": 220,
"column": 45
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 9593,
"end": 9606,
"loc": {
"start": {
"line": 220,
"column": 46
},
"end": {
"line": 220,
"column": 59
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 9607,
"end": 9616,
"loc": {
"start": {
"line": 220,
"column": 60
},
"end": {
"line": 220,
"column": 69
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 9617,
"end": 9645,
"loc": {
"start": {
"line": 220,
"column": 70
},
"end": {
"line": 220,
"column": 98
}
},
"extra": {
"rawValue": "objectContextMenu.xrayNone",
"raw": "\"objectContextMenu.xrayNone\""
},
"value": "objectContextMenu.xrayNone"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 9650,
"end": 9662,
"loc": {
"start": {
"line": 220,
"column": 103
},
"end": {
"line": 220,
"column": 115
}
},
"extra": {
"rawValue": "X-Ray None",
"raw": "\"X-Ray None\""
},
"value": "X-Ray None"
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 9707,
"end": 9831,
"loc": {
"start": {
"line": 222,
"column": 20
},
"end": {
"line": 224,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 9707,
"end": 9717,
"loc": {
"start": {
"line": 222,
"column": 20
},
"end": {
"line": 222,
"column": 30
},
"identifierName": "getEnabled"
},
"name": "getEnabled"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 9719,
"end": 9831,
"loc": {
"start": {
"line": 222,
"column": 32
},
"end": {
"line": 224,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 9720,
"end": 9727,
"loc": {
"start": {
"line": 222,
"column": 33
},
"end": {
"line": 222,
"column": 40
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 9732,
"end": 9831,
"loc": {
"start": {
"line": 222,
"column": 45
},
"end": {
"line": 224,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 9758,
"end": 9809,
"loc": {
"start": {
"line": 223,
"column": 24
},
"end": {
"line": 223,
"column": 75
}
},
"argument": {
"type": "BinaryExpression",
"start": 9766,
"end": 9807,
"loc": {
"start": {
"line": 223,
"column": 32
},
"end": {
"line": 223,
"column": 73
}
},
"left": {
"type": "MemberExpression",
"start": 9766,
"end": 9803,
"loc": {
"start": {
"line": 223,
"column": 32
},
"end": {
"line": 223,
"column": 69
}
},
"object": {
"type": "MemberExpression",
"start": 9766,
"end": 9786,
"loc": {
"start": {
"line": 223,
"column": 32
},
"end": {
"line": 223,
"column": 52
}
},
"object": {
"type": "MemberExpression",
"start": 9766,
"end": 9780,
"loc": {
"start": {
"line": 223,
"column": 32
},
"end": {
"line": 223,
"column": 46
}
},
"object": {
"type": "Identifier",
"start": 9766,
"end": 9773,
"loc": {
"start": {
"line": 223,
"column": 32
},
"end": {
"line": 223,
"column": 39
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 9774,
"end": 9780,
"loc": {
"start": {
"line": 223,
"column": 40
},
"end": {
"line": 223,
"column": 46
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 9781,
"end": 9786,
"loc": {
"start": {
"line": 223,
"column": 47
},
"end": {
"line": 223,
"column": 52
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 9787,
"end": 9803,
"loc": {
"start": {
"line": 223,
"column": 53
},
"end": {
"line": 223,
"column": 69
},
"identifierName": "numXRayedObjects"
},
"name": "numXRayedObjects"
},
"computed": false
},
"operator": ">",
"right": {
"type": "NumericLiteral",
"start": 9806,
"end": 9807,
"loc": {
"start": {
"line": 223,
"column": 72
},
"end": {
"line": 223,
"column": 73
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
},
"extra": {
"parenthesized": true,
"parenStart": 9765
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 9853,
"end": 10175,
"loc": {
"start": {
"line": 225,
"column": 20
},
"end": {
"line": 230,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 9853,
"end": 9861,
"loc": {
"start": {
"line": 225,
"column": 20
},
"end": {
"line": 225,
"column": 28
},
"identifierName": "doAction"
},
"name": "doAction"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 9863,
"end": 10175,
"loc": {
"start": {
"line": 225,
"column": 30
},
"end": {
"line": 230,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 9864,
"end": 9871,
"loc": {
"start": {
"line": 225,
"column": 31
},
"end": {
"line": 225,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 9876,
"end": 10175,
"loc": {
"start": {
"line": 225,
"column": 43
},
"end": {
"line": 230,
"column": 21
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 9902,
"end": 9937,
"loc": {
"start": {
"line": 226,
"column": 24
},
"end": {
"line": 226,
"column": 59
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 9908,
"end": 9936,
"loc": {
"start": {
"line": 226,
"column": 30
},
"end": {
"line": 226,
"column": 58
}
},
"id": {
"type": "Identifier",
"start": 9908,
"end": 9913,
"loc": {
"start": {
"line": 226,
"column": 30
},
"end": {
"line": 226,
"column": 35
},
"identifierName": "scene"
},
"name": "scene"
},
"init": {
"type": "MemberExpression",
"start": 9916,
"end": 9936,
"loc": {
"start": {
"line": 226,
"column": 38
},
"end": {
"line": 226,
"column": 58
}
},
"object": {
"type": "MemberExpression",
"start": 9916,
"end": 9930,
"loc": {
"start": {
"line": 226,
"column": 38
},
"end": {
"line": 226,
"column": 52
}
},
"object": {
"type": "Identifier",
"start": 9916,
"end": 9923,
"loc": {
"start": {
"line": 226,
"column": 38
},
"end": {
"line": 226,
"column": 45
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 9924,
"end": 9930,
"loc": {
"start": {
"line": 226,
"column": 46
},
"end": {
"line": 226,
"column": 52
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 9931,
"end": 9936,
"loc": {
"start": {
"line": 226,
"column": 53
},
"end": {
"line": 226,
"column": 58
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 9962,
"end": 10008,
"loc": {
"start": {
"line": 227,
"column": 24
},
"end": {
"line": 227,
"column": 70
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 9968,
"end": 10007,
"loc": {
"start": {
"line": 227,
"column": 30
},
"end": {
"line": 227,
"column": 69
}
},
"id": {
"type": "Identifier",
"start": 9968,
"end": 9983,
"loc": {
"start": {
"line": 227,
"column": 30
},
"end": {
"line": 227,
"column": 45
},
"identifierName": "xrayedObjectIds"
},
"name": "xrayedObjectIds"
},
"init": {
"type": "MemberExpression",
"start": 9986,
"end": 10007,
"loc": {
"start": {
"line": 227,
"column": 48
},
"end": {
"line": 227,
"column": 69
}
},
"object": {
"type": "Identifier",
"start": 9986,
"end": 9991,
"loc": {
"start": {
"line": 227,
"column": 48
},
"end": {
"line": 227,
"column": 53
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 9992,
"end": 10007,
"loc": {
"start": {
"line": 227,
"column": 54
},
"end": {
"line": 227,
"column": 69
},
"identifierName": "xrayedObjectIds"
},
"name": "xrayedObjectIds"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 10033,
"end": 10081,
"loc": {
"start": {
"line": 228,
"column": 24
},
"end": {
"line": 228,
"column": 72
}
},
"expression": {
"type": "CallExpression",
"start": 10033,
"end": 10080,
"loc": {
"start": {
"line": 228,
"column": 24
},
"end": {
"line": 228,
"column": 71
}
},
"callee": {
"type": "MemberExpression",
"start": 10033,
"end": 10057,
"loc": {
"start": {
"line": 228,
"column": 24
},
"end": {
"line": 228,
"column": 48
}
},
"object": {
"type": "Identifier",
"start": 10033,
"end": 10038,
"loc": {
"start": {
"line": 228,
"column": 24
},
"end": {
"line": 228,
"column": 29
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 10039,
"end": 10057,
"loc": {
"start": {
"line": 228,
"column": 30
},
"end": {
"line": 228,
"column": 48
},
"identifierName": "setObjectsPickable"
},
"name": "setObjectsPickable"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 10058,
"end": 10073,
"loc": {
"start": {
"line": 228,
"column": 49
},
"end": {
"line": 228,
"column": 64
},
"identifierName": "xrayedObjectIds"
},
"name": "xrayedObjectIds"
},
{
"type": "BooleanLiteral",
"start": 10075,
"end": 10079,
"loc": {
"start": {
"line": 228,
"column": 66
},
"end": {
"line": 228,
"column": 70
}
},
"value": true
}
]
}
},
{
"type": "ExpressionStatement",
"start": 10106,
"end": 10153,
"loc": {
"start": {
"line": 229,
"column": 24
},
"end": {
"line": 229,
"column": 71
}
},
"expression": {
"type": "CallExpression",
"start": 10106,
"end": 10152,
"loc": {
"start": {
"line": 229,
"column": 24
},
"end": {
"line": 229,
"column": 70
}
},
"callee": {
"type": "MemberExpression",
"start": 10106,
"end": 10128,
"loc": {
"start": {
"line": 229,
"column": 24
},
"end": {
"line": 229,
"column": 46
}
},
"object": {
"type": "Identifier",
"start": 10106,
"end": 10111,
"loc": {
"start": {
"line": 229,
"column": 24
},
"end": {
"line": 229,
"column": 29
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 10112,
"end": 10128,
"loc": {
"start": {
"line": 229,
"column": 30
},
"end": {
"line": 229,
"column": 46
},
"identifierName": "setObjectsXRayed"
},
"name": "setObjectsXRayed"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 10129,
"end": 10144,
"loc": {
"start": {
"line": 229,
"column": 47
},
"end": {
"line": 229,
"column": 62
},
"identifierName": "xrayedObjectIds"
},
"name": "xrayedObjectIds"
},
{
"type": "BooleanLiteral",
"start": 10146,
"end": 10151,
"loc": {
"start": {
"line": 229,
"column": 64
},
"end": {
"line": 229,
"column": 69
}
},
"value": false
}
]
}
}
],
"directives": []
}
}
}
]
}
]
},
{
"type": "ArrayExpression",
"start": 10221,
"end": 11731,
"loc": {
"start": {
"line": 233,
"column": 12
},
"end": {
"line": 268,
"column": 13
}
},
"elements": [
{
"type": "ObjectExpression",
"start": 10239,
"end": 10690,
"loc": {
"start": {
"line": 234,
"column": 16
},
"end": {
"line": 245,
"column": 17
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 10261,
"end": 10418,
"loc": {
"start": {
"line": 235,
"column": 20
},
"end": {
"line": 237,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 10261,
"end": 10269,
"loc": {
"start": {
"line": 235,
"column": 20
},
"end": {
"line": 235,
"column": 28
},
"identifierName": "getTitle"
},
"name": "getTitle"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 10271,
"end": 10418,
"loc": {
"start": {
"line": 235,
"column": 30
},
"end": {
"line": 237,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 10272,
"end": 10279,
"loc": {
"start": {
"line": 235,
"column": 31
},
"end": {
"line": 235,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 10284,
"end": 10418,
"loc": {
"start": {
"line": 235,
"column": 43
},
"end": {
"line": 237,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 10310,
"end": 10396,
"loc": {
"start": {
"line": 236,
"column": 24
},
"end": {
"line": 236,
"column": 110
}
},
"argument": {
"type": "LogicalExpression",
"start": 10317,
"end": 10395,
"loc": {
"start": {
"line": 236,
"column": 31
},
"end": {
"line": 236,
"column": 109
}
},
"left": {
"type": "CallExpression",
"start": 10317,
"end": 10383,
"loc": {
"start": {
"line": 236,
"column": 31
},
"end": {
"line": 236,
"column": 97
}
},
"callee": {
"type": "MemberExpression",
"start": 10317,
"end": 10355,
"loc": {
"start": {
"line": 236,
"column": 31
},
"end": {
"line": 236,
"column": 69
}
},
"object": {
"type": "MemberExpression",
"start": 10317,
"end": 10345,
"loc": {
"start": {
"line": 236,
"column": 31
},
"end": {
"line": 236,
"column": 59
}
},
"object": {
"type": "MemberExpression",
"start": 10317,
"end": 10331,
"loc": {
"start": {
"line": 236,
"column": 31
},
"end": {
"line": 236,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 10317,
"end": 10324,
"loc": {
"start": {
"line": 236,
"column": 31
},
"end": {
"line": 236,
"column": 38
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 10325,
"end": 10331,
"loc": {
"start": {
"line": 236,
"column": 39
},
"end": {
"line": 236,
"column": 45
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 10332,
"end": 10345,
"loc": {
"start": {
"line": 236,
"column": 46
},
"end": {
"line": 236,
"column": 59
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 10346,
"end": 10355,
"loc": {
"start": {
"line": 236,
"column": 60
},
"end": {
"line": 236,
"column": 69
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 10356,
"end": 10382,
"loc": {
"start": {
"line": 236,
"column": 70
},
"end": {
"line": 236,
"column": 96
}
},
"extra": {
"rawValue": "objectContextMenu.select",
"raw": "\"objectContextMenu.select\""
},
"value": "objectContextMenu.select"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 10387,
"end": 10395,
"loc": {
"start": {
"line": 236,
"column": 101
},
"end": {
"line": 236,
"column": 109
}
},
"extra": {
"rawValue": "Select",
"raw": "\"Select\""
},
"value": "Select"
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 10440,
"end": 10547,
"loc": {
"start": {
"line": 238,
"column": 20
},
"end": {
"line": 240,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 10440,
"end": 10450,
"loc": {
"start": {
"line": 238,
"column": 20
},
"end": {
"line": 238,
"column": 30
},
"identifierName": "getEnabled"
},
"name": "getEnabled"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 10452,
"end": 10547,
"loc": {
"start": {
"line": 238,
"column": 32
},
"end": {
"line": 240,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 10453,
"end": 10460,
"loc": {
"start": {
"line": 238,
"column": 33
},
"end": {
"line": 238,
"column": 40
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 10465,
"end": 10547,
"loc": {
"start": {
"line": 238,
"column": 45
},
"end": {
"line": 240,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 10491,
"end": 10525,
"loc": {
"start": {
"line": 239,
"column": 24
},
"end": {
"line": 239,
"column": 58
}
},
"argument": {
"type": "UnaryExpression",
"start": 10499,
"end": 10523,
"loc": {
"start": {
"line": 239,
"column": 32
},
"end": {
"line": 239,
"column": 56
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 10500,
"end": 10523,
"loc": {
"start": {
"line": 239,
"column": 33
},
"end": {
"line": 239,
"column": 56
}
},
"object": {
"type": "MemberExpression",
"start": 10500,
"end": 10514,
"loc": {
"start": {
"line": 239,
"column": 33
},
"end": {
"line": 239,
"column": 47
}
},
"object": {
"type": "Identifier",
"start": 10500,
"end": 10507,
"loc": {
"start": {
"line": 239,
"column": 33
},
"end": {
"line": 239,
"column": 40
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 10508,
"end": 10514,
"loc": {
"start": {
"line": 239,
"column": 41
},
"end": {
"line": 239,
"column": 47
},
"identifierName": "entity"
},
"name": "entity"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 10515,
"end": 10523,
"loc": {
"start": {
"line": 239,
"column": 48
},
"end": {
"line": 239,
"column": 56
},
"identifierName": "selected"
},
"name": "selected"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false,
"parenthesized": true,
"parenStart": 10498
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 10569,
"end": 10672,
"loc": {
"start": {
"line": 241,
"column": 20
},
"end": {
"line": 244,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 10569,
"end": 10577,
"loc": {
"start": {
"line": 241,
"column": 20
},
"end": {
"line": 241,
"column": 28
},
"identifierName": "doAction"
},
"name": "doAction"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 10579,
"end": 10672,
"loc": {
"start": {
"line": 241,
"column": 30
},
"end": {
"line": 244,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 10580,
"end": 10587,
"loc": {
"start": {
"line": 241,
"column": 31
},
"end": {
"line": 241,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 10592,
"end": 10672,
"loc": {
"start": {
"line": 241,
"column": 43
},
"end": {
"line": 244,
"column": 21
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 10618,
"end": 10649,
"loc": {
"start": {
"line": 242,
"column": 24
},
"end": {
"line": 242,
"column": 55
}
},
"expression": {
"type": "AssignmentExpression",
"start": 10618,
"end": 10648,
"loc": {
"start": {
"line": 242,
"column": 24
},
"end": {
"line": 242,
"column": 54
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 10618,
"end": 10641,
"loc": {
"start": {
"line": 242,
"column": 24
},
"end": {
"line": 242,
"column": 47
}
},
"object": {
"type": "MemberExpression",
"start": 10618,
"end": 10632,
"loc": {
"start": {
"line": 242,
"column": 24
},
"end": {
"line": 242,
"column": 38
}
},
"object": {
"type": "Identifier",
"start": 10618,
"end": 10625,
"loc": {
"start": {
"line": 242,
"column": 24
},
"end": {
"line": 242,
"column": 31
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 10626,
"end": 10632,
"loc": {
"start": {
"line": 242,
"column": 32
},
"end": {
"line": 242,
"column": 38
},
"identifierName": "entity"
},
"name": "entity"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 10633,
"end": 10641,
"loc": {
"start": {
"line": 242,
"column": 39
},
"end": {
"line": 242,
"column": 47
},
"identifierName": "selected"
},
"name": "selected"
},
"computed": false
},
"right": {
"type": "BooleanLiteral",
"start": 10644,
"end": 10648,
"loc": {
"start": {
"line": 242,
"column": 50
},
"end": {
"line": 242,
"column": 54
}
},
"value": true
}
}
}
],
"directives": []
}
}
}
]
},
{
"type": "ObjectExpression",
"start": 10708,
"end": 11165,
"loc": {
"start": {
"line": 246,
"column": 16
},
"end": {
"line": 256,
"column": 17
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 10730,
"end": 10896,
"loc": {
"start": {
"line": 247,
"column": 20
},
"end": {
"line": 249,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 10730,
"end": 10738,
"loc": {
"start": {
"line": 247,
"column": 20
},
"end": {
"line": 247,
"column": 28
},
"identifierName": "getTitle"
},
"name": "getTitle"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 10740,
"end": 10896,
"loc": {
"start": {
"line": 247,
"column": 30
},
"end": {
"line": 249,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 10741,
"end": 10748,
"loc": {
"start": {
"line": 247,
"column": 31
},
"end": {
"line": 247,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 10753,
"end": 10896,
"loc": {
"start": {
"line": 247,
"column": 43
},
"end": {
"line": 249,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 10779,
"end": 10874,
"loc": {
"start": {
"line": 248,
"column": 24
},
"end": {
"line": 248,
"column": 119
}
},
"argument": {
"type": "LogicalExpression",
"start": 10786,
"end": 10873,
"loc": {
"start": {
"line": 248,
"column": 31
},
"end": {
"line": 248,
"column": 118
}
},
"left": {
"type": "CallExpression",
"start": 10786,
"end": 10856,
"loc": {
"start": {
"line": 248,
"column": 31
},
"end": {
"line": 248,
"column": 101
}
},
"callee": {
"type": "MemberExpression",
"start": 10786,
"end": 10824,
"loc": {
"start": {
"line": 248,
"column": 31
},
"end": {
"line": 248,
"column": 69
}
},
"object": {
"type": "MemberExpression",
"start": 10786,
"end": 10814,
"loc": {
"start": {
"line": 248,
"column": 31
},
"end": {
"line": 248,
"column": 59
}
},
"object": {
"type": "MemberExpression",
"start": 10786,
"end": 10800,
"loc": {
"start": {
"line": 248,
"column": 31
},
"end": {
"line": 248,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 10786,
"end": 10793,
"loc": {
"start": {
"line": 248,
"column": 31
},
"end": {
"line": 248,
"column": 38
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 10794,
"end": 10800,
"loc": {
"start": {
"line": 248,
"column": 39
},
"end": {
"line": 248,
"column": 45
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 10801,
"end": 10814,
"loc": {
"start": {
"line": 248,
"column": 46
},
"end": {
"line": 248,
"column": 59
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 10815,
"end": 10824,
"loc": {
"start": {
"line": 248,
"column": 60
},
"end": {
"line": 248,
"column": 69
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 10825,
"end": 10855,
"loc": {
"start": {
"line": 248,
"column": 70
},
"end": {
"line": 248,
"column": 100
}
},
"extra": {
"rawValue": "objectContextMenu.undoSelect",
"raw": "\"objectContextMenu.undoSelect\""
},
"value": "objectContextMenu.undoSelect"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 10860,
"end": 10873,
"loc": {
"start": {
"line": 248,
"column": 105
},
"end": {
"line": 248,
"column": 118
}
},
"extra": {
"rawValue": "Undo Select",
"raw": "\"Undo Select\""
},
"value": "Undo Select"
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 10918,
"end": 11022,
"loc": {
"start": {
"line": 250,
"column": 20
},
"end": {
"line": 252,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 10918,
"end": 10928,
"loc": {
"start": {
"line": 250,
"column": 20
},
"end": {
"line": 250,
"column": 30
},
"identifierName": "getEnabled"
},
"name": "getEnabled"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 10930,
"end": 11022,
"loc": {
"start": {
"line": 250,
"column": 32
},
"end": {
"line": 252,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 10931,
"end": 10938,
"loc": {
"start": {
"line": 250,
"column": 33
},
"end": {
"line": 250,
"column": 40
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 10943,
"end": 11022,
"loc": {
"start": {
"line": 250,
"column": 45
},
"end": {
"line": 252,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 10969,
"end": 11000,
"loc": {
"start": {
"line": 251,
"column": 24
},
"end": {
"line": 251,
"column": 55
}
},
"argument": {
"type": "MemberExpression",
"start": 10976,
"end": 10999,
"loc": {
"start": {
"line": 251,
"column": 31
},
"end": {
"line": 251,
"column": 54
}
},
"object": {
"type": "MemberExpression",
"start": 10976,
"end": 10990,
"loc": {
"start": {
"line": 251,
"column": 31
},
"end": {
"line": 251,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 10976,
"end": 10983,
"loc": {
"start": {
"line": 251,
"column": 31
},
"end": {
"line": 251,
"column": 38
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 10984,
"end": 10990,
"loc": {
"start": {
"line": 251,
"column": 39
},
"end": {
"line": 251,
"column": 45
},
"identifierName": "entity"
},
"name": "entity"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 10991,
"end": 10999,
"loc": {
"start": {
"line": 251,
"column": 46
},
"end": {
"line": 251,
"column": 54
},
"identifierName": "selected"
},
"name": "selected"
},
"computed": false
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 11044,
"end": 11147,
"loc": {
"start": {
"line": 253,
"column": 20
},
"end": {
"line": 255,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 11044,
"end": 11052,
"loc": {
"start": {
"line": 253,
"column": 20
},
"end": {
"line": 253,
"column": 28
},
"identifierName": "doAction"
},
"name": "doAction"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 11054,
"end": 11147,
"loc": {
"start": {
"line": 253,
"column": 30
},
"end": {
"line": 255,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 11055,
"end": 11062,
"loc": {
"start": {
"line": 253,
"column": 31
},
"end": {
"line": 253,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 11067,
"end": 11147,
"loc": {
"start": {
"line": 253,
"column": 43
},
"end": {
"line": 255,
"column": 21
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 11093,
"end": 11125,
"loc": {
"start": {
"line": 254,
"column": 24
},
"end": {
"line": 254,
"column": 56
}
},
"expression": {
"type": "AssignmentExpression",
"start": 11093,
"end": 11124,
"loc": {
"start": {
"line": 254,
"column": 24
},
"end": {
"line": 254,
"column": 55
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 11093,
"end": 11116,
"loc": {
"start": {
"line": 254,
"column": 24
},
"end": {
"line": 254,
"column": 47
}
},
"object": {
"type": "MemberExpression",
"start": 11093,
"end": 11107,
"loc": {
"start": {
"line": 254,
"column": 24
},
"end": {
"line": 254,
"column": 38
}
},
"object": {
"type": "Identifier",
"start": 11093,
"end": 11100,
"loc": {
"start": {
"line": 254,
"column": 24
},
"end": {
"line": 254,
"column": 31
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 11101,
"end": 11107,
"loc": {
"start": {
"line": 254,
"column": 32
},
"end": {
"line": 254,
"column": 38
},
"identifierName": "entity"
},
"name": "entity"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 11108,
"end": 11116,
"loc": {
"start": {
"line": 254,
"column": 39
},
"end": {
"line": 254,
"column": 47
},
"identifierName": "selected"
},
"name": "selected"
},
"computed": false
},
"right": {
"type": "BooleanLiteral",
"start": 11119,
"end": 11124,
"loc": {
"start": {
"line": 254,
"column": 50
},
"end": {
"line": 254,
"column": 55
}
},
"value": false
}
}
}
],
"directives": []
}
}
}
]
},
{
"type": "ObjectExpression",
"start": 11183,
"end": 11717,
"loc": {
"start": {
"line": 257,
"column": 16
},
"end": {
"line": 267,
"column": 17
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 11205,
"end": 11371,
"loc": {
"start": {
"line": 258,
"column": 20
},
"end": {
"line": 260,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 11205,
"end": 11213,
"loc": {
"start": {
"line": 258,
"column": 20
},
"end": {
"line": 258,
"column": 28
},
"identifierName": "getTitle"
},
"name": "getTitle"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 11215,
"end": 11371,
"loc": {
"start": {
"line": 258,
"column": 30
},
"end": {
"line": 260,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 11216,
"end": 11223,
"loc": {
"start": {
"line": 258,
"column": 31
},
"end": {
"line": 258,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 11228,
"end": 11371,
"loc": {
"start": {
"line": 258,
"column": 43
},
"end": {
"line": 260,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 11254,
"end": 11349,
"loc": {
"start": {
"line": 259,
"column": 24
},
"end": {
"line": 259,
"column": 119
}
},
"argument": {
"type": "LogicalExpression",
"start": 11261,
"end": 11348,
"loc": {
"start": {
"line": 259,
"column": 31
},
"end": {
"line": 259,
"column": 118
}
},
"left": {
"type": "CallExpression",
"start": 11261,
"end": 11331,
"loc": {
"start": {
"line": 259,
"column": 31
},
"end": {
"line": 259,
"column": 101
}
},
"callee": {
"type": "MemberExpression",
"start": 11261,
"end": 11299,
"loc": {
"start": {
"line": 259,
"column": 31
},
"end": {
"line": 259,
"column": 69
}
},
"object": {
"type": "MemberExpression",
"start": 11261,
"end": 11289,
"loc": {
"start": {
"line": 259,
"column": 31
},
"end": {
"line": 259,
"column": 59
}
},
"object": {
"type": "MemberExpression",
"start": 11261,
"end": 11275,
"loc": {
"start": {
"line": 259,
"column": 31
},
"end": {
"line": 259,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 11261,
"end": 11268,
"loc": {
"start": {
"line": 259,
"column": 31
},
"end": {
"line": 259,
"column": 38
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 11269,
"end": 11275,
"loc": {
"start": {
"line": 259,
"column": 39
},
"end": {
"line": 259,
"column": 45
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 11276,
"end": 11289,
"loc": {
"start": {
"line": 259,
"column": 46
},
"end": {
"line": 259,
"column": 59
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 11290,
"end": 11299,
"loc": {
"start": {
"line": 259,
"column": 60
},
"end": {
"line": 259,
"column": 69
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 11300,
"end": 11330,
"loc": {
"start": {
"line": 259,
"column": 70
},
"end": {
"line": 259,
"column": 100
}
},
"extra": {
"rawValue": "objectContextMenu.selectNone",
"raw": "\"objectContextMenu.selectNone\""
},
"value": "objectContextMenu.selectNone"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 11335,
"end": 11348,
"loc": {
"start": {
"line": 259,
"column": 105
},
"end": {
"line": 259,
"column": 118
}
},
"extra": {
"rawValue": "Select None",
"raw": "\"Select None\""
},
"value": "Select None"
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 11393,
"end": 11519,
"loc": {
"start": {
"line": 261,
"column": 20
},
"end": {
"line": 263,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 11393,
"end": 11403,
"loc": {
"start": {
"line": 261,
"column": 20
},
"end": {
"line": 261,
"column": 30
},
"identifierName": "getEnabled"
},
"name": "getEnabled"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 11405,
"end": 11519,
"loc": {
"start": {
"line": 261,
"column": 32
},
"end": {
"line": 263,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 11406,
"end": 11413,
"loc": {
"start": {
"line": 261,
"column": 33
},
"end": {
"line": 261,
"column": 40
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 11418,
"end": 11519,
"loc": {
"start": {
"line": 261,
"column": 45
},
"end": {
"line": 263,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 11444,
"end": 11497,
"loc": {
"start": {
"line": 262,
"column": 24
},
"end": {
"line": 262,
"column": 77
}
},
"argument": {
"type": "BinaryExpression",
"start": 11452,
"end": 11495,
"loc": {
"start": {
"line": 262,
"column": 32
},
"end": {
"line": 262,
"column": 75
}
},
"left": {
"type": "MemberExpression",
"start": 11452,
"end": 11491,
"loc": {
"start": {
"line": 262,
"column": 32
},
"end": {
"line": 262,
"column": 71
}
},
"object": {
"type": "MemberExpression",
"start": 11452,
"end": 11472,
"loc": {
"start": {
"line": 262,
"column": 32
},
"end": {
"line": 262,
"column": 52
}
},
"object": {
"type": "MemberExpression",
"start": 11452,
"end": 11466,
"loc": {
"start": {
"line": 262,
"column": 32
},
"end": {
"line": 262,
"column": 46
}
},
"object": {
"type": "Identifier",
"start": 11452,
"end": 11459,
"loc": {
"start": {
"line": 262,
"column": 32
},
"end": {
"line": 262,
"column": 39
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 11460,
"end": 11466,
"loc": {
"start": {
"line": 262,
"column": 40
},
"end": {
"line": 262,
"column": 46
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 11467,
"end": 11472,
"loc": {
"start": {
"line": 262,
"column": 47
},
"end": {
"line": 262,
"column": 52
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 11473,
"end": 11491,
"loc": {
"start": {
"line": 262,
"column": 53
},
"end": {
"line": 262,
"column": 71
},
"identifierName": "numSelectedObjects"
},
"name": "numSelectedObjects"
},
"computed": false
},
"operator": ">",
"right": {
"type": "NumericLiteral",
"start": 11494,
"end": 11495,
"loc": {
"start": {
"line": 262,
"column": 74
},
"end": {
"line": 262,
"column": 75
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
},
"extra": {
"parenthesized": true,
"parenStart": 11451
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 11541,
"end": 11699,
"loc": {
"start": {
"line": 264,
"column": 20
},
"end": {
"line": 266,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 11541,
"end": 11549,
"loc": {
"start": {
"line": 264,
"column": 20
},
"end": {
"line": 264,
"column": 28
},
"identifierName": "doAction"
},
"name": "doAction"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 11551,
"end": 11699,
"loc": {
"start": {
"line": 264,
"column": 30
},
"end": {
"line": 266,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 11552,
"end": 11559,
"loc": {
"start": {
"line": 264,
"column": 31
},
"end": {
"line": 264,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 11564,
"end": 11699,
"loc": {
"start": {
"line": 264,
"column": 43
},
"end": {
"line": 266,
"column": 21
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 11590,
"end": 11677,
"loc": {
"start": {
"line": 265,
"column": 24
},
"end": {
"line": 265,
"column": 111
}
},
"expression": {
"type": "CallExpression",
"start": 11590,
"end": 11676,
"loc": {
"start": {
"line": 265,
"column": 24
},
"end": {
"line": 265,
"column": 110
}
},
"callee": {
"type": "MemberExpression",
"start": 11590,
"end": 11629,
"loc": {
"start": {
"line": 265,
"column": 24
},
"end": {
"line": 265,
"column": 63
}
},
"object": {
"type": "MemberExpression",
"start": 11590,
"end": 11610,
"loc": {
"start": {
"line": 265,
"column": 24
},
"end": {
"line": 265,
"column": 44
}
},
"object": {
"type": "MemberExpression",
"start": 11590,
"end": 11604,
"loc": {
"start": {
"line": 265,
"column": 24
},
"end": {
"line": 265,
"column": 38
}
},
"object": {
"type": "Identifier",
"start": 11590,
"end": 11597,
"loc": {
"start": {
"line": 265,
"column": 24
},
"end": {
"line": 265,
"column": 31
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 11598,
"end": 11604,
"loc": {
"start": {
"line": 265,
"column": 32
},
"end": {
"line": 265,
"column": 38
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 11605,
"end": 11610,
"loc": {
"start": {
"line": 265,
"column": 39
},
"end": {
"line": 265,
"column": 44
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 11611,
"end": 11629,
"loc": {
"start": {
"line": 265,
"column": 45
},
"end": {
"line": 265,
"column": 63
},
"identifierName": "setObjectsSelected"
},
"name": "setObjectsSelected"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 11630,
"end": 11668,
"loc": {
"start": {
"line": 265,
"column": 64
},
"end": {
"line": 265,
"column": 102
}
},
"object": {
"type": "MemberExpression",
"start": 11630,
"end": 11650,
"loc": {
"start": {
"line": 265,
"column": 64
},
"end": {
"line": 265,
"column": 84
}
},
"object": {
"type": "MemberExpression",
"start": 11630,
"end": 11644,
"loc": {
"start": {
"line": 265,
"column": 64
},
"end": {
"line": 265,
"column": 78
}
},
"object": {
"type": "Identifier",
"start": 11630,
"end": 11637,
"loc": {
"start": {
"line": 265,
"column": 64
},
"end": {
"line": 265,
"column": 71
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 11638,
"end": 11644,
"loc": {
"start": {
"line": 265,
"column": 72
},
"end": {
"line": 265,
"column": 78
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 11645,
"end": 11650,
"loc": {
"start": {
"line": 265,
"column": 79
},
"end": {
"line": 265,
"column": 84
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 11651,
"end": 11668,
"loc": {
"start": {
"line": 265,
"column": 85
},
"end": {
"line": 265,
"column": 102
},
"identifierName": "selectedObjectIds"
},
"name": "selectedObjectIds"
},
"computed": false
},
{
"type": "BooleanLiteral",
"start": 11670,
"end": 11675,
"loc": {
"start": {
"line": 265,
"column": 104
},
"end": {
"line": 265,
"column": 109
}
},
"value": false
}
]
}
}
],
"directives": []
}
}
}
]
}
]
},
{
"type": "ArrayExpression",
"start": 11745,
"end": 12255,
"loc": {
"start": {
"line": 269,
"column": 12
},
"end": {
"line": 281,
"column": 13
}
},
"elements": [
{
"type": "ObjectExpression",
"start": 11763,
"end": 12241,
"loc": {
"start": {
"line": 270,
"column": 16
},
"end": {
"line": 280,
"column": 17
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 11785,
"end": 11953,
"loc": {
"start": {
"line": 271,
"column": 20
},
"end": {
"line": 273,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 11785,
"end": 11793,
"loc": {
"start": {
"line": 271,
"column": 20
},
"end": {
"line": 271,
"column": 28
},
"identifierName": "getTitle"
},
"name": "getTitle"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 11795,
"end": 11953,
"loc": {
"start": {
"line": 271,
"column": 30
},
"end": {
"line": 273,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 11796,
"end": 11803,
"loc": {
"start": {
"line": 271,
"column": 31
},
"end": {
"line": 271,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 11808,
"end": 11953,
"loc": {
"start": {
"line": 271,
"column": 43
},
"end": {
"line": 273,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 11834,
"end": 11931,
"loc": {
"start": {
"line": 272,
"column": 24
},
"end": {
"line": 272,
"column": 121
}
},
"argument": {
"type": "LogicalExpression",
"start": 11841,
"end": 11930,
"loc": {
"start": {
"line": 272,
"column": 31
},
"end": {
"line": 272,
"column": 120
}
},
"left": {
"type": "CallExpression",
"start": 11841,
"end": 11912,
"loc": {
"start": {
"line": 272,
"column": 31
},
"end": {
"line": 272,
"column": 102
}
},
"callee": {
"type": "MemberExpression",
"start": 11841,
"end": 11879,
"loc": {
"start": {
"line": 272,
"column": 31
},
"end": {
"line": 272,
"column": 69
}
},
"object": {
"type": "MemberExpression",
"start": 11841,
"end": 11869,
"loc": {
"start": {
"line": 272,
"column": 31
},
"end": {
"line": 272,
"column": 59
}
},
"object": {
"type": "MemberExpression",
"start": 11841,
"end": 11855,
"loc": {
"start": {
"line": 272,
"column": 31
},
"end": {
"line": 272,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 11841,
"end": 11848,
"loc": {
"start": {
"line": 272,
"column": 31
},
"end": {
"line": 272,
"column": 38
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 11849,
"end": 11855,
"loc": {
"start": {
"line": 272,
"column": 39
},
"end": {
"line": 272,
"column": 45
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 11856,
"end": 11869,
"loc": {
"start": {
"line": 272,
"column": 46
},
"end": {
"line": 272,
"column": 59
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 11870,
"end": 11879,
"loc": {
"start": {
"line": 272,
"column": 60
},
"end": {
"line": 272,
"column": 69
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 11880,
"end": 11911,
"loc": {
"start": {
"line": 272,
"column": 70
},
"end": {
"line": 272,
"column": 101
}
},
"extra": {
"rawValue": "objectContextMenu.clearSlices",
"raw": "\"objectContextMenu.clearSlices\""
},
"value": "objectContextMenu.clearSlices"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 11916,
"end": 11930,
"loc": {
"start": {
"line": 272,
"column": 106
},
"end": {
"line": 272,
"column": 120
}
},
"extra": {
"rawValue": "Clear Slices",
"raw": "\"Clear Slices\""
},
"value": "Clear Slices"
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 11975,
"end": 12096,
"loc": {
"start": {
"line": 274,
"column": 20
},
"end": {
"line": 276,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 11975,
"end": 11985,
"loc": {
"start": {
"line": 274,
"column": 20
},
"end": {
"line": 274,
"column": 30
},
"identifierName": "getEnabled"
},
"name": "getEnabled"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 11987,
"end": 12096,
"loc": {
"start": {
"line": 274,
"column": 32
},
"end": {
"line": 276,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 11988,
"end": 11995,
"loc": {
"start": {
"line": 274,
"column": 33
},
"end": {
"line": 274,
"column": 40
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 12000,
"end": 12096,
"loc": {
"start": {
"line": 274,
"column": 45
},
"end": {
"line": 276,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 12026,
"end": 12074,
"loc": {
"start": {
"line": 275,
"column": 24
},
"end": {
"line": 275,
"column": 72
}
},
"argument": {
"type": "BinaryExpression",
"start": 12034,
"end": 12072,
"loc": {
"start": {
"line": 275,
"column": 32
},
"end": {
"line": 275,
"column": 70
}
},
"left": {
"type": "CallExpression",
"start": 12034,
"end": 12068,
"loc": {
"start": {
"line": 275,
"column": 32
},
"end": {
"line": 275,
"column": 66
}
},
"callee": {
"type": "MemberExpression",
"start": 12034,
"end": 12066,
"loc": {
"start": {
"line": 275,
"column": 32
},
"end": {
"line": 275,
"column": 64
}
},
"object": {
"type": "MemberExpression",
"start": 12034,
"end": 12051,
"loc": {
"start": {
"line": 275,
"column": 32
},
"end": {
"line": 275,
"column": 49
}
},
"object": {
"type": "Identifier",
"start": 12034,
"end": 12041,
"loc": {
"start": {
"line": 275,
"column": 32
},
"end": {
"line": 275,
"column": 39
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 12042,
"end": 12051,
"loc": {
"start": {
"line": 275,
"column": 40
},
"end": {
"line": 275,
"column": 49
},
"identifierName": "bimViewer"
},
"name": "bimViewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 12052,
"end": 12066,
"loc": {
"start": {
"line": 275,
"column": 50
},
"end": {
"line": 275,
"column": 64
},
"identifierName": "getNumSections"
},
"name": "getNumSections"
},
"computed": false
},
"arguments": []
},
"operator": ">",
"right": {
"type": "NumericLiteral",
"start": 12071,
"end": 12072,
"loc": {
"start": {
"line": 275,
"column": 69
},
"end": {
"line": 275,
"column": 70
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
},
"extra": {
"parenthesized": true,
"parenStart": 12033
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 12118,
"end": 12223,
"loc": {
"start": {
"line": 277,
"column": 20
},
"end": {
"line": 279,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 12118,
"end": 12126,
"loc": {
"start": {
"line": 277,
"column": 20
},
"end": {
"line": 277,
"column": 28
},
"identifierName": "doAction"
},
"name": "doAction"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 12128,
"end": 12223,
"loc": {
"start": {
"line": 277,
"column": 30
},
"end": {
"line": 279,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 12129,
"end": 12136,
"loc": {
"start": {
"line": 277,
"column": 31
},
"end": {
"line": 277,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 12141,
"end": 12223,
"loc": {
"start": {
"line": 277,
"column": 43
},
"end": {
"line": 279,
"column": 21
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 12167,
"end": 12201,
"loc": {
"start": {
"line": 278,
"column": 24
},
"end": {
"line": 278,
"column": 58
}
},
"expression": {
"type": "CallExpression",
"start": 12167,
"end": 12200,
"loc": {
"start": {
"line": 278,
"column": 24
},
"end": {
"line": 278,
"column": 57
}
},
"callee": {
"type": "MemberExpression",
"start": 12167,
"end": 12198,
"loc": {
"start": {
"line": 278,
"column": 24
},
"end": {
"line": 278,
"column": 55
}
},
"object": {
"type": "MemberExpression",
"start": 12167,
"end": 12184,
"loc": {
"start": {
"line": 278,
"column": 24
},
"end": {
"line": 278,
"column": 41
}
},
"object": {
"type": "Identifier",
"start": 12167,
"end": 12174,
"loc": {
"start": {
"line": 278,
"column": 24
},
"end": {
"line": 278,
"column": 31
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 12175,
"end": 12184,
"loc": {
"start": {
"line": 278,
"column": 32
},
"end": {
"line": 278,
"column": 41
},
"identifierName": "bimViewer"
},
"name": "bimViewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 12185,
"end": 12198,
"loc": {
"start": {
"line": 278,
"column": 42
},
"end": {
"line": 278,
"column": 55
},
"identifierName": "clearSections"
},
"name": "clearSections"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
}
}
}
]
}
]
}
]
}
}
}
],
"directives": []
}
}
]
},
"leadingComments": [],
"name": "_",
"trailingComments": []
},
{
"type": "ExportNamedDeclaration",
"start": 12276,
"end": 12303,
"loc": {
"start": {
"line": 286,
"column": 0
},
"end": {
"line": 286,
"column": 27
}
},
"declaration": null,
"specifiers": [
{
"type": "ExportSpecifier",
"start": 12284,
"end": 12301,
"loc": {
"start": {
"line": 286,
"column": 8
},
"end": {
"line": 286,
"column": 25
}
},
"local": {
"type": "Identifier",
"start": 12284,
"end": 12301,
"loc": {
"start": {
"line": 286,
"column": 8
},
"end": {
"line": 286,
"column": 25
},
"identifierName": "ObjectContextMenu"
},
"name": "ObjectContextMenu"
},
"exported": {
"type": "Identifier",
"start": 12284,
"end": 12301,
"loc": {
"start": {
"line": 286,
"column": 8
},
"end": {
"line": 286,
"column": 25
},
"identifierName": "ObjectContextMenu"
},
"name": "ObjectContextMenu"
}
}
],
"source": null
},
{
"type": "ExportNamedDeclaration",
"start": 12276,
"end": 12303,
"loc": {
"start": {
"line": 286,
"column": 0
},
"end": {
"line": 286,
"column": 27
}
},
"declaration": {
"type": "ClassDeclaration",
"start": 97,
"end": 12274,
"loc": {
"start": {
"line": 6,
"column": 0
},
"end": {
"line": 284,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 103,
"end": 120,
"loc": {
"start": {
"line": 6,
"column": 6
},
"end": {
"line": 6,
"column": 23
},
"identifierName": "ObjectContextMenu"
},
"name": "ObjectContextMenu",
"leadingComments": null
},
"superClass": {
"type": "Identifier",
"start": 129,
"end": 140,
"loc": {
"start": {
"line": 6,
"column": 32
},
"end": {
"line": 6,
"column": 43
},
"identifierName": "ContextMenu"
},
"name": "ContextMenu"
},
"body": {
"type": "ClassBody",
"start": 141,
"end": 12274,
"loc": {
"start": {
"line": 6,
"column": 44
},
"end": {
"line": 284,
"column": 1
}
},
"body": [
{
"type": "ClassMethod",
"start": 148,
"end": 270,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 12,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 148,
"end": 159,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 8,
"column": 15
},
"identifierName": "constructor"
},
"name": "constructor"
},
"kind": "constructor",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 160,
"end": 169,
"loc": {
"start": {
"line": 8,
"column": 16
},
"end": {
"line": 8,
"column": 25
},
"identifierName": "bimViewer"
},
"name": "bimViewer"
},
{
"type": "AssignmentPattern",
"start": 171,
"end": 177,
"loc": {
"start": {
"line": 8,
"column": 27
},
"end": {
"line": 8,
"column": 33
}
},
"left": {
"type": "Identifier",
"start": 171,
"end": 174,
"loc": {
"start": {
"line": 8,
"column": 27
},
"end": {
"line": 8,
"column": 30
},
"identifierName": "cfg"
},
"name": "cfg"
},
"right": {
"type": "ObjectExpression",
"start": 175,
"end": 177,
"loc": {
"start": {
"line": 8,
"column": 31
},
"end": {
"line": 8,
"column": 33
}
},
"properties": []
}
}
],
"body": {
"type": "BlockStatement",
"start": 179,
"end": 270,
"loc": {
"start": {
"line": 8,
"column": 35
},
"end": {
"line": 12,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 189,
"end": 200,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 19
}
},
"expression": {
"type": "CallExpression",
"start": 189,
"end": 199,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 18
}
},
"callee": {
"type": "Super",
"start": 189,
"end": 194,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 13
}
}
},
"arguments": [
{
"type": "Identifier",
"start": 195,
"end": 198,
"loc": {
"start": {
"line": 9,
"column": 14
},
"end": {
"line": 9,
"column": 17
},
"identifierName": "cfg"
},
"name": "cfg"
}
]
}
},
{
"type": "ExpressionStatement",
"start": 209,
"end": 237,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 10,
"column": 36
}
},
"expression": {
"type": "AssignmentExpression",
"start": 209,
"end": 236,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 10,
"column": 35
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 209,
"end": 224,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 10,
"column": 23
}
},
"object": {
"type": "ThisExpression",
"start": 209,
"end": 213,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 10,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 214,
"end": 224,
"loc": {
"start": {
"line": 10,
"column": 13
},
"end": {
"line": 10,
"column": 23
},
"identifierName": "_bimViewer"
},
"name": "_bimViewer"
},
"computed": false
},
"right": {
"type": "Identifier",
"start": 227,
"end": 236,
"loc": {
"start": {
"line": 10,
"column": 26
},
"end": {
"line": 10,
"column": 35
},
"identifierName": "bimViewer"
},
"name": "bimViewer"
}
}
},
{
"type": "ExpressionStatement",
"start": 246,
"end": 264,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 26
}
},
"expression": {
"type": "CallExpression",
"start": 246,
"end": 263,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 25
}
},
"callee": {
"type": "MemberExpression",
"start": 246,
"end": 261,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 23
}
},
"object": {
"type": "ThisExpression",
"start": 246,
"end": 250,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 251,
"end": 261,
"loc": {
"start": {
"line": 11,
"column": 13
},
"end": {
"line": 11,
"column": 23
},
"identifierName": "_buildMenu"
},
"name": "_buildMenu"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 276,
"end": 12272,
"loc": {
"start": {
"line": 14,
"column": 4
},
"end": {
"line": 283,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 276,
"end": 286,
"loc": {
"start": {
"line": 14,
"column": 4
},
"end": {
"line": 14,
"column": 14
},
"identifierName": "_buildMenu"
},
"name": "_buildMenu"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 289,
"end": 12272,
"loc": {
"start": {
"line": 14,
"column": 17
},
"end": {
"line": 283,
"column": 5
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 300,
"end": 327,
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 35
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 306,
"end": 326,
"loc": {
"start": {
"line": 16,
"column": 14
},
"end": {
"line": 16,
"column": 34
}
},
"id": {
"type": "Identifier",
"start": 306,
"end": 321,
"loc": {
"start": {
"line": 16,
"column": 14
},
"end": {
"line": 16,
"column": 29
},
"identifierName": "showObjectItems"
},
"name": "showObjectItems"
},
"init": {
"type": "ArrayExpression",
"start": 324,
"end": 326,
"loc": {
"start": {
"line": 16,
"column": 32
},
"end": {
"line": 16,
"column": 34
}
},
"elements": []
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 336,
"end": 364,
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 36
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 342,
"end": 363,
"loc": {
"start": {
"line": 17,
"column": 14
},
"end": {
"line": 17,
"column": 35
}
},
"id": {
"type": "Identifier",
"start": 342,
"end": 358,
"loc": {
"start": {
"line": 17,
"column": 14
},
"end": {
"line": 17,
"column": 30
},
"identifierName": "focusObjectItems"
},
"name": "focusObjectItems"
},
"init": {
"type": "ArrayExpression",
"start": 361,
"end": 363,
"loc": {
"start": {
"line": 17,
"column": 33
},
"end": {
"line": 17,
"column": 35
}
},
"elements": []
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 374,
"end": 864,
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 29,
"column": 9
}
},
"test": {
"type": "MemberExpression",
"start": 378,
"end": 420,
"loc": {
"start": {
"line": 19,
"column": 12
},
"end": {
"line": 19,
"column": 54
}
},
"object": {
"type": "MemberExpression",
"start": 378,
"end": 393,
"loc": {
"start": {
"line": 19,
"column": 12
},
"end": {
"line": 19,
"column": 27
}
},
"object": {
"type": "ThisExpression",
"start": 378,
"end": 382,
"loc": {
"start": {
"line": 19,
"column": 12
},
"end": {
"line": 19,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 383,
"end": 393,
"loc": {
"start": {
"line": 19,
"column": 17
},
"end": {
"line": 19,
"column": 27
},
"identifierName": "_bimViewer"
},
"name": "_bimViewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 394,
"end": 420,
"loc": {
"start": {
"line": 19,
"column": 28
},
"end": {
"line": 19,
"column": 54
},
"identifierName": "_enablePropertiesInspector"
},
"name": "_enablePropertiesInspector"
},
"computed": false
},
"consequent": {
"type": "BlockStatement",
"start": 422,
"end": 864,
"loc": {
"start": {
"line": 19,
"column": 56
},
"end": {
"line": 29,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 436,
"end": 854,
"loc": {
"start": {
"line": 20,
"column": 12
},
"end": {
"line": 28,
"column": 16
}
},
"expression": {
"type": "CallExpression",
"start": 436,
"end": 853,
"loc": {
"start": {
"line": 20,
"column": 12
},
"end": {
"line": 28,
"column": 15
}
},
"callee": {
"type": "MemberExpression",
"start": 436,
"end": 456,
"loc": {
"start": {
"line": 20,
"column": 12
},
"end": {
"line": 20,
"column": 32
}
},
"object": {
"type": "Identifier",
"start": 436,
"end": 451,
"loc": {
"start": {
"line": 20,
"column": 12
},
"end": {
"line": 20,
"column": 27
},
"identifierName": "showObjectItems"
},
"name": "showObjectItems"
},
"property": {
"type": "Identifier",
"start": 452,
"end": 456,
"loc": {
"start": {
"line": 20,
"column": 28
},
"end": {
"line": 20,
"column": 32
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "SpreadElement",
"start": 457,
"end": 852,
"loc": {
"start": {
"line": 20,
"column": 33
},
"end": {
"line": 28,
"column": 14
}
},
"argument": {
"type": "ArrayExpression",
"start": 460,
"end": 852,
"loc": {
"start": {
"line": 20,
"column": 36
},
"end": {
"line": 28,
"column": 14
}
},
"elements": [
{
"type": "ObjectExpression",
"start": 461,
"end": 851,
"loc": {
"start": {
"line": 20,
"column": 37
},
"end": {
"line": 28,
"column": 13
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 479,
"end": 651,
"loc": {
"start": {
"line": 21,
"column": 16
},
"end": {
"line": 23,
"column": 17
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 479,
"end": 487,
"loc": {
"start": {
"line": 21,
"column": 16
},
"end": {
"line": 21,
"column": 24
},
"identifierName": "getTitle"
},
"name": "getTitle"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 489,
"end": 651,
"loc": {
"start": {
"line": 21,
"column": 26
},
"end": {
"line": 23,
"column": 17
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 490,
"end": 497,
"loc": {
"start": {
"line": 21,
"column": 27
},
"end": {
"line": 21,
"column": 34
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 502,
"end": 651,
"loc": {
"start": {
"line": 21,
"column": 39
},
"end": {
"line": 23,
"column": 17
}
},
"body": [
{
"type": "ReturnStatement",
"start": 524,
"end": 633,
"loc": {
"start": {
"line": 22,
"column": 20
},
"end": {
"line": 22,
"column": 129
}
},
"argument": {
"type": "LogicalExpression",
"start": 531,
"end": 632,
"loc": {
"start": {
"line": 22,
"column": 27
},
"end": {
"line": 22,
"column": 128
}
},
"left": {
"type": "CallExpression",
"start": 531,
"end": 608,
"loc": {
"start": {
"line": 22,
"column": 27
},
"end": {
"line": 22,
"column": 104
}
},
"callee": {
"type": "MemberExpression",
"start": 531,
"end": 569,
"loc": {
"start": {
"line": 22,
"column": 27
},
"end": {
"line": 22,
"column": 65
}
},
"object": {
"type": "MemberExpression",
"start": 531,
"end": 559,
"loc": {
"start": {
"line": 22,
"column": 27
},
"end": {
"line": 22,
"column": 55
}
},
"object": {
"type": "MemberExpression",
"start": 531,
"end": 545,
"loc": {
"start": {
"line": 22,
"column": 27
},
"end": {
"line": 22,
"column": 41
}
},
"object": {
"type": "Identifier",
"start": 531,
"end": 538,
"loc": {
"start": {
"line": 22,
"column": 27
},
"end": {
"line": 22,
"column": 34
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 539,
"end": 545,
"loc": {
"start": {
"line": 22,
"column": 35
},
"end": {
"line": 22,
"column": 41
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 546,
"end": 559,
"loc": {
"start": {
"line": 22,
"column": 42
},
"end": {
"line": 22,
"column": 55
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 560,
"end": 569,
"loc": {
"start": {
"line": 22,
"column": 56
},
"end": {
"line": 22,
"column": 65
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 570,
"end": 607,
"loc": {
"start": {
"line": 22,
"column": 66
},
"end": {
"line": 22,
"column": 103
}
},
"extra": {
"rawValue": "objectContextMenu.inspectProperties",
"raw": "\"objectContextMenu.inspectProperties\""
},
"value": "objectContextMenu.inspectProperties"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 612,
"end": 632,
"loc": {
"start": {
"line": 22,
"column": 108
},
"end": {
"line": 22,
"column": 128
}
},
"extra": {
"rawValue": "Inspect Properties",
"raw": "\"Inspect Properties\""
},
"value": "Inspect Properties"
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 669,
"end": 837,
"loc": {
"start": {
"line": 24,
"column": 16
},
"end": {
"line": 27,
"column": 17
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 669,
"end": 677,
"loc": {
"start": {
"line": 24,
"column": 16
},
"end": {
"line": 24,
"column": 24
},
"identifierName": "doAction"
},
"name": "doAction"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 679,
"end": 837,
"loc": {
"start": {
"line": 24,
"column": 26
},
"end": {
"line": 27,
"column": 17
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 680,
"end": 687,
"loc": {
"start": {
"line": 24,
"column": 27
},
"end": {
"line": 24,
"column": 34
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 692,
"end": 837,
"loc": {
"start": {
"line": 24,
"column": 39
},
"end": {
"line": 27,
"column": 17
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 714,
"end": 749,
"loc": {
"start": {
"line": 25,
"column": 20
},
"end": {
"line": 25,
"column": 55
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 720,
"end": 748,
"loc": {
"start": {
"line": 25,
"column": 26
},
"end": {
"line": 25,
"column": 54
}
},
"id": {
"type": "Identifier",
"start": 720,
"end": 728,
"loc": {
"start": {
"line": 25,
"column": 26
},
"end": {
"line": 25,
"column": 34
},
"identifierName": "objectId"
},
"name": "objectId"
},
"init": {
"type": "MemberExpression",
"start": 731,
"end": 748,
"loc": {
"start": {
"line": 25,
"column": 37
},
"end": {
"line": 25,
"column": 54
}
},
"object": {
"type": "MemberExpression",
"start": 731,
"end": 745,
"loc": {
"start": {
"line": 25,
"column": 37
},
"end": {
"line": 25,
"column": 51
}
},
"object": {
"type": "Identifier",
"start": 731,
"end": 738,
"loc": {
"start": {
"line": 25,
"column": 37
},
"end": {
"line": 25,
"column": 44
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 739,
"end": 745,
"loc": {
"start": {
"line": 25,
"column": 45
},
"end": {
"line": 25,
"column": 51
},
"identifierName": "entity"
},
"name": "entity"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 746,
"end": 748,
"loc": {
"start": {
"line": 25,
"column": 52
},
"end": {
"line": 25,
"column": 54
},
"identifierName": "id"
},
"name": "id"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 770,
"end": 819,
"loc": {
"start": {
"line": 26,
"column": 20
},
"end": {
"line": 26,
"column": 69
}
},
"expression": {
"type": "CallExpression",
"start": 770,
"end": 818,
"loc": {
"start": {
"line": 26,
"column": 20
},
"end": {
"line": 26,
"column": 68
}
},
"callee": {
"type": "MemberExpression",
"start": 770,
"end": 808,
"loc": {
"start": {
"line": 26,
"column": 20
},
"end": {
"line": 26,
"column": 58
}
},
"object": {
"type": "MemberExpression",
"start": 770,
"end": 787,
"loc": {
"start": {
"line": 26,
"column": 20
},
"end": {
"line": 26,
"column": 37
}
},
"object": {
"type": "Identifier",
"start": 770,
"end": 777,
"loc": {
"start": {
"line": 26,
"column": 20
},
"end": {
"line": 26,
"column": 27
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 778,
"end": 787,
"loc": {
"start": {
"line": 26,
"column": 28
},
"end": {
"line": 26,
"column": 37
},
"identifierName": "bimViewer"
},
"name": "bimViewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 788,
"end": 808,
"loc": {
"start": {
"line": 26,
"column": 38
},
"end": {
"line": 26,
"column": 58
},
"identifierName": "showObjectProperties"
},
"name": "showObjectProperties"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 809,
"end": 817,
"loc": {
"start": {
"line": 26,
"column": 59
},
"end": {
"line": 26,
"column": 67
},
"identifierName": "objectId"
},
"name": "objectId"
}
]
}
}
],
"directives": []
}
}
}
]
}
]
}
}
]
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 874,
"end": 1296,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 41,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 874,
"end": 1295,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 41,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 874,
"end": 894,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 28
}
},
"object": {
"type": "Identifier",
"start": 874,
"end": 889,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 23
},
"identifierName": "showObjectItems"
},
"name": "showObjectItems"
},
"property": {
"type": "Identifier",
"start": 890,
"end": 894,
"loc": {
"start": {
"line": 31,
"column": 24
},
"end": {
"line": 31,
"column": 28
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "SpreadElement",
"start": 895,
"end": 1294,
"loc": {
"start": {
"line": 31,
"column": 29
},
"end": {
"line": 41,
"column": 9
}
},
"argument": {
"type": "ArrayExpression",
"start": 898,
"end": 1294,
"loc": {
"start": {
"line": 31,
"column": 32
},
"end": {
"line": 41,
"column": 9
}
},
"elements": [
{
"type": "ObjectExpression",
"start": 912,
"end": 1284,
"loc": {
"start": {
"line": 32,
"column": 12
},
"end": {
"line": 40,
"column": 13
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 930,
"end": 1093,
"loc": {
"start": {
"line": 33,
"column": 16
},
"end": {
"line": 35,
"column": 17
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 930,
"end": 938,
"loc": {
"start": {
"line": 33,
"column": 16
},
"end": {
"line": 33,
"column": 24
},
"identifierName": "getTitle"
},
"name": "getTitle"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 940,
"end": 1093,
"loc": {
"start": {
"line": 33,
"column": 26
},
"end": {
"line": 35,
"column": 17
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 941,
"end": 948,
"loc": {
"start": {
"line": 33,
"column": 27
},
"end": {
"line": 33,
"column": 34
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 953,
"end": 1093,
"loc": {
"start": {
"line": 33,
"column": 39
},
"end": {
"line": 35,
"column": 17
}
},
"body": [
{
"type": "ReturnStatement",
"start": 975,
"end": 1075,
"loc": {
"start": {
"line": 34,
"column": 20
},
"end": {
"line": 34,
"column": 120
}
},
"argument": {
"type": "LogicalExpression",
"start": 982,
"end": 1074,
"loc": {
"start": {
"line": 34,
"column": 27
},
"end": {
"line": 34,
"column": 119
}
},
"left": {
"type": "CallExpression",
"start": 982,
"end": 1052,
"loc": {
"start": {
"line": 34,
"column": 27
},
"end": {
"line": 34,
"column": 97
}
},
"callee": {
"type": "MemberExpression",
"start": 982,
"end": 1020,
"loc": {
"start": {
"line": 34,
"column": 27
},
"end": {
"line": 34,
"column": 65
}
},
"object": {
"type": "MemberExpression",
"start": 982,
"end": 1010,
"loc": {
"start": {
"line": 34,
"column": 27
},
"end": {
"line": 34,
"column": 55
}
},
"object": {
"type": "MemberExpression",
"start": 982,
"end": 996,
"loc": {
"start": {
"line": 34,
"column": 27
},
"end": {
"line": 34,
"column": 41
}
},
"object": {
"type": "Identifier",
"start": 982,
"end": 989,
"loc": {
"start": {
"line": 34,
"column": 27
},
"end": {
"line": 34,
"column": 34
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 990,
"end": 996,
"loc": {
"start": {
"line": 34,
"column": 35
},
"end": {
"line": 34,
"column": 41
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 997,
"end": 1010,
"loc": {
"start": {
"line": 34,
"column": 42
},
"end": {
"line": 34,
"column": 55
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1011,
"end": 1020,
"loc": {
"start": {
"line": 34,
"column": 56
},
"end": {
"line": 34,
"column": 65
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1021,
"end": 1051,
"loc": {
"start": {
"line": 34,
"column": 66
},
"end": {
"line": 34,
"column": 96
}
},
"extra": {
"rawValue": "objectContextMenu.showInTree",
"raw": "\"objectContextMenu.showInTree\""
},
"value": "objectContextMenu.showInTree"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 1056,
"end": 1074,
"loc": {
"start": {
"line": 34,
"column": 101
},
"end": {
"line": 34,
"column": 119
}
},
"extra": {
"rawValue": "Show in Explorer",
"raw": "\"Show in Explorer\""
},
"value": "Show in Explorer"
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 1111,
"end": 1270,
"loc": {
"start": {
"line": 36,
"column": 16
},
"end": {
"line": 39,
"column": 17
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1111,
"end": 1119,
"loc": {
"start": {
"line": 36,
"column": 16
},
"end": {
"line": 36,
"column": 24
},
"identifierName": "doAction"
},
"name": "doAction"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 1121,
"end": 1270,
"loc": {
"start": {
"line": 36,
"column": 26
},
"end": {
"line": 39,
"column": 17
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1122,
"end": 1129,
"loc": {
"start": {
"line": 36,
"column": 27
},
"end": {
"line": 36,
"column": 34
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 1134,
"end": 1270,
"loc": {
"start": {
"line": 36,
"column": 39
},
"end": {
"line": 39,
"column": 17
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 1156,
"end": 1191,
"loc": {
"start": {
"line": 37,
"column": 20
},
"end": {
"line": 37,
"column": 55
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1162,
"end": 1190,
"loc": {
"start": {
"line": 37,
"column": 26
},
"end": {
"line": 37,
"column": 54
}
},
"id": {
"type": "Identifier",
"start": 1162,
"end": 1170,
"loc": {
"start": {
"line": 37,
"column": 26
},
"end": {
"line": 37,
"column": 34
},
"identifierName": "objectId"
},
"name": "objectId"
},
"init": {
"type": "MemberExpression",
"start": 1173,
"end": 1190,
"loc": {
"start": {
"line": 37,
"column": 37
},
"end": {
"line": 37,
"column": 54
}
},
"object": {
"type": "MemberExpression",
"start": 1173,
"end": 1187,
"loc": {
"start": {
"line": 37,
"column": 37
},
"end": {
"line": 37,
"column": 51
}
},
"object": {
"type": "Identifier",
"start": 1173,
"end": 1180,
"loc": {
"start": {
"line": 37,
"column": 37
},
"end": {
"line": 37,
"column": 44
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 1181,
"end": 1187,
"loc": {
"start": {
"line": 37,
"column": 45
},
"end": {
"line": 37,
"column": 51
},
"identifierName": "entity"
},
"name": "entity"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1188,
"end": 1190,
"loc": {
"start": {
"line": 37,
"column": 52
},
"end": {
"line": 37,
"column": 54
},
"identifierName": "id"
},
"name": "id"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 1212,
"end": 1252,
"loc": {
"start": {
"line": 38,
"column": 20
},
"end": {
"line": 38,
"column": 60
}
},
"expression": {
"type": "CallExpression",
"start": 1212,
"end": 1251,
"loc": {
"start": {
"line": 38,
"column": 20
},
"end": {
"line": 38,
"column": 59
}
},
"callee": {
"type": "MemberExpression",
"start": 1212,
"end": 1241,
"loc": {
"start": {
"line": 38,
"column": 20
},
"end": {
"line": 38,
"column": 49
}
},
"object": {
"type": "Identifier",
"start": 1212,
"end": 1219,
"loc": {
"start": {
"line": 38,
"column": 20
},
"end": {
"line": 38,
"column": 27
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 1220,
"end": 1241,
"loc": {
"start": {
"line": 38,
"column": 28
},
"end": {
"line": 38,
"column": 49
},
"identifierName": "showObjectInExplorers"
},
"name": "showObjectInExplorers"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 1242,
"end": 1250,
"loc": {
"start": {
"line": 38,
"column": 50
},
"end": {
"line": 38,
"column": 58
},
"identifierName": "objectId"
},
"name": "objectId"
}
]
}
}
],
"directives": []
}
}
}
]
}
]
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1306,
"end": 3695,
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 96,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 1306,
"end": 3694,
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 96,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 1306,
"end": 1327,
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 43,
"column": 29
}
},
"object": {
"type": "Identifier",
"start": 1306,
"end": 1322,
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 43,
"column": 24
},
"identifierName": "focusObjectItems"
},
"name": "focusObjectItems"
},
"property": {
"type": "Identifier",
"start": 1323,
"end": 1327,
"loc": {
"start": {
"line": 43,
"column": 25
},
"end": {
"line": 43,
"column": 29
},
"identifierName": "push"
},
"name": "push"
},
"computed": false
},
"arguments": [
{
"type": "SpreadElement",
"start": 1328,
"end": 3693,
"loc": {
"start": {
"line": 43,
"column": 30
},
"end": {
"line": 96,
"column": 9
}
},
"argument": {
"type": "ArrayExpression",
"start": 1331,
"end": 3693,
"loc": {
"start": {
"line": 43,
"column": 33
},
"end": {
"line": 96,
"column": 9
}
},
"elements": [
{
"type": "ObjectExpression",
"start": 1345,
"end": 2183,
"loc": {
"start": {
"line": 44,
"column": 12
},
"end": {
"line": 62,
"column": 13
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 1363,
"end": 1515,
"loc": {
"start": {
"line": 45,
"column": 16
},
"end": {
"line": 47,
"column": 17
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1363,
"end": 1371,
"loc": {
"start": {
"line": 45,
"column": 16
},
"end": {
"line": 45,
"column": 24
},
"identifierName": "getTitle"
},
"name": "getTitle"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 1373,
"end": 1515,
"loc": {
"start": {
"line": 45,
"column": 26
},
"end": {
"line": 47,
"column": 17
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1374,
"end": 1381,
"loc": {
"start": {
"line": 45,
"column": 27
},
"end": {
"line": 45,
"column": 34
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 1386,
"end": 1515,
"loc": {
"start": {
"line": 45,
"column": 39
},
"end": {
"line": 47,
"column": 17
}
},
"body": [
{
"type": "ReturnStatement",
"start": 1408,
"end": 1497,
"loc": {
"start": {
"line": 46,
"column": 20
},
"end": {
"line": 46,
"column": 109
}
},
"argument": {
"type": "LogicalExpression",
"start": 1415,
"end": 1496,
"loc": {
"start": {
"line": 46,
"column": 27
},
"end": {
"line": 46,
"column": 108
}
},
"left": {
"type": "CallExpression",
"start": 1415,
"end": 1482,
"loc": {
"start": {
"line": 46,
"column": 27
},
"end": {
"line": 46,
"column": 94
}
},
"callee": {
"type": "MemberExpression",
"start": 1415,
"end": 1453,
"loc": {
"start": {
"line": 46,
"column": 27
},
"end": {
"line": 46,
"column": 65
}
},
"object": {
"type": "MemberExpression",
"start": 1415,
"end": 1443,
"loc": {
"start": {
"line": 46,
"column": 27
},
"end": {
"line": 46,
"column": 55
}
},
"object": {
"type": "MemberExpression",
"start": 1415,
"end": 1429,
"loc": {
"start": {
"line": 46,
"column": 27
},
"end": {
"line": 46,
"column": 41
}
},
"object": {
"type": "Identifier",
"start": 1415,
"end": 1422,
"loc": {
"start": {
"line": 46,
"column": 27
},
"end": {
"line": 46,
"column": 34
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 1423,
"end": 1429,
"loc": {
"start": {
"line": 46,
"column": 35
},
"end": {
"line": 46,
"column": 41
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1430,
"end": 1443,
"loc": {
"start": {
"line": 46,
"column": 42
},
"end": {
"line": 46,
"column": 55
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1444,
"end": 1453,
"loc": {
"start": {
"line": 46,
"column": 56
},
"end": {
"line": 46,
"column": 65
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1454,
"end": 1481,
"loc": {
"start": {
"line": 46,
"column": 66
},
"end": {
"line": 46,
"column": 93
}
},
"extra": {
"rawValue": "objectContextMenu.viewFit",
"raw": "\"objectContextMenu.viewFit\""
},
"value": "objectContextMenu.viewFit"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 1486,
"end": 1496,
"loc": {
"start": {
"line": 46,
"column": 98
},
"end": {
"line": 46,
"column": 108
}
},
"extra": {
"rawValue": "View Fit",
"raw": "\"View Fit\""
},
"value": "View Fit"
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 1533,
"end": 2169,
"loc": {
"start": {
"line": 48,
"column": 16
},
"end": {
"line": 61,
"column": 17
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1533,
"end": 1541,
"loc": {
"start": {
"line": 48,
"column": 16
},
"end": {
"line": 48,
"column": 24
},
"identifierName": "doAction"
},
"name": "doAction"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 1543,
"end": 2169,
"loc": {
"start": {
"line": 48,
"column": 26
},
"end": {
"line": 61,
"column": 17
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1544,
"end": 1551,
"loc": {
"start": {
"line": 48,
"column": 27
},
"end": {
"line": 48,
"column": 34
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 1556,
"end": 2169,
"loc": {
"start": {
"line": 48,
"column": 39
},
"end": {
"line": 61,
"column": 17
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 1578,
"end": 1608,
"loc": {
"start": {
"line": 49,
"column": 20
},
"end": {
"line": 49,
"column": 50
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1584,
"end": 1607,
"loc": {
"start": {
"line": 49,
"column": 26
},
"end": {
"line": 49,
"column": 49
}
},
"id": {
"type": "Identifier",
"start": 1584,
"end": 1590,
"loc": {
"start": {
"line": 49,
"column": 26
},
"end": {
"line": 49,
"column": 32
},
"identifierName": "viewer"
},
"name": "viewer"
},
"init": {
"type": "MemberExpression",
"start": 1593,
"end": 1607,
"loc": {
"start": {
"line": 49,
"column": 35
},
"end": {
"line": 49,
"column": 49
}
},
"object": {
"type": "Identifier",
"start": 1593,
"end": 1600,
"loc": {
"start": {
"line": 49,
"column": 35
},
"end": {
"line": 49,
"column": 42
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 1601,
"end": 1607,
"loc": {
"start": {
"line": 49,
"column": 43
},
"end": {
"line": 49,
"column": 49
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 1629,
"end": 1656,
"loc": {
"start": {
"line": 50,
"column": 20
},
"end": {
"line": 50,
"column": 47
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1635,
"end": 1655,
"loc": {
"start": {
"line": 50,
"column": 26
},
"end": {
"line": 50,
"column": 46
}
},
"id": {
"type": "Identifier",
"start": 1635,
"end": 1640,
"loc": {
"start": {
"line": 50,
"column": 26
},
"end": {
"line": 50,
"column": 31
},
"identifierName": "scene"
},
"name": "scene"
},
"init": {
"type": "MemberExpression",
"start": 1643,
"end": 1655,
"loc": {
"start": {
"line": 50,
"column": 34
},
"end": {
"line": 50,
"column": 46
}
},
"object": {
"type": "Identifier",
"start": 1643,
"end": 1649,
"loc": {
"start": {
"line": 50,
"column": 34
},
"end": {
"line": 50,
"column": 40
},
"identifierName": "viewer"
},
"name": "viewer"
},
"property": {
"type": "Identifier",
"start": 1650,
"end": 1655,
"loc": {
"start": {
"line": 50,
"column": 41
},
"end": {
"line": 50,
"column": 46
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 1677,
"end": 1707,
"loc": {
"start": {
"line": 51,
"column": 20
},
"end": {
"line": 51,
"column": 50
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1683,
"end": 1706,
"loc": {
"start": {
"line": 51,
"column": 26
},
"end": {
"line": 51,
"column": 49
}
},
"id": {
"type": "Identifier",
"start": 1683,
"end": 1689,
"loc": {
"start": {
"line": 51,
"column": 26
},
"end": {
"line": 51,
"column": 32
},
"identifierName": "entity"
},
"name": "entity"
},
"init": {
"type": "MemberExpression",
"start": 1692,
"end": 1706,
"loc": {
"start": {
"line": 51,
"column": 35
},
"end": {
"line": 51,
"column": 49
}
},
"object": {
"type": "Identifier",
"start": 1692,
"end": 1699,
"loc": {
"start": {
"line": 51,
"column": 35
},
"end": {
"line": 51,
"column": 42
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 1700,
"end": 1706,
"loc": {
"start": {
"line": 51,
"column": 43
},
"end": {
"line": 51,
"column": 49
},
"identifierName": "entity"
},
"name": "entity"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 1728,
"end": 2065,
"loc": {
"start": {
"line": 52,
"column": 20
},
"end": {
"line": 59,
"column": 23
}
},
"expression": {
"type": "CallExpression",
"start": 1728,
"end": 2064,
"loc": {
"start": {
"line": 52,
"column": 20
},
"end": {
"line": 59,
"column": 22
}
},
"callee": {
"type": "MemberExpression",
"start": 1728,
"end": 1753,
"loc": {
"start": {
"line": 52,
"column": 20
},
"end": {
"line": 52,
"column": 45
}
},
"object": {
"type": "MemberExpression",
"start": 1728,
"end": 1747,
"loc": {
"start": {
"line": 52,
"column": 20
},
"end": {
"line": 52,
"column": 39
}
},
"object": {
"type": "Identifier",
"start": 1728,
"end": 1734,
"loc": {
"start": {
"line": 52,
"column": 20
},
"end": {
"line": 52,
"column": 26
},
"identifierName": "viewer"
},
"name": "viewer"
},
"property": {
"type": "Identifier",
"start": 1735,
"end": 1747,
"loc": {
"start": {
"line": 52,
"column": 27
},
"end": {
"line": 52,
"column": 39
},
"identifierName": "cameraFlight"
},
"name": "cameraFlight"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1748,
"end": 1753,
"loc": {
"start": {
"line": 52,
"column": 40
},
"end": {
"line": 52,
"column": 45
},
"identifierName": "flyTo"
},
"name": "flyTo"
},
"computed": false
},
"arguments": [
{
"type": "ObjectExpression",
"start": 1754,
"end": 1858,
"loc": {
"start": {
"line": 52,
"column": 46
},
"end": {
"line": 55,
"column": 21
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 1780,
"end": 1797,
"loc": {
"start": {
"line": 53,
"column": 24
},
"end": {
"line": 53,
"column": 41
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1780,
"end": 1784,
"loc": {
"start": {
"line": 53,
"column": 24
},
"end": {
"line": 53,
"column": 28
},
"identifierName": "aabb"
},
"name": "aabb"
},
"value": {
"type": "MemberExpression",
"start": 1786,
"end": 1797,
"loc": {
"start": {
"line": 53,
"column": 30
},
"end": {
"line": 53,
"column": 41
}
},
"object": {
"type": "Identifier",
"start": 1786,
"end": 1792,
"loc": {
"start": {
"line": 53,
"column": 30
},
"end": {
"line": 53,
"column": 36
},
"identifierName": "entity"
},
"name": "entity"
},
"property": {
"type": "Identifier",
"start": 1793,
"end": 1797,
"loc": {
"start": {
"line": 53,
"column": 37
},
"end": {
"line": 53,
"column": 41
},
"identifierName": "aabb"
},
"name": "aabb"
},
"computed": false
}
},
{
"type": "ObjectProperty",
"start": 1823,
"end": 1836,
"loc": {
"start": {
"line": 54,
"column": 24
},
"end": {
"line": 54,
"column": 37
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1823,
"end": 1831,
"loc": {
"start": {
"line": 54,
"column": 24
},
"end": {
"line": 54,
"column": 32
},
"identifierName": "duration"
},
"name": "duration"
},
"value": {
"type": "NumericLiteral",
"start": 1833,
"end": 1836,
"loc": {
"start": {
"line": 54,
"column": 34
},
"end": {
"line": 54,
"column": 37
}
},
"extra": {
"rawValue": 0.5,
"raw": "0.5"
},
"value": 0.5
}
}
]
},
{
"type": "ArrowFunctionExpression",
"start": 1860,
"end": 2063,
"loc": {
"start": {
"line": 55,
"column": 23
},
"end": {
"line": 59,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 1866,
"end": 2063,
"loc": {
"start": {
"line": 55,
"column": 29
},
"end": {
"line": 59,
"column": 21
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1892,
"end": 2041,
"loc": {
"start": {
"line": 56,
"column": 24
},
"end": {
"line": 58,
"column": 32
}
},
"expression": {
"type": "CallExpression",
"start": 1892,
"end": 2040,
"loc": {
"start": {
"line": 56,
"column": 24
},
"end": {
"line": 58,
"column": 31
}
},
"callee": {
"type": "Identifier",
"start": 1892,
"end": 1902,
"loc": {
"start": {
"line": 56,
"column": 24
},
"end": {
"line": 56,
"column": 34
},
"identifierName": "setTimeout"
},
"name": "setTimeout"
},
"arguments": [
{
"type": "FunctionExpression",
"start": 1903,
"end": 2034,
"loc": {
"start": {
"line": 56,
"column": 35
},
"end": {
"line": 58,
"column": 25
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 1915,
"end": 2034,
"loc": {
"start": {
"line": 56,
"column": 47
},
"end": {
"line": 58,
"column": 25
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1945,
"end": 2008,
"loc": {
"start": {
"line": 57,
"column": 28
},
"end": {
"line": 57,
"column": 91
}
},
"expression": {
"type": "CallExpression",
"start": 1945,
"end": 2007,
"loc": {
"start": {
"line": 57,
"column": 28
},
"end": {
"line": 57,
"column": 90
}
},
"callee": {
"type": "MemberExpression",
"start": 1945,
"end": 1972,
"loc": {
"start": {
"line": 57,
"column": 28
},
"end": {
"line": 57,
"column": 55
}
},
"object": {
"type": "Identifier",
"start": 1945,
"end": 1950,
"loc": {
"start": {
"line": 57,
"column": 28
},
"end": {
"line": 57,
"column": 33
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 1951,
"end": 1972,
"loc": {
"start": {
"line": 57,
"column": 34
},
"end": {
"line": 57,
"column": 55
},
"identifierName": "setObjectsHighlighted"
},
"name": "setObjectsHighlighted"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 1973,
"end": 1999,
"loc": {
"start": {
"line": 57,
"column": 56
},
"end": {
"line": 57,
"column": 82
}
},
"object": {
"type": "Identifier",
"start": 1973,
"end": 1978,
"loc": {
"start": {
"line": 57,
"column": 56
},
"end": {
"line": 57,
"column": 61
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 1979,
"end": 1999,
"loc": {
"start": {
"line": 57,
"column": 62
},
"end": {
"line": 57,
"column": 82
},
"identifierName": "highlightedObjectIds"
},
"name": "highlightedObjectIds"
},
"computed": false
},
{
"type": "BooleanLiteral",
"start": 2001,
"end": 2006,
"loc": {
"start": {
"line": 57,
"column": 84
},
"end": {
"line": 57,
"column": 89
}
},
"value": false
}
]
}
}
],
"directives": []
}
},
{
"type": "NumericLiteral",
"start": 2036,
"end": 2039,
"loc": {
"start": {
"line": 58,
"column": 27
},
"end": {
"line": 58,
"column": 30
}
},
"extra": {
"rawValue": 500,
"raw": "500"
},
"value": 500
}
]
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 2086,
"end": 2151,
"loc": {
"start": {
"line": 60,
"column": 20
},
"end": {
"line": 60,
"column": 85
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2086,
"end": 2150,
"loc": {
"start": {
"line": 60,
"column": 20
},
"end": {
"line": 60,
"column": 84
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2086,
"end": 2115,
"loc": {
"start": {
"line": 60,
"column": 20
},
"end": {
"line": 60,
"column": 49
}
},
"object": {
"type": "MemberExpression",
"start": 2086,
"end": 2106,
"loc": {
"start": {
"line": 60,
"column": 20
},
"end": {
"line": 60,
"column": 40
}
},
"object": {
"type": "Identifier",
"start": 2086,
"end": 2092,
"loc": {
"start": {
"line": 60,
"column": 20
},
"end": {
"line": 60,
"column": 26
},
"identifierName": "viewer"
},
"name": "viewer"
},
"property": {
"type": "Identifier",
"start": 2093,
"end": 2106,
"loc": {
"start": {
"line": 60,
"column": 27
},
"end": {
"line": 60,
"column": 40
},
"identifierName": "cameraControl"
},
"name": "cameraControl"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2107,
"end": 2115,
"loc": {
"start": {
"line": 60,
"column": 41
},
"end": {
"line": 60,
"column": 49
},
"identifierName": "pivotPos"
},
"name": "pivotPos"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 2118,
"end": 2150,
"loc": {
"start": {
"line": 60,
"column": 52
},
"end": {
"line": 60,
"column": 84
}
},
"callee": {
"type": "MemberExpression",
"start": 2118,
"end": 2137,
"loc": {
"start": {
"line": 60,
"column": 52
},
"end": {
"line": 60,
"column": 71
}
},
"object": {
"type": "Identifier",
"start": 2118,
"end": 2122,
"loc": {
"start": {
"line": 60,
"column": 52
},
"end": {
"line": 60,
"column": 56
},
"identifierName": "math"
},
"name": "math"
},
"property": {
"type": "Identifier",
"start": 2123,
"end": 2137,
"loc": {
"start": {
"line": 60,
"column": 57
},
"end": {
"line": 60,
"column": 71
},
"identifierName": "getAABB3Center"
},
"name": "getAABB3Center"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 2138,
"end": 2149,
"loc": {
"start": {
"line": 60,
"column": 72
},
"end": {
"line": 60,
"column": 83
}
},
"object": {
"type": "Identifier",
"start": 2138,
"end": 2144,
"loc": {
"start": {
"line": 60,
"column": 72
},
"end": {
"line": 60,
"column": 78
},
"identifierName": "entity"
},
"name": "entity"
},
"property": {
"type": "Identifier",
"start": 2145,
"end": 2149,
"loc": {
"start": {
"line": 60,
"column": 79
},
"end": {
"line": 60,
"column": 83
},
"identifierName": "aabb"
},
"name": "aabb"
},
"computed": false
}
]
}
}
}
],
"directives": []
}
}
}
]
},
{
"type": "ObjectExpression",
"start": 2197,
"end": 3007,
"loc": {
"start": {
"line": 63,
"column": 12
},
"end": {
"line": 80,
"column": 13
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 2215,
"end": 2385,
"loc": {
"start": {
"line": 64,
"column": 16
},
"end": {
"line": 66,
"column": 17
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2215,
"end": 2223,
"loc": {
"start": {
"line": 64,
"column": 16
},
"end": {
"line": 64,
"column": 24
},
"identifierName": "getTitle"
},
"name": "getTitle"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 2225,
"end": 2385,
"loc": {
"start": {
"line": 64,
"column": 26
},
"end": {
"line": 66,
"column": 17
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2226,
"end": 2233,
"loc": {
"start": {
"line": 64,
"column": 27
},
"end": {
"line": 64,
"column": 34
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 2238,
"end": 2385,
"loc": {
"start": {
"line": 64,
"column": 39
},
"end": {
"line": 66,
"column": 17
}
},
"body": [
{
"type": "ReturnStatement",
"start": 2260,
"end": 2367,
"loc": {
"start": {
"line": 65,
"column": 20
},
"end": {
"line": 65,
"column": 127
}
},
"argument": {
"type": "LogicalExpression",
"start": 2267,
"end": 2366,
"loc": {
"start": {
"line": 65,
"column": 27
},
"end": {
"line": 65,
"column": 126
}
},
"left": {
"type": "CallExpression",
"start": 2267,
"end": 2343,
"loc": {
"start": {
"line": 65,
"column": 27
},
"end": {
"line": 65,
"column": 103
}
},
"callee": {
"type": "MemberExpression",
"start": 2267,
"end": 2305,
"loc": {
"start": {
"line": 65,
"column": 27
},
"end": {
"line": 65,
"column": 65
}
},
"object": {
"type": "MemberExpression",
"start": 2267,
"end": 2295,
"loc": {
"start": {
"line": 65,
"column": 27
},
"end": {
"line": 65,
"column": 55
}
},
"object": {
"type": "MemberExpression",
"start": 2267,
"end": 2281,
"loc": {
"start": {
"line": 65,
"column": 27
},
"end": {
"line": 65,
"column": 41
}
},
"object": {
"type": "Identifier",
"start": 2267,
"end": 2274,
"loc": {
"start": {
"line": 65,
"column": 27
},
"end": {
"line": 65,
"column": 34
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 2275,
"end": 2281,
"loc": {
"start": {
"line": 65,
"column": 35
},
"end": {
"line": 65,
"column": 41
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2282,
"end": 2295,
"loc": {
"start": {
"line": 65,
"column": 42
},
"end": {
"line": 65,
"column": 55
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2296,
"end": 2305,
"loc": {
"start": {
"line": 65,
"column": 56
},
"end": {
"line": 65,
"column": 65
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 2306,
"end": 2342,
"loc": {
"start": {
"line": 65,
"column": 66
},
"end": {
"line": 65,
"column": 102
}
},
"extra": {
"rawValue": "canvasContextMenu.viewFitSelection",
"raw": "\"canvasContextMenu.viewFitSelection\""
},
"value": "canvasContextMenu.viewFitSelection"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 2347,
"end": 2366,
"loc": {
"start": {
"line": 65,
"column": 107
},
"end": {
"line": 65,
"column": 126
}
},
"extra": {
"rawValue": "View Fit Selected",
"raw": "\"View Fit Selected\""
},
"value": "View Fit Selected"
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 2403,
"end": 2521,
"loc": {
"start": {
"line": 67,
"column": 16
},
"end": {
"line": 69,
"column": 17
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2403,
"end": 2413,
"loc": {
"start": {
"line": 67,
"column": 16
},
"end": {
"line": 67,
"column": 26
},
"identifierName": "getEnabled"
},
"name": "getEnabled"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 2415,
"end": 2521,
"loc": {
"start": {
"line": 67,
"column": 28
},
"end": {
"line": 69,
"column": 17
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2416,
"end": 2423,
"loc": {
"start": {
"line": 67,
"column": 29
},
"end": {
"line": 67,
"column": 36
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 2428,
"end": 2521,
"loc": {
"start": {
"line": 67,
"column": 41
},
"end": {
"line": 69,
"column": 17
}
},
"body": [
{
"type": "ReturnStatement",
"start": 2450,
"end": 2503,
"loc": {
"start": {
"line": 68,
"column": 20
},
"end": {
"line": 68,
"column": 73
}
},
"argument": {
"type": "BinaryExpression",
"start": 2458,
"end": 2501,
"loc": {
"start": {
"line": 68,
"column": 28
},
"end": {
"line": 68,
"column": 71
}
},
"left": {
"type": "MemberExpression",
"start": 2458,
"end": 2497,
"loc": {
"start": {
"line": 68,
"column": 28
},
"end": {
"line": 68,
"column": 67
}
},
"object": {
"type": "MemberExpression",
"start": 2458,
"end": 2478,
"loc": {
"start": {
"line": 68,
"column": 28
},
"end": {
"line": 68,
"column": 48
}
},
"object": {
"type": "MemberExpression",
"start": 2458,
"end": 2472,
"loc": {
"start": {
"line": 68,
"column": 28
},
"end": {
"line": 68,
"column": 42
}
},
"object": {
"type": "Identifier",
"start": 2458,
"end": 2465,
"loc": {
"start": {
"line": 68,
"column": 28
},
"end": {
"line": 68,
"column": 35
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 2466,
"end": 2472,
"loc": {
"start": {
"line": 68,
"column": 36
},
"end": {
"line": 68,
"column": 42
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2473,
"end": 2478,
"loc": {
"start": {
"line": 68,
"column": 43
},
"end": {
"line": 68,
"column": 48
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2479,
"end": 2497,
"loc": {
"start": {
"line": 68,
"column": 49
},
"end": {
"line": 68,
"column": 67
},
"identifierName": "numSelectedObjects"
},
"name": "numSelectedObjects"
},
"computed": false
},
"operator": ">",
"right": {
"type": "NumericLiteral",
"start": 2500,
"end": 2501,
"loc": {
"start": {
"line": 68,
"column": 70
},
"end": {
"line": 68,
"column": 71
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
},
"extra": {
"parenthesized": true,
"parenStart": 2457
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 2539,
"end": 2993,
"loc": {
"start": {
"line": 70,
"column": 16
},
"end": {
"line": 79,
"column": 17
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2539,
"end": 2547,
"loc": {
"start": {
"line": 70,
"column": 16
},
"end": {
"line": 70,
"column": 24
},
"identifierName": "doAction"
},
"name": "doAction"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 2549,
"end": 2993,
"loc": {
"start": {
"line": 70,
"column": 26
},
"end": {
"line": 79,
"column": 17
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2550,
"end": 2557,
"loc": {
"start": {
"line": 70,
"column": 27
},
"end": {
"line": 70,
"column": 34
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 2562,
"end": 2993,
"loc": {
"start": {
"line": 70,
"column": 39
},
"end": {
"line": 79,
"column": 17
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 2584,
"end": 2614,
"loc": {
"start": {
"line": 71,
"column": 20
},
"end": {
"line": 71,
"column": 50
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2590,
"end": 2613,
"loc": {
"start": {
"line": 71,
"column": 26
},
"end": {
"line": 71,
"column": 49
}
},
"id": {
"type": "Identifier",
"start": 2590,
"end": 2596,
"loc": {
"start": {
"line": 71,
"column": 26
},
"end": {
"line": 71,
"column": 32
},
"identifierName": "viewer"
},
"name": "viewer"
},
"init": {
"type": "MemberExpression",
"start": 2599,
"end": 2613,
"loc": {
"start": {
"line": 71,
"column": 35
},
"end": {
"line": 71,
"column": 49
}
},
"object": {
"type": "Identifier",
"start": 2599,
"end": 2606,
"loc": {
"start": {
"line": 71,
"column": 35
},
"end": {
"line": 71,
"column": 42
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 2607,
"end": 2613,
"loc": {
"start": {
"line": 71,
"column": 43
},
"end": {
"line": 71,
"column": 49
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 2635,
"end": 2662,
"loc": {
"start": {
"line": 72,
"column": 20
},
"end": {
"line": 72,
"column": 47
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2641,
"end": 2661,
"loc": {
"start": {
"line": 72,
"column": 26
},
"end": {
"line": 72,
"column": 46
}
},
"id": {
"type": "Identifier",
"start": 2641,
"end": 2646,
"loc": {
"start": {
"line": 72,
"column": 26
},
"end": {
"line": 72,
"column": 31
},
"identifierName": "scene"
},
"name": "scene"
},
"init": {
"type": "MemberExpression",
"start": 2649,
"end": 2661,
"loc": {
"start": {
"line": 72,
"column": 34
},
"end": {
"line": 72,
"column": 46
}
},
"object": {
"type": "Identifier",
"start": 2649,
"end": 2655,
"loc": {
"start": {
"line": 72,
"column": 34
},
"end": {
"line": 72,
"column": 40
},
"identifierName": "viewer"
},
"name": "viewer"
},
"property": {
"type": "Identifier",
"start": 2656,
"end": 2661,
"loc": {
"start": {
"line": 72,
"column": 41
},
"end": {
"line": 72,
"column": 46
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 2683,
"end": 2740,
"loc": {
"start": {
"line": 73,
"column": 20
},
"end": {
"line": 73,
"column": 77
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2689,
"end": 2739,
"loc": {
"start": {
"line": 73,
"column": 26
},
"end": {
"line": 73,
"column": 76
}
},
"id": {
"type": "Identifier",
"start": 2689,
"end": 2698,
"loc": {
"start": {
"line": 73,
"column": 26
},
"end": {
"line": 73,
"column": 35
},
"identifierName": "sceneAABB"
},
"name": "sceneAABB"
},
"init": {
"type": "CallExpression",
"start": 2701,
"end": 2739,
"loc": {
"start": {
"line": 73,
"column": 38
},
"end": {
"line": 73,
"column": 76
}
},
"callee": {
"type": "MemberExpression",
"start": 2701,
"end": 2714,
"loc": {
"start": {
"line": 73,
"column": 38
},
"end": {
"line": 73,
"column": 51
}
},
"object": {
"type": "Identifier",
"start": 2701,
"end": 2706,
"loc": {
"start": {
"line": 73,
"column": 38
},
"end": {
"line": 73,
"column": 43
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 2707,
"end": 2714,
"loc": {
"start": {
"line": 73,
"column": 44
},
"end": {
"line": 73,
"column": 51
},
"identifierName": "getAABB"
},
"name": "getAABB"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 2715,
"end": 2738,
"loc": {
"start": {
"line": 73,
"column": 52
},
"end": {
"line": 73,
"column": 75
}
},
"object": {
"type": "Identifier",
"start": 2715,
"end": 2720,
"loc": {
"start": {
"line": 73,
"column": 52
},
"end": {
"line": 73,
"column": 57
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 2721,
"end": 2738,
"loc": {
"start": {
"line": 73,
"column": 58
},
"end": {
"line": 73,
"column": 75
},
"identifierName": "selectedObjectIds"
},
"name": "selectedObjectIds"
},
"computed": false
}
]
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 2761,
"end": 2891,
"loc": {
"start": {
"line": 74,
"column": 20
},
"end": {
"line": 77,
"column": 23
}
},
"expression": {
"type": "CallExpression",
"start": 2761,
"end": 2890,
"loc": {
"start": {
"line": 74,
"column": 20
},
"end": {
"line": 77,
"column": 22
}
},
"callee": {
"type": "MemberExpression",
"start": 2761,
"end": 2786,
"loc": {
"start": {
"line": 74,
"column": 20
},
"end": {
"line": 74,
"column": 45
}
},
"object": {
"type": "MemberExpression",
"start": 2761,
"end": 2780,
"loc": {
"start": {
"line": 74,
"column": 20
},
"end": {
"line": 74,
"column": 39
}
},
"object": {
"type": "Identifier",
"start": 2761,
"end": 2767,
"loc": {
"start": {
"line": 74,
"column": 20
},
"end": {
"line": 74,
"column": 26
},
"identifierName": "viewer"
},
"name": "viewer"
},
"property": {
"type": "Identifier",
"start": 2768,
"end": 2780,
"loc": {
"start": {
"line": 74,
"column": 27
},
"end": {
"line": 74,
"column": 39
},
"identifierName": "cameraFlight"
},
"name": "cameraFlight"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2781,
"end": 2786,
"loc": {
"start": {
"line": 74,
"column": 40
},
"end": {
"line": 74,
"column": 45
},
"identifierName": "flyTo"
},
"name": "flyTo"
},
"computed": false
},
"arguments": [
{
"type": "ObjectExpression",
"start": 2787,
"end": 2889,
"loc": {
"start": {
"line": 74,
"column": 46
},
"end": {
"line": 77,
"column": 21
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 2813,
"end": 2828,
"loc": {
"start": {
"line": 75,
"column": 24
},
"end": {
"line": 75,
"column": 39
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2813,
"end": 2817,
"loc": {
"start": {
"line": 75,
"column": 24
},
"end": {
"line": 75,
"column": 28
},
"identifierName": "aabb"
},
"name": "aabb"
},
"value": {
"type": "Identifier",
"start": 2819,
"end": 2828,
"loc": {
"start": {
"line": 75,
"column": 30
},
"end": {
"line": 75,
"column": 39
},
"identifierName": "sceneAABB"
},
"name": "sceneAABB"
}
},
{
"type": "ObjectProperty",
"start": 2854,
"end": 2867,
"loc": {
"start": {
"line": 76,
"column": 24
},
"end": {
"line": 76,
"column": 37
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2854,
"end": 2862,
"loc": {
"start": {
"line": 76,
"column": 24
},
"end": {
"line": 76,
"column": 32
},
"identifierName": "duration"
},
"name": "duration"
},
"value": {
"type": "NumericLiteral",
"start": 2864,
"end": 2867,
"loc": {
"start": {
"line": 76,
"column": 34
},
"end": {
"line": 76,
"column": 37
}
},
"extra": {
"rawValue": 0.5,
"raw": "0.5"
},
"value": 0.5
}
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 2912,
"end": 2975,
"loc": {
"start": {
"line": 78,
"column": 20
},
"end": {
"line": 78,
"column": 83
}
},
"expression": {
"type": "AssignmentExpression",
"start": 2912,
"end": 2974,
"loc": {
"start": {
"line": 78,
"column": 20
},
"end": {
"line": 78,
"column": 82
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 2912,
"end": 2941,
"loc": {
"start": {
"line": 78,
"column": 20
},
"end": {
"line": 78,
"column": 49
}
},
"object": {
"type": "MemberExpression",
"start": 2912,
"end": 2932,
"loc": {
"start": {
"line": 78,
"column": 20
},
"end": {
"line": 78,
"column": 40
}
},
"object": {
"type": "Identifier",
"start": 2912,
"end": 2918,
"loc": {
"start": {
"line": 78,
"column": 20
},
"end": {
"line": 78,
"column": 26
},
"identifierName": "viewer"
},
"name": "viewer"
},
"property": {
"type": "Identifier",
"start": 2919,
"end": 2932,
"loc": {
"start": {
"line": 78,
"column": 27
},
"end": {
"line": 78,
"column": 40
},
"identifierName": "cameraControl"
},
"name": "cameraControl"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2933,
"end": 2941,
"loc": {
"start": {
"line": 78,
"column": 41
},
"end": {
"line": 78,
"column": 49
},
"identifierName": "pivotPos"
},
"name": "pivotPos"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 2944,
"end": 2974,
"loc": {
"start": {
"line": 78,
"column": 52
},
"end": {
"line": 78,
"column": 82
}
},
"callee": {
"type": "MemberExpression",
"start": 2944,
"end": 2963,
"loc": {
"start": {
"line": 78,
"column": 52
},
"end": {
"line": 78,
"column": 71
}
},
"object": {
"type": "Identifier",
"start": 2944,
"end": 2948,
"loc": {
"start": {
"line": 78,
"column": 52
},
"end": {
"line": 78,
"column": 56
},
"identifierName": "math"
},
"name": "math"
},
"property": {
"type": "Identifier",
"start": 2949,
"end": 2963,
"loc": {
"start": {
"line": 78,
"column": 57
},
"end": {
"line": 78,
"column": 71
},
"identifierName": "getAABB3Center"
},
"name": "getAABB3Center"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 2964,
"end": 2973,
"loc": {
"start": {
"line": 78,
"column": 72
},
"end": {
"line": 78,
"column": 81
},
"identifierName": "sceneAABB"
},
"name": "sceneAABB"
}
]
}
}
}
],
"directives": []
}
}
}
]
},
{
"type": "ObjectExpression",
"start": 3021,
"end": 3683,
"loc": {
"start": {
"line": 81,
"column": 12
},
"end": {
"line": 95,
"column": 13
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 3039,
"end": 3198,
"loc": {
"start": {
"line": 82,
"column": 16
},
"end": {
"line": 84,
"column": 17
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 3039,
"end": 3047,
"loc": {
"start": {
"line": 82,
"column": 16
},
"end": {
"line": 82,
"column": 24
},
"identifierName": "getTitle"
},
"name": "getTitle"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 3049,
"end": 3198,
"loc": {
"start": {
"line": 82,
"column": 26
},
"end": {
"line": 84,
"column": 17
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 3050,
"end": 3057,
"loc": {
"start": {
"line": 82,
"column": 27
},
"end": {
"line": 82,
"column": 34
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 3062,
"end": 3198,
"loc": {
"start": {
"line": 82,
"column": 39
},
"end": {
"line": 84,
"column": 17
}
},
"body": [
{
"type": "ReturnStatement",
"start": 3084,
"end": 3180,
"loc": {
"start": {
"line": 83,
"column": 20
},
"end": {
"line": 83,
"column": 116
}
},
"argument": {
"type": "LogicalExpression",
"start": 3091,
"end": 3179,
"loc": {
"start": {
"line": 83,
"column": 27
},
"end": {
"line": 83,
"column": 115
}
},
"left": {
"type": "CallExpression",
"start": 3091,
"end": 3161,
"loc": {
"start": {
"line": 83,
"column": 27
},
"end": {
"line": 83,
"column": 97
}
},
"callee": {
"type": "MemberExpression",
"start": 3091,
"end": 3129,
"loc": {
"start": {
"line": 83,
"column": 27
},
"end": {
"line": 83,
"column": 65
}
},
"object": {
"type": "MemberExpression",
"start": 3091,
"end": 3119,
"loc": {
"start": {
"line": 83,
"column": 27
},
"end": {
"line": 83,
"column": 55
}
},
"object": {
"type": "MemberExpression",
"start": 3091,
"end": 3105,
"loc": {
"start": {
"line": 83,
"column": 27
},
"end": {
"line": 83,
"column": 41
}
},
"object": {
"type": "Identifier",
"start": 3091,
"end": 3098,
"loc": {
"start": {
"line": 83,
"column": 27
},
"end": {
"line": 83,
"column": 34
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 3099,
"end": 3105,
"loc": {
"start": {
"line": 83,
"column": 35
},
"end": {
"line": 83,
"column": 41
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3106,
"end": 3119,
"loc": {
"start": {
"line": 83,
"column": 42
},
"end": {
"line": 83,
"column": 55
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3120,
"end": 3129,
"loc": {
"start": {
"line": 83,
"column": 56
},
"end": {
"line": 83,
"column": 65
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 3130,
"end": 3160,
"loc": {
"start": {
"line": 83,
"column": 66
},
"end": {
"line": 83,
"column": 96
}
},
"extra": {
"rawValue": "objectContextMenu.viewFitAll",
"raw": "\"objectContextMenu.viewFitAll\""
},
"value": "objectContextMenu.viewFitAll"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 3165,
"end": 3179,
"loc": {
"start": {
"line": 83,
"column": 101
},
"end": {
"line": 83,
"column": 115
}
},
"extra": {
"rawValue": "View Fit All",
"raw": "\"View Fit All\""
},
"value": "View Fit All"
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 3216,
"end": 3669,
"loc": {
"start": {
"line": 85,
"column": 16
},
"end": {
"line": 94,
"column": 17
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 3216,
"end": 3224,
"loc": {
"start": {
"line": 85,
"column": 16
},
"end": {
"line": 85,
"column": 24
},
"identifierName": "doAction"
},
"name": "doAction"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 3226,
"end": 3669,
"loc": {
"start": {
"line": 85,
"column": 26
},
"end": {
"line": 94,
"column": 17
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 3227,
"end": 3234,
"loc": {
"start": {
"line": 85,
"column": 27
},
"end": {
"line": 85,
"column": 34
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 3239,
"end": 3669,
"loc": {
"start": {
"line": 85,
"column": 39
},
"end": {
"line": 94,
"column": 17
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 3261,
"end": 3291,
"loc": {
"start": {
"line": 86,
"column": 20
},
"end": {
"line": 86,
"column": 50
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 3267,
"end": 3290,
"loc": {
"start": {
"line": 86,
"column": 26
},
"end": {
"line": 86,
"column": 49
}
},
"id": {
"type": "Identifier",
"start": 3267,
"end": 3273,
"loc": {
"start": {
"line": 86,
"column": 26
},
"end": {
"line": 86,
"column": 32
},
"identifierName": "viewer"
},
"name": "viewer"
},
"init": {
"type": "MemberExpression",
"start": 3276,
"end": 3290,
"loc": {
"start": {
"line": 86,
"column": 35
},
"end": {
"line": 86,
"column": 49
}
},
"object": {
"type": "Identifier",
"start": 3276,
"end": 3283,
"loc": {
"start": {
"line": 86,
"column": 35
},
"end": {
"line": 86,
"column": 42
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 3284,
"end": 3290,
"loc": {
"start": {
"line": 86,
"column": 43
},
"end": {
"line": 86,
"column": 49
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 3312,
"end": 3339,
"loc": {
"start": {
"line": 87,
"column": 20
},
"end": {
"line": 87,
"column": 47
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 3318,
"end": 3338,
"loc": {
"start": {
"line": 87,
"column": 26
},
"end": {
"line": 87,
"column": 46
}
},
"id": {
"type": "Identifier",
"start": 3318,
"end": 3323,
"loc": {
"start": {
"line": 87,
"column": 26
},
"end": {
"line": 87,
"column": 31
},
"identifierName": "scene"
},
"name": "scene"
},
"init": {
"type": "MemberExpression",
"start": 3326,
"end": 3338,
"loc": {
"start": {
"line": 87,
"column": 34
},
"end": {
"line": 87,
"column": 46
}
},
"object": {
"type": "Identifier",
"start": 3326,
"end": 3332,
"loc": {
"start": {
"line": 87,
"column": 34
},
"end": {
"line": 87,
"column": 40
},
"identifierName": "viewer"
},
"name": "viewer"
},
"property": {
"type": "Identifier",
"start": 3333,
"end": 3338,
"loc": {
"start": {
"line": 87,
"column": 41
},
"end": {
"line": 87,
"column": 46
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 3360,
"end": 3416,
"loc": {
"start": {
"line": 88,
"column": 20
},
"end": {
"line": 88,
"column": 76
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 3366,
"end": 3415,
"loc": {
"start": {
"line": 88,
"column": 26
},
"end": {
"line": 88,
"column": 75
}
},
"id": {
"type": "Identifier",
"start": 3366,
"end": 3375,
"loc": {
"start": {
"line": 88,
"column": 26
},
"end": {
"line": 88,
"column": 35
},
"identifierName": "sceneAABB"
},
"name": "sceneAABB"
},
"init": {
"type": "CallExpression",
"start": 3378,
"end": 3415,
"loc": {
"start": {
"line": 88,
"column": 38
},
"end": {
"line": 88,
"column": 75
}
},
"callee": {
"type": "MemberExpression",
"start": 3378,
"end": 3391,
"loc": {
"start": {
"line": 88,
"column": 38
},
"end": {
"line": 88,
"column": 51
}
},
"object": {
"type": "Identifier",
"start": 3378,
"end": 3383,
"loc": {
"start": {
"line": 88,
"column": 38
},
"end": {
"line": 88,
"column": 43
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 3384,
"end": 3391,
"loc": {
"start": {
"line": 88,
"column": 44
},
"end": {
"line": 88,
"column": 51
},
"identifierName": "getAABB"
},
"name": "getAABB"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 3392,
"end": 3414,
"loc": {
"start": {
"line": 88,
"column": 52
},
"end": {
"line": 88,
"column": 74
}
},
"object": {
"type": "Identifier",
"start": 3392,
"end": 3397,
"loc": {
"start": {
"line": 88,
"column": 52
},
"end": {
"line": 88,
"column": 57
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 3398,
"end": 3414,
"loc": {
"start": {
"line": 88,
"column": 58
},
"end": {
"line": 88,
"column": 74
},
"identifierName": "visibleObjectIds"
},
"name": "visibleObjectIds"
},
"computed": false
}
]
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 3437,
"end": 3567,
"loc": {
"start": {
"line": 89,
"column": 20
},
"end": {
"line": 92,
"column": 23
}
},
"expression": {
"type": "CallExpression",
"start": 3437,
"end": 3566,
"loc": {
"start": {
"line": 89,
"column": 20
},
"end": {
"line": 92,
"column": 22
}
},
"callee": {
"type": "MemberExpression",
"start": 3437,
"end": 3462,
"loc": {
"start": {
"line": 89,
"column": 20
},
"end": {
"line": 89,
"column": 45
}
},
"object": {
"type": "MemberExpression",
"start": 3437,
"end": 3456,
"loc": {
"start": {
"line": 89,
"column": 20
},
"end": {
"line": 89,
"column": 39
}
},
"object": {
"type": "Identifier",
"start": 3437,
"end": 3443,
"loc": {
"start": {
"line": 89,
"column": 20
},
"end": {
"line": 89,
"column": 26
},
"identifierName": "viewer"
},
"name": "viewer"
},
"property": {
"type": "Identifier",
"start": 3444,
"end": 3456,
"loc": {
"start": {
"line": 89,
"column": 27
},
"end": {
"line": 89,
"column": 39
},
"identifierName": "cameraFlight"
},
"name": "cameraFlight"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3457,
"end": 3462,
"loc": {
"start": {
"line": 89,
"column": 40
},
"end": {
"line": 89,
"column": 45
},
"identifierName": "flyTo"
},
"name": "flyTo"
},
"computed": false
},
"arguments": [
{
"type": "ObjectExpression",
"start": 3463,
"end": 3565,
"loc": {
"start": {
"line": 89,
"column": 46
},
"end": {
"line": 92,
"column": 21
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 3489,
"end": 3504,
"loc": {
"start": {
"line": 90,
"column": 24
},
"end": {
"line": 90,
"column": 39
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 3489,
"end": 3493,
"loc": {
"start": {
"line": 90,
"column": 24
},
"end": {
"line": 90,
"column": 28
},
"identifierName": "aabb"
},
"name": "aabb"
},
"value": {
"type": "Identifier",
"start": 3495,
"end": 3504,
"loc": {
"start": {
"line": 90,
"column": 30
},
"end": {
"line": 90,
"column": 39
},
"identifierName": "sceneAABB"
},
"name": "sceneAABB"
}
},
{
"type": "ObjectProperty",
"start": 3530,
"end": 3543,
"loc": {
"start": {
"line": 91,
"column": 24
},
"end": {
"line": 91,
"column": 37
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 3530,
"end": 3538,
"loc": {
"start": {
"line": 91,
"column": 24
},
"end": {
"line": 91,
"column": 32
},
"identifierName": "duration"
},
"name": "duration"
},
"value": {
"type": "NumericLiteral",
"start": 3540,
"end": 3543,
"loc": {
"start": {
"line": 91,
"column": 34
},
"end": {
"line": 91,
"column": 37
}
},
"extra": {
"rawValue": 0.5,
"raw": "0.5"
},
"value": 0.5
}
}
]
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3588,
"end": 3651,
"loc": {
"start": {
"line": 93,
"column": 20
},
"end": {
"line": 93,
"column": 83
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3588,
"end": 3650,
"loc": {
"start": {
"line": 93,
"column": 20
},
"end": {
"line": 93,
"column": 82
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3588,
"end": 3617,
"loc": {
"start": {
"line": 93,
"column": 20
},
"end": {
"line": 93,
"column": 49
}
},
"object": {
"type": "MemberExpression",
"start": 3588,
"end": 3608,
"loc": {
"start": {
"line": 93,
"column": 20
},
"end": {
"line": 93,
"column": 40
}
},
"object": {
"type": "Identifier",
"start": 3588,
"end": 3594,
"loc": {
"start": {
"line": 93,
"column": 20
},
"end": {
"line": 93,
"column": 26
},
"identifierName": "viewer"
},
"name": "viewer"
},
"property": {
"type": "Identifier",
"start": 3595,
"end": 3608,
"loc": {
"start": {
"line": 93,
"column": 27
},
"end": {
"line": 93,
"column": 40
},
"identifierName": "cameraControl"
},
"name": "cameraControl"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3609,
"end": 3617,
"loc": {
"start": {
"line": 93,
"column": 41
},
"end": {
"line": 93,
"column": 49
},
"identifierName": "pivotPos"
},
"name": "pivotPos"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 3620,
"end": 3650,
"loc": {
"start": {
"line": 93,
"column": 52
},
"end": {
"line": 93,
"column": 82
}
},
"callee": {
"type": "MemberExpression",
"start": 3620,
"end": 3639,
"loc": {
"start": {
"line": 93,
"column": 52
},
"end": {
"line": 93,
"column": 71
}
},
"object": {
"type": "Identifier",
"start": 3620,
"end": 3624,
"loc": {
"start": {
"line": 93,
"column": 52
},
"end": {
"line": 93,
"column": 56
},
"identifierName": "math"
},
"name": "math"
},
"property": {
"type": "Identifier",
"start": 3625,
"end": 3639,
"loc": {
"start": {
"line": 93,
"column": 57
},
"end": {
"line": 93,
"column": 71
},
"identifierName": "getAABB3Center"
},
"name": "getAABB3Center"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 3640,
"end": 3649,
"loc": {
"start": {
"line": 93,
"column": 72
},
"end": {
"line": 93,
"column": 81
},
"identifierName": "sceneAABB"
},
"name": "sceneAABB"
}
]
}
}
}
],
"directives": []
}
}
}
]
}
]
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 3705,
"end": 12266,
"loc": {
"start": {
"line": 98,
"column": 8
},
"end": {
"line": 282,
"column": 10
}
},
"expression": {
"type": "AssignmentExpression",
"start": 3705,
"end": 12265,
"loc": {
"start": {
"line": 98,
"column": 8
},
"end": {
"line": 282,
"column": 9
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 3705,
"end": 3715,
"loc": {
"start": {
"line": 98,
"column": 8
},
"end": {
"line": 98,
"column": 18
}
},
"object": {
"type": "ThisExpression",
"start": 3705,
"end": 3709,
"loc": {
"start": {
"line": 98,
"column": 8
},
"end": {
"line": 98,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 3710,
"end": 3715,
"loc": {
"start": {
"line": 98,
"column": 13
},
"end": {
"line": 98,
"column": 18
},
"identifierName": "items"
},
"name": "items"
},
"computed": false
},
"right": {
"type": "ArrayExpression",
"start": 3718,
"end": 12265,
"loc": {
"start": {
"line": 98,
"column": 21
},
"end": {
"line": 282,
"column": 9
}
},
"elements": [
{
"type": "Identifier",
"start": 3732,
"end": 3747,
"loc": {
"start": {
"line": 99,
"column": 12
},
"end": {
"line": 99,
"column": 27
},
"identifierName": "showObjectItems"
},
"name": "showObjectItems"
},
{
"type": "Identifier",
"start": 3761,
"end": 3777,
"loc": {
"start": {
"line": 100,
"column": 12
},
"end": {
"line": 100,
"column": 28
},
"identifierName": "focusObjectItems"
},
"name": "focusObjectItems"
},
{
"type": "ArrayExpression",
"start": 3791,
"end": 6668,
"loc": {
"start": {
"line": 101,
"column": 12
},
"end": {
"line": 160,
"column": 13
}
},
"elements": [
{
"type": "ObjectExpression",
"start": 3809,
"end": 4251,
"loc": {
"start": {
"line": 102,
"column": 16
},
"end": {
"line": 112,
"column": 17
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 3831,
"end": 3984,
"loc": {
"start": {
"line": 103,
"column": 20
},
"end": {
"line": 105,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 3831,
"end": 3839,
"loc": {
"start": {
"line": 103,
"column": 20
},
"end": {
"line": 103,
"column": 28
},
"identifierName": "getTitle"
},
"name": "getTitle"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 3841,
"end": 3984,
"loc": {
"start": {
"line": 103,
"column": 30
},
"end": {
"line": 105,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 3842,
"end": 3849,
"loc": {
"start": {
"line": 103,
"column": 31
},
"end": {
"line": 103,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 3854,
"end": 3984,
"loc": {
"start": {
"line": 103,
"column": 43
},
"end": {
"line": 105,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 3880,
"end": 3962,
"loc": {
"start": {
"line": 104,
"column": 24
},
"end": {
"line": 104,
"column": 106
}
},
"argument": {
"type": "LogicalExpression",
"start": 3887,
"end": 3961,
"loc": {
"start": {
"line": 104,
"column": 31
},
"end": {
"line": 104,
"column": 105
}
},
"left": {
"type": "CallExpression",
"start": 3887,
"end": 3951,
"loc": {
"start": {
"line": 104,
"column": 31
},
"end": {
"line": 104,
"column": 95
}
},
"callee": {
"type": "MemberExpression",
"start": 3887,
"end": 3925,
"loc": {
"start": {
"line": 104,
"column": 31
},
"end": {
"line": 104,
"column": 69
}
},
"object": {
"type": "MemberExpression",
"start": 3887,
"end": 3915,
"loc": {
"start": {
"line": 104,
"column": 31
},
"end": {
"line": 104,
"column": 59
}
},
"object": {
"type": "MemberExpression",
"start": 3887,
"end": 3901,
"loc": {
"start": {
"line": 104,
"column": 31
},
"end": {
"line": 104,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 3887,
"end": 3894,
"loc": {
"start": {
"line": 104,
"column": 31
},
"end": {
"line": 104,
"column": 38
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 3895,
"end": 3901,
"loc": {
"start": {
"line": 104,
"column": 39
},
"end": {
"line": 104,
"column": 45
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3902,
"end": 3915,
"loc": {
"start": {
"line": 104,
"column": 46
},
"end": {
"line": 104,
"column": 59
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 3916,
"end": 3925,
"loc": {
"start": {
"line": 104,
"column": 60
},
"end": {
"line": 104,
"column": 69
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 3926,
"end": 3950,
"loc": {
"start": {
"line": 104,
"column": 70
},
"end": {
"line": 104,
"column": 94
}
},
"extra": {
"rawValue": "objectContextMenu.hide",
"raw": "\"objectContextMenu.hide\""
},
"value": "objectContextMenu.hide"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 3955,
"end": 3961,
"loc": {
"start": {
"line": 104,
"column": 99
},
"end": {
"line": 104,
"column": 105
}
},
"extra": {
"rawValue": "Hide",
"raw": "\"Hide\""
},
"value": "Hide"
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 4006,
"end": 4109,
"loc": {
"start": {
"line": 106,
"column": 20
},
"end": {
"line": 108,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 4006,
"end": 4016,
"loc": {
"start": {
"line": 106,
"column": 20
},
"end": {
"line": 106,
"column": 30
},
"identifierName": "getEnabled"
},
"name": "getEnabled"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 4018,
"end": 4109,
"loc": {
"start": {
"line": 106,
"column": 32
},
"end": {
"line": 108,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 4019,
"end": 4026,
"loc": {
"start": {
"line": 106,
"column": 33
},
"end": {
"line": 106,
"column": 40
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 4031,
"end": 4109,
"loc": {
"start": {
"line": 106,
"column": 45
},
"end": {
"line": 108,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 4057,
"end": 4087,
"loc": {
"start": {
"line": 107,
"column": 24
},
"end": {
"line": 107,
"column": 54
}
},
"argument": {
"type": "MemberExpression",
"start": 4064,
"end": 4086,
"loc": {
"start": {
"line": 107,
"column": 31
},
"end": {
"line": 107,
"column": 53
}
},
"object": {
"type": "MemberExpression",
"start": 4064,
"end": 4078,
"loc": {
"start": {
"line": 107,
"column": 31
},
"end": {
"line": 107,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 4064,
"end": 4071,
"loc": {
"start": {
"line": 107,
"column": 31
},
"end": {
"line": 107,
"column": 38
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 4072,
"end": 4078,
"loc": {
"start": {
"line": 107,
"column": 39
},
"end": {
"line": 107,
"column": 45
},
"identifierName": "entity"
},
"name": "entity"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4079,
"end": 4086,
"loc": {
"start": {
"line": 107,
"column": 46
},
"end": {
"line": 107,
"column": 53
},
"identifierName": "visible"
},
"name": "visible"
},
"computed": false
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 4131,
"end": 4233,
"loc": {
"start": {
"line": 109,
"column": 20
},
"end": {
"line": 111,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 4131,
"end": 4139,
"loc": {
"start": {
"line": 109,
"column": 20
},
"end": {
"line": 109,
"column": 28
},
"identifierName": "doAction"
},
"name": "doAction"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 4141,
"end": 4233,
"loc": {
"start": {
"line": 109,
"column": 30
},
"end": {
"line": 111,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 4142,
"end": 4149,
"loc": {
"start": {
"line": 109,
"column": 31
},
"end": {
"line": 109,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 4154,
"end": 4233,
"loc": {
"start": {
"line": 109,
"column": 43
},
"end": {
"line": 111,
"column": 21
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 4180,
"end": 4211,
"loc": {
"start": {
"line": 110,
"column": 24
},
"end": {
"line": 110,
"column": 55
}
},
"expression": {
"type": "AssignmentExpression",
"start": 4180,
"end": 4210,
"loc": {
"start": {
"line": 110,
"column": 24
},
"end": {
"line": 110,
"column": 54
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 4180,
"end": 4202,
"loc": {
"start": {
"line": 110,
"column": 24
},
"end": {
"line": 110,
"column": 46
}
},
"object": {
"type": "MemberExpression",
"start": 4180,
"end": 4194,
"loc": {
"start": {
"line": 110,
"column": 24
},
"end": {
"line": 110,
"column": 38
}
},
"object": {
"type": "Identifier",
"start": 4180,
"end": 4187,
"loc": {
"start": {
"line": 110,
"column": 24
},
"end": {
"line": 110,
"column": 31
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 4188,
"end": 4194,
"loc": {
"start": {
"line": 110,
"column": 32
},
"end": {
"line": 110,
"column": 38
},
"identifierName": "entity"
},
"name": "entity"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4195,
"end": 4202,
"loc": {
"start": {
"line": 110,
"column": 39
},
"end": {
"line": 110,
"column": 46
},
"identifierName": "visible"
},
"name": "visible"
},
"computed": false
},
"right": {
"type": "BooleanLiteral",
"start": 4205,
"end": 4210,
"loc": {
"start": {
"line": 110,
"column": 49
},
"end": {
"line": 110,
"column": 54
}
},
"value": false
}
}
}
],
"directives": []
}
}
}
]
},
{
"type": "ObjectExpression",
"start": 4269,
"end": 5280,
"loc": {
"start": {
"line": 113,
"column": 16
},
"end": {
"line": 133,
"column": 17
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 4291,
"end": 4457,
"loc": {
"start": {
"line": 114,
"column": 20
},
"end": {
"line": 116,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 4291,
"end": 4299,
"loc": {
"start": {
"line": 114,
"column": 20
},
"end": {
"line": 114,
"column": 28
},
"identifierName": "getTitle"
},
"name": "getTitle"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 4301,
"end": 4457,
"loc": {
"start": {
"line": 114,
"column": 30
},
"end": {
"line": 116,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 4302,
"end": 4309,
"loc": {
"start": {
"line": 114,
"column": 31
},
"end": {
"line": 114,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 4314,
"end": 4457,
"loc": {
"start": {
"line": 114,
"column": 43
},
"end": {
"line": 116,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 4340,
"end": 4435,
"loc": {
"start": {
"line": 115,
"column": 24
},
"end": {
"line": 115,
"column": 119
}
},
"argument": {
"type": "LogicalExpression",
"start": 4347,
"end": 4434,
"loc": {
"start": {
"line": 115,
"column": 31
},
"end": {
"line": 115,
"column": 118
}
},
"left": {
"type": "CallExpression",
"start": 4347,
"end": 4417,
"loc": {
"start": {
"line": 115,
"column": 31
},
"end": {
"line": 115,
"column": 101
}
},
"callee": {
"type": "MemberExpression",
"start": 4347,
"end": 4385,
"loc": {
"start": {
"line": 115,
"column": 31
},
"end": {
"line": 115,
"column": 69
}
},
"object": {
"type": "MemberExpression",
"start": 4347,
"end": 4375,
"loc": {
"start": {
"line": 115,
"column": 31
},
"end": {
"line": 115,
"column": 59
}
},
"object": {
"type": "MemberExpression",
"start": 4347,
"end": 4361,
"loc": {
"start": {
"line": 115,
"column": 31
},
"end": {
"line": 115,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 4347,
"end": 4354,
"loc": {
"start": {
"line": 115,
"column": 31
},
"end": {
"line": 115,
"column": 38
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 4355,
"end": 4361,
"loc": {
"start": {
"line": 115,
"column": 39
},
"end": {
"line": 115,
"column": 45
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4362,
"end": 4375,
"loc": {
"start": {
"line": 115,
"column": 46
},
"end": {
"line": 115,
"column": 59
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4376,
"end": 4385,
"loc": {
"start": {
"line": 115,
"column": 60
},
"end": {
"line": 115,
"column": 69
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 4386,
"end": 4416,
"loc": {
"start": {
"line": 115,
"column": 70
},
"end": {
"line": 115,
"column": 100
}
},
"extra": {
"rawValue": "objectContextMenu.hideOthers",
"raw": "\"objectContextMenu.hideOthers\""
},
"value": "objectContextMenu.hideOthers"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 4421,
"end": 4434,
"loc": {
"start": {
"line": 115,
"column": 105
},
"end": {
"line": 115,
"column": 118
}
},
"extra": {
"rawValue": "Hide Others",
"raw": "\"Hide Others\""
},
"value": "Hide Others"
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 4479,
"end": 5262,
"loc": {
"start": {
"line": 117,
"column": 20
},
"end": {
"line": 132,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 4479,
"end": 4487,
"loc": {
"start": {
"line": 117,
"column": 20
},
"end": {
"line": 117,
"column": 28
},
"identifierName": "doAction"
},
"name": "doAction"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 4489,
"end": 5262,
"loc": {
"start": {
"line": 117,
"column": 30
},
"end": {
"line": 132,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 4490,
"end": 4497,
"loc": {
"start": {
"line": 117,
"column": 31
},
"end": {
"line": 117,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 4502,
"end": 5262,
"loc": {
"start": {
"line": 117,
"column": 43
},
"end": {
"line": 132,
"column": 21
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 4528,
"end": 4558,
"loc": {
"start": {
"line": 118,
"column": 24
},
"end": {
"line": 118,
"column": 54
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4534,
"end": 4557,
"loc": {
"start": {
"line": 118,
"column": 30
},
"end": {
"line": 118,
"column": 53
}
},
"id": {
"type": "Identifier",
"start": 4534,
"end": 4540,
"loc": {
"start": {
"line": 118,
"column": 30
},
"end": {
"line": 118,
"column": 36
},
"identifierName": "viewer"
},
"name": "viewer"
},
"init": {
"type": "MemberExpression",
"start": 4543,
"end": 4557,
"loc": {
"start": {
"line": 118,
"column": 39
},
"end": {
"line": 118,
"column": 53
}
},
"object": {
"type": "Identifier",
"start": 4543,
"end": 4550,
"loc": {
"start": {
"line": 118,
"column": 39
},
"end": {
"line": 118,
"column": 46
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 4551,
"end": 4557,
"loc": {
"start": {
"line": 118,
"column": 47
},
"end": {
"line": 118,
"column": 53
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 4583,
"end": 4610,
"loc": {
"start": {
"line": 119,
"column": 24
},
"end": {
"line": 119,
"column": 51
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4589,
"end": 4609,
"loc": {
"start": {
"line": 119,
"column": 30
},
"end": {
"line": 119,
"column": 50
}
},
"id": {
"type": "Identifier",
"start": 4589,
"end": 4594,
"loc": {
"start": {
"line": 119,
"column": 30
},
"end": {
"line": 119,
"column": 35
},
"identifierName": "scene"
},
"name": "scene"
},
"init": {
"type": "MemberExpression",
"start": 4597,
"end": 4609,
"loc": {
"start": {
"line": 119,
"column": 38
},
"end": {
"line": 119,
"column": 50
}
},
"object": {
"type": "Identifier",
"start": 4597,
"end": 4603,
"loc": {
"start": {
"line": 119,
"column": 38
},
"end": {
"line": 119,
"column": 44
},
"identifierName": "viewer"
},
"name": "viewer"
},
"property": {
"type": "Identifier",
"start": 4604,
"end": 4609,
"loc": {
"start": {
"line": 119,
"column": 45
},
"end": {
"line": 119,
"column": 50
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 4635,
"end": 4665,
"loc": {
"start": {
"line": 120,
"column": 24
},
"end": {
"line": 120,
"column": 54
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4641,
"end": 4664,
"loc": {
"start": {
"line": 120,
"column": 30
},
"end": {
"line": 120,
"column": 53
}
},
"id": {
"type": "Identifier",
"start": 4641,
"end": 4647,
"loc": {
"start": {
"line": 120,
"column": 30
},
"end": {
"line": 120,
"column": 36
},
"identifierName": "entity"
},
"name": "entity"
},
"init": {
"type": "MemberExpression",
"start": 4650,
"end": 4664,
"loc": {
"start": {
"line": 120,
"column": 39
},
"end": {
"line": 120,
"column": 53
}
},
"object": {
"type": "Identifier",
"start": 4650,
"end": 4657,
"loc": {
"start": {
"line": 120,
"column": 39
},
"end": {
"line": 120,
"column": 46
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 4658,
"end": 4664,
"loc": {
"start": {
"line": 120,
"column": 47
},
"end": {
"line": 120,
"column": 53
},
"identifierName": "entity"
},
"name": "entity"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 4690,
"end": 4749,
"loc": {
"start": {
"line": 121,
"column": 24
},
"end": {
"line": 121,
"column": 83
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 4696,
"end": 4748,
"loc": {
"start": {
"line": 121,
"column": 30
},
"end": {
"line": 121,
"column": 82
}
},
"id": {
"type": "Identifier",
"start": 4696,
"end": 4706,
"loc": {
"start": {
"line": 121,
"column": 30
},
"end": {
"line": 121,
"column": 40
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"init": {
"type": "MemberExpression",
"start": 4709,
"end": 4748,
"loc": {
"start": {
"line": 121,
"column": 43
},
"end": {
"line": 121,
"column": 82
}
},
"object": {
"type": "MemberExpression",
"start": 4709,
"end": 4737,
"loc": {
"start": {
"line": 121,
"column": 43
},
"end": {
"line": 121,
"column": 71
}
},
"object": {
"type": "MemberExpression",
"start": 4709,
"end": 4725,
"loc": {
"start": {
"line": 121,
"column": 43
},
"end": {
"line": 121,
"column": 59
}
},
"object": {
"type": "Identifier",
"start": 4709,
"end": 4715,
"loc": {
"start": {
"line": 121,
"column": 43
},
"end": {
"line": 121,
"column": 49
},
"identifierName": "viewer"
},
"name": "viewer"
},
"property": {
"type": "Identifier",
"start": 4716,
"end": 4725,
"loc": {
"start": {
"line": 121,
"column": 50
},
"end": {
"line": 121,
"column": 59
},
"identifierName": "metaScene"
},
"name": "metaScene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 4726,
"end": 4737,
"loc": {
"start": {
"line": 121,
"column": 60
},
"end": {
"line": 121,
"column": 71
},
"identifierName": "metaObjects"
},
"name": "metaObjects"
},
"computed": false
},
"property": {
"type": "MemberExpression",
"start": 4738,
"end": 4747,
"loc": {
"start": {
"line": 121,
"column": 72
},
"end": {
"line": 121,
"column": 81
}
},
"object": {
"type": "Identifier",
"start": 4738,
"end": 4744,
"loc": {
"start": {
"line": 121,
"column": 72
},
"end": {
"line": 121,
"column": 78
},
"identifierName": "entity"
},
"name": "entity"
},
"property": {
"type": "Identifier",
"start": 4745,
"end": 4747,
"loc": {
"start": {
"line": 121,
"column": 79
},
"end": {
"line": 121,
"column": 81
},
"identifierName": "id"
},
"name": "id"
},
"computed": false
},
"computed": true
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 4774,
"end": 4854,
"loc": {
"start": {
"line": 122,
"column": 24
},
"end": {
"line": 124,
"column": 25
}
},
"test": {
"type": "UnaryExpression",
"start": 4778,
"end": 4789,
"loc": {
"start": {
"line": 122,
"column": 28
},
"end": {
"line": 122,
"column": 39
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 4779,
"end": 4789,
"loc": {
"start": {
"line": 122,
"column": 29
},
"end": {
"line": 122,
"column": 39
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 4791,
"end": 4854,
"loc": {
"start": {
"line": 122,
"column": 41
},
"end": {
"line": 124,
"column": 25
}
},
"body": [
{
"type": "ReturnStatement",
"start": 4821,
"end": 4828,
"loc": {
"start": {
"line": 123,
"column": 28
},
"end": {
"line": 123,
"column": 35
}
},
"argument": null
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 4879,
"end": 4934,
"loc": {
"start": {
"line": 125,
"column": 24
},
"end": {
"line": 125,
"column": 79
}
},
"expression": {
"type": "CallExpression",
"start": 4879,
"end": 4933,
"loc": {
"start": {
"line": 125,
"column": 24
},
"end": {
"line": 125,
"column": 78
}
},
"callee": {
"type": "MemberExpression",
"start": 4879,
"end": 4902,
"loc": {
"start": {
"line": 125,
"column": 24
},
"end": {
"line": 125,
"column": 47
}
},
"object": {
"type": "Identifier",
"start": 4879,
"end": 4884,
"loc": {
"start": {
"line": 125,
"column": 24
},
"end": {
"line": 125,
"column": 29
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 4885,
"end": 4902,
"loc": {
"start": {
"line": 125,
"column": 30
},
"end": {
"line": 125,
"column": 47
},
"identifierName": "setObjectsVisible"
},
"name": "setObjectsVisible"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 4903,
"end": 4925,
"loc": {
"start": {
"line": 125,
"column": 48
},
"end": {
"line": 125,
"column": 70
}
},
"object": {
"type": "Identifier",
"start": 4903,
"end": 4908,
"loc": {
"start": {
"line": 125,
"column": 48
},
"end": {
"line": 125,
"column": 53
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 4909,
"end": 4925,
"loc": {
"start": {
"line": 125,
"column": 54
},
"end": {
"line": 125,
"column": 70
},
"identifierName": "visibleObjectIds"
},
"name": "visibleObjectIds"
},
"computed": false
},
{
"type": "BooleanLiteral",
"start": 4927,
"end": 4932,
"loc": {
"start": {
"line": 125,
"column": 72
},
"end": {
"line": 125,
"column": 77
}
},
"value": false
}
]
}
},
{
"type": "ExpressionStatement",
"start": 4959,
"end": 5240,
"loc": {
"start": {
"line": 126,
"column": 24
},
"end": {
"line": 131,
"column": 27
}
},
"expression": {
"type": "CallExpression",
"start": 4959,
"end": 5239,
"loc": {
"start": {
"line": 126,
"column": 24
},
"end": {
"line": 131,
"column": 26
}
},
"callee": {
"type": "MemberExpression",
"start": 4959,
"end": 4994,
"loc": {
"start": {
"line": 126,
"column": 24
},
"end": {
"line": 126,
"column": 59
}
},
"object": {
"type": "Identifier",
"start": 4959,
"end": 4969,
"loc": {
"start": {
"line": 126,
"column": 24
},
"end": {
"line": 126,
"column": 34
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"property": {
"type": "Identifier",
"start": 4970,
"end": 4994,
"loc": {
"start": {
"line": 126,
"column": 35
},
"end": {
"line": 126,
"column": 59
},
"identifierName": "withMetaObjectsInSubtree"
},
"name": "withMetaObjectsInSubtree"
},
"computed": false
},
"arguments": [
{
"type": "ArrowFunctionExpression",
"start": 4995,
"end": 5238,
"loc": {
"start": {
"line": 126,
"column": 60
},
"end": {
"line": 131,
"column": 25
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 4996,
"end": 5006,
"loc": {
"start": {
"line": 126,
"column": 61
},
"end": {
"line": 126,
"column": 71
},
"identifierName": "metaObject"
},
"name": "metaObject"
}
],
"body": {
"type": "BlockStatement",
"start": 5011,
"end": 5238,
"loc": {
"start": {
"line": 126,
"column": 76
},
"end": {
"line": 131,
"column": 25
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 5041,
"end": 5085,
"loc": {
"start": {
"line": 127,
"column": 28
},
"end": {
"line": 127,
"column": 72
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 5047,
"end": 5084,
"loc": {
"start": {
"line": 127,
"column": 34
},
"end": {
"line": 127,
"column": 71
}
},
"id": {
"type": "Identifier",
"start": 5047,
"end": 5053,
"loc": {
"start": {
"line": 127,
"column": 34
},
"end": {
"line": 127,
"column": 40
},
"identifierName": "entity"
},
"name": "entity"
},
"init": {
"type": "MemberExpression",
"start": 5056,
"end": 5084,
"loc": {
"start": {
"line": 127,
"column": 43
},
"end": {
"line": 127,
"column": 71
}
},
"object": {
"type": "MemberExpression",
"start": 5056,
"end": 5069,
"loc": {
"start": {
"line": 127,
"column": 43
},
"end": {
"line": 127,
"column": 56
}
},
"object": {
"type": "Identifier",
"start": 5056,
"end": 5061,
"loc": {
"start": {
"line": 127,
"column": 43
},
"end": {
"line": 127,
"column": 48
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 5062,
"end": 5069,
"loc": {
"start": {
"line": 127,
"column": 49
},
"end": {
"line": 127,
"column": 56
},
"identifierName": "objects"
},
"name": "objects"
},
"computed": false
},
"property": {
"type": "MemberExpression",
"start": 5070,
"end": 5083,
"loc": {
"start": {
"line": 127,
"column": 57
},
"end": {
"line": 127,
"column": 70
}
},
"object": {
"type": "Identifier",
"start": 5070,
"end": 5080,
"loc": {
"start": {
"line": 127,
"column": 57
},
"end": {
"line": 127,
"column": 67
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"property": {
"type": "Identifier",
"start": 5081,
"end": 5083,
"loc": {
"start": {
"line": 127,
"column": 68
},
"end": {
"line": 127,
"column": 70
},
"identifierName": "id"
},
"name": "id"
},
"computed": false
},
"computed": true
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 5114,
"end": 5212,
"loc": {
"start": {
"line": 128,
"column": 28
},
"end": {
"line": 130,
"column": 29
}
},
"test": {
"type": "Identifier",
"start": 5118,
"end": 5124,
"loc": {
"start": {
"line": 128,
"column": 32
},
"end": {
"line": 128,
"column": 38
},
"identifierName": "entity"
},
"name": "entity"
},
"consequent": {
"type": "BlockStatement",
"start": 5126,
"end": 5212,
"loc": {
"start": {
"line": 128,
"column": 40
},
"end": {
"line": 130,
"column": 29
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 5160,
"end": 5182,
"loc": {
"start": {
"line": 129,
"column": 32
},
"end": {
"line": 129,
"column": 54
}
},
"expression": {
"type": "AssignmentExpression",
"start": 5160,
"end": 5181,
"loc": {
"start": {
"line": 129,
"column": 32
},
"end": {
"line": 129,
"column": 53
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 5160,
"end": 5174,
"loc": {
"start": {
"line": 129,
"column": 32
},
"end": {
"line": 129,
"column": 46
}
},
"object": {
"type": "Identifier",
"start": 5160,
"end": 5166,
"loc": {
"start": {
"line": 129,
"column": 32
},
"end": {
"line": 129,
"column": 38
},
"identifierName": "entity"
},
"name": "entity"
},
"property": {
"type": "Identifier",
"start": 5167,
"end": 5174,
"loc": {
"start": {
"line": 129,
"column": 39
},
"end": {
"line": 129,
"column": 46
},
"identifierName": "visible"
},
"name": "visible"
},
"computed": false
},
"right": {
"type": "BooleanLiteral",
"start": 5177,
"end": 5181,
"loc": {
"start": {
"line": 129,
"column": 49
},
"end": {
"line": 129,
"column": 53
}
},
"value": true
}
}
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
}
}
]
}
}
],
"directives": []
}
}
}
]
},
{
"type": "ObjectExpression",
"start": 5298,
"end": 5823,
"loc": {
"start": {
"line": 134,
"column": 16
},
"end": {
"line": 144,
"column": 17
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 5320,
"end": 5480,
"loc": {
"start": {
"line": 135,
"column": 20
},
"end": {
"line": 137,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 5320,
"end": 5328,
"loc": {
"start": {
"line": 135,
"column": 20
},
"end": {
"line": 135,
"column": 28
},
"identifierName": "getTitle"
},
"name": "getTitle"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 5330,
"end": 5480,
"loc": {
"start": {
"line": 135,
"column": 30
},
"end": {
"line": 137,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 5331,
"end": 5338,
"loc": {
"start": {
"line": 135,
"column": 31
},
"end": {
"line": 135,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 5343,
"end": 5480,
"loc": {
"start": {
"line": 135,
"column": 43
},
"end": {
"line": 137,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 5369,
"end": 5458,
"loc": {
"start": {
"line": 136,
"column": 24
},
"end": {
"line": 136,
"column": 113
}
},
"argument": {
"type": "LogicalExpression",
"start": 5376,
"end": 5457,
"loc": {
"start": {
"line": 136,
"column": 31
},
"end": {
"line": 136,
"column": 112
}
},
"left": {
"type": "CallExpression",
"start": 5376,
"end": 5443,
"loc": {
"start": {
"line": 136,
"column": 31
},
"end": {
"line": 136,
"column": 98
}
},
"callee": {
"type": "MemberExpression",
"start": 5376,
"end": 5414,
"loc": {
"start": {
"line": 136,
"column": 31
},
"end": {
"line": 136,
"column": 69
}
},
"object": {
"type": "MemberExpression",
"start": 5376,
"end": 5404,
"loc": {
"start": {
"line": 136,
"column": 31
},
"end": {
"line": 136,
"column": 59
}
},
"object": {
"type": "MemberExpression",
"start": 5376,
"end": 5390,
"loc": {
"start": {
"line": 136,
"column": 31
},
"end": {
"line": 136,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 5376,
"end": 5383,
"loc": {
"start": {
"line": 136,
"column": 31
},
"end": {
"line": 136,
"column": 38
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 5384,
"end": 5390,
"loc": {
"start": {
"line": 136,
"column": 39
},
"end": {
"line": 136,
"column": 45
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5391,
"end": 5404,
"loc": {
"start": {
"line": 136,
"column": 46
},
"end": {
"line": 136,
"column": 59
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5405,
"end": 5414,
"loc": {
"start": {
"line": 136,
"column": 60
},
"end": {
"line": 136,
"column": 69
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 5415,
"end": 5442,
"loc": {
"start": {
"line": 136,
"column": 70
},
"end": {
"line": 136,
"column": 97
}
},
"extra": {
"rawValue": "objectContextMenu.hideAll",
"raw": "\"objectContextMenu.hideAll\""
},
"value": "objectContextMenu.hideAll"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 5447,
"end": 5457,
"loc": {
"start": {
"line": 136,
"column": 102
},
"end": {
"line": 136,
"column": 112
}
},
"extra": {
"rawValue": "Hide All",
"raw": "\"Hide All\""
},
"value": "Hide All"
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 5502,
"end": 5627,
"loc": {
"start": {
"line": 138,
"column": 20
},
"end": {
"line": 140,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 5502,
"end": 5512,
"loc": {
"start": {
"line": 138,
"column": 20
},
"end": {
"line": 138,
"column": 30
},
"identifierName": "getEnabled"
},
"name": "getEnabled"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 5514,
"end": 5627,
"loc": {
"start": {
"line": 138,
"column": 32
},
"end": {
"line": 140,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 5515,
"end": 5522,
"loc": {
"start": {
"line": 138,
"column": 33
},
"end": {
"line": 138,
"column": 40
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 5527,
"end": 5627,
"loc": {
"start": {
"line": 138,
"column": 45
},
"end": {
"line": 140,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 5553,
"end": 5605,
"loc": {
"start": {
"line": 139,
"column": 24
},
"end": {
"line": 139,
"column": 76
}
},
"argument": {
"type": "BinaryExpression",
"start": 5561,
"end": 5603,
"loc": {
"start": {
"line": 139,
"column": 32
},
"end": {
"line": 139,
"column": 74
}
},
"left": {
"type": "MemberExpression",
"start": 5561,
"end": 5599,
"loc": {
"start": {
"line": 139,
"column": 32
},
"end": {
"line": 139,
"column": 70
}
},
"object": {
"type": "MemberExpression",
"start": 5561,
"end": 5581,
"loc": {
"start": {
"line": 139,
"column": 32
},
"end": {
"line": 139,
"column": 52
}
},
"object": {
"type": "MemberExpression",
"start": 5561,
"end": 5575,
"loc": {
"start": {
"line": 139,
"column": 32
},
"end": {
"line": 139,
"column": 46
}
},
"object": {
"type": "Identifier",
"start": 5561,
"end": 5568,
"loc": {
"start": {
"line": 139,
"column": 32
},
"end": {
"line": 139,
"column": 39
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 5569,
"end": 5575,
"loc": {
"start": {
"line": 139,
"column": 40
},
"end": {
"line": 139,
"column": 46
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5576,
"end": 5581,
"loc": {
"start": {
"line": 139,
"column": 47
},
"end": {
"line": 139,
"column": 52
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5582,
"end": 5599,
"loc": {
"start": {
"line": 139,
"column": 53
},
"end": {
"line": 139,
"column": 70
},
"identifierName": "numVisibleObjects"
},
"name": "numVisibleObjects"
},
"computed": false
},
"operator": ">",
"right": {
"type": "NumericLiteral",
"start": 5602,
"end": 5603,
"loc": {
"start": {
"line": 139,
"column": 73
},
"end": {
"line": 139,
"column": 74
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
},
"extra": {
"parenthesized": true,
"parenStart": 5560
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 5649,
"end": 5805,
"loc": {
"start": {
"line": 141,
"column": 20
},
"end": {
"line": 143,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 5649,
"end": 5657,
"loc": {
"start": {
"line": 141,
"column": 20
},
"end": {
"line": 141,
"column": 28
},
"identifierName": "doAction"
},
"name": "doAction"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 5659,
"end": 5805,
"loc": {
"start": {
"line": 141,
"column": 30
},
"end": {
"line": 143,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 5660,
"end": 5667,
"loc": {
"start": {
"line": 141,
"column": 31
},
"end": {
"line": 141,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 5672,
"end": 5805,
"loc": {
"start": {
"line": 141,
"column": 43
},
"end": {
"line": 143,
"column": 21
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 5698,
"end": 5783,
"loc": {
"start": {
"line": 142,
"column": 24
},
"end": {
"line": 142,
"column": 109
}
},
"expression": {
"type": "CallExpression",
"start": 5698,
"end": 5782,
"loc": {
"start": {
"line": 142,
"column": 24
},
"end": {
"line": 142,
"column": 108
}
},
"callee": {
"type": "MemberExpression",
"start": 5698,
"end": 5736,
"loc": {
"start": {
"line": 142,
"column": 24
},
"end": {
"line": 142,
"column": 62
}
},
"object": {
"type": "MemberExpression",
"start": 5698,
"end": 5718,
"loc": {
"start": {
"line": 142,
"column": 24
},
"end": {
"line": 142,
"column": 44
}
},
"object": {
"type": "MemberExpression",
"start": 5698,
"end": 5712,
"loc": {
"start": {
"line": 142,
"column": 24
},
"end": {
"line": 142,
"column": 38
}
},
"object": {
"type": "Identifier",
"start": 5698,
"end": 5705,
"loc": {
"start": {
"line": 142,
"column": 24
},
"end": {
"line": 142,
"column": 31
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 5706,
"end": 5712,
"loc": {
"start": {
"line": 142,
"column": 32
},
"end": {
"line": 142,
"column": 38
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5713,
"end": 5718,
"loc": {
"start": {
"line": 142,
"column": 39
},
"end": {
"line": 142,
"column": 44
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5719,
"end": 5736,
"loc": {
"start": {
"line": 142,
"column": 45
},
"end": {
"line": 142,
"column": 62
},
"identifierName": "setObjectsVisible"
},
"name": "setObjectsVisible"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 5737,
"end": 5774,
"loc": {
"start": {
"line": 142,
"column": 63
},
"end": {
"line": 142,
"column": 100
}
},
"object": {
"type": "MemberExpression",
"start": 5737,
"end": 5757,
"loc": {
"start": {
"line": 142,
"column": 63
},
"end": {
"line": 142,
"column": 83
}
},
"object": {
"type": "MemberExpression",
"start": 5737,
"end": 5751,
"loc": {
"start": {
"line": 142,
"column": 63
},
"end": {
"line": 142,
"column": 77
}
},
"object": {
"type": "Identifier",
"start": 5737,
"end": 5744,
"loc": {
"start": {
"line": 142,
"column": 63
},
"end": {
"line": 142,
"column": 70
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 5745,
"end": 5751,
"loc": {
"start": {
"line": 142,
"column": 71
},
"end": {
"line": 142,
"column": 77
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5752,
"end": 5757,
"loc": {
"start": {
"line": 142,
"column": 78
},
"end": {
"line": 142,
"column": 83
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5758,
"end": 5774,
"loc": {
"start": {
"line": 142,
"column": 84
},
"end": {
"line": 142,
"column": 100
},
"identifierName": "visibleObjectIds"
},
"name": "visibleObjectIds"
},
"computed": false
},
{
"type": "BooleanLiteral",
"start": 5776,
"end": 5781,
"loc": {
"start": {
"line": 142,
"column": 102
},
"end": {
"line": 142,
"column": 107
}
},
"value": false
}
]
}
}
],
"directives": []
}
}
}
]
},
{
"type": "ObjectExpression",
"start": 5841,
"end": 6654,
"loc": {
"start": {
"line": 145,
"column": 16
},
"end": {
"line": 159,
"column": 17
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 5863,
"end": 6023,
"loc": {
"start": {
"line": 146,
"column": 20
},
"end": {
"line": 148,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 5863,
"end": 5871,
"loc": {
"start": {
"line": 146,
"column": 20
},
"end": {
"line": 146,
"column": 28
},
"identifierName": "getTitle"
},
"name": "getTitle"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 5873,
"end": 6023,
"loc": {
"start": {
"line": 146,
"column": 30
},
"end": {
"line": 148,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 5874,
"end": 5881,
"loc": {
"start": {
"line": 146,
"column": 31
},
"end": {
"line": 146,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 5886,
"end": 6023,
"loc": {
"start": {
"line": 146,
"column": 43
},
"end": {
"line": 148,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 5912,
"end": 6001,
"loc": {
"start": {
"line": 147,
"column": 24
},
"end": {
"line": 147,
"column": 113
}
},
"argument": {
"type": "LogicalExpression",
"start": 5919,
"end": 6000,
"loc": {
"start": {
"line": 147,
"column": 31
},
"end": {
"line": 147,
"column": 112
}
},
"left": {
"type": "CallExpression",
"start": 5919,
"end": 5986,
"loc": {
"start": {
"line": 147,
"column": 31
},
"end": {
"line": 147,
"column": 98
}
},
"callee": {
"type": "MemberExpression",
"start": 5919,
"end": 5957,
"loc": {
"start": {
"line": 147,
"column": 31
},
"end": {
"line": 147,
"column": 69
}
},
"object": {
"type": "MemberExpression",
"start": 5919,
"end": 5947,
"loc": {
"start": {
"line": 147,
"column": 31
},
"end": {
"line": 147,
"column": 59
}
},
"object": {
"type": "MemberExpression",
"start": 5919,
"end": 5933,
"loc": {
"start": {
"line": 147,
"column": 31
},
"end": {
"line": 147,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 5919,
"end": 5926,
"loc": {
"start": {
"line": 147,
"column": 31
},
"end": {
"line": 147,
"column": 38
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 5927,
"end": 5933,
"loc": {
"start": {
"line": 147,
"column": 39
},
"end": {
"line": 147,
"column": 45
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5934,
"end": 5947,
"loc": {
"start": {
"line": 147,
"column": 46
},
"end": {
"line": 147,
"column": 59
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 5948,
"end": 5957,
"loc": {
"start": {
"line": 147,
"column": 60
},
"end": {
"line": 147,
"column": 69
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 5958,
"end": 5985,
"loc": {
"start": {
"line": 147,
"column": 70
},
"end": {
"line": 147,
"column": 97
}
},
"extra": {
"rawValue": "objectContextMenu.showAll",
"raw": "\"objectContextMenu.showAll\""
},
"value": "objectContextMenu.showAll"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 5990,
"end": 6000,
"loc": {
"start": {
"line": 147,
"column": 102
},
"end": {
"line": 147,
"column": 112
}
},
"extra": {
"rawValue": "Show All",
"raw": "\"Show All\""
},
"value": "Show All"
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 6045,
"end": 6279,
"loc": {
"start": {
"line": 149,
"column": 20
},
"end": {
"line": 152,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 6045,
"end": 6055,
"loc": {
"start": {
"line": 149,
"column": 20
},
"end": {
"line": 149,
"column": 30
},
"identifierName": "getEnabled"
},
"name": "getEnabled"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 6057,
"end": 6279,
"loc": {
"start": {
"line": 149,
"column": 32
},
"end": {
"line": 152,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 6058,
"end": 6065,
"loc": {
"start": {
"line": 149,
"column": 33
},
"end": {
"line": 149,
"column": 40
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 6070,
"end": 6279,
"loc": {
"start": {
"line": 149,
"column": 45
},
"end": {
"line": 152,
"column": 21
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 6096,
"end": 6131,
"loc": {
"start": {
"line": 150,
"column": 24
},
"end": {
"line": 150,
"column": 59
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 6102,
"end": 6130,
"loc": {
"start": {
"line": 150,
"column": 30
},
"end": {
"line": 150,
"column": 58
}
},
"id": {
"type": "Identifier",
"start": 6102,
"end": 6107,
"loc": {
"start": {
"line": 150,
"column": 30
},
"end": {
"line": 150,
"column": 35
},
"identifierName": "scene"
},
"name": "scene"
},
"init": {
"type": "MemberExpression",
"start": 6110,
"end": 6130,
"loc": {
"start": {
"line": 150,
"column": 38
},
"end": {
"line": 150,
"column": 58
}
},
"object": {
"type": "MemberExpression",
"start": 6110,
"end": 6124,
"loc": {
"start": {
"line": 150,
"column": 38
},
"end": {
"line": 150,
"column": 52
}
},
"object": {
"type": "Identifier",
"start": 6110,
"end": 6117,
"loc": {
"start": {
"line": 150,
"column": 38
},
"end": {
"line": 150,
"column": 45
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 6118,
"end": 6124,
"loc": {
"start": {
"line": 150,
"column": 46
},
"end": {
"line": 150,
"column": 52
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6125,
"end": 6130,
"loc": {
"start": {
"line": 150,
"column": 53
},
"end": {
"line": 150,
"column": 58
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "ReturnStatement",
"start": 6156,
"end": 6257,
"loc": {
"start": {
"line": 151,
"column": 24
},
"end": {
"line": 151,
"column": 125
}
},
"argument": {
"type": "LogicalExpression",
"start": 6164,
"end": 6255,
"loc": {
"start": {
"line": 151,
"column": 32
},
"end": {
"line": 151,
"column": 123
}
},
"left": {
"type": "BinaryExpression",
"start": 6165,
"end": 6207,
"loc": {
"start": {
"line": 151,
"column": 33
},
"end": {
"line": 151,
"column": 75
}
},
"left": {
"type": "MemberExpression",
"start": 6165,
"end": 6188,
"loc": {
"start": {
"line": 151,
"column": 33
},
"end": {
"line": 151,
"column": 56
}
},
"object": {
"type": "Identifier",
"start": 6165,
"end": 6170,
"loc": {
"start": {
"line": 151,
"column": 33
},
"end": {
"line": 151,
"column": 38
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 6171,
"end": 6188,
"loc": {
"start": {
"line": 151,
"column": 39
},
"end": {
"line": 151,
"column": 56
},
"identifierName": "numVisibleObjects"
},
"name": "numVisibleObjects"
},
"computed": false
},
"operator": "<",
"right": {
"type": "MemberExpression",
"start": 6191,
"end": 6207,
"loc": {
"start": {
"line": 151,
"column": 59
},
"end": {
"line": 151,
"column": 75
}
},
"object": {
"type": "Identifier",
"start": 6191,
"end": 6196,
"loc": {
"start": {
"line": 151,
"column": 59
},
"end": {
"line": 151,
"column": 64
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 6197,
"end": 6207,
"loc": {
"start": {
"line": 151,
"column": 65
},
"end": {
"line": 151,
"column": 75
},
"identifierName": "numObjects"
},
"name": "numObjects"
},
"computed": false
},
"extra": {
"parenthesized": true,
"parenStart": 6164
}
},
"operator": "||",
"right": {
"type": "BinaryExpression",
"start": 6213,
"end": 6254,
"loc": {
"start": {
"line": 151,
"column": 81
},
"end": {
"line": 151,
"column": 122
}
},
"left": {
"type": "MemberExpression",
"start": 6213,
"end": 6250,
"loc": {
"start": {
"line": 151,
"column": 81
},
"end": {
"line": 151,
"column": 118
}
},
"object": {
"type": "MemberExpression",
"start": 6213,
"end": 6233,
"loc": {
"start": {
"line": 151,
"column": 81
},
"end": {
"line": 151,
"column": 101
}
},
"object": {
"type": "MemberExpression",
"start": 6213,
"end": 6227,
"loc": {
"start": {
"line": 151,
"column": 81
},
"end": {
"line": 151,
"column": 95
}
},
"object": {
"type": "Identifier",
"start": 6213,
"end": 6220,
"loc": {
"start": {
"line": 151,
"column": 81
},
"end": {
"line": 151,
"column": 88
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 6221,
"end": 6227,
"loc": {
"start": {
"line": 151,
"column": 89
},
"end": {
"line": 151,
"column": 95
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6228,
"end": 6233,
"loc": {
"start": {
"line": 151,
"column": 96
},
"end": {
"line": 151,
"column": 101
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6234,
"end": 6250,
"loc": {
"start": {
"line": 151,
"column": 102
},
"end": {
"line": 151,
"column": 118
},
"identifierName": "numXRayedObjects"
},
"name": "numXRayedObjects"
},
"computed": false
},
"operator": ">",
"right": {
"type": "NumericLiteral",
"start": 6253,
"end": 6254,
"loc": {
"start": {
"line": 151,
"column": 121
},
"end": {
"line": 151,
"column": 122
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
},
"extra": {
"parenthesized": true,
"parenStart": 6212
}
},
"extra": {
"parenthesized": true,
"parenStart": 6163
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 6301,
"end": 6636,
"loc": {
"start": {
"line": 153,
"column": 20
},
"end": {
"line": 158,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 6301,
"end": 6309,
"loc": {
"start": {
"line": 153,
"column": 20
},
"end": {
"line": 153,
"column": 28
},
"identifierName": "doAction"
},
"name": "doAction"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 6311,
"end": 6636,
"loc": {
"start": {
"line": 153,
"column": 30
},
"end": {
"line": 158,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 6312,
"end": 6319,
"loc": {
"start": {
"line": 153,
"column": 31
},
"end": {
"line": 153,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 6324,
"end": 6636,
"loc": {
"start": {
"line": 153,
"column": 43
},
"end": {
"line": 158,
"column": 21
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 6350,
"end": 6385,
"loc": {
"start": {
"line": 154,
"column": 24
},
"end": {
"line": 154,
"column": 59
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 6356,
"end": 6384,
"loc": {
"start": {
"line": 154,
"column": 30
},
"end": {
"line": 154,
"column": 58
}
},
"id": {
"type": "Identifier",
"start": 6356,
"end": 6361,
"loc": {
"start": {
"line": 154,
"column": 30
},
"end": {
"line": 154,
"column": 35
},
"identifierName": "scene"
},
"name": "scene"
},
"init": {
"type": "MemberExpression",
"start": 6364,
"end": 6384,
"loc": {
"start": {
"line": 154,
"column": 38
},
"end": {
"line": 154,
"column": 58
}
},
"object": {
"type": "MemberExpression",
"start": 6364,
"end": 6378,
"loc": {
"start": {
"line": 154,
"column": 38
},
"end": {
"line": 154,
"column": 52
}
},
"object": {
"type": "Identifier",
"start": 6364,
"end": 6371,
"loc": {
"start": {
"line": 154,
"column": 38
},
"end": {
"line": 154,
"column": 45
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 6372,
"end": 6378,
"loc": {
"start": {
"line": 154,
"column": 46
},
"end": {
"line": 154,
"column": 52
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6379,
"end": 6384,
"loc": {
"start": {
"line": 154,
"column": 53
},
"end": {
"line": 154,
"column": 58
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 6410,
"end": 6457,
"loc": {
"start": {
"line": 155,
"column": 24
},
"end": {
"line": 155,
"column": 71
}
},
"expression": {
"type": "CallExpression",
"start": 6410,
"end": 6456,
"loc": {
"start": {
"line": 155,
"column": 24
},
"end": {
"line": 155,
"column": 70
}
},
"callee": {
"type": "MemberExpression",
"start": 6410,
"end": 6433,
"loc": {
"start": {
"line": 155,
"column": 24
},
"end": {
"line": 155,
"column": 47
}
},
"object": {
"type": "Identifier",
"start": 6410,
"end": 6415,
"loc": {
"start": {
"line": 155,
"column": 24
},
"end": {
"line": 155,
"column": 29
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 6416,
"end": 6433,
"loc": {
"start": {
"line": 155,
"column": 30
},
"end": {
"line": 155,
"column": 47
},
"identifierName": "setObjectsVisible"
},
"name": "setObjectsVisible"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 6434,
"end": 6449,
"loc": {
"start": {
"line": 155,
"column": 48
},
"end": {
"line": 155,
"column": 63
}
},
"object": {
"type": "Identifier",
"start": 6434,
"end": 6439,
"loc": {
"start": {
"line": 155,
"column": 48
},
"end": {
"line": 155,
"column": 53
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 6440,
"end": 6449,
"loc": {
"start": {
"line": 155,
"column": 54
},
"end": {
"line": 155,
"column": 63
},
"identifierName": "objectIds"
},
"name": "objectIds"
},
"computed": false
},
{
"type": "BooleanLiteral",
"start": 6451,
"end": 6455,
"loc": {
"start": {
"line": 155,
"column": 65
},
"end": {
"line": 155,
"column": 69
}
},
"value": true
}
]
}
},
{
"type": "ExpressionStatement",
"start": 6482,
"end": 6536,
"loc": {
"start": {
"line": 156,
"column": 24
},
"end": {
"line": 156,
"column": 78
}
},
"expression": {
"type": "CallExpression",
"start": 6482,
"end": 6535,
"loc": {
"start": {
"line": 156,
"column": 24
},
"end": {
"line": 156,
"column": 77
}
},
"callee": {
"type": "MemberExpression",
"start": 6482,
"end": 6506,
"loc": {
"start": {
"line": 156,
"column": 24
},
"end": {
"line": 156,
"column": 48
}
},
"object": {
"type": "Identifier",
"start": 6482,
"end": 6487,
"loc": {
"start": {
"line": 156,
"column": 24
},
"end": {
"line": 156,
"column": 29
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 6488,
"end": 6506,
"loc": {
"start": {
"line": 156,
"column": 30
},
"end": {
"line": 156,
"column": 48
},
"identifierName": "setObjectsPickable"
},
"name": "setObjectsPickable"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 6507,
"end": 6528,
"loc": {
"start": {
"line": 156,
"column": 49
},
"end": {
"line": 156,
"column": 70
}
},
"object": {
"type": "Identifier",
"start": 6507,
"end": 6512,
"loc": {
"start": {
"line": 156,
"column": 49
},
"end": {
"line": 156,
"column": 54
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 6513,
"end": 6528,
"loc": {
"start": {
"line": 156,
"column": 55
},
"end": {
"line": 156,
"column": 70
},
"identifierName": "xrayedObjectIds"
},
"name": "xrayedObjectIds"
},
"computed": false
},
{
"type": "BooleanLiteral",
"start": 6530,
"end": 6534,
"loc": {
"start": {
"line": 156,
"column": 72
},
"end": {
"line": 156,
"column": 76
}
},
"value": true
}
]
}
},
{
"type": "ExpressionStatement",
"start": 6561,
"end": 6614,
"loc": {
"start": {
"line": 157,
"column": 24
},
"end": {
"line": 157,
"column": 77
}
},
"expression": {
"type": "CallExpression",
"start": 6561,
"end": 6613,
"loc": {
"start": {
"line": 157,
"column": 24
},
"end": {
"line": 157,
"column": 76
}
},
"callee": {
"type": "MemberExpression",
"start": 6561,
"end": 6583,
"loc": {
"start": {
"line": 157,
"column": 24
},
"end": {
"line": 157,
"column": 46
}
},
"object": {
"type": "Identifier",
"start": 6561,
"end": 6566,
"loc": {
"start": {
"line": 157,
"column": 24
},
"end": {
"line": 157,
"column": 29
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 6567,
"end": 6583,
"loc": {
"start": {
"line": 157,
"column": 30
},
"end": {
"line": 157,
"column": 46
},
"identifierName": "setObjectsXRayed"
},
"name": "setObjectsXRayed"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 6584,
"end": 6605,
"loc": {
"start": {
"line": 157,
"column": 47
},
"end": {
"line": 157,
"column": 68
}
},
"object": {
"type": "Identifier",
"start": 6584,
"end": 6589,
"loc": {
"start": {
"line": 157,
"column": 47
},
"end": {
"line": 157,
"column": 52
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 6590,
"end": 6605,
"loc": {
"start": {
"line": 157,
"column": 53
},
"end": {
"line": 157,
"column": 68
},
"identifierName": "xrayedObjectIds"
},
"name": "xrayedObjectIds"
},
"computed": false
},
{
"type": "BooleanLiteral",
"start": 6607,
"end": 6612,
"loc": {
"start": {
"line": 157,
"column": 70
},
"end": {
"line": 157,
"column": 75
}
},
"value": false
}
]
}
}
],
"directives": []
}
}
}
]
}
]
},
{
"type": "ArrayExpression",
"start": 6682,
"end": 10207,
"loc": {
"start": {
"line": 161,
"column": 12
},
"end": {
"line": 232,
"column": 13
}
},
"elements": [
{
"type": "ObjectExpression",
"start": 6700,
"end": 7277,
"loc": {
"start": {
"line": 162,
"column": 16
},
"end": {
"line": 174,
"column": 17
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 6722,
"end": 6876,
"loc": {
"start": {
"line": 163,
"column": 20
},
"end": {
"line": 165,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 6722,
"end": 6730,
"loc": {
"start": {
"line": 163,
"column": 20
},
"end": {
"line": 163,
"column": 28
},
"identifierName": "getTitle"
},
"name": "getTitle"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 6732,
"end": 6876,
"loc": {
"start": {
"line": 163,
"column": 30
},
"end": {
"line": 165,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 6733,
"end": 6740,
"loc": {
"start": {
"line": 163,
"column": 31
},
"end": {
"line": 163,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 6745,
"end": 6876,
"loc": {
"start": {
"line": 163,
"column": 43
},
"end": {
"line": 165,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 6771,
"end": 6854,
"loc": {
"start": {
"line": 164,
"column": 24
},
"end": {
"line": 164,
"column": 107
}
},
"argument": {
"type": "LogicalExpression",
"start": 6778,
"end": 6853,
"loc": {
"start": {
"line": 164,
"column": 31
},
"end": {
"line": 164,
"column": 106
}
},
"left": {
"type": "CallExpression",
"start": 6778,
"end": 6842,
"loc": {
"start": {
"line": 164,
"column": 31
},
"end": {
"line": 164,
"column": 95
}
},
"callee": {
"type": "MemberExpression",
"start": 6778,
"end": 6816,
"loc": {
"start": {
"line": 164,
"column": 31
},
"end": {
"line": 164,
"column": 69
}
},
"object": {
"type": "MemberExpression",
"start": 6778,
"end": 6806,
"loc": {
"start": {
"line": 164,
"column": 31
},
"end": {
"line": 164,
"column": 59
}
},
"object": {
"type": "MemberExpression",
"start": 6778,
"end": 6792,
"loc": {
"start": {
"line": 164,
"column": 31
},
"end": {
"line": 164,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 6778,
"end": 6785,
"loc": {
"start": {
"line": 164,
"column": 31
},
"end": {
"line": 164,
"column": 38
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 6786,
"end": 6792,
"loc": {
"start": {
"line": 164,
"column": 39
},
"end": {
"line": 164,
"column": 45
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6793,
"end": 6806,
"loc": {
"start": {
"line": 164,
"column": 46
},
"end": {
"line": 164,
"column": 59
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6807,
"end": 6816,
"loc": {
"start": {
"line": 164,
"column": 60
},
"end": {
"line": 164,
"column": 69
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 6817,
"end": 6841,
"loc": {
"start": {
"line": 164,
"column": 70
},
"end": {
"line": 164,
"column": 94
}
},
"extra": {
"rawValue": "objectContextMenu.xray",
"raw": "\"objectContextMenu.xray\""
},
"value": "objectContextMenu.xray"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 6846,
"end": 6853,
"loc": {
"start": {
"line": 164,
"column": 99
},
"end": {
"line": 164,
"column": 106
}
},
"extra": {
"rawValue": "X-Ray",
"raw": "\"X-Ray\""
},
"value": "X-Ray"
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 6898,
"end": 7003,
"loc": {
"start": {
"line": 166,
"column": 20
},
"end": {
"line": 168,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 6898,
"end": 6908,
"loc": {
"start": {
"line": 166,
"column": 20
},
"end": {
"line": 166,
"column": 30
},
"identifierName": "getEnabled"
},
"name": "getEnabled"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 6910,
"end": 7003,
"loc": {
"start": {
"line": 166,
"column": 32
},
"end": {
"line": 168,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 6911,
"end": 6918,
"loc": {
"start": {
"line": 166,
"column": 33
},
"end": {
"line": 166,
"column": 40
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 6923,
"end": 7003,
"loc": {
"start": {
"line": 166,
"column": 45
},
"end": {
"line": 168,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 6949,
"end": 6981,
"loc": {
"start": {
"line": 167,
"column": 24
},
"end": {
"line": 167,
"column": 56
}
},
"argument": {
"type": "UnaryExpression",
"start": 6957,
"end": 6979,
"loc": {
"start": {
"line": 167,
"column": 32
},
"end": {
"line": 167,
"column": 54
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 6958,
"end": 6979,
"loc": {
"start": {
"line": 167,
"column": 33
},
"end": {
"line": 167,
"column": 54
}
},
"object": {
"type": "MemberExpression",
"start": 6958,
"end": 6972,
"loc": {
"start": {
"line": 167,
"column": 33
},
"end": {
"line": 167,
"column": 47
}
},
"object": {
"type": "Identifier",
"start": 6958,
"end": 6965,
"loc": {
"start": {
"line": 167,
"column": 33
},
"end": {
"line": 167,
"column": 40
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 6966,
"end": 6972,
"loc": {
"start": {
"line": 167,
"column": 41
},
"end": {
"line": 167,
"column": 47
},
"identifierName": "entity"
},
"name": "entity"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 6973,
"end": 6979,
"loc": {
"start": {
"line": 167,
"column": 48
},
"end": {
"line": 167,
"column": 54
},
"identifierName": "xrayed"
},
"name": "xrayed"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false,
"parenthesized": true,
"parenStart": 6956
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 7025,
"end": 7259,
"loc": {
"start": {
"line": 169,
"column": 20
},
"end": {
"line": 173,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 7025,
"end": 7033,
"loc": {
"start": {
"line": 169,
"column": 20
},
"end": {
"line": 169,
"column": 28
},
"identifierName": "doAction"
},
"name": "doAction"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 7035,
"end": 7259,
"loc": {
"start": {
"line": 169,
"column": 30
},
"end": {
"line": 173,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 7036,
"end": 7043,
"loc": {
"start": {
"line": 169,
"column": 31
},
"end": {
"line": 169,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 7048,
"end": 7259,
"loc": {
"start": {
"line": 169,
"column": 43
},
"end": {
"line": 173,
"column": 21
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 7074,
"end": 7104,
"loc": {
"start": {
"line": 170,
"column": 24
},
"end": {
"line": 170,
"column": 54
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 7080,
"end": 7103,
"loc": {
"start": {
"line": 170,
"column": 30
},
"end": {
"line": 170,
"column": 53
}
},
"id": {
"type": "Identifier",
"start": 7080,
"end": 7086,
"loc": {
"start": {
"line": 170,
"column": 30
},
"end": {
"line": 170,
"column": 36
},
"identifierName": "entity"
},
"name": "entity"
},
"init": {
"type": "MemberExpression",
"start": 7089,
"end": 7103,
"loc": {
"start": {
"line": 170,
"column": 39
},
"end": {
"line": 170,
"column": 53
}
},
"object": {
"type": "Identifier",
"start": 7089,
"end": 7096,
"loc": {
"start": {
"line": 170,
"column": 39
},
"end": {
"line": 170,
"column": 46
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 7097,
"end": 7103,
"loc": {
"start": {
"line": 170,
"column": 47
},
"end": {
"line": 170,
"column": 53
},
"identifierName": "entity"
},
"name": "entity"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 7129,
"end": 7150,
"loc": {
"start": {
"line": 171,
"column": 24
},
"end": {
"line": 171,
"column": 45
}
},
"expression": {
"type": "AssignmentExpression",
"start": 7129,
"end": 7149,
"loc": {
"start": {
"line": 171,
"column": 24
},
"end": {
"line": 171,
"column": 44
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 7129,
"end": 7142,
"loc": {
"start": {
"line": 171,
"column": 24
},
"end": {
"line": 171,
"column": 37
}
},
"object": {
"type": "Identifier",
"start": 7129,
"end": 7135,
"loc": {
"start": {
"line": 171,
"column": 24
},
"end": {
"line": 171,
"column": 30
},
"identifierName": "entity"
},
"name": "entity"
},
"property": {
"type": "Identifier",
"start": 7136,
"end": 7142,
"loc": {
"start": {
"line": 171,
"column": 31
},
"end": {
"line": 171,
"column": 37
},
"identifierName": "xrayed"
},
"name": "xrayed"
},
"computed": false
},
"right": {
"type": "BooleanLiteral",
"start": 7145,
"end": 7149,
"loc": {
"start": {
"line": 171,
"column": 40
},
"end": {
"line": 171,
"column": 44
}
},
"value": true
}
}
},
{
"type": "ExpressionStatement",
"start": 7175,
"end": 7237,
"loc": {
"start": {
"line": 172,
"column": 24
},
"end": {
"line": 172,
"column": 86
}
},
"expression": {
"type": "AssignmentExpression",
"start": 7175,
"end": 7236,
"loc": {
"start": {
"line": 172,
"column": 24
},
"end": {
"line": 172,
"column": 85
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 7175,
"end": 7190,
"loc": {
"start": {
"line": 172,
"column": 24
},
"end": {
"line": 172,
"column": 39
}
},
"object": {
"type": "Identifier",
"start": 7175,
"end": 7181,
"loc": {
"start": {
"line": 172,
"column": 24
},
"end": {
"line": 172,
"column": 30
},
"identifierName": "entity"
},
"name": "entity"
},
"property": {
"type": "Identifier",
"start": 7182,
"end": 7190,
"loc": {
"start": {
"line": 172,
"column": 31
},
"end": {
"line": 172,
"column": 39
},
"identifierName": "pickable"
},
"name": "pickable"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 7193,
"end": 7236,
"loc": {
"start": {
"line": 172,
"column": 42
},
"end": {
"line": 172,
"column": 85
}
},
"callee": {
"type": "MemberExpression",
"start": 7193,
"end": 7220,
"loc": {
"start": {
"line": 172,
"column": 42
},
"end": {
"line": 172,
"column": 69
}
},
"object": {
"type": "MemberExpression",
"start": 7193,
"end": 7210,
"loc": {
"start": {
"line": 172,
"column": 42
},
"end": {
"line": 172,
"column": 59
}
},
"object": {
"type": "Identifier",
"start": 7193,
"end": 7200,
"loc": {
"start": {
"line": 172,
"column": 42
},
"end": {
"line": 172,
"column": 49
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 7201,
"end": 7210,
"loc": {
"start": {
"line": 172,
"column": 50
},
"end": {
"line": 172,
"column": 59
},
"identifierName": "bimViewer"
},
"name": "bimViewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 7211,
"end": 7220,
"loc": {
"start": {
"line": 172,
"column": 60
},
"end": {
"line": 172,
"column": 69
},
"identifierName": "getConfig"
},
"name": "getConfig"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 7221,
"end": 7235,
"loc": {
"start": {
"line": 172,
"column": 70
},
"end": {
"line": 172,
"column": 84
}
},
"extra": {
"rawValue": "xrayPickable",
"raw": "\"xrayPickable\""
},
"value": "xrayPickable"
}
]
}
}
}
],
"directives": []
}
}
}
]
},
{
"type": "ObjectExpression",
"start": 7295,
"end": 8606,
"loc": {
"start": {
"line": 175,
"column": 16
},
"end": {
"line": 200,
"column": 17
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 7317,
"end": 7484,
"loc": {
"start": {
"line": 176,
"column": 20
},
"end": {
"line": 178,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 7317,
"end": 7325,
"loc": {
"start": {
"line": 176,
"column": 20
},
"end": {
"line": 176,
"column": 28
},
"identifierName": "getTitle"
},
"name": "getTitle"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 7327,
"end": 7484,
"loc": {
"start": {
"line": 176,
"column": 30
},
"end": {
"line": 178,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 7328,
"end": 7335,
"loc": {
"start": {
"line": 176,
"column": 31
},
"end": {
"line": 176,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 7340,
"end": 7484,
"loc": {
"start": {
"line": 176,
"column": 43
},
"end": {
"line": 178,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 7366,
"end": 7462,
"loc": {
"start": {
"line": 177,
"column": 24
},
"end": {
"line": 177,
"column": 120
}
},
"argument": {
"type": "LogicalExpression",
"start": 7373,
"end": 7461,
"loc": {
"start": {
"line": 177,
"column": 31
},
"end": {
"line": 177,
"column": 119
}
},
"left": {
"type": "CallExpression",
"start": 7373,
"end": 7443,
"loc": {
"start": {
"line": 177,
"column": 31
},
"end": {
"line": 177,
"column": 101
}
},
"callee": {
"type": "MemberExpression",
"start": 7373,
"end": 7411,
"loc": {
"start": {
"line": 177,
"column": 31
},
"end": {
"line": 177,
"column": 69
}
},
"object": {
"type": "MemberExpression",
"start": 7373,
"end": 7401,
"loc": {
"start": {
"line": 177,
"column": 31
},
"end": {
"line": 177,
"column": 59
}
},
"object": {
"type": "MemberExpression",
"start": 7373,
"end": 7387,
"loc": {
"start": {
"line": 177,
"column": 31
},
"end": {
"line": 177,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 7373,
"end": 7380,
"loc": {
"start": {
"line": 177,
"column": 31
},
"end": {
"line": 177,
"column": 38
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 7381,
"end": 7387,
"loc": {
"start": {
"line": 177,
"column": 39
},
"end": {
"line": 177,
"column": 45
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 7388,
"end": 7401,
"loc": {
"start": {
"line": 177,
"column": 46
},
"end": {
"line": 177,
"column": 59
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 7402,
"end": 7411,
"loc": {
"start": {
"line": 177,
"column": 60
},
"end": {
"line": 177,
"column": 69
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 7412,
"end": 7442,
"loc": {
"start": {
"line": 177,
"column": 70
},
"end": {
"line": 177,
"column": 100
}
},
"extra": {
"rawValue": "objectContextMenu.xrayOthers",
"raw": "\"objectContextMenu.xrayOthers\""
},
"value": "objectContextMenu.xrayOthers"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 7447,
"end": 7461,
"loc": {
"start": {
"line": 177,
"column": 105
},
"end": {
"line": 177,
"column": 119
}
},
"extra": {
"rawValue": "X-Ray Others",
"raw": "\"X-Ray Others\""
},
"value": "X-Ray Others"
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 7506,
"end": 8588,
"loc": {
"start": {
"line": 179,
"column": 20
},
"end": {
"line": 199,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 7506,
"end": 7514,
"loc": {
"start": {
"line": 179,
"column": 20
},
"end": {
"line": 179,
"column": 28
},
"identifierName": "doAction"
},
"name": "doAction"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 7516,
"end": 8588,
"loc": {
"start": {
"line": 179,
"column": 30
},
"end": {
"line": 199,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 7517,
"end": 7524,
"loc": {
"start": {
"line": 179,
"column": 31
},
"end": {
"line": 179,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 7529,
"end": 8588,
"loc": {
"start": {
"line": 179,
"column": 43
},
"end": {
"line": 199,
"column": 21
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 7555,
"end": 7585,
"loc": {
"start": {
"line": 180,
"column": 24
},
"end": {
"line": 180,
"column": 54
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 7561,
"end": 7584,
"loc": {
"start": {
"line": 180,
"column": 30
},
"end": {
"line": 180,
"column": 53
}
},
"id": {
"type": "Identifier",
"start": 7561,
"end": 7567,
"loc": {
"start": {
"line": 180,
"column": 30
},
"end": {
"line": 180,
"column": 36
},
"identifierName": "viewer"
},
"name": "viewer"
},
"init": {
"type": "MemberExpression",
"start": 7570,
"end": 7584,
"loc": {
"start": {
"line": 180,
"column": 39
},
"end": {
"line": 180,
"column": 53
}
},
"object": {
"type": "Identifier",
"start": 7570,
"end": 7577,
"loc": {
"start": {
"line": 180,
"column": 39
},
"end": {
"line": 180,
"column": 46
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 7578,
"end": 7584,
"loc": {
"start": {
"line": 180,
"column": 47
},
"end": {
"line": 180,
"column": 53
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 7610,
"end": 7637,
"loc": {
"start": {
"line": 181,
"column": 24
},
"end": {
"line": 181,
"column": 51
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 7616,
"end": 7636,
"loc": {
"start": {
"line": 181,
"column": 30
},
"end": {
"line": 181,
"column": 50
}
},
"id": {
"type": "Identifier",
"start": 7616,
"end": 7621,
"loc": {
"start": {
"line": 181,
"column": 30
},
"end": {
"line": 181,
"column": 35
},
"identifierName": "scene"
},
"name": "scene"
},
"init": {
"type": "MemberExpression",
"start": 7624,
"end": 7636,
"loc": {
"start": {
"line": 181,
"column": 38
},
"end": {
"line": 181,
"column": 50
}
},
"object": {
"type": "Identifier",
"start": 7624,
"end": 7630,
"loc": {
"start": {
"line": 181,
"column": 38
},
"end": {
"line": 181,
"column": 44
},
"identifierName": "viewer"
},
"name": "viewer"
},
"property": {
"type": "Identifier",
"start": 7631,
"end": 7636,
"loc": {
"start": {
"line": 181,
"column": 45
},
"end": {
"line": 181,
"column": 50
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 7662,
"end": 7692,
"loc": {
"start": {
"line": 182,
"column": 24
},
"end": {
"line": 182,
"column": 54
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 7668,
"end": 7691,
"loc": {
"start": {
"line": 182,
"column": 30
},
"end": {
"line": 182,
"column": 53
}
},
"id": {
"type": "Identifier",
"start": 7668,
"end": 7674,
"loc": {
"start": {
"line": 182,
"column": 30
},
"end": {
"line": 182,
"column": 36
},
"identifierName": "entity"
},
"name": "entity"
},
"init": {
"type": "MemberExpression",
"start": 7677,
"end": 7691,
"loc": {
"start": {
"line": 182,
"column": 39
},
"end": {
"line": 182,
"column": 53
}
},
"object": {
"type": "Identifier",
"start": 7677,
"end": 7684,
"loc": {
"start": {
"line": 182,
"column": 39
},
"end": {
"line": 182,
"column": 46
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 7685,
"end": 7691,
"loc": {
"start": {
"line": 182,
"column": 47
},
"end": {
"line": 182,
"column": 53
},
"identifierName": "entity"
},
"name": "entity"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 7717,
"end": 7776,
"loc": {
"start": {
"line": 183,
"column": 24
},
"end": {
"line": 183,
"column": 83
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 7723,
"end": 7775,
"loc": {
"start": {
"line": 183,
"column": 30
},
"end": {
"line": 183,
"column": 82
}
},
"id": {
"type": "Identifier",
"start": 7723,
"end": 7733,
"loc": {
"start": {
"line": 183,
"column": 30
},
"end": {
"line": 183,
"column": 40
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"init": {
"type": "MemberExpression",
"start": 7736,
"end": 7775,
"loc": {
"start": {
"line": 183,
"column": 43
},
"end": {
"line": 183,
"column": 82
}
},
"object": {
"type": "MemberExpression",
"start": 7736,
"end": 7764,
"loc": {
"start": {
"line": 183,
"column": 43
},
"end": {
"line": 183,
"column": 71
}
},
"object": {
"type": "MemberExpression",
"start": 7736,
"end": 7752,
"loc": {
"start": {
"line": 183,
"column": 43
},
"end": {
"line": 183,
"column": 59
}
},
"object": {
"type": "Identifier",
"start": 7736,
"end": 7742,
"loc": {
"start": {
"line": 183,
"column": 43
},
"end": {
"line": 183,
"column": 49
},
"identifierName": "viewer"
},
"name": "viewer"
},
"property": {
"type": "Identifier",
"start": 7743,
"end": 7752,
"loc": {
"start": {
"line": 183,
"column": 50
},
"end": {
"line": 183,
"column": 59
},
"identifierName": "metaScene"
},
"name": "metaScene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 7753,
"end": 7764,
"loc": {
"start": {
"line": 183,
"column": 60
},
"end": {
"line": 183,
"column": 71
},
"identifierName": "metaObjects"
},
"name": "metaObjects"
},
"computed": false
},
"property": {
"type": "MemberExpression",
"start": 7765,
"end": 7774,
"loc": {
"start": {
"line": 183,
"column": 72
},
"end": {
"line": 183,
"column": 81
}
},
"object": {
"type": "Identifier",
"start": 7765,
"end": 7771,
"loc": {
"start": {
"line": 183,
"column": 72
},
"end": {
"line": 183,
"column": 78
},
"identifierName": "entity"
},
"name": "entity"
},
"property": {
"type": "Identifier",
"start": 7772,
"end": 7774,
"loc": {
"start": {
"line": 183,
"column": 79
},
"end": {
"line": 183,
"column": 81
},
"identifierName": "id"
},
"name": "id"
},
"computed": false
},
"computed": true
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 7801,
"end": 7881,
"loc": {
"start": {
"line": 184,
"column": 24
},
"end": {
"line": 186,
"column": 25
}
},
"test": {
"type": "UnaryExpression",
"start": 7805,
"end": 7816,
"loc": {
"start": {
"line": 184,
"column": 28
},
"end": {
"line": 184,
"column": 39
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 7806,
"end": 7816,
"loc": {
"start": {
"line": 184,
"column": 29
},
"end": {
"line": 184,
"column": 39
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 7818,
"end": 7881,
"loc": {
"start": {
"line": 184,
"column": 41
},
"end": {
"line": 186,
"column": 25
}
},
"body": [
{
"type": "ReturnStatement",
"start": 7848,
"end": 7855,
"loc": {
"start": {
"line": 185,
"column": 28
},
"end": {
"line": 185,
"column": 35
}
},
"argument": null
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 7906,
"end": 7953,
"loc": {
"start": {
"line": 187,
"column": 24
},
"end": {
"line": 187,
"column": 71
}
},
"expression": {
"type": "CallExpression",
"start": 7906,
"end": 7952,
"loc": {
"start": {
"line": 187,
"column": 24
},
"end": {
"line": 187,
"column": 70
}
},
"callee": {
"type": "MemberExpression",
"start": 7906,
"end": 7929,
"loc": {
"start": {
"line": 187,
"column": 24
},
"end": {
"line": 187,
"column": 47
}
},
"object": {
"type": "Identifier",
"start": 7906,
"end": 7911,
"loc": {
"start": {
"line": 187,
"column": 24
},
"end": {
"line": 187,
"column": 29
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 7912,
"end": 7929,
"loc": {
"start": {
"line": 187,
"column": 30
},
"end": {
"line": 187,
"column": 47
},
"identifierName": "setObjectsVisible"
},
"name": "setObjectsVisible"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 7930,
"end": 7945,
"loc": {
"start": {
"line": 187,
"column": 48
},
"end": {
"line": 187,
"column": 63
}
},
"object": {
"type": "Identifier",
"start": 7930,
"end": 7935,
"loc": {
"start": {
"line": 187,
"column": 48
},
"end": {
"line": 187,
"column": 53
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 7936,
"end": 7945,
"loc": {
"start": {
"line": 187,
"column": 54
},
"end": {
"line": 187,
"column": 63
},
"identifierName": "objectIds"
},
"name": "objectIds"
},
"computed": false
},
{
"type": "BooleanLiteral",
"start": 7947,
"end": 7951,
"loc": {
"start": {
"line": 187,
"column": 65
},
"end": {
"line": 187,
"column": 69
}
},
"value": true
}
]
}
},
{
"type": "ExpressionStatement",
"start": 7978,
"end": 8024,
"loc": {
"start": {
"line": 188,
"column": 24
},
"end": {
"line": 188,
"column": 70
}
},
"expression": {
"type": "CallExpression",
"start": 7978,
"end": 8023,
"loc": {
"start": {
"line": 188,
"column": 24
},
"end": {
"line": 188,
"column": 69
}
},
"callee": {
"type": "MemberExpression",
"start": 7978,
"end": 8000,
"loc": {
"start": {
"line": 188,
"column": 24
},
"end": {
"line": 188,
"column": 46
}
},
"object": {
"type": "Identifier",
"start": 7978,
"end": 7983,
"loc": {
"start": {
"line": 188,
"column": 24
},
"end": {
"line": 188,
"column": 29
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 7984,
"end": 8000,
"loc": {
"start": {
"line": 188,
"column": 30
},
"end": {
"line": 188,
"column": 46
},
"identifierName": "setObjectsXRayed"
},
"name": "setObjectsXRayed"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 8001,
"end": 8016,
"loc": {
"start": {
"line": 188,
"column": 47
},
"end": {
"line": 188,
"column": 62
}
},
"object": {
"type": "Identifier",
"start": 8001,
"end": 8006,
"loc": {
"start": {
"line": 188,
"column": 47
},
"end": {
"line": 188,
"column": 52
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 8007,
"end": 8016,
"loc": {
"start": {
"line": 188,
"column": 53
},
"end": {
"line": 188,
"column": 62
},
"identifierName": "objectIds"
},
"name": "objectIds"
},
"computed": false
},
{
"type": "BooleanLiteral",
"start": 8018,
"end": 8022,
"loc": {
"start": {
"line": 188,
"column": 64
},
"end": {
"line": 188,
"column": 68
}
},
"value": true
}
]
}
},
{
"type": "IfStatement",
"start": 8049,
"end": 8204,
"loc": {
"start": {
"line": 189,
"column": 24
},
"end": {
"line": 191,
"column": 25
}
},
"test": {
"type": "UnaryExpression",
"start": 8053,
"end": 8097,
"loc": {
"start": {
"line": 189,
"column": 28
},
"end": {
"line": 189,
"column": 72
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "CallExpression",
"start": 8054,
"end": 8097,
"loc": {
"start": {
"line": 189,
"column": 29
},
"end": {
"line": 189,
"column": 72
}
},
"callee": {
"type": "MemberExpression",
"start": 8054,
"end": 8081,
"loc": {
"start": {
"line": 189,
"column": 29
},
"end": {
"line": 189,
"column": 56
}
},
"object": {
"type": "MemberExpression",
"start": 8054,
"end": 8071,
"loc": {
"start": {
"line": 189,
"column": 29
},
"end": {
"line": 189,
"column": 46
}
},
"object": {
"type": "Identifier",
"start": 8054,
"end": 8061,
"loc": {
"start": {
"line": 189,
"column": 29
},
"end": {
"line": 189,
"column": 36
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 8062,
"end": 8071,
"loc": {
"start": {
"line": 189,
"column": 37
},
"end": {
"line": 189,
"column": 46
},
"identifierName": "bimViewer"
},
"name": "bimViewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 8072,
"end": 8081,
"loc": {
"start": {
"line": 189,
"column": 47
},
"end": {
"line": 189,
"column": 56
},
"identifierName": "getConfig"
},
"name": "getConfig"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 8082,
"end": 8096,
"loc": {
"start": {
"line": 189,
"column": 57
},
"end": {
"line": 189,
"column": 71
}
},
"extra": {
"rawValue": "xrayPickable",
"raw": "\"xrayPickable\""
},
"value": "xrayPickable"
}
]
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 8099,
"end": 8204,
"loc": {
"start": {
"line": 189,
"column": 74
},
"end": {
"line": 191,
"column": 25
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 8129,
"end": 8178,
"loc": {
"start": {
"line": 190,
"column": 28
},
"end": {
"line": 190,
"column": 77
}
},
"expression": {
"type": "CallExpression",
"start": 8129,
"end": 8177,
"loc": {
"start": {
"line": 190,
"column": 28
},
"end": {
"line": 190,
"column": 76
}
},
"callee": {
"type": "MemberExpression",
"start": 8129,
"end": 8153,
"loc": {
"start": {
"line": 190,
"column": 28
},
"end": {
"line": 190,
"column": 52
}
},
"object": {
"type": "Identifier",
"start": 8129,
"end": 8134,
"loc": {
"start": {
"line": 190,
"column": 28
},
"end": {
"line": 190,
"column": 33
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 8135,
"end": 8153,
"loc": {
"start": {
"line": 190,
"column": 34
},
"end": {
"line": 190,
"column": 52
},
"identifierName": "setObjectsPickable"
},
"name": "setObjectsPickable"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 8154,
"end": 8169,
"loc": {
"start": {
"line": 190,
"column": 53
},
"end": {
"line": 190,
"column": 68
}
},
"object": {
"type": "Identifier",
"start": 8154,
"end": 8159,
"loc": {
"start": {
"line": 190,
"column": 53
},
"end": {
"line": 190,
"column": 58
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 8160,
"end": 8169,
"loc": {
"start": {
"line": 190,
"column": 59
},
"end": {
"line": 190,
"column": 68
},
"identifierName": "objectIds"
},
"name": "objectIds"
},
"computed": false
},
{
"type": "BooleanLiteral",
"start": 8171,
"end": 8176,
"loc": {
"start": {
"line": 190,
"column": 70
},
"end": {
"line": 190,
"column": 75
}
},
"value": false
}
]
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 8229,
"end": 8566,
"loc": {
"start": {
"line": 192,
"column": 24
},
"end": {
"line": 198,
"column": 27
}
},
"expression": {
"type": "CallExpression",
"start": 8229,
"end": 8565,
"loc": {
"start": {
"line": 192,
"column": 24
},
"end": {
"line": 198,
"column": 26
}
},
"callee": {
"type": "MemberExpression",
"start": 8229,
"end": 8264,
"loc": {
"start": {
"line": 192,
"column": 24
},
"end": {
"line": 192,
"column": 59
}
},
"object": {
"type": "Identifier",
"start": 8229,
"end": 8239,
"loc": {
"start": {
"line": 192,
"column": 24
},
"end": {
"line": 192,
"column": 34
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"property": {
"type": "Identifier",
"start": 8240,
"end": 8264,
"loc": {
"start": {
"line": 192,
"column": 35
},
"end": {
"line": 192,
"column": 59
},
"identifierName": "withMetaObjectsInSubtree"
},
"name": "withMetaObjectsInSubtree"
},
"computed": false
},
"arguments": [
{
"type": "ArrowFunctionExpression",
"start": 8265,
"end": 8564,
"loc": {
"start": {
"line": 192,
"column": 60
},
"end": {
"line": 198,
"column": 25
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 8266,
"end": 8276,
"loc": {
"start": {
"line": 192,
"column": 61
},
"end": {
"line": 192,
"column": 71
},
"identifierName": "metaObject"
},
"name": "metaObject"
}
],
"body": {
"type": "BlockStatement",
"start": 8281,
"end": 8564,
"loc": {
"start": {
"line": 192,
"column": 76
},
"end": {
"line": 198,
"column": 25
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 8311,
"end": 8355,
"loc": {
"start": {
"line": 193,
"column": 28
},
"end": {
"line": 193,
"column": 72
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 8317,
"end": 8354,
"loc": {
"start": {
"line": 193,
"column": 34
},
"end": {
"line": 193,
"column": 71
}
},
"id": {
"type": "Identifier",
"start": 8317,
"end": 8323,
"loc": {
"start": {
"line": 193,
"column": 34
},
"end": {
"line": 193,
"column": 40
},
"identifierName": "entity"
},
"name": "entity"
},
"init": {
"type": "MemberExpression",
"start": 8326,
"end": 8354,
"loc": {
"start": {
"line": 193,
"column": 43
},
"end": {
"line": 193,
"column": 71
}
},
"object": {
"type": "MemberExpression",
"start": 8326,
"end": 8339,
"loc": {
"start": {
"line": 193,
"column": 43
},
"end": {
"line": 193,
"column": 56
}
},
"object": {
"type": "Identifier",
"start": 8326,
"end": 8331,
"loc": {
"start": {
"line": 193,
"column": 43
},
"end": {
"line": 193,
"column": 48
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 8332,
"end": 8339,
"loc": {
"start": {
"line": 193,
"column": 49
},
"end": {
"line": 193,
"column": 56
},
"identifierName": "objects"
},
"name": "objects"
},
"computed": false
},
"property": {
"type": "MemberExpression",
"start": 8340,
"end": 8353,
"loc": {
"start": {
"line": 193,
"column": 57
},
"end": {
"line": 193,
"column": 70
}
},
"object": {
"type": "Identifier",
"start": 8340,
"end": 8350,
"loc": {
"start": {
"line": 193,
"column": 57
},
"end": {
"line": 193,
"column": 67
},
"identifierName": "metaObject"
},
"name": "metaObject"
},
"property": {
"type": "Identifier",
"start": 8351,
"end": 8353,
"loc": {
"start": {
"line": 193,
"column": 68
},
"end": {
"line": 193,
"column": 70
},
"identifierName": "id"
},
"name": "id"
},
"computed": false
},
"computed": true
}
}
],
"kind": "const"
},
{
"type": "IfStatement",
"start": 8384,
"end": 8538,
"loc": {
"start": {
"line": 194,
"column": 28
},
"end": {
"line": 197,
"column": 29
}
},
"test": {
"type": "Identifier",
"start": 8388,
"end": 8394,
"loc": {
"start": {
"line": 194,
"column": 32
},
"end": {
"line": 194,
"column": 38
},
"identifierName": "entity"
},
"name": "entity"
},
"consequent": {
"type": "BlockStatement",
"start": 8396,
"end": 8538,
"loc": {
"start": {
"line": 194,
"column": 40
},
"end": {
"line": 197,
"column": 29
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 8430,
"end": 8452,
"loc": {
"start": {
"line": 195,
"column": 32
},
"end": {
"line": 195,
"column": 54
}
},
"expression": {
"type": "AssignmentExpression",
"start": 8430,
"end": 8451,
"loc": {
"start": {
"line": 195,
"column": 32
},
"end": {
"line": 195,
"column": 53
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 8430,
"end": 8443,
"loc": {
"start": {
"line": 195,
"column": 32
},
"end": {
"line": 195,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 8430,
"end": 8436,
"loc": {
"start": {
"line": 195,
"column": 32
},
"end": {
"line": 195,
"column": 38
},
"identifierName": "entity"
},
"name": "entity"
},
"property": {
"type": "Identifier",
"start": 8437,
"end": 8443,
"loc": {
"start": {
"line": 195,
"column": 39
},
"end": {
"line": 195,
"column": 45
},
"identifierName": "xrayed"
},
"name": "xrayed"
},
"computed": false
},
"right": {
"type": "BooleanLiteral",
"start": 8446,
"end": 8451,
"loc": {
"start": {
"line": 195,
"column": 48
},
"end": {
"line": 195,
"column": 53
}
},
"value": false
}
}
},
{
"type": "ExpressionStatement",
"start": 8485,
"end": 8508,
"loc": {
"start": {
"line": 196,
"column": 32
},
"end": {
"line": 196,
"column": 55
}
},
"expression": {
"type": "AssignmentExpression",
"start": 8485,
"end": 8507,
"loc": {
"start": {
"line": 196,
"column": 32
},
"end": {
"line": 196,
"column": 54
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 8485,
"end": 8500,
"loc": {
"start": {
"line": 196,
"column": 32
},
"end": {
"line": 196,
"column": 47
}
},
"object": {
"type": "Identifier",
"start": 8485,
"end": 8491,
"loc": {
"start": {
"line": 196,
"column": 32
},
"end": {
"line": 196,
"column": 38
},
"identifierName": "entity"
},
"name": "entity"
},
"property": {
"type": "Identifier",
"start": 8492,
"end": 8500,
"loc": {
"start": {
"line": 196,
"column": 39
},
"end": {
"line": 196,
"column": 47
},
"identifierName": "pickable"
},
"name": "pickable"
},
"computed": false
},
"right": {
"type": "BooleanLiteral",
"start": 8503,
"end": 8507,
"loc": {
"start": {
"line": 196,
"column": 50
},
"end": {
"line": 196,
"column": 54
}
},
"value": true
}
}
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
}
}
]
}
}
],
"directives": []
}
}
}
]
},
{
"type": "ObjectExpression",
"start": 8624,
"end": 9482,
"loc": {
"start": {
"line": 201,
"column": 16
},
"end": {
"line": 217,
"column": 17
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 8646,
"end": 8807,
"loc": {
"start": {
"line": 202,
"column": 20
},
"end": {
"line": 204,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 8646,
"end": 8654,
"loc": {
"start": {
"line": 202,
"column": 20
},
"end": {
"line": 202,
"column": 28
},
"identifierName": "getTitle"
},
"name": "getTitle"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 8656,
"end": 8807,
"loc": {
"start": {
"line": 202,
"column": 30
},
"end": {
"line": 204,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 8657,
"end": 8664,
"loc": {
"start": {
"line": 202,
"column": 31
},
"end": {
"line": 202,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 8669,
"end": 8807,
"loc": {
"start": {
"line": 202,
"column": 43
},
"end": {
"line": 204,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 8695,
"end": 8785,
"loc": {
"start": {
"line": 203,
"column": 24
},
"end": {
"line": 203,
"column": 114
}
},
"argument": {
"type": "LogicalExpression",
"start": 8702,
"end": 8784,
"loc": {
"start": {
"line": 203,
"column": 31
},
"end": {
"line": 203,
"column": 113
}
},
"left": {
"type": "CallExpression",
"start": 8702,
"end": 8769,
"loc": {
"start": {
"line": 203,
"column": 31
},
"end": {
"line": 203,
"column": 98
}
},
"callee": {
"type": "MemberExpression",
"start": 8702,
"end": 8740,
"loc": {
"start": {
"line": 203,
"column": 31
},
"end": {
"line": 203,
"column": 69
}
},
"object": {
"type": "MemberExpression",
"start": 8702,
"end": 8730,
"loc": {
"start": {
"line": 203,
"column": 31
},
"end": {
"line": 203,
"column": 59
}
},
"object": {
"type": "MemberExpression",
"start": 8702,
"end": 8716,
"loc": {
"start": {
"line": 203,
"column": 31
},
"end": {
"line": 203,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 8702,
"end": 8709,
"loc": {
"start": {
"line": 203,
"column": 31
},
"end": {
"line": 203,
"column": 38
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 8710,
"end": 8716,
"loc": {
"start": {
"line": 203,
"column": 39
},
"end": {
"line": 203,
"column": 45
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 8717,
"end": 8730,
"loc": {
"start": {
"line": 203,
"column": 46
},
"end": {
"line": 203,
"column": 59
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 8731,
"end": 8740,
"loc": {
"start": {
"line": 203,
"column": 60
},
"end": {
"line": 203,
"column": 69
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 8741,
"end": 8768,
"loc": {
"start": {
"line": 203,
"column": 70
},
"end": {
"line": 203,
"column": 97
}
},
"extra": {
"rawValue": "objectContextMenu.xrayAll",
"raw": "\"objectContextMenu.xrayAll\""
},
"value": "objectContextMenu.xrayAll"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 8773,
"end": 8784,
"loc": {
"start": {
"line": 203,
"column": 102
},
"end": {
"line": 203,
"column": 113
}
},
"extra": {
"rawValue": "X-Ray All",
"raw": "\"X-Ray All\""
},
"value": "X-Ray All"
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 8829,
"end": 9013,
"loc": {
"start": {
"line": 205,
"column": 20
},
"end": {
"line": 208,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 8829,
"end": 8839,
"loc": {
"start": {
"line": 205,
"column": 20
},
"end": {
"line": 205,
"column": 30
},
"identifierName": "getEnabled"
},
"name": "getEnabled"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 8841,
"end": 9013,
"loc": {
"start": {
"line": 205,
"column": 32
},
"end": {
"line": 208,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 8842,
"end": 8849,
"loc": {
"start": {
"line": 205,
"column": 33
},
"end": {
"line": 205,
"column": 40
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 8854,
"end": 9013,
"loc": {
"start": {
"line": 205,
"column": 45
},
"end": {
"line": 208,
"column": 21
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 8880,
"end": 8915,
"loc": {
"start": {
"line": 206,
"column": 24
},
"end": {
"line": 206,
"column": 59
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 8886,
"end": 8914,
"loc": {
"start": {
"line": 206,
"column": 30
},
"end": {
"line": 206,
"column": 58
}
},
"id": {
"type": "Identifier",
"start": 8886,
"end": 8891,
"loc": {
"start": {
"line": 206,
"column": 30
},
"end": {
"line": 206,
"column": 35
},
"identifierName": "scene"
},
"name": "scene"
},
"init": {
"type": "MemberExpression",
"start": 8894,
"end": 8914,
"loc": {
"start": {
"line": 206,
"column": 38
},
"end": {
"line": 206,
"column": 58
}
},
"object": {
"type": "MemberExpression",
"start": 8894,
"end": 8908,
"loc": {
"start": {
"line": 206,
"column": 38
},
"end": {
"line": 206,
"column": 52
}
},
"object": {
"type": "Identifier",
"start": 8894,
"end": 8901,
"loc": {
"start": {
"line": 206,
"column": 38
},
"end": {
"line": 206,
"column": 45
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 8902,
"end": 8908,
"loc": {
"start": {
"line": 206,
"column": 46
},
"end": {
"line": 206,
"column": 52
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 8909,
"end": 8914,
"loc": {
"start": {
"line": 206,
"column": 53
},
"end": {
"line": 206,
"column": 58
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "ReturnStatement",
"start": 8940,
"end": 8991,
"loc": {
"start": {
"line": 207,
"column": 24
},
"end": {
"line": 207,
"column": 75
}
},
"argument": {
"type": "BinaryExpression",
"start": 8948,
"end": 8989,
"loc": {
"start": {
"line": 207,
"column": 32
},
"end": {
"line": 207,
"column": 73
}
},
"left": {
"type": "MemberExpression",
"start": 8948,
"end": 8970,
"loc": {
"start": {
"line": 207,
"column": 32
},
"end": {
"line": 207,
"column": 54
}
},
"object": {
"type": "Identifier",
"start": 8948,
"end": 8953,
"loc": {
"start": {
"line": 207,
"column": 32
},
"end": {
"line": 207,
"column": 37
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 8954,
"end": 8970,
"loc": {
"start": {
"line": 207,
"column": 38
},
"end": {
"line": 207,
"column": 54
},
"identifierName": "numXRayedObjects"
},
"name": "numXRayedObjects"
},
"computed": false
},
"operator": "<",
"right": {
"type": "MemberExpression",
"start": 8973,
"end": 8989,
"loc": {
"start": {
"line": 207,
"column": 57
},
"end": {
"line": 207,
"column": 73
}
},
"object": {
"type": "Identifier",
"start": 8973,
"end": 8978,
"loc": {
"start": {
"line": 207,
"column": 57
},
"end": {
"line": 207,
"column": 62
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 8979,
"end": 8989,
"loc": {
"start": {
"line": 207,
"column": 63
},
"end": {
"line": 207,
"column": 73
},
"identifierName": "numObjects"
},
"name": "numObjects"
},
"computed": false
},
"extra": {
"parenthesized": true,
"parenStart": 8947
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 9035,
"end": 9464,
"loc": {
"start": {
"line": 209,
"column": 20
},
"end": {
"line": 216,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 9035,
"end": 9043,
"loc": {
"start": {
"line": 209,
"column": 20
},
"end": {
"line": 209,
"column": 28
},
"identifierName": "doAction"
},
"name": "doAction"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 9045,
"end": 9464,
"loc": {
"start": {
"line": 209,
"column": 30
},
"end": {
"line": 216,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 9046,
"end": 9053,
"loc": {
"start": {
"line": 209,
"column": 31
},
"end": {
"line": 209,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 9058,
"end": 9464,
"loc": {
"start": {
"line": 209,
"column": 43
},
"end": {
"line": 216,
"column": 21
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 9084,
"end": 9119,
"loc": {
"start": {
"line": 210,
"column": 24
},
"end": {
"line": 210,
"column": 59
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 9090,
"end": 9118,
"loc": {
"start": {
"line": 210,
"column": 30
},
"end": {
"line": 210,
"column": 58
}
},
"id": {
"type": "Identifier",
"start": 9090,
"end": 9095,
"loc": {
"start": {
"line": 210,
"column": 30
},
"end": {
"line": 210,
"column": 35
},
"identifierName": "scene"
},
"name": "scene"
},
"init": {
"type": "MemberExpression",
"start": 9098,
"end": 9118,
"loc": {
"start": {
"line": 210,
"column": 38
},
"end": {
"line": 210,
"column": 58
}
},
"object": {
"type": "MemberExpression",
"start": 9098,
"end": 9112,
"loc": {
"start": {
"line": 210,
"column": 38
},
"end": {
"line": 210,
"column": 52
}
},
"object": {
"type": "Identifier",
"start": 9098,
"end": 9105,
"loc": {
"start": {
"line": 210,
"column": 38
},
"end": {
"line": 210,
"column": 45
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 9106,
"end": 9112,
"loc": {
"start": {
"line": 210,
"column": 46
},
"end": {
"line": 210,
"column": 52
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 9113,
"end": 9118,
"loc": {
"start": {
"line": 210,
"column": 53
},
"end": {
"line": 210,
"column": 58
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 9144,
"end": 9191,
"loc": {
"start": {
"line": 211,
"column": 24
},
"end": {
"line": 211,
"column": 71
}
},
"expression": {
"type": "CallExpression",
"start": 9144,
"end": 9190,
"loc": {
"start": {
"line": 211,
"column": 24
},
"end": {
"line": 211,
"column": 70
}
},
"callee": {
"type": "MemberExpression",
"start": 9144,
"end": 9167,
"loc": {
"start": {
"line": 211,
"column": 24
},
"end": {
"line": 211,
"column": 47
}
},
"object": {
"type": "Identifier",
"start": 9144,
"end": 9149,
"loc": {
"start": {
"line": 211,
"column": 24
},
"end": {
"line": 211,
"column": 29
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 9150,
"end": 9167,
"loc": {
"start": {
"line": 211,
"column": 30
},
"end": {
"line": 211,
"column": 47
},
"identifierName": "setObjectsVisible"
},
"name": "setObjectsVisible"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 9168,
"end": 9183,
"loc": {
"start": {
"line": 211,
"column": 48
},
"end": {
"line": 211,
"column": 63
}
},
"object": {
"type": "Identifier",
"start": 9168,
"end": 9173,
"loc": {
"start": {
"line": 211,
"column": 48
},
"end": {
"line": 211,
"column": 53
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 9174,
"end": 9183,
"loc": {
"start": {
"line": 211,
"column": 54
},
"end": {
"line": 211,
"column": 63
},
"identifierName": "objectIds"
},
"name": "objectIds"
},
"computed": false
},
{
"type": "BooleanLiteral",
"start": 9185,
"end": 9189,
"loc": {
"start": {
"line": 211,
"column": 65
},
"end": {
"line": 211,
"column": 69
}
},
"value": true
}
]
}
},
{
"type": "IfStatement",
"start": 9216,
"end": 9371,
"loc": {
"start": {
"line": 212,
"column": 24
},
"end": {
"line": 214,
"column": 25
}
},
"test": {
"type": "UnaryExpression",
"start": 9220,
"end": 9264,
"loc": {
"start": {
"line": 212,
"column": 28
},
"end": {
"line": 212,
"column": 72
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "CallExpression",
"start": 9221,
"end": 9264,
"loc": {
"start": {
"line": 212,
"column": 29
},
"end": {
"line": 212,
"column": 72
}
},
"callee": {
"type": "MemberExpression",
"start": 9221,
"end": 9248,
"loc": {
"start": {
"line": 212,
"column": 29
},
"end": {
"line": 212,
"column": 56
}
},
"object": {
"type": "MemberExpression",
"start": 9221,
"end": 9238,
"loc": {
"start": {
"line": 212,
"column": 29
},
"end": {
"line": 212,
"column": 46
}
},
"object": {
"type": "Identifier",
"start": 9221,
"end": 9228,
"loc": {
"start": {
"line": 212,
"column": 29
},
"end": {
"line": 212,
"column": 36
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 9229,
"end": 9238,
"loc": {
"start": {
"line": 212,
"column": 37
},
"end": {
"line": 212,
"column": 46
},
"identifierName": "bimViewer"
},
"name": "bimViewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 9239,
"end": 9248,
"loc": {
"start": {
"line": 212,
"column": 47
},
"end": {
"line": 212,
"column": 56
},
"identifierName": "getConfig"
},
"name": "getConfig"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 9249,
"end": 9263,
"loc": {
"start": {
"line": 212,
"column": 57
},
"end": {
"line": 212,
"column": 71
}
},
"extra": {
"rawValue": "xrayPickable",
"raw": "\"xrayPickable\""
},
"value": "xrayPickable"
}
]
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 9266,
"end": 9371,
"loc": {
"start": {
"line": 212,
"column": 74
},
"end": {
"line": 214,
"column": 25
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 9296,
"end": 9345,
"loc": {
"start": {
"line": 213,
"column": 28
},
"end": {
"line": 213,
"column": 77
}
},
"expression": {
"type": "CallExpression",
"start": 9296,
"end": 9344,
"loc": {
"start": {
"line": 213,
"column": 28
},
"end": {
"line": 213,
"column": 76
}
},
"callee": {
"type": "MemberExpression",
"start": 9296,
"end": 9320,
"loc": {
"start": {
"line": 213,
"column": 28
},
"end": {
"line": 213,
"column": 52
}
},
"object": {
"type": "Identifier",
"start": 9296,
"end": 9301,
"loc": {
"start": {
"line": 213,
"column": 28
},
"end": {
"line": 213,
"column": 33
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 9302,
"end": 9320,
"loc": {
"start": {
"line": 213,
"column": 34
},
"end": {
"line": 213,
"column": 52
},
"identifierName": "setObjectsPickable"
},
"name": "setObjectsPickable"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 9321,
"end": 9336,
"loc": {
"start": {
"line": 213,
"column": 53
},
"end": {
"line": 213,
"column": 68
}
},
"object": {
"type": "Identifier",
"start": 9321,
"end": 9326,
"loc": {
"start": {
"line": 213,
"column": 53
},
"end": {
"line": 213,
"column": 58
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 9327,
"end": 9336,
"loc": {
"start": {
"line": 213,
"column": 59
},
"end": {
"line": 213,
"column": 68
},
"identifierName": "objectIds"
},
"name": "objectIds"
},
"computed": false
},
{
"type": "BooleanLiteral",
"start": 9338,
"end": 9343,
"loc": {
"start": {
"line": 213,
"column": 70
},
"end": {
"line": 213,
"column": 75
}
},
"value": false
}
]
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "ExpressionStatement",
"start": 9396,
"end": 9442,
"loc": {
"start": {
"line": 215,
"column": 24
},
"end": {
"line": 215,
"column": 70
}
},
"expression": {
"type": "CallExpression",
"start": 9396,
"end": 9441,
"loc": {
"start": {
"line": 215,
"column": 24
},
"end": {
"line": 215,
"column": 69
}
},
"callee": {
"type": "MemberExpression",
"start": 9396,
"end": 9418,
"loc": {
"start": {
"line": 215,
"column": 24
},
"end": {
"line": 215,
"column": 46
}
},
"object": {
"type": "Identifier",
"start": 9396,
"end": 9401,
"loc": {
"start": {
"line": 215,
"column": 24
},
"end": {
"line": 215,
"column": 29
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 9402,
"end": 9418,
"loc": {
"start": {
"line": 215,
"column": 30
},
"end": {
"line": 215,
"column": 46
},
"identifierName": "setObjectsXRayed"
},
"name": "setObjectsXRayed"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 9419,
"end": 9434,
"loc": {
"start": {
"line": 215,
"column": 47
},
"end": {
"line": 215,
"column": 62
}
},
"object": {
"type": "Identifier",
"start": 9419,
"end": 9424,
"loc": {
"start": {
"line": 215,
"column": 47
},
"end": {
"line": 215,
"column": 52
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 9425,
"end": 9434,
"loc": {
"start": {
"line": 215,
"column": 53
},
"end": {
"line": 215,
"column": 62
},
"identifierName": "objectIds"
},
"name": "objectIds"
},
"computed": false
},
{
"type": "BooleanLiteral",
"start": 9436,
"end": 9440,
"loc": {
"start": {
"line": 215,
"column": 64
},
"end": {
"line": 215,
"column": 68
}
},
"value": true
}
]
}
}
],
"directives": []
}
}
}
]
},
{
"type": "ObjectExpression",
"start": 9500,
"end": 10193,
"loc": {
"start": {
"line": 218,
"column": 16
},
"end": {
"line": 231,
"column": 17
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 9522,
"end": 9685,
"loc": {
"start": {
"line": 219,
"column": 20
},
"end": {
"line": 221,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 9522,
"end": 9530,
"loc": {
"start": {
"line": 219,
"column": 20
},
"end": {
"line": 219,
"column": 28
},
"identifierName": "getTitle"
},
"name": "getTitle"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 9532,
"end": 9685,
"loc": {
"start": {
"line": 219,
"column": 30
},
"end": {
"line": 221,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 9533,
"end": 9540,
"loc": {
"start": {
"line": 219,
"column": 31
},
"end": {
"line": 219,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 9545,
"end": 9685,
"loc": {
"start": {
"line": 219,
"column": 43
},
"end": {
"line": 221,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 9571,
"end": 9663,
"loc": {
"start": {
"line": 220,
"column": 24
},
"end": {
"line": 220,
"column": 116
}
},
"argument": {
"type": "LogicalExpression",
"start": 9578,
"end": 9662,
"loc": {
"start": {
"line": 220,
"column": 31
},
"end": {
"line": 220,
"column": 115
}
},
"left": {
"type": "CallExpression",
"start": 9578,
"end": 9646,
"loc": {
"start": {
"line": 220,
"column": 31
},
"end": {
"line": 220,
"column": 99
}
},
"callee": {
"type": "MemberExpression",
"start": 9578,
"end": 9616,
"loc": {
"start": {
"line": 220,
"column": 31
},
"end": {
"line": 220,
"column": 69
}
},
"object": {
"type": "MemberExpression",
"start": 9578,
"end": 9606,
"loc": {
"start": {
"line": 220,
"column": 31
},
"end": {
"line": 220,
"column": 59
}
},
"object": {
"type": "MemberExpression",
"start": 9578,
"end": 9592,
"loc": {
"start": {
"line": 220,
"column": 31
},
"end": {
"line": 220,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 9578,
"end": 9585,
"loc": {
"start": {
"line": 220,
"column": 31
},
"end": {
"line": 220,
"column": 38
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 9586,
"end": 9592,
"loc": {
"start": {
"line": 220,
"column": 39
},
"end": {
"line": 220,
"column": 45
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 9593,
"end": 9606,
"loc": {
"start": {
"line": 220,
"column": 46
},
"end": {
"line": 220,
"column": 59
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 9607,
"end": 9616,
"loc": {
"start": {
"line": 220,
"column": 60
},
"end": {
"line": 220,
"column": 69
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 9617,
"end": 9645,
"loc": {
"start": {
"line": 220,
"column": 70
},
"end": {
"line": 220,
"column": 98
}
},
"extra": {
"rawValue": "objectContextMenu.xrayNone",
"raw": "\"objectContextMenu.xrayNone\""
},
"value": "objectContextMenu.xrayNone"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 9650,
"end": 9662,
"loc": {
"start": {
"line": 220,
"column": 103
},
"end": {
"line": 220,
"column": 115
}
},
"extra": {
"rawValue": "X-Ray None",
"raw": "\"X-Ray None\""
},
"value": "X-Ray None"
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 9707,
"end": 9831,
"loc": {
"start": {
"line": 222,
"column": 20
},
"end": {
"line": 224,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 9707,
"end": 9717,
"loc": {
"start": {
"line": 222,
"column": 20
},
"end": {
"line": 222,
"column": 30
},
"identifierName": "getEnabled"
},
"name": "getEnabled"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 9719,
"end": 9831,
"loc": {
"start": {
"line": 222,
"column": 32
},
"end": {
"line": 224,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 9720,
"end": 9727,
"loc": {
"start": {
"line": 222,
"column": 33
},
"end": {
"line": 222,
"column": 40
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 9732,
"end": 9831,
"loc": {
"start": {
"line": 222,
"column": 45
},
"end": {
"line": 224,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 9758,
"end": 9809,
"loc": {
"start": {
"line": 223,
"column": 24
},
"end": {
"line": 223,
"column": 75
}
},
"argument": {
"type": "BinaryExpression",
"start": 9766,
"end": 9807,
"loc": {
"start": {
"line": 223,
"column": 32
},
"end": {
"line": 223,
"column": 73
}
},
"left": {
"type": "MemberExpression",
"start": 9766,
"end": 9803,
"loc": {
"start": {
"line": 223,
"column": 32
},
"end": {
"line": 223,
"column": 69
}
},
"object": {
"type": "MemberExpression",
"start": 9766,
"end": 9786,
"loc": {
"start": {
"line": 223,
"column": 32
},
"end": {
"line": 223,
"column": 52
}
},
"object": {
"type": "MemberExpression",
"start": 9766,
"end": 9780,
"loc": {
"start": {
"line": 223,
"column": 32
},
"end": {
"line": 223,
"column": 46
}
},
"object": {
"type": "Identifier",
"start": 9766,
"end": 9773,
"loc": {
"start": {
"line": 223,
"column": 32
},
"end": {
"line": 223,
"column": 39
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 9774,
"end": 9780,
"loc": {
"start": {
"line": 223,
"column": 40
},
"end": {
"line": 223,
"column": 46
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 9781,
"end": 9786,
"loc": {
"start": {
"line": 223,
"column": 47
},
"end": {
"line": 223,
"column": 52
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 9787,
"end": 9803,
"loc": {
"start": {
"line": 223,
"column": 53
},
"end": {
"line": 223,
"column": 69
},
"identifierName": "numXRayedObjects"
},
"name": "numXRayedObjects"
},
"computed": false
},
"operator": ">",
"right": {
"type": "NumericLiteral",
"start": 9806,
"end": 9807,
"loc": {
"start": {
"line": 223,
"column": 72
},
"end": {
"line": 223,
"column": 73
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
},
"extra": {
"parenthesized": true,
"parenStart": 9765
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 9853,
"end": 10175,
"loc": {
"start": {
"line": 225,
"column": 20
},
"end": {
"line": 230,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 9853,
"end": 9861,
"loc": {
"start": {
"line": 225,
"column": 20
},
"end": {
"line": 225,
"column": 28
},
"identifierName": "doAction"
},
"name": "doAction"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 9863,
"end": 10175,
"loc": {
"start": {
"line": 225,
"column": 30
},
"end": {
"line": 230,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 9864,
"end": 9871,
"loc": {
"start": {
"line": 225,
"column": 31
},
"end": {
"line": 225,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 9876,
"end": 10175,
"loc": {
"start": {
"line": 225,
"column": 43
},
"end": {
"line": 230,
"column": 21
}
},
"body": [
{
"type": "VariableDeclaration",
"start": 9902,
"end": 9937,
"loc": {
"start": {
"line": 226,
"column": 24
},
"end": {
"line": 226,
"column": 59
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 9908,
"end": 9936,
"loc": {
"start": {
"line": 226,
"column": 30
},
"end": {
"line": 226,
"column": 58
}
},
"id": {
"type": "Identifier",
"start": 9908,
"end": 9913,
"loc": {
"start": {
"line": 226,
"column": 30
},
"end": {
"line": 226,
"column": 35
},
"identifierName": "scene"
},
"name": "scene"
},
"init": {
"type": "MemberExpression",
"start": 9916,
"end": 9936,
"loc": {
"start": {
"line": 226,
"column": 38
},
"end": {
"line": 226,
"column": 58
}
},
"object": {
"type": "MemberExpression",
"start": 9916,
"end": 9930,
"loc": {
"start": {
"line": 226,
"column": 38
},
"end": {
"line": 226,
"column": 52
}
},
"object": {
"type": "Identifier",
"start": 9916,
"end": 9923,
"loc": {
"start": {
"line": 226,
"column": 38
},
"end": {
"line": 226,
"column": 45
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 9924,
"end": 9930,
"loc": {
"start": {
"line": 226,
"column": 46
},
"end": {
"line": 226,
"column": 52
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 9931,
"end": 9936,
"loc": {
"start": {
"line": 226,
"column": 53
},
"end": {
"line": 226,
"column": 58
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 9962,
"end": 10008,
"loc": {
"start": {
"line": 227,
"column": 24
},
"end": {
"line": 227,
"column": 70
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 9968,
"end": 10007,
"loc": {
"start": {
"line": 227,
"column": 30
},
"end": {
"line": 227,
"column": 69
}
},
"id": {
"type": "Identifier",
"start": 9968,
"end": 9983,
"loc": {
"start": {
"line": 227,
"column": 30
},
"end": {
"line": 227,
"column": 45
},
"identifierName": "xrayedObjectIds"
},
"name": "xrayedObjectIds"
},
"init": {
"type": "MemberExpression",
"start": 9986,
"end": 10007,
"loc": {
"start": {
"line": 227,
"column": 48
},
"end": {
"line": 227,
"column": 69
}
},
"object": {
"type": "Identifier",
"start": 9986,
"end": 9991,
"loc": {
"start": {
"line": 227,
"column": 48
},
"end": {
"line": 227,
"column": 53
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 9992,
"end": 10007,
"loc": {
"start": {
"line": 227,
"column": 54
},
"end": {
"line": 227,
"column": 69
},
"identifierName": "xrayedObjectIds"
},
"name": "xrayedObjectIds"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 10033,
"end": 10081,
"loc": {
"start": {
"line": 228,
"column": 24
},
"end": {
"line": 228,
"column": 72
}
},
"expression": {
"type": "CallExpression",
"start": 10033,
"end": 10080,
"loc": {
"start": {
"line": 228,
"column": 24
},
"end": {
"line": 228,
"column": 71
}
},
"callee": {
"type": "MemberExpression",
"start": 10033,
"end": 10057,
"loc": {
"start": {
"line": 228,
"column": 24
},
"end": {
"line": 228,
"column": 48
}
},
"object": {
"type": "Identifier",
"start": 10033,
"end": 10038,
"loc": {
"start": {
"line": 228,
"column": 24
},
"end": {
"line": 228,
"column": 29
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 10039,
"end": 10057,
"loc": {
"start": {
"line": 228,
"column": 30
},
"end": {
"line": 228,
"column": 48
},
"identifierName": "setObjectsPickable"
},
"name": "setObjectsPickable"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 10058,
"end": 10073,
"loc": {
"start": {
"line": 228,
"column": 49
},
"end": {
"line": 228,
"column": 64
},
"identifierName": "xrayedObjectIds"
},
"name": "xrayedObjectIds"
},
{
"type": "BooleanLiteral",
"start": 10075,
"end": 10079,
"loc": {
"start": {
"line": 228,
"column": 66
},
"end": {
"line": 228,
"column": 70
}
},
"value": true
}
]
}
},
{
"type": "ExpressionStatement",
"start": 10106,
"end": 10153,
"loc": {
"start": {
"line": 229,
"column": 24
},
"end": {
"line": 229,
"column": 71
}
},
"expression": {
"type": "CallExpression",
"start": 10106,
"end": 10152,
"loc": {
"start": {
"line": 229,
"column": 24
},
"end": {
"line": 229,
"column": 70
}
},
"callee": {
"type": "MemberExpression",
"start": 10106,
"end": 10128,
"loc": {
"start": {
"line": 229,
"column": 24
},
"end": {
"line": 229,
"column": 46
}
},
"object": {
"type": "Identifier",
"start": 10106,
"end": 10111,
"loc": {
"start": {
"line": 229,
"column": 24
},
"end": {
"line": 229,
"column": 29
},
"identifierName": "scene"
},
"name": "scene"
},
"property": {
"type": "Identifier",
"start": 10112,
"end": 10128,
"loc": {
"start": {
"line": 229,
"column": 30
},
"end": {
"line": 229,
"column": 46
},
"identifierName": "setObjectsXRayed"
},
"name": "setObjectsXRayed"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 10129,
"end": 10144,
"loc": {
"start": {
"line": 229,
"column": 47
},
"end": {
"line": 229,
"column": 62
},
"identifierName": "xrayedObjectIds"
},
"name": "xrayedObjectIds"
},
{
"type": "BooleanLiteral",
"start": 10146,
"end": 10151,
"loc": {
"start": {
"line": 229,
"column": 64
},
"end": {
"line": 229,
"column": 69
}
},
"value": false
}
]
}
}
],
"directives": []
}
}
}
]
}
]
},
{
"type": "ArrayExpression",
"start": 10221,
"end": 11731,
"loc": {
"start": {
"line": 233,
"column": 12
},
"end": {
"line": 268,
"column": 13
}
},
"elements": [
{
"type": "ObjectExpression",
"start": 10239,
"end": 10690,
"loc": {
"start": {
"line": 234,
"column": 16
},
"end": {
"line": 245,
"column": 17
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 10261,
"end": 10418,
"loc": {
"start": {
"line": 235,
"column": 20
},
"end": {
"line": 237,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 10261,
"end": 10269,
"loc": {
"start": {
"line": 235,
"column": 20
},
"end": {
"line": 235,
"column": 28
},
"identifierName": "getTitle"
},
"name": "getTitle"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 10271,
"end": 10418,
"loc": {
"start": {
"line": 235,
"column": 30
},
"end": {
"line": 237,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 10272,
"end": 10279,
"loc": {
"start": {
"line": 235,
"column": 31
},
"end": {
"line": 235,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 10284,
"end": 10418,
"loc": {
"start": {
"line": 235,
"column": 43
},
"end": {
"line": 237,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 10310,
"end": 10396,
"loc": {
"start": {
"line": 236,
"column": 24
},
"end": {
"line": 236,
"column": 110
}
},
"argument": {
"type": "LogicalExpression",
"start": 10317,
"end": 10395,
"loc": {
"start": {
"line": 236,
"column": 31
},
"end": {
"line": 236,
"column": 109
}
},
"left": {
"type": "CallExpression",
"start": 10317,
"end": 10383,
"loc": {
"start": {
"line": 236,
"column": 31
},
"end": {
"line": 236,
"column": 97
}
},
"callee": {
"type": "MemberExpression",
"start": 10317,
"end": 10355,
"loc": {
"start": {
"line": 236,
"column": 31
},
"end": {
"line": 236,
"column": 69
}
},
"object": {
"type": "MemberExpression",
"start": 10317,
"end": 10345,
"loc": {
"start": {
"line": 236,
"column": 31
},
"end": {
"line": 236,
"column": 59
}
},
"object": {
"type": "MemberExpression",
"start": 10317,
"end": 10331,
"loc": {
"start": {
"line": 236,
"column": 31
},
"end": {
"line": 236,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 10317,
"end": 10324,
"loc": {
"start": {
"line": 236,
"column": 31
},
"end": {
"line": 236,
"column": 38
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 10325,
"end": 10331,
"loc": {
"start": {
"line": 236,
"column": 39
},
"end": {
"line": 236,
"column": 45
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 10332,
"end": 10345,
"loc": {
"start": {
"line": 236,
"column": 46
},
"end": {
"line": 236,
"column": 59
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 10346,
"end": 10355,
"loc": {
"start": {
"line": 236,
"column": 60
},
"end": {
"line": 236,
"column": 69
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 10356,
"end": 10382,
"loc": {
"start": {
"line": 236,
"column": 70
},
"end": {
"line": 236,
"column": 96
}
},
"extra": {
"rawValue": "objectContextMenu.select",
"raw": "\"objectContextMenu.select\""
},
"value": "objectContextMenu.select"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 10387,
"end": 10395,
"loc": {
"start": {
"line": 236,
"column": 101
},
"end": {
"line": 236,
"column": 109
}
},
"extra": {
"rawValue": "Select",
"raw": "\"Select\""
},
"value": "Select"
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 10440,
"end": 10547,
"loc": {
"start": {
"line": 238,
"column": 20
},
"end": {
"line": 240,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 10440,
"end": 10450,
"loc": {
"start": {
"line": 238,
"column": 20
},
"end": {
"line": 238,
"column": 30
},
"identifierName": "getEnabled"
},
"name": "getEnabled"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 10452,
"end": 10547,
"loc": {
"start": {
"line": 238,
"column": 32
},
"end": {
"line": 240,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 10453,
"end": 10460,
"loc": {
"start": {
"line": 238,
"column": 33
},
"end": {
"line": 238,
"column": 40
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 10465,
"end": 10547,
"loc": {
"start": {
"line": 238,
"column": 45
},
"end": {
"line": 240,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 10491,
"end": 10525,
"loc": {
"start": {
"line": 239,
"column": 24
},
"end": {
"line": 239,
"column": 58
}
},
"argument": {
"type": "UnaryExpression",
"start": 10499,
"end": 10523,
"loc": {
"start": {
"line": 239,
"column": 32
},
"end": {
"line": 239,
"column": 56
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 10500,
"end": 10523,
"loc": {
"start": {
"line": 239,
"column": 33
},
"end": {
"line": 239,
"column": 56
}
},
"object": {
"type": "MemberExpression",
"start": 10500,
"end": 10514,
"loc": {
"start": {
"line": 239,
"column": 33
},
"end": {
"line": 239,
"column": 47
}
},
"object": {
"type": "Identifier",
"start": 10500,
"end": 10507,
"loc": {
"start": {
"line": 239,
"column": 33
},
"end": {
"line": 239,
"column": 40
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 10508,
"end": 10514,
"loc": {
"start": {
"line": 239,
"column": 41
},
"end": {
"line": 239,
"column": 47
},
"identifierName": "entity"
},
"name": "entity"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 10515,
"end": 10523,
"loc": {
"start": {
"line": 239,
"column": 48
},
"end": {
"line": 239,
"column": 56
},
"identifierName": "selected"
},
"name": "selected"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false,
"parenthesized": true,
"parenStart": 10498
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 10569,
"end": 10672,
"loc": {
"start": {
"line": 241,
"column": 20
},
"end": {
"line": 244,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 10569,
"end": 10577,
"loc": {
"start": {
"line": 241,
"column": 20
},
"end": {
"line": 241,
"column": 28
},
"identifierName": "doAction"
},
"name": "doAction"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 10579,
"end": 10672,
"loc": {
"start": {
"line": 241,
"column": 30
},
"end": {
"line": 244,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 10580,
"end": 10587,
"loc": {
"start": {
"line": 241,
"column": 31
},
"end": {
"line": 241,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 10592,
"end": 10672,
"loc": {
"start": {
"line": 241,
"column": 43
},
"end": {
"line": 244,
"column": 21
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 10618,
"end": 10649,
"loc": {
"start": {
"line": 242,
"column": 24
},
"end": {
"line": 242,
"column": 55
}
},
"expression": {
"type": "AssignmentExpression",
"start": 10618,
"end": 10648,
"loc": {
"start": {
"line": 242,
"column": 24
},
"end": {
"line": 242,
"column": 54
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 10618,
"end": 10641,
"loc": {
"start": {
"line": 242,
"column": 24
},
"end": {
"line": 242,
"column": 47
}
},
"object": {
"type": "MemberExpression",
"start": 10618,
"end": 10632,
"loc": {
"start": {
"line": 242,
"column": 24
},
"end": {
"line": 242,
"column": 38
}
},
"object": {
"type": "Identifier",
"start": 10618,
"end": 10625,
"loc": {
"start": {
"line": 242,
"column": 24
},
"end": {
"line": 242,
"column": 31
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 10626,
"end": 10632,
"loc": {
"start": {
"line": 242,
"column": 32
},
"end": {
"line": 242,
"column": 38
},
"identifierName": "entity"
},
"name": "entity"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 10633,
"end": 10641,
"loc": {
"start": {
"line": 242,
"column": 39
},
"end": {
"line": 242,
"column": 47
},
"identifierName": "selected"
},
"name": "selected"
},
"computed": false
},
"right": {
"type": "BooleanLiteral",
"start": 10644,
"end": 10648,
"loc": {
"start": {
"line": 242,
"column": 50
},
"end": {
"line": 242,
"column": 54
}
},
"value": true
}
}
}
],
"directives": []
}
}
}
]
},
{
"type": "ObjectExpression",
"start": 10708,
"end": 11165,
"loc": {
"start": {
"line": 246,
"column": 16
},
"end": {
"line": 256,
"column": 17
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 10730,
"end": 10896,
"loc": {
"start": {
"line": 247,
"column": 20
},
"end": {
"line": 249,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 10730,
"end": 10738,
"loc": {
"start": {
"line": 247,
"column": 20
},
"end": {
"line": 247,
"column": 28
},
"identifierName": "getTitle"
},
"name": "getTitle"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 10740,
"end": 10896,
"loc": {
"start": {
"line": 247,
"column": 30
},
"end": {
"line": 249,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 10741,
"end": 10748,
"loc": {
"start": {
"line": 247,
"column": 31
},
"end": {
"line": 247,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 10753,
"end": 10896,
"loc": {
"start": {
"line": 247,
"column": 43
},
"end": {
"line": 249,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 10779,
"end": 10874,
"loc": {
"start": {
"line": 248,
"column": 24
},
"end": {
"line": 248,
"column": 119
}
},
"argument": {
"type": "LogicalExpression",
"start": 10786,
"end": 10873,
"loc": {
"start": {
"line": 248,
"column": 31
},
"end": {
"line": 248,
"column": 118
}
},
"left": {
"type": "CallExpression",
"start": 10786,
"end": 10856,
"loc": {
"start": {
"line": 248,
"column": 31
},
"end": {
"line": 248,
"column": 101
}
},
"callee": {
"type": "MemberExpression",
"start": 10786,
"end": 10824,
"loc": {
"start": {
"line": 248,
"column": 31
},
"end": {
"line": 248,
"column": 69
}
},
"object": {
"type": "MemberExpression",
"start": 10786,
"end": 10814,
"loc": {
"start": {
"line": 248,
"column": 31
},
"end": {
"line": 248,
"column": 59
}
},
"object": {
"type": "MemberExpression",
"start": 10786,
"end": 10800,
"loc": {
"start": {
"line": 248,
"column": 31
},
"end": {
"line": 248,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 10786,
"end": 10793,
"loc": {
"start": {
"line": 248,
"column": 31
},
"end": {
"line": 248,
"column": 38
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 10794,
"end": 10800,
"loc": {
"start": {
"line": 248,
"column": 39
},
"end": {
"line": 248,
"column": 45
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 10801,
"end": 10814,
"loc": {
"start": {
"line": 248,
"column": 46
},
"end": {
"line": 248,
"column": 59
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 10815,
"end": 10824,
"loc": {
"start": {
"line": 248,
"column": 60
},
"end": {
"line": 248,
"column": 69
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 10825,
"end": 10855,
"loc": {
"start": {
"line": 248,
"column": 70
},
"end": {
"line": 248,
"column": 100
}
},
"extra": {
"rawValue": "objectContextMenu.undoSelect",
"raw": "\"objectContextMenu.undoSelect\""
},
"value": "objectContextMenu.undoSelect"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 10860,
"end": 10873,
"loc": {
"start": {
"line": 248,
"column": 105
},
"end": {
"line": 248,
"column": 118
}
},
"extra": {
"rawValue": "Undo Select",
"raw": "\"Undo Select\""
},
"value": "Undo Select"
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 10918,
"end": 11022,
"loc": {
"start": {
"line": 250,
"column": 20
},
"end": {
"line": 252,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 10918,
"end": 10928,
"loc": {
"start": {
"line": 250,
"column": 20
},
"end": {
"line": 250,
"column": 30
},
"identifierName": "getEnabled"
},
"name": "getEnabled"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 10930,
"end": 11022,
"loc": {
"start": {
"line": 250,
"column": 32
},
"end": {
"line": 252,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 10931,
"end": 10938,
"loc": {
"start": {
"line": 250,
"column": 33
},
"end": {
"line": 250,
"column": 40
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 10943,
"end": 11022,
"loc": {
"start": {
"line": 250,
"column": 45
},
"end": {
"line": 252,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 10969,
"end": 11000,
"loc": {
"start": {
"line": 251,
"column": 24
},
"end": {
"line": 251,
"column": 55
}
},
"argument": {
"type": "MemberExpression",
"start": 10976,
"end": 10999,
"loc": {
"start": {
"line": 251,
"column": 31
},
"end": {
"line": 251,
"column": 54
}
},
"object": {
"type": "MemberExpression",
"start": 10976,
"end": 10990,
"loc": {
"start": {
"line": 251,
"column": 31
},
"end": {
"line": 251,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 10976,
"end": 10983,
"loc": {
"start": {
"line": 251,
"column": 31
},
"end": {
"line": 251,
"column": 38
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 10984,
"end": 10990,
"loc": {
"start": {
"line": 251,
"column": 39
},
"end": {
"line": 251,
"column": 45
},
"identifierName": "entity"
},
"name": "entity"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 10991,
"end": 10999,
"loc": {
"start": {
"line": 251,
"column": 46
},
"end": {
"line": 251,
"column": 54
},
"identifierName": "selected"
},
"name": "selected"
},
"computed": false
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 11044,
"end": 11147,
"loc": {
"start": {
"line": 253,
"column": 20
},
"end": {
"line": 255,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 11044,
"end": 11052,
"loc": {
"start": {
"line": 253,
"column": 20
},
"end": {
"line": 253,
"column": 28
},
"identifierName": "doAction"
},
"name": "doAction"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 11054,
"end": 11147,
"loc": {
"start": {
"line": 253,
"column": 30
},
"end": {
"line": 255,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 11055,
"end": 11062,
"loc": {
"start": {
"line": 253,
"column": 31
},
"end": {
"line": 253,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 11067,
"end": 11147,
"loc": {
"start": {
"line": 253,
"column": 43
},
"end": {
"line": 255,
"column": 21
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 11093,
"end": 11125,
"loc": {
"start": {
"line": 254,
"column": 24
},
"end": {
"line": 254,
"column": 56
}
},
"expression": {
"type": "AssignmentExpression",
"start": 11093,
"end": 11124,
"loc": {
"start": {
"line": 254,
"column": 24
},
"end": {
"line": 254,
"column": 55
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 11093,
"end": 11116,
"loc": {
"start": {
"line": 254,
"column": 24
},
"end": {
"line": 254,
"column": 47
}
},
"object": {
"type": "MemberExpression",
"start": 11093,
"end": 11107,
"loc": {
"start": {
"line": 254,
"column": 24
},
"end": {
"line": 254,
"column": 38
}
},
"object": {
"type": "Identifier",
"start": 11093,
"end": 11100,
"loc": {
"start": {
"line": 254,
"column": 24
},
"end": {
"line": 254,
"column": 31
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 11101,
"end": 11107,
"loc": {
"start": {
"line": 254,
"column": 32
},
"end": {
"line": 254,
"column": 38
},
"identifierName": "entity"
},
"name": "entity"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 11108,
"end": 11116,
"loc": {
"start": {
"line": 254,
"column": 39
},
"end": {
"line": 254,
"column": 47
},
"identifierName": "selected"
},
"name": "selected"
},
"computed": false
},
"right": {
"type": "BooleanLiteral",
"start": 11119,
"end": 11124,
"loc": {
"start": {
"line": 254,
"column": 50
},
"end": {
"line": 254,
"column": 55
}
},
"value": false
}
}
}
],
"directives": []
}
}
}
]
},
{
"type": "ObjectExpression",
"start": 11183,
"end": 11717,
"loc": {
"start": {
"line": 257,
"column": 16
},
"end": {
"line": 267,
"column": 17
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 11205,
"end": 11371,
"loc": {
"start": {
"line": 258,
"column": 20
},
"end": {
"line": 260,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 11205,
"end": 11213,
"loc": {
"start": {
"line": 258,
"column": 20
},
"end": {
"line": 258,
"column": 28
},
"identifierName": "getTitle"
},
"name": "getTitle"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 11215,
"end": 11371,
"loc": {
"start": {
"line": 258,
"column": 30
},
"end": {
"line": 260,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 11216,
"end": 11223,
"loc": {
"start": {
"line": 258,
"column": 31
},
"end": {
"line": 258,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 11228,
"end": 11371,
"loc": {
"start": {
"line": 258,
"column": 43
},
"end": {
"line": 260,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 11254,
"end": 11349,
"loc": {
"start": {
"line": 259,
"column": 24
},
"end": {
"line": 259,
"column": 119
}
},
"argument": {
"type": "LogicalExpression",
"start": 11261,
"end": 11348,
"loc": {
"start": {
"line": 259,
"column": 31
},
"end": {
"line": 259,
"column": 118
}
},
"left": {
"type": "CallExpression",
"start": 11261,
"end": 11331,
"loc": {
"start": {
"line": 259,
"column": 31
},
"end": {
"line": 259,
"column": 101
}
},
"callee": {
"type": "MemberExpression",
"start": 11261,
"end": 11299,
"loc": {
"start": {
"line": 259,
"column": 31
},
"end": {
"line": 259,
"column": 69
}
},
"object": {
"type": "MemberExpression",
"start": 11261,
"end": 11289,
"loc": {
"start": {
"line": 259,
"column": 31
},
"end": {
"line": 259,
"column": 59
}
},
"object": {
"type": "MemberExpression",
"start": 11261,
"end": 11275,
"loc": {
"start": {
"line": 259,
"column": 31
},
"end": {
"line": 259,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 11261,
"end": 11268,
"loc": {
"start": {
"line": 259,
"column": 31
},
"end": {
"line": 259,
"column": 38
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 11269,
"end": 11275,
"loc": {
"start": {
"line": 259,
"column": 39
},
"end": {
"line": 259,
"column": 45
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 11276,
"end": 11289,
"loc": {
"start": {
"line": 259,
"column": 46
},
"end": {
"line": 259,
"column": 59
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 11290,
"end": 11299,
"loc": {
"start": {
"line": 259,
"column": 60
},
"end": {
"line": 259,
"column": 69
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 11300,
"end": 11330,
"loc": {
"start": {
"line": 259,
"column": 70
},
"end": {
"line": 259,
"column": 100
}
},
"extra": {
"rawValue": "objectContextMenu.selectNone",
"raw": "\"objectContextMenu.selectNone\""
},
"value": "objectContextMenu.selectNone"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 11335,
"end": 11348,
"loc": {
"start": {
"line": 259,
"column": 105
},
"end": {
"line": 259,
"column": 118
}
},
"extra": {
"rawValue": "Select None",
"raw": "\"Select None\""
},
"value": "Select None"
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 11393,
"end": 11519,
"loc": {
"start": {
"line": 261,
"column": 20
},
"end": {
"line": 263,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 11393,
"end": 11403,
"loc": {
"start": {
"line": 261,
"column": 20
},
"end": {
"line": 261,
"column": 30
},
"identifierName": "getEnabled"
},
"name": "getEnabled"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 11405,
"end": 11519,
"loc": {
"start": {
"line": 261,
"column": 32
},
"end": {
"line": 263,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 11406,
"end": 11413,
"loc": {
"start": {
"line": 261,
"column": 33
},
"end": {
"line": 261,
"column": 40
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 11418,
"end": 11519,
"loc": {
"start": {
"line": 261,
"column": 45
},
"end": {
"line": 263,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 11444,
"end": 11497,
"loc": {
"start": {
"line": 262,
"column": 24
},
"end": {
"line": 262,
"column": 77
}
},
"argument": {
"type": "BinaryExpression",
"start": 11452,
"end": 11495,
"loc": {
"start": {
"line": 262,
"column": 32
},
"end": {
"line": 262,
"column": 75
}
},
"left": {
"type": "MemberExpression",
"start": 11452,
"end": 11491,
"loc": {
"start": {
"line": 262,
"column": 32
},
"end": {
"line": 262,
"column": 71
}
},
"object": {
"type": "MemberExpression",
"start": 11452,
"end": 11472,
"loc": {
"start": {
"line": 262,
"column": 32
},
"end": {
"line": 262,
"column": 52
}
},
"object": {
"type": "MemberExpression",
"start": 11452,
"end": 11466,
"loc": {
"start": {
"line": 262,
"column": 32
},
"end": {
"line": 262,
"column": 46
}
},
"object": {
"type": "Identifier",
"start": 11452,
"end": 11459,
"loc": {
"start": {
"line": 262,
"column": 32
},
"end": {
"line": 262,
"column": 39
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 11460,
"end": 11466,
"loc": {
"start": {
"line": 262,
"column": 40
},
"end": {
"line": 262,
"column": 46
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 11467,
"end": 11472,
"loc": {
"start": {
"line": 262,
"column": 47
},
"end": {
"line": 262,
"column": 52
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 11473,
"end": 11491,
"loc": {
"start": {
"line": 262,
"column": 53
},
"end": {
"line": 262,
"column": 71
},
"identifierName": "numSelectedObjects"
},
"name": "numSelectedObjects"
},
"computed": false
},
"operator": ">",
"right": {
"type": "NumericLiteral",
"start": 11494,
"end": 11495,
"loc": {
"start": {
"line": 262,
"column": 74
},
"end": {
"line": 262,
"column": 75
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
},
"extra": {
"parenthesized": true,
"parenStart": 11451
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 11541,
"end": 11699,
"loc": {
"start": {
"line": 264,
"column": 20
},
"end": {
"line": 266,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 11541,
"end": 11549,
"loc": {
"start": {
"line": 264,
"column": 20
},
"end": {
"line": 264,
"column": 28
},
"identifierName": "doAction"
},
"name": "doAction"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 11551,
"end": 11699,
"loc": {
"start": {
"line": 264,
"column": 30
},
"end": {
"line": 266,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 11552,
"end": 11559,
"loc": {
"start": {
"line": 264,
"column": 31
},
"end": {
"line": 264,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 11564,
"end": 11699,
"loc": {
"start": {
"line": 264,
"column": 43
},
"end": {
"line": 266,
"column": 21
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 11590,
"end": 11677,
"loc": {
"start": {
"line": 265,
"column": 24
},
"end": {
"line": 265,
"column": 111
}
},
"expression": {
"type": "CallExpression",
"start": 11590,
"end": 11676,
"loc": {
"start": {
"line": 265,
"column": 24
},
"end": {
"line": 265,
"column": 110
}
},
"callee": {
"type": "MemberExpression",
"start": 11590,
"end": 11629,
"loc": {
"start": {
"line": 265,
"column": 24
},
"end": {
"line": 265,
"column": 63
}
},
"object": {
"type": "MemberExpression",
"start": 11590,
"end": 11610,
"loc": {
"start": {
"line": 265,
"column": 24
},
"end": {
"line": 265,
"column": 44
}
},
"object": {
"type": "MemberExpression",
"start": 11590,
"end": 11604,
"loc": {
"start": {
"line": 265,
"column": 24
},
"end": {
"line": 265,
"column": 38
}
},
"object": {
"type": "Identifier",
"start": 11590,
"end": 11597,
"loc": {
"start": {
"line": 265,
"column": 24
},
"end": {
"line": 265,
"column": 31
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 11598,
"end": 11604,
"loc": {
"start": {
"line": 265,
"column": 32
},
"end": {
"line": 265,
"column": 38
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 11605,
"end": 11610,
"loc": {
"start": {
"line": 265,
"column": 39
},
"end": {
"line": 265,
"column": 44
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 11611,
"end": 11629,
"loc": {
"start": {
"line": 265,
"column": 45
},
"end": {
"line": 265,
"column": 63
},
"identifierName": "setObjectsSelected"
},
"name": "setObjectsSelected"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 11630,
"end": 11668,
"loc": {
"start": {
"line": 265,
"column": 64
},
"end": {
"line": 265,
"column": 102
}
},
"object": {
"type": "MemberExpression",
"start": 11630,
"end": 11650,
"loc": {
"start": {
"line": 265,
"column": 64
},
"end": {
"line": 265,
"column": 84
}
},
"object": {
"type": "MemberExpression",
"start": 11630,
"end": 11644,
"loc": {
"start": {
"line": 265,
"column": 64
},
"end": {
"line": 265,
"column": 78
}
},
"object": {
"type": "Identifier",
"start": 11630,
"end": 11637,
"loc": {
"start": {
"line": 265,
"column": 64
},
"end": {
"line": 265,
"column": 71
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 11638,
"end": 11644,
"loc": {
"start": {
"line": 265,
"column": 72
},
"end": {
"line": 265,
"column": 78
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 11645,
"end": 11650,
"loc": {
"start": {
"line": 265,
"column": 79
},
"end": {
"line": 265,
"column": 84
},
"identifierName": "scene"
},
"name": "scene"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 11651,
"end": 11668,
"loc": {
"start": {
"line": 265,
"column": 85
},
"end": {
"line": 265,
"column": 102
},
"identifierName": "selectedObjectIds"
},
"name": "selectedObjectIds"
},
"computed": false
},
{
"type": "BooleanLiteral",
"start": 11670,
"end": 11675,
"loc": {
"start": {
"line": 265,
"column": 104
},
"end": {
"line": 265,
"column": 109
}
},
"value": false
}
]
}
}
],
"directives": []
}
}
}
]
}
]
},
{
"type": "ArrayExpression",
"start": 11745,
"end": 12255,
"loc": {
"start": {
"line": 269,
"column": 12
},
"end": {
"line": 281,
"column": 13
}
},
"elements": [
{
"type": "ObjectExpression",
"start": 11763,
"end": 12241,
"loc": {
"start": {
"line": 270,
"column": 16
},
"end": {
"line": 280,
"column": 17
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 11785,
"end": 11953,
"loc": {
"start": {
"line": 271,
"column": 20
},
"end": {
"line": 273,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 11785,
"end": 11793,
"loc": {
"start": {
"line": 271,
"column": 20
},
"end": {
"line": 271,
"column": 28
},
"identifierName": "getTitle"
},
"name": "getTitle"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 11795,
"end": 11953,
"loc": {
"start": {
"line": 271,
"column": 30
},
"end": {
"line": 273,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 11796,
"end": 11803,
"loc": {
"start": {
"line": 271,
"column": 31
},
"end": {
"line": 271,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 11808,
"end": 11953,
"loc": {
"start": {
"line": 271,
"column": 43
},
"end": {
"line": 273,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 11834,
"end": 11931,
"loc": {
"start": {
"line": 272,
"column": 24
},
"end": {
"line": 272,
"column": 121
}
},
"argument": {
"type": "LogicalExpression",
"start": 11841,
"end": 11930,
"loc": {
"start": {
"line": 272,
"column": 31
},
"end": {
"line": 272,
"column": 120
}
},
"left": {
"type": "CallExpression",
"start": 11841,
"end": 11912,
"loc": {
"start": {
"line": 272,
"column": 31
},
"end": {
"line": 272,
"column": 102
}
},
"callee": {
"type": "MemberExpression",
"start": 11841,
"end": 11879,
"loc": {
"start": {
"line": 272,
"column": 31
},
"end": {
"line": 272,
"column": 69
}
},
"object": {
"type": "MemberExpression",
"start": 11841,
"end": 11869,
"loc": {
"start": {
"line": 272,
"column": 31
},
"end": {
"line": 272,
"column": 59
}
},
"object": {
"type": "MemberExpression",
"start": 11841,
"end": 11855,
"loc": {
"start": {
"line": 272,
"column": 31
},
"end": {
"line": 272,
"column": 45
}
},
"object": {
"type": "Identifier",
"start": 11841,
"end": 11848,
"loc": {
"start": {
"line": 272,
"column": 31
},
"end": {
"line": 272,
"column": 38
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 11849,
"end": 11855,
"loc": {
"start": {
"line": 272,
"column": 39
},
"end": {
"line": 272,
"column": 45
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 11856,
"end": 11869,
"loc": {
"start": {
"line": 272,
"column": 46
},
"end": {
"line": 272,
"column": 59
},
"identifierName": "localeService"
},
"name": "localeService"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 11870,
"end": 11879,
"loc": {
"start": {
"line": 272,
"column": 60
},
"end": {
"line": 272,
"column": 69
},
"identifierName": "translate"
},
"name": "translate"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 11880,
"end": 11911,
"loc": {
"start": {
"line": 272,
"column": 70
},
"end": {
"line": 272,
"column": 101
}
},
"extra": {
"rawValue": "objectContextMenu.clearSlices",
"raw": "\"objectContextMenu.clearSlices\""
},
"value": "objectContextMenu.clearSlices"
}
]
},
"operator": "||",
"right": {
"type": "StringLiteral",
"start": 11916,
"end": 11930,
"loc": {
"start": {
"line": 272,
"column": 106
},
"end": {
"line": 272,
"column": 120
}
},
"extra": {
"rawValue": "Clear Slices",
"raw": "\"Clear Slices\""
},
"value": "Clear Slices"
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 11975,
"end": 12096,
"loc": {
"start": {
"line": 274,
"column": 20
},
"end": {
"line": 276,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 11975,
"end": 11985,
"loc": {
"start": {
"line": 274,
"column": 20
},
"end": {
"line": 274,
"column": 30
},
"identifierName": "getEnabled"
},
"name": "getEnabled"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 11987,
"end": 12096,
"loc": {
"start": {
"line": 274,
"column": 32
},
"end": {
"line": 276,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 11988,
"end": 11995,
"loc": {
"start": {
"line": 274,
"column": 33
},
"end": {
"line": 274,
"column": 40
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 12000,
"end": 12096,
"loc": {
"start": {
"line": 274,
"column": 45
},
"end": {
"line": 276,
"column": 21
}
},
"body": [
{
"type": "ReturnStatement",
"start": 12026,
"end": 12074,
"loc": {
"start": {
"line": 275,
"column": 24
},
"end": {
"line": 275,
"column": 72
}
},
"argument": {
"type": "BinaryExpression",
"start": 12034,
"end": 12072,
"loc": {
"start": {
"line": 275,
"column": 32
},
"end": {
"line": 275,
"column": 70
}
},
"left": {
"type": "CallExpression",
"start": 12034,
"end": 12068,
"loc": {
"start": {
"line": 275,
"column": 32
},
"end": {
"line": 275,
"column": 66
}
},
"callee": {
"type": "MemberExpression",
"start": 12034,
"end": 12066,
"loc": {
"start": {
"line": 275,
"column": 32
},
"end": {
"line": 275,
"column": 64
}
},
"object": {
"type": "MemberExpression",
"start": 12034,
"end": 12051,
"loc": {
"start": {
"line": 275,
"column": 32
},
"end": {
"line": 275,
"column": 49
}
},
"object": {
"type": "Identifier",
"start": 12034,
"end": 12041,
"loc": {
"start": {
"line": 275,
"column": 32
},
"end": {
"line": 275,
"column": 39
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 12042,
"end": 12051,
"loc": {
"start": {
"line": 275,
"column": 40
},
"end": {
"line": 275,
"column": 49
},
"identifierName": "bimViewer"
},
"name": "bimViewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 12052,
"end": 12066,
"loc": {
"start": {
"line": 275,
"column": 50
},
"end": {
"line": 275,
"column": 64
},
"identifierName": "getNumSections"
},
"name": "getNumSections"
},
"computed": false
},
"arguments": []
},
"operator": ">",
"right": {
"type": "NumericLiteral",
"start": 12071,
"end": 12072,
"loc": {
"start": {
"line": 275,
"column": 69
},
"end": {
"line": 275,
"column": 70
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
},
"extra": {
"parenthesized": true,
"parenStart": 12033
}
}
}
],
"directives": []
}
}
},
{
"type": "ObjectProperty",
"start": 12118,
"end": 12223,
"loc": {
"start": {
"line": 277,
"column": 20
},
"end": {
"line": 279,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 12118,
"end": 12126,
"loc": {
"start": {
"line": 277,
"column": 20
},
"end": {
"line": 277,
"column": 28
},
"identifierName": "doAction"
},
"name": "doAction"
},
"value": {
"type": "ArrowFunctionExpression",
"start": 12128,
"end": 12223,
"loc": {
"start": {
"line": 277,
"column": 30
},
"end": {
"line": 279,
"column": 21
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 12129,
"end": 12136,
"loc": {
"start": {
"line": 277,
"column": 31
},
"end": {
"line": 277,
"column": 38
},
"identifierName": "context"
},
"name": "context"
}
],
"body": {
"type": "BlockStatement",
"start": 12141,
"end": 12223,
"loc": {
"start": {
"line": 277,
"column": 43
},
"end": {
"line": 279,
"column": 21
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 12167,
"end": 12201,
"loc": {
"start": {
"line": 278,
"column": 24
},
"end": {
"line": 278,
"column": 58
}
},
"expression": {
"type": "CallExpression",
"start": 12167,
"end": 12200,
"loc": {
"start": {
"line": 278,
"column": 24
},
"end": {
"line": 278,
"column": 57
}
},
"callee": {
"type": "MemberExpression",
"start": 12167,
"end": 12198,
"loc": {
"start": {
"line": 278,
"column": 24
},
"end": {
"line": 278,
"column": 55
}
},
"object": {
"type": "MemberExpression",
"start": 12167,
"end": 12184,
"loc": {
"start": {
"line": 278,
"column": 24
},
"end": {
"line": 278,
"column": 41
}
},
"object": {
"type": "Identifier",
"start": 12167,
"end": 12174,
"loc": {
"start": {
"line": 278,
"column": 24
},
"end": {
"line": 278,
"column": 31
},
"identifierName": "context"
},
"name": "context"
},
"property": {
"type": "Identifier",
"start": 12175,
"end": 12184,
"loc": {
"start": {
"line": 278,
"column": 32
},
"end": {
"line": 278,
"column": 41
},
"identifierName": "bimViewer"
},
"name": "bimViewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 12185,
"end": 12198,
"loc": {
"start": {
"line": 278,
"column": 42
},
"end": {
"line": 278,
"column": 55
},
"identifierName": "clearSections"
},
"name": "clearSections"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
}
}
}
]
}
]
}
]
}
}
}
],
"directives": []
}
}
]
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * @private\n ",
"start": 77,
"end": 96,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 5,
"column": 3
}
}
}
],
"__PseudoExport__": false,
"trailingComments": []
},
"specifiers": null,
"source": null,
"leadingComments": null
}
],
"directives": []
},
"comments": [
{
"type": "CommentBlock",
"value": "*\n * @private\n ",
"start": 77,
"end": 96,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 5,
"column": 3
}
}
}
],
"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": "CommentBlock",
"value": "*\n * @private\n ",
"start": 77,
"end": 96,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 5,
"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": 97,
"end": 102,
"loc": {
"start": {
"line": 6,
"column": 0
},
"end": {
"line": 6,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "ObjectContextMenu",
"start": 103,
"end": 120,
"loc": {
"start": {
"line": 6,
"column": 6
},
"end": {
"line": 6,
"column": 23
}
}
},
{
"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": 121,
"end": 128,
"loc": {
"start": {
"line": 6,
"column": 24
},
"end": {
"line": 6,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "ContextMenu",
"start": 129,
"end": 140,
"loc": {
"start": {
"line": 6,
"column": 32
},
"end": {
"line": 6,
"column": 43
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 141,
"end": 142,
"loc": {
"start": {
"line": 6,
"column": 44
},
"end": {
"line": 6,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "constructor",
"start": 148,
"end": 159,
"loc": {
"start": {
"line": 8,
"column": 4
},
"end": {
"line": 8,
"column": 15
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 159,
"end": 160,
"loc": {
"start": {
"line": 8,
"column": 15
},
"end": {
"line": 8,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "bimViewer",
"start": 160,
"end": 169,
"loc": {
"start": {
"line": 8,
"column": 16
},
"end": {
"line": 8,
"column": 25
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 169,
"end": 170,
"loc": {
"start": {
"line": 8,
"column": 25
},
"end": {
"line": 8,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cfg",
"start": 171,
"end": 174,
"loc": {
"start": {
"line": 8,
"column": 27
},
"end": {
"line": 8,
"column": 30
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 174,
"end": 175,
"loc": {
"start": {
"line": 8,
"column": 30
},
"end": {
"line": 8,
"column": 31
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 175,
"end": 176,
"loc": {
"start": {
"line": 8,
"column": 31
},
"end": {
"line": 8,
"column": 32
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 176,
"end": 177,
"loc": {
"start": {
"line": 8,
"column": 32
},
"end": {
"line": 8,
"column": 33
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 177,
"end": 178,
"loc": {
"start": {
"line": 8,
"column": 33
},
"end": {
"line": 8,
"column": 34
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 179,
"end": 180,
"loc": {
"start": {
"line": 8,
"column": 35
},
"end": {
"line": 8,
"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": 189,
"end": 194,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 13
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 194,
"end": 195,
"loc": {
"start": {
"line": 9,
"column": 13
},
"end": {
"line": 9,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cfg",
"start": 195,
"end": 198,
"loc": {
"start": {
"line": 9,
"column": 14
},
"end": {
"line": 9,
"column": 17
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 198,
"end": 199,
"loc": {
"start": {
"line": 9,
"column": 17
},
"end": {
"line": 9,
"column": 18
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 199,
"end": 200,
"loc": {
"start": {
"line": 9,
"column": 18
},
"end": {
"line": 9,
"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": 209,
"end": 213,
"loc": {
"start": {
"line": 10,
"column": 8
},
"end": {
"line": 10,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 213,
"end": 214,
"loc": {
"start": {
"line": 10,
"column": 12
},
"end": {
"line": 10,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_bimViewer",
"start": 214,
"end": 224,
"loc": {
"start": {
"line": 10,
"column": 13
},
"end": {
"line": 10,
"column": 23
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 225,
"end": 226,
"loc": {
"start": {
"line": 10,
"column": 24
},
"end": {
"line": 10,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "bimViewer",
"start": 227,
"end": 236,
"loc": {
"start": {
"line": 10,
"column": 26
},
"end": {
"line": 10,
"column": 35
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 236,
"end": 237,
"loc": {
"start": {
"line": 10,
"column": 35
},
"end": {
"line": 10,
"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": 246,
"end": 250,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 250,
"end": 251,
"loc": {
"start": {
"line": 11,
"column": 12
},
"end": {
"line": 11,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_buildMenu",
"start": 251,
"end": 261,
"loc": {
"start": {
"line": 11,
"column": 13
},
"end": {
"line": 11,
"column": 23
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 261,
"end": 262,
"loc": {
"start": {
"line": 11,
"column": 23
},
"end": {
"line": 11,
"column": 24
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 262,
"end": 263,
"loc": {
"start": {
"line": 11,
"column": 24
},
"end": {
"line": 11,
"column": 25
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 263,
"end": 264,
"loc": {
"start": {
"line": 11,
"column": 25
},
"end": {
"line": 11,
"column": 26
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 269,
"end": 270,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_buildMenu",
"start": 276,
"end": 286,
"loc": {
"start": {
"line": 14,
"column": 4
},
"end": {
"line": 14,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 286,
"end": 287,
"loc": {
"start": {
"line": 14,
"column": 14
},
"end": {
"line": 14,
"column": 15
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 287,
"end": 288,
"loc": {
"start": {
"line": 14,
"column": 15
},
"end": {
"line": 14,
"column": 16
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 289,
"end": 290,
"loc": {
"start": {
"line": 14,
"column": 17
},
"end": {
"line": 14,
"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": 300,
"end": 305,
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "showObjectItems",
"start": 306,
"end": 321,
"loc": {
"start": {
"line": 16,
"column": 14
},
"end": {
"line": 16,
"column": 29
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 322,
"end": 323,
"loc": {
"start": {
"line": 16,
"column": 30
},
"end": {
"line": 16,
"column": 31
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 324,
"end": 325,
"loc": {
"start": {
"line": 16,
"column": 32
},
"end": {
"line": 16,
"column": 33
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 325,
"end": 326,
"loc": {
"start": {
"line": 16,
"column": 33
},
"end": {
"line": 16,
"column": 34
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 326,
"end": 327,
"loc": {
"start": {
"line": 16,
"column": 34
},
"end": {
"line": 16,
"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": 336,
"end": 341,
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "focusObjectItems",
"start": 342,
"end": 358,
"loc": {
"start": {
"line": 17,
"column": 14
},
"end": {
"line": 17,
"column": 30
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 359,
"end": 360,
"loc": {
"start": {
"line": 17,
"column": 31
},
"end": {
"line": 17,
"column": 32
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 361,
"end": 362,
"loc": {
"start": {
"line": 17,
"column": 33
},
"end": {
"line": 17,
"column": 34
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 362,
"end": 363,
"loc": {
"start": {
"line": 17,
"column": 34
},
"end": {
"line": 17,
"column": 35
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 363,
"end": 364,
"loc": {
"start": {
"line": 17,
"column": 35
},
"end": {
"line": 17,
"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": 374,
"end": 376,
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 377,
"end": 378,
"loc": {
"start": {
"line": 19,
"column": 11
},
"end": {
"line": 19,
"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": 378,
"end": 382,
"loc": {
"start": {
"line": 19,
"column": 12
},
"end": {
"line": 19,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 382,
"end": 383,
"loc": {
"start": {
"line": 19,
"column": 16
},
"end": {
"line": 19,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_bimViewer",
"start": 383,
"end": 393,
"loc": {
"start": {
"line": 19,
"column": 17
},
"end": {
"line": 19,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 393,
"end": 394,
"loc": {
"start": {
"line": 19,
"column": 27
},
"end": {
"line": 19,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_enablePropertiesInspector",
"start": 394,
"end": 420,
"loc": {
"start": {
"line": 19,
"column": 28
},
"end": {
"line": 19,
"column": 54
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 420,
"end": 421,
"loc": {
"start": {
"line": 19,
"column": 54
},
"end": {
"line": 19,
"column": 55
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 422,
"end": 423,
"loc": {
"start": {
"line": 19,
"column": 56
},
"end": {
"line": 19,
"column": 57
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "showObjectItems",
"start": 436,
"end": 451,
"loc": {
"start": {
"line": 20,
"column": 12
},
"end": {
"line": 20,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 451,
"end": 452,
"loc": {
"start": {
"line": 20,
"column": 27
},
"end": {
"line": 20,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "push",
"start": 452,
"end": 456,
"loc": {
"start": {
"line": 20,
"column": 28
},
"end": {
"line": 20,
"column": 32
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 456,
"end": 457,
"loc": {
"start": {
"line": 20,
"column": 32
},
"end": {
"line": 20,
"column": 33
}
}
},
{
"type": {
"label": "...",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 457,
"end": 460,
"loc": {
"start": {
"line": 20,
"column": 33
},
"end": {
"line": 20,
"column": 36
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 460,
"end": 461,
"loc": {
"start": {
"line": 20,
"column": 36
},
"end": {
"line": 20,
"column": 37
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 461,
"end": 462,
"loc": {
"start": {
"line": 20,
"column": 37
},
"end": {
"line": 20,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getTitle",
"start": 479,
"end": 487,
"loc": {
"start": {
"line": 21,
"column": 16
},
"end": {
"line": 21,
"column": 24
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 487,
"end": 488,
"loc": {
"start": {
"line": 21,
"column": 24
},
"end": {
"line": 21,
"column": 25
}
}
},
{
"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": 21,
"column": 26
},
"end": {
"line": 21,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 490,
"end": 497,
"loc": {
"start": {
"line": 21,
"column": 27
},
"end": {
"line": 21,
"column": 34
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 497,
"end": 498,
"loc": {
"start": {
"line": 21,
"column": 34
},
"end": {
"line": 21,
"column": 35
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 499,
"end": 501,
"loc": {
"start": {
"line": 21,
"column": 36
},
"end": {
"line": 21,
"column": 38
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 502,
"end": 503,
"loc": {
"start": {
"line": 21,
"column": 39
},
"end": {
"line": 21,
"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": 524,
"end": 530,
"loc": {
"start": {
"line": 22,
"column": 20
},
"end": {
"line": 22,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 531,
"end": 538,
"loc": {
"start": {
"line": 22,
"column": 27
},
"end": {
"line": 22,
"column": 34
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 538,
"end": 539,
"loc": {
"start": {
"line": 22,
"column": 34
},
"end": {
"line": 22,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 539,
"end": 545,
"loc": {
"start": {
"line": 22,
"column": 35
},
"end": {
"line": 22,
"column": 41
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 545,
"end": 546,
"loc": {
"start": {
"line": 22,
"column": 41
},
"end": {
"line": 22,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "localeService",
"start": 546,
"end": 559,
"loc": {
"start": {
"line": 22,
"column": 42
},
"end": {
"line": 22,
"column": 55
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 559,
"end": 560,
"loc": {
"start": {
"line": 22,
"column": 55
},
"end": {
"line": 22,
"column": 56
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "translate",
"start": 560,
"end": 569,
"loc": {
"start": {
"line": 22,
"column": 56
},
"end": {
"line": 22,
"column": 65
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 569,
"end": 570,
"loc": {
"start": {
"line": 22,
"column": 65
},
"end": {
"line": 22,
"column": 66
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "objectContextMenu.inspectProperties",
"start": 570,
"end": 607,
"loc": {
"start": {
"line": 22,
"column": 66
},
"end": {
"line": 22,
"column": 103
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 607,
"end": 608,
"loc": {
"start": {
"line": 22,
"column": 103
},
"end": {
"line": 22,
"column": 104
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 609,
"end": 611,
"loc": {
"start": {
"line": 22,
"column": 105
},
"end": {
"line": 22,
"column": 107
}
}
},
{
"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": 612,
"end": 632,
"loc": {
"start": {
"line": 22,
"column": 108
},
"end": {
"line": 22,
"column": 128
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 632,
"end": 633,
"loc": {
"start": {
"line": 22,
"column": 128
},
"end": {
"line": 22,
"column": 129
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 650,
"end": 651,
"loc": {
"start": {
"line": 23,
"column": 16
},
"end": {
"line": 23,
"column": 17
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 651,
"end": 652,
"loc": {
"start": {
"line": 23,
"column": 17
},
"end": {
"line": 23,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "doAction",
"start": 669,
"end": 677,
"loc": {
"start": {
"line": 24,
"column": 16
},
"end": {
"line": 24,
"column": 24
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 677,
"end": 678,
"loc": {
"start": {
"line": 24,
"column": 24
},
"end": {
"line": 24,
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 679,
"end": 680,
"loc": {
"start": {
"line": 24,
"column": 26
},
"end": {
"line": 24,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 680,
"end": 687,
"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
},
"start": 687,
"end": 688,
"loc": {
"start": {
"line": 24,
"column": 34
},
"end": {
"line": 24,
"column": 35
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 689,
"end": 691,
"loc": {
"start": {
"line": 24,
"column": 36
},
"end": {
"line": 24,
"column": 38
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 692,
"end": 693,
"loc": {
"start": {
"line": 24,
"column": 39
},
"end": {
"line": 24,
"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": 714,
"end": 719,
"loc": {
"start": {
"line": 25,
"column": 20
},
"end": {
"line": 25,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "objectId",
"start": 720,
"end": 728,
"loc": {
"start": {
"line": 25,
"column": 26
},
"end": {
"line": 25,
"column": 34
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 729,
"end": 730,
"loc": {
"start": {
"line": 25,
"column": 35
},
"end": {
"line": 25,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 731,
"end": 738,
"loc": {
"start": {
"line": 25,
"column": 37
},
"end": {
"line": 25,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 738,
"end": 739,
"loc": {
"start": {
"line": 25,
"column": 44
},
"end": {
"line": 25,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 739,
"end": 745,
"loc": {
"start": {
"line": 25,
"column": 45
},
"end": {
"line": 25,
"column": 51
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 745,
"end": 746,
"loc": {
"start": {
"line": 25,
"column": 51
},
"end": {
"line": 25,
"column": 52
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "id",
"start": 746,
"end": 748,
"loc": {
"start": {
"line": 25,
"column": 52
},
"end": {
"line": 25,
"column": 54
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 748,
"end": 749,
"loc": {
"start": {
"line": 25,
"column": 54
},
"end": {
"line": 25,
"column": 55
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 770,
"end": 777,
"loc": {
"start": {
"line": 26,
"column": 20
},
"end": {
"line": 26,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 777,
"end": 778,
"loc": {
"start": {
"line": 26,
"column": 27
},
"end": {
"line": 26,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "bimViewer",
"start": 778,
"end": 787,
"loc": {
"start": {
"line": 26,
"column": 28
},
"end": {
"line": 26,
"column": 37
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 787,
"end": 788,
"loc": {
"start": {
"line": 26,
"column": 37
},
"end": {
"line": 26,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "showObjectProperties",
"start": 788,
"end": 808,
"loc": {
"start": {
"line": 26,
"column": 38
},
"end": {
"line": 26,
"column": 58
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 808,
"end": 809,
"loc": {
"start": {
"line": 26,
"column": 58
},
"end": {
"line": 26,
"column": 59
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "objectId",
"start": 809,
"end": 817,
"loc": {
"start": {
"line": 26,
"column": 59
},
"end": {
"line": 26,
"column": 67
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 817,
"end": 818,
"loc": {
"start": {
"line": 26,
"column": 67
},
"end": {
"line": 26,
"column": 68
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 818,
"end": 819,
"loc": {
"start": {
"line": 26,
"column": 68
},
"end": {
"line": 26,
"column": 69
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 836,
"end": 837,
"loc": {
"start": {
"line": 27,
"column": 16
},
"end": {
"line": 27,
"column": 17
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 850,
"end": 851,
"loc": {
"start": {
"line": 28,
"column": 12
},
"end": {
"line": 28,
"column": 13
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 851,
"end": 852,
"loc": {
"start": {
"line": 28,
"column": 13
},
"end": {
"line": 28,
"column": 14
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 852,
"end": 853,
"loc": {
"start": {
"line": 28,
"column": 14
},
"end": {
"line": 28,
"column": 15
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 853,
"end": 854,
"loc": {
"start": {
"line": 28,
"column": 15
},
"end": {
"line": 28,
"column": 16
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 863,
"end": 864,
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 9
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "showObjectItems",
"start": 874,
"end": 889,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 23
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 889,
"end": 890,
"loc": {
"start": {
"line": 31,
"column": 23
},
"end": {
"line": 31,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "push",
"start": 890,
"end": 894,
"loc": {
"start": {
"line": 31,
"column": 24
},
"end": {
"line": 31,
"column": 28
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 894,
"end": 895,
"loc": {
"start": {
"line": 31,
"column": 28
},
"end": {
"line": 31,
"column": 29
}
}
},
{
"type": {
"label": "...",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 895,
"end": 898,
"loc": {
"start": {
"line": 31,
"column": 29
},
"end": {
"line": 31,
"column": 32
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 898,
"end": 899,
"loc": {
"start": {
"line": 31,
"column": 32
},
"end": {
"line": 31,
"column": 33
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 912,
"end": 913,
"loc": {
"start": {
"line": 32,
"column": 12
},
"end": {
"line": 32,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getTitle",
"start": 930,
"end": 938,
"loc": {
"start": {
"line": 33,
"column": 16
},
"end": {
"line": 33,
"column": 24
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 938,
"end": 939,
"loc": {
"start": {
"line": 33,
"column": 24
},
"end": {
"line": 33,
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 940,
"end": 941,
"loc": {
"start": {
"line": 33,
"column": 26
},
"end": {
"line": 33,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 941,
"end": 948,
"loc": {
"start": {
"line": 33,
"column": 27
},
"end": {
"line": 33,
"column": 34
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 948,
"end": 949,
"loc": {
"start": {
"line": 33,
"column": 34
},
"end": {
"line": 33,
"column": 35
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 950,
"end": 952,
"loc": {
"start": {
"line": 33,
"column": 36
},
"end": {
"line": 33,
"column": 38
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 953,
"end": 954,
"loc": {
"start": {
"line": 33,
"column": 39
},
"end": {
"line": 33,
"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": 975,
"end": 981,
"loc": {
"start": {
"line": 34,
"column": 20
},
"end": {
"line": 34,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 982,
"end": 989,
"loc": {
"start": {
"line": 34,
"column": 27
},
"end": {
"line": 34,
"column": 34
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 989,
"end": 990,
"loc": {
"start": {
"line": 34,
"column": 34
},
"end": {
"line": 34,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 990,
"end": 996,
"loc": {
"start": {
"line": 34,
"column": 35
},
"end": {
"line": 34,
"column": 41
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 996,
"end": 997,
"loc": {
"start": {
"line": 34,
"column": 41
},
"end": {
"line": 34,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "localeService",
"start": 997,
"end": 1010,
"loc": {
"start": {
"line": 34,
"column": 42
},
"end": {
"line": 34,
"column": 55
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1010,
"end": 1011,
"loc": {
"start": {
"line": 34,
"column": 55
},
"end": {
"line": 34,
"column": 56
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "translate",
"start": 1011,
"end": 1020,
"loc": {
"start": {
"line": 34,
"column": 56
},
"end": {
"line": 34,
"column": 65
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1020,
"end": 1021,
"loc": {
"start": {
"line": 34,
"column": 65
},
"end": {
"line": 34,
"column": 66
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "objectContextMenu.showInTree",
"start": 1021,
"end": 1051,
"loc": {
"start": {
"line": 34,
"column": 66
},
"end": {
"line": 34,
"column": 96
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1051,
"end": 1052,
"loc": {
"start": {
"line": 34,
"column": 96
},
"end": {
"line": 34,
"column": 97
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 1053,
"end": 1055,
"loc": {
"start": {
"line": 34,
"column": 98
},
"end": {
"line": 34,
"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 in Explorer",
"start": 1056,
"end": 1074,
"loc": {
"start": {
"line": 34,
"column": 101
},
"end": {
"line": 34,
"column": 119
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1074,
"end": 1075,
"loc": {
"start": {
"line": 34,
"column": 119
},
"end": {
"line": 34,
"column": 120
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1092,
"end": 1093,
"loc": {
"start": {
"line": 35,
"column": 16
},
"end": {
"line": 35,
"column": 17
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1093,
"end": 1094,
"loc": {
"start": {
"line": 35,
"column": 17
},
"end": {
"line": 35,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "doAction",
"start": 1111,
"end": 1119,
"loc": {
"start": {
"line": 36,
"column": 16
},
"end": {
"line": 36,
"column": 24
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1119,
"end": 1120,
"loc": {
"start": {
"line": 36,
"column": 24
},
"end": {
"line": 36,
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1121,
"end": 1122,
"loc": {
"start": {
"line": 36,
"column": 26
},
"end": {
"line": 36,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 1122,
"end": 1129,
"loc": {
"start": {
"line": 36,
"column": 27
},
"end": {
"line": 36,
"column": 34
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1129,
"end": 1130,
"loc": {
"start": {
"line": 36,
"column": 34
},
"end": {
"line": 36,
"column": 35
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1131,
"end": 1133,
"loc": {
"start": {
"line": 36,
"column": 36
},
"end": {
"line": 36,
"column": 38
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1134,
"end": 1135,
"loc": {
"start": {
"line": 36,
"column": 39
},
"end": {
"line": 36,
"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": 1156,
"end": 1161,
"loc": {
"start": {
"line": 37,
"column": 20
},
"end": {
"line": 37,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "objectId",
"start": 1162,
"end": 1170,
"loc": {
"start": {
"line": 37,
"column": 26
},
"end": {
"line": 37,
"column": 34
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1171,
"end": 1172,
"loc": {
"start": {
"line": 37,
"column": 35
},
"end": {
"line": 37,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 1173,
"end": 1180,
"loc": {
"start": {
"line": 37,
"column": 37
},
"end": {
"line": 37,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1180,
"end": 1181,
"loc": {
"start": {
"line": 37,
"column": 44
},
"end": {
"line": 37,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 1181,
"end": 1187,
"loc": {
"start": {
"line": 37,
"column": 45
},
"end": {
"line": 37,
"column": 51
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1187,
"end": 1188,
"loc": {
"start": {
"line": 37,
"column": 51
},
"end": {
"line": 37,
"column": 52
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "id",
"start": 1188,
"end": 1190,
"loc": {
"start": {
"line": 37,
"column": 52
},
"end": {
"line": 37,
"column": 54
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1190,
"end": 1191,
"loc": {
"start": {
"line": 37,
"column": 54
},
"end": {
"line": 37,
"column": 55
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 1212,
"end": 1219,
"loc": {
"start": {
"line": 38,
"column": 20
},
"end": {
"line": 38,
"column": 27
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1219,
"end": 1220,
"loc": {
"start": {
"line": 38,
"column": 27
},
"end": {
"line": 38,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "showObjectInExplorers",
"start": 1220,
"end": 1241,
"loc": {
"start": {
"line": 38,
"column": 28
},
"end": {
"line": 38,
"column": 49
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1241,
"end": 1242,
"loc": {
"start": {
"line": 38,
"column": 49
},
"end": {
"line": 38,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "objectId",
"start": 1242,
"end": 1250,
"loc": {
"start": {
"line": 38,
"column": 50
},
"end": {
"line": 38,
"column": 58
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1250,
"end": 1251,
"loc": {
"start": {
"line": 38,
"column": 58
},
"end": {
"line": 38,
"column": 59
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1251,
"end": 1252,
"loc": {
"start": {
"line": 38,
"column": 59
},
"end": {
"line": 38,
"column": 60
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1269,
"end": 1270,
"loc": {
"start": {
"line": 39,
"column": 16
},
"end": {
"line": 39,
"column": 17
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1283,
"end": 1284,
"loc": {
"start": {
"line": 40,
"column": 12
},
"end": {
"line": 40,
"column": 13
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1293,
"end": 1294,
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1294,
"end": 1295,
"loc": {
"start": {
"line": 41,
"column": 9
},
"end": {
"line": 41,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1295,
"end": 1296,
"loc": {
"start": {
"line": 41,
"column": 10
},
"end": {
"line": 41,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "focusObjectItems",
"start": 1306,
"end": 1322,
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 43,
"column": 24
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1322,
"end": 1323,
"loc": {
"start": {
"line": 43,
"column": 24
},
"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": "push",
"start": 1323,
"end": 1327,
"loc": {
"start": {
"line": 43,
"column": 25
},
"end": {
"line": 43,
"column": 29
}
}
},
{
"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": 43,
"column": 29
},
"end": {
"line": 43,
"column": 30
}
}
},
{
"type": {
"label": "...",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1328,
"end": 1331,
"loc": {
"start": {
"line": 43,
"column": 30
},
"end": {
"line": 43,
"column": 33
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1331,
"end": 1332,
"loc": {
"start": {
"line": 43,
"column": 33
},
"end": {
"line": 43,
"column": 34
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1345,
"end": 1346,
"loc": {
"start": {
"line": 44,
"column": 12
},
"end": {
"line": 44,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getTitle",
"start": 1363,
"end": 1371,
"loc": {
"start": {
"line": 45,
"column": 16
},
"end": {
"line": 45,
"column": 24
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1371,
"end": 1372,
"loc": {
"start": {
"line": 45,
"column": 24
},
"end": {
"line": 45,
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1373,
"end": 1374,
"loc": {
"start": {
"line": 45,
"column": 26
},
"end": {
"line": 45,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 1374,
"end": 1381,
"loc": {
"start": {
"line": 45,
"column": 27
},
"end": {
"line": 45,
"column": 34
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1381,
"end": 1382,
"loc": {
"start": {
"line": 45,
"column": 34
},
"end": {
"line": 45,
"column": 35
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1383,
"end": 1385,
"loc": {
"start": {
"line": 45,
"column": 36
},
"end": {
"line": 45,
"column": 38
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1386,
"end": 1387,
"loc": {
"start": {
"line": 45,
"column": 39
},
"end": {
"line": 45,
"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": 1408,
"end": 1414,
"loc": {
"start": {
"line": 46,
"column": 20
},
"end": {
"line": 46,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 1415,
"end": 1422,
"loc": {
"start": {
"line": 46,
"column": 27
},
"end": {
"line": 46,
"column": 34
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1422,
"end": 1423,
"loc": {
"start": {
"line": 46,
"column": 34
},
"end": {
"line": 46,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 1423,
"end": 1429,
"loc": {
"start": {
"line": 46,
"column": 35
},
"end": {
"line": 46,
"column": 41
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1429,
"end": 1430,
"loc": {
"start": {
"line": 46,
"column": 41
},
"end": {
"line": 46,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "localeService",
"start": 1430,
"end": 1443,
"loc": {
"start": {
"line": 46,
"column": 42
},
"end": {
"line": 46,
"column": 55
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1443,
"end": 1444,
"loc": {
"start": {
"line": 46,
"column": 55
},
"end": {
"line": 46,
"column": 56
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "translate",
"start": 1444,
"end": 1453,
"loc": {
"start": {
"line": 46,
"column": 56
},
"end": {
"line": 46,
"column": 65
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1453,
"end": 1454,
"loc": {
"start": {
"line": 46,
"column": 65
},
"end": {
"line": 46,
"column": 66
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "objectContextMenu.viewFit",
"start": 1454,
"end": 1481,
"loc": {
"start": {
"line": 46,
"column": 66
},
"end": {
"line": 46,
"column": 93
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1481,
"end": 1482,
"loc": {
"start": {
"line": 46,
"column": 93
},
"end": {
"line": 46,
"column": 94
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 1483,
"end": 1485,
"loc": {
"start": {
"line": 46,
"column": 95
},
"end": {
"line": 46,
"column": 97
}
}
},
{
"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": 1486,
"end": 1496,
"loc": {
"start": {
"line": 46,
"column": 98
},
"end": {
"line": 46,
"column": 108
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1496,
"end": 1497,
"loc": {
"start": {
"line": 46,
"column": 108
},
"end": {
"line": 46,
"column": 109
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1514,
"end": 1515,
"loc": {
"start": {
"line": 47,
"column": 16
},
"end": {
"line": 47,
"column": 17
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1515,
"end": 1516,
"loc": {
"start": {
"line": 47,
"column": 17
},
"end": {
"line": 47,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "doAction",
"start": 1533,
"end": 1541,
"loc": {
"start": {
"line": 48,
"column": 16
},
"end": {
"line": 48,
"column": 24
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1541,
"end": 1542,
"loc": {
"start": {
"line": 48,
"column": 24
},
"end": {
"line": 48,
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1543,
"end": 1544,
"loc": {
"start": {
"line": 48,
"column": 26
},
"end": {
"line": 48,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 1544,
"end": 1551,
"loc": {
"start": {
"line": 48,
"column": 27
},
"end": {
"line": 48,
"column": 34
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1551,
"end": 1552,
"loc": {
"start": {
"line": 48,
"column": 34
},
"end": {
"line": 48,
"column": 35
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1553,
"end": 1555,
"loc": {
"start": {
"line": 48,
"column": 36
},
"end": {
"line": 48,
"column": 38
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1556,
"end": 1557,
"loc": {
"start": {
"line": 48,
"column": 39
},
"end": {
"line": 48,
"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": 1578,
"end": 1583,
"loc": {
"start": {
"line": 49,
"column": 20
},
"end": {
"line": 49,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 1584,
"end": 1590,
"loc": {
"start": {
"line": 49,
"column": 26
},
"end": {
"line": 49,
"column": 32
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1591,
"end": 1592,
"loc": {
"start": {
"line": 49,
"column": 33
},
"end": {
"line": 49,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 1593,
"end": 1600,
"loc": {
"start": {
"line": 49,
"column": 35
},
"end": {
"line": 49,
"column": 42
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1600,
"end": 1601,
"loc": {
"start": {
"line": 49,
"column": 42
},
"end": {
"line": 49,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 1601,
"end": 1607,
"loc": {
"start": {
"line": 49,
"column": 43
},
"end": {
"line": 49,
"column": 49
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1607,
"end": 1608,
"loc": {
"start": {
"line": 49,
"column": 49
},
"end": {
"line": 49,
"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": 1629,
"end": 1634,
"loc": {
"start": {
"line": 50,
"column": 20
},
"end": {
"line": 50,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 1635,
"end": 1640,
"loc": {
"start": {
"line": 50,
"column": 26
},
"end": {
"line": 50,
"column": 31
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1641,
"end": 1642,
"loc": {
"start": {
"line": 50,
"column": 32
},
"end": {
"line": 50,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 1643,
"end": 1649,
"loc": {
"start": {
"line": 50,
"column": 34
},
"end": {
"line": 50,
"column": 40
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1649,
"end": 1650,
"loc": {
"start": {
"line": 50,
"column": 40
},
"end": {
"line": 50,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 1650,
"end": 1655,
"loc": {
"start": {
"line": 50,
"column": 41
},
"end": {
"line": 50,
"column": 46
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1655,
"end": 1656,
"loc": {
"start": {
"line": 50,
"column": 46
},
"end": {
"line": 50,
"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": 1677,
"end": 1682,
"loc": {
"start": {
"line": 51,
"column": 20
},
"end": {
"line": 51,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 1683,
"end": 1689,
"loc": {
"start": {
"line": 51,
"column": 26
},
"end": {
"line": 51,
"column": 32
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1690,
"end": 1691,
"loc": {
"start": {
"line": 51,
"column": 33
},
"end": {
"line": 51,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 1692,
"end": 1699,
"loc": {
"start": {
"line": 51,
"column": 35
},
"end": {
"line": 51,
"column": 42
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1699,
"end": 1700,
"loc": {
"start": {
"line": 51,
"column": 42
},
"end": {
"line": 51,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 1700,
"end": 1706,
"loc": {
"start": {
"line": 51,
"column": 43
},
"end": {
"line": 51,
"column": 49
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1706,
"end": 1707,
"loc": {
"start": {
"line": 51,
"column": 49
},
"end": {
"line": 51,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 1728,
"end": 1734,
"loc": {
"start": {
"line": 52,
"column": 20
},
"end": {
"line": 52,
"column": 26
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1734,
"end": 1735,
"loc": {
"start": {
"line": 52,
"column": 26
},
"end": {
"line": 52,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cameraFlight",
"start": 1735,
"end": 1747,
"loc": {
"start": {
"line": 52,
"column": 27
},
"end": {
"line": 52,
"column": 39
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1747,
"end": 1748,
"loc": {
"start": {
"line": 52,
"column": 39
},
"end": {
"line": 52,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "flyTo",
"start": 1748,
"end": 1753,
"loc": {
"start": {
"line": 52,
"column": 40
},
"end": {
"line": 52,
"column": 45
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1753,
"end": 1754,
"loc": {
"start": {
"line": 52,
"column": 45
},
"end": {
"line": 52,
"column": 46
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1754,
"end": 1755,
"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": "aabb",
"start": 1780,
"end": 1784,
"loc": {
"start": {
"line": 53,
"column": 24
},
"end": {
"line": 53,
"column": 28
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1784,
"end": 1785,
"loc": {
"start": {
"line": 53,
"column": 28
},
"end": {
"line": 53,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 1786,
"end": 1792,
"loc": {
"start": {
"line": 53,
"column": 30
},
"end": {
"line": 53,
"column": 36
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1792,
"end": 1793,
"loc": {
"start": {
"line": 53,
"column": 36
},
"end": {
"line": 53,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "aabb",
"start": 1793,
"end": 1797,
"loc": {
"start": {
"line": 53,
"column": 37
},
"end": {
"line": 53,
"column": 41
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1797,
"end": 1798,
"loc": {
"start": {
"line": 53,
"column": 41
},
"end": {
"line": 53,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "duration",
"start": 1823,
"end": 1831,
"loc": {
"start": {
"line": 54,
"column": 24
},
"end": {
"line": 54,
"column": 32
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1831,
"end": 1832,
"loc": {
"start": {
"line": 54,
"column": 32
},
"end": {
"line": 54,
"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": 1833,
"end": 1836,
"loc": {
"start": {
"line": 54,
"column": 34
},
"end": {
"line": 54,
"column": 37
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1857,
"end": 1858,
"loc": {
"start": {
"line": 55,
"column": 20
},
"end": {
"line": 55,
"column": 21
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1858,
"end": 1859,
"loc": {
"start": {
"line": 55,
"column": 21
},
"end": {
"line": 55,
"column": 22
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1860,
"end": 1861,
"loc": {
"start": {
"line": 55,
"column": 23
},
"end": {
"line": 55,
"column": 24
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1861,
"end": 1862,
"loc": {
"start": {
"line": 55,
"column": 24
},
"end": {
"line": 55,
"column": 25
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1863,
"end": 1865,
"loc": {
"start": {
"line": 55,
"column": 26
},
"end": {
"line": 55,
"column": 28
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1866,
"end": 1867,
"loc": {
"start": {
"line": 55,
"column": 29
},
"end": {
"line": 55,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "setTimeout",
"start": 1892,
"end": 1902,
"loc": {
"start": {
"line": 56,
"column": 24
},
"end": {
"line": 56,
"column": 34
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1902,
"end": 1903,
"loc": {
"start": {
"line": 56,
"column": 34
},
"end": {
"line": 56,
"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": 1903,
"end": 1911,
"loc": {
"start": {
"line": 56,
"column": 35
},
"end": {
"line": 56,
"column": 43
}
}
},
{
"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": 56,
"column": 44
},
"end": {
"line": 56,
"column": 45
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1913,
"end": 1914,
"loc": {
"start": {
"line": 56,
"column": 45
},
"end": {
"line": 56,
"column": 46
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1915,
"end": 1916,
"loc": {
"start": {
"line": 56,
"column": 47
},
"end": {
"line": 56,
"column": 48
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 1945,
"end": 1950,
"loc": {
"start": {
"line": 57,
"column": 28
},
"end": {
"line": 57,
"column": 33
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1950,
"end": 1951,
"loc": {
"start": {
"line": 57,
"column": 33
},
"end": {
"line": 57,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "setObjectsHighlighted",
"start": 1951,
"end": 1972,
"loc": {
"start": {
"line": 57,
"column": 34
},
"end": {
"line": 57,
"column": 55
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1972,
"end": 1973,
"loc": {
"start": {
"line": 57,
"column": 55
},
"end": {
"line": 57,
"column": 56
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 1973,
"end": 1978,
"loc": {
"start": {
"line": 57,
"column": 56
},
"end": {
"line": 57,
"column": 61
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1978,
"end": 1979,
"loc": {
"start": {
"line": 57,
"column": 61
},
"end": {
"line": 57,
"column": 62
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "highlightedObjectIds",
"start": 1979,
"end": 1999,
"loc": {
"start": {
"line": 57,
"column": 62
},
"end": {
"line": 57,
"column": 82
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1999,
"end": 2000,
"loc": {
"start": {
"line": 57,
"column": 82
},
"end": {
"line": 57,
"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": 2001,
"end": 2006,
"loc": {
"start": {
"line": 57,
"column": 84
},
"end": {
"line": 57,
"column": 89
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2006,
"end": 2007,
"loc": {
"start": {
"line": 57,
"column": 89
},
"end": {
"line": 57,
"column": 90
}
}
},
{
"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": 57,
"column": 90
},
"end": {
"line": 57,
"column": 91
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2033,
"end": 2034,
"loc": {
"start": {
"line": 58,
"column": 24
},
"end": {
"line": 58,
"column": 25
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2034,
"end": 2035,
"loc": {
"start": {
"line": 58,
"column": 25
},
"end": {
"line": 58,
"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": 2036,
"end": 2039,
"loc": {
"start": {
"line": 58,
"column": 27
},
"end": {
"line": 58,
"column": 30
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2039,
"end": 2040,
"loc": {
"start": {
"line": 58,
"column": 30
},
"end": {
"line": 58,
"column": 31
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2040,
"end": 2041,
"loc": {
"start": {
"line": 58,
"column": 31
},
"end": {
"line": 58,
"column": 32
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2062,
"end": 2063,
"loc": {
"start": {
"line": 59,
"column": 20
},
"end": {
"line": 59,
"column": 21
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2063,
"end": 2064,
"loc": {
"start": {
"line": 59,
"column": 21
},
"end": {
"line": 59,
"column": 22
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2064,
"end": 2065,
"loc": {
"start": {
"line": 59,
"column": 22
},
"end": {
"line": 59,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 2086,
"end": 2092,
"loc": {
"start": {
"line": 60,
"column": 20
},
"end": {
"line": 60,
"column": 26
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2092,
"end": 2093,
"loc": {
"start": {
"line": 60,
"column": 26
},
"end": {
"line": 60,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cameraControl",
"start": 2093,
"end": 2106,
"loc": {
"start": {
"line": 60,
"column": 27
},
"end": {
"line": 60,
"column": 40
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2106,
"end": 2107,
"loc": {
"start": {
"line": 60,
"column": 40
},
"end": {
"line": 60,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "pivotPos",
"start": 2107,
"end": 2115,
"loc": {
"start": {
"line": 60,
"column": 41
},
"end": {
"line": 60,
"column": 49
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2116,
"end": 2117,
"loc": {
"start": {
"line": 60,
"column": 50
},
"end": {
"line": 60,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "math",
"start": 2118,
"end": 2122,
"loc": {
"start": {
"line": 60,
"column": 52
},
"end": {
"line": 60,
"column": 56
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2122,
"end": 2123,
"loc": {
"start": {
"line": 60,
"column": 56
},
"end": {
"line": 60,
"column": 57
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getAABB3Center",
"start": 2123,
"end": 2137,
"loc": {
"start": {
"line": 60,
"column": 57
},
"end": {
"line": 60,
"column": 71
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2137,
"end": 2138,
"loc": {
"start": {
"line": 60,
"column": 71
},
"end": {
"line": 60,
"column": 72
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 2138,
"end": 2144,
"loc": {
"start": {
"line": 60,
"column": 72
},
"end": {
"line": 60,
"column": 78
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2144,
"end": 2145,
"loc": {
"start": {
"line": 60,
"column": 78
},
"end": {
"line": 60,
"column": 79
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "aabb",
"start": 2145,
"end": 2149,
"loc": {
"start": {
"line": 60,
"column": 79
},
"end": {
"line": 60,
"column": 83
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2149,
"end": 2150,
"loc": {
"start": {
"line": 60,
"column": 83
},
"end": {
"line": 60,
"column": 84
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2150,
"end": 2151,
"loc": {
"start": {
"line": 60,
"column": 84
},
"end": {
"line": 60,
"column": 85
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2168,
"end": 2169,
"loc": {
"start": {
"line": 61,
"column": 16
},
"end": {
"line": 61,
"column": 17
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2182,
"end": 2183,
"loc": {
"start": {
"line": 62,
"column": 12
},
"end": {
"line": 62,
"column": 13
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2183,
"end": 2184,
"loc": {
"start": {
"line": 62,
"column": 13
},
"end": {
"line": 62,
"column": 14
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2197,
"end": 2198,
"loc": {
"start": {
"line": 63,
"column": 12
},
"end": {
"line": 63,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getTitle",
"start": 2215,
"end": 2223,
"loc": {
"start": {
"line": 64,
"column": 16
},
"end": {
"line": 64,
"column": 24
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2223,
"end": 2224,
"loc": {
"start": {
"line": 64,
"column": 24
},
"end": {
"line": 64,
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2225,
"end": 2226,
"loc": {
"start": {
"line": 64,
"column": 26
},
"end": {
"line": 64,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 2226,
"end": 2233,
"loc": {
"start": {
"line": 64,
"column": 27
},
"end": {
"line": 64,
"column": 34
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2233,
"end": 2234,
"loc": {
"start": {
"line": 64,
"column": 34
},
"end": {
"line": 64,
"column": 35
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2235,
"end": 2237,
"loc": {
"start": {
"line": 64,
"column": 36
},
"end": {
"line": 64,
"column": 38
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2238,
"end": 2239,
"loc": {
"start": {
"line": 64,
"column": 39
},
"end": {
"line": 64,
"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": 2260,
"end": 2266,
"loc": {
"start": {
"line": 65,
"column": 20
},
"end": {
"line": 65,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 2267,
"end": 2274,
"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,
"updateContext": null
},
"start": 2274,
"end": 2275,
"loc": {
"start": {
"line": 65,
"column": 34
},
"end": {
"line": 65,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 2275,
"end": 2281,
"loc": {
"start": {
"line": 65,
"column": 35
},
"end": {
"line": 65,
"column": 41
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2281,
"end": 2282,
"loc": {
"start": {
"line": 65,
"column": 41
},
"end": {
"line": 65,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "localeService",
"start": 2282,
"end": 2295,
"loc": {
"start": {
"line": 65,
"column": 42
},
"end": {
"line": 65,
"column": 55
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2295,
"end": 2296,
"loc": {
"start": {
"line": 65,
"column": 55
},
"end": {
"line": 65,
"column": 56
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "translate",
"start": 2296,
"end": 2305,
"loc": {
"start": {
"line": 65,
"column": 56
},
"end": {
"line": 65,
"column": 65
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2305,
"end": 2306,
"loc": {
"start": {
"line": 65,
"column": 65
},
"end": {
"line": 65,
"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": 2306,
"end": 2342,
"loc": {
"start": {
"line": 65,
"column": 66
},
"end": {
"line": 65,
"column": 102
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2342,
"end": 2343,
"loc": {
"start": {
"line": 65,
"column": 102
},
"end": {
"line": 65,
"column": 103
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 2344,
"end": 2346,
"loc": {
"start": {
"line": 65,
"column": 104
},
"end": {
"line": 65,
"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": 2347,
"end": 2366,
"loc": {
"start": {
"line": 65,
"column": 107
},
"end": {
"line": 65,
"column": 126
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2366,
"end": 2367,
"loc": {
"start": {
"line": 65,
"column": 126
},
"end": {
"line": 65,
"column": 127
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2384,
"end": 2385,
"loc": {
"start": {
"line": 66,
"column": 16
},
"end": {
"line": 66,
"column": 17
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2385,
"end": 2386,
"loc": {
"start": {
"line": 66,
"column": 17
},
"end": {
"line": 66,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getEnabled",
"start": 2403,
"end": 2413,
"loc": {
"start": {
"line": 67,
"column": 16
},
"end": {
"line": 67,
"column": 26
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2413,
"end": 2414,
"loc": {
"start": {
"line": 67,
"column": 26
},
"end": {
"line": 67,
"column": 27
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2415,
"end": 2416,
"loc": {
"start": {
"line": 67,
"column": 28
},
"end": {
"line": 67,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 2416,
"end": 2423,
"loc": {
"start": {
"line": 67,
"column": 29
},
"end": {
"line": 67,
"column": 36
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2423,
"end": 2424,
"loc": {
"start": {
"line": 67,
"column": 36
},
"end": {
"line": 67,
"column": 37
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2425,
"end": 2427,
"loc": {
"start": {
"line": 67,
"column": 38
},
"end": {
"line": 67,
"column": 40
}
}
},
{
"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": 67,
"column": 41
},
"end": {
"line": 67,
"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": 2450,
"end": 2456,
"loc": {
"start": {
"line": 68,
"column": 20
},
"end": {
"line": 68,
"column": 26
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2457,
"end": 2458,
"loc": {
"start": {
"line": 68,
"column": 27
},
"end": {
"line": 68,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 2458,
"end": 2465,
"loc": {
"start": {
"line": 68,
"column": 28
},
"end": {
"line": 68,
"column": 35
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2465,
"end": 2466,
"loc": {
"start": {
"line": 68,
"column": 35
},
"end": {
"line": 68,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 2466,
"end": 2472,
"loc": {
"start": {
"line": 68,
"column": 36
},
"end": {
"line": 68,
"column": 42
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2472,
"end": 2473,
"loc": {
"start": {
"line": 68,
"column": 42
},
"end": {
"line": 68,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 2473,
"end": 2478,
"loc": {
"start": {
"line": 68,
"column": 43
},
"end": {
"line": 68,
"column": 48
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2478,
"end": 2479,
"loc": {
"start": {
"line": 68,
"column": 48
},
"end": {
"line": 68,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "numSelectedObjects",
"start": 2479,
"end": 2497,
"loc": {
"start": {
"line": 68,
"column": 49
},
"end": {
"line": 68,
"column": 67
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": ">",
"start": 2498,
"end": 2499,
"loc": {
"start": {
"line": 68,
"column": 68
},
"end": {
"line": 68,
"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": 2500,
"end": 2501,
"loc": {
"start": {
"line": 68,
"column": 70
},
"end": {
"line": 68,
"column": 71
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2501,
"end": 2502,
"loc": {
"start": {
"line": 68,
"column": 71
},
"end": {
"line": 68,
"column": 72
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2502,
"end": 2503,
"loc": {
"start": {
"line": 68,
"column": 72
},
"end": {
"line": 68,
"column": 73
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2520,
"end": 2521,
"loc": {
"start": {
"line": 69,
"column": 16
},
"end": {
"line": 69,
"column": 17
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2521,
"end": 2522,
"loc": {
"start": {
"line": 69,
"column": 17
},
"end": {
"line": 69,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "doAction",
"start": 2539,
"end": 2547,
"loc": {
"start": {
"line": 70,
"column": 16
},
"end": {
"line": 70,
"column": 24
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2547,
"end": 2548,
"loc": {
"start": {
"line": 70,
"column": 24
},
"end": {
"line": 70,
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2549,
"end": 2550,
"loc": {
"start": {
"line": 70,
"column": 26
},
"end": {
"line": 70,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 2550,
"end": 2557,
"loc": {
"start": {
"line": 70,
"column": 27
},
"end": {
"line": 70,
"column": 34
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2557,
"end": 2558,
"loc": {
"start": {
"line": 70,
"column": 34
},
"end": {
"line": 70,
"column": 35
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2559,
"end": 2561,
"loc": {
"start": {
"line": 70,
"column": 36
},
"end": {
"line": 70,
"column": 38
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2562,
"end": 2563,
"loc": {
"start": {
"line": 70,
"column": 39
},
"end": {
"line": 70,
"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": 2584,
"end": 2589,
"loc": {
"start": {
"line": 71,
"column": 20
},
"end": {
"line": 71,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 2590,
"end": 2596,
"loc": {
"start": {
"line": 71,
"column": 26
},
"end": {
"line": 71,
"column": 32
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2597,
"end": 2598,
"loc": {
"start": {
"line": 71,
"column": 33
},
"end": {
"line": 71,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 2599,
"end": 2606,
"loc": {
"start": {
"line": 71,
"column": 35
},
"end": {
"line": 71,
"column": 42
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2606,
"end": 2607,
"loc": {
"start": {
"line": 71,
"column": 42
},
"end": {
"line": 71,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 2607,
"end": 2613,
"loc": {
"start": {
"line": 71,
"column": 43
},
"end": {
"line": 71,
"column": 49
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2613,
"end": 2614,
"loc": {
"start": {
"line": 71,
"column": 49
},
"end": {
"line": 71,
"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": 2635,
"end": 2640,
"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": "scene",
"start": 2641,
"end": 2646,
"loc": {
"start": {
"line": 72,
"column": 26
},
"end": {
"line": 72,
"column": 31
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2647,
"end": 2648,
"loc": {
"start": {
"line": 72,
"column": 32
},
"end": {
"line": 72,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 2649,
"end": 2655,
"loc": {
"start": {
"line": 72,
"column": 34
},
"end": {
"line": 72,
"column": 40
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2655,
"end": 2656,
"loc": {
"start": {
"line": 72,
"column": 40
},
"end": {
"line": 72,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 2656,
"end": 2661,
"loc": {
"start": {
"line": 72,
"column": 41
},
"end": {
"line": 72,
"column": 46
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2661,
"end": 2662,
"loc": {
"start": {
"line": 72,
"column": 46
},
"end": {
"line": 72,
"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": 2683,
"end": 2688,
"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": "sceneAABB",
"start": 2689,
"end": 2698,
"loc": {
"start": {
"line": 73,
"column": 26
},
"end": {
"line": 73,
"column": 35
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2699,
"end": 2700,
"loc": {
"start": {
"line": 73,
"column": 36
},
"end": {
"line": 73,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 2701,
"end": 2706,
"loc": {
"start": {
"line": 73,
"column": 38
},
"end": {
"line": 73,
"column": 43
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2706,
"end": 2707,
"loc": {
"start": {
"line": 73,
"column": 43
},
"end": {
"line": 73,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getAABB",
"start": 2707,
"end": 2714,
"loc": {
"start": {
"line": 73,
"column": 44
},
"end": {
"line": 73,
"column": 51
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2714,
"end": 2715,
"loc": {
"start": {
"line": 73,
"column": 51
},
"end": {
"line": 73,
"column": 52
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 2715,
"end": 2720,
"loc": {
"start": {
"line": 73,
"column": 52
},
"end": {
"line": 73,
"column": 57
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2720,
"end": 2721,
"loc": {
"start": {
"line": 73,
"column": 57
},
"end": {
"line": 73,
"column": 58
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "selectedObjectIds",
"start": 2721,
"end": 2738,
"loc": {
"start": {
"line": 73,
"column": 58
},
"end": {
"line": 73,
"column": 75
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2738,
"end": 2739,
"loc": {
"start": {
"line": 73,
"column": 75
},
"end": {
"line": 73,
"column": 76
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2739,
"end": 2740,
"loc": {
"start": {
"line": 73,
"column": 76
},
"end": {
"line": 73,
"column": 77
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 2761,
"end": 2767,
"loc": {
"start": {
"line": 74,
"column": 20
},
"end": {
"line": 74,
"column": 26
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2767,
"end": 2768,
"loc": {
"start": {
"line": 74,
"column": 26
},
"end": {
"line": 74,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cameraFlight",
"start": 2768,
"end": 2780,
"loc": {
"start": {
"line": 74,
"column": 27
},
"end": {
"line": 74,
"column": 39
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2780,
"end": 2781,
"loc": {
"start": {
"line": 74,
"column": 39
},
"end": {
"line": 74,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "flyTo",
"start": 2781,
"end": 2786,
"loc": {
"start": {
"line": 74,
"column": 40
},
"end": {
"line": 74,
"column": 45
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2786,
"end": 2787,
"loc": {
"start": {
"line": 74,
"column": 45
},
"end": {
"line": 74,
"column": 46
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2787,
"end": 2788,
"loc": {
"start": {
"line": 74,
"column": 46
},
"end": {
"line": 74,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "aabb",
"start": 2813,
"end": 2817,
"loc": {
"start": {
"line": 75,
"column": 24
},
"end": {
"line": 75,
"column": 28
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2817,
"end": 2818,
"loc": {
"start": {
"line": 75,
"column": 28
},
"end": {
"line": 75,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sceneAABB",
"start": 2819,
"end": 2828,
"loc": {
"start": {
"line": 75,
"column": 30
},
"end": {
"line": 75,
"column": 39
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2828,
"end": 2829,
"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": "duration",
"start": 2854,
"end": 2862,
"loc": {
"start": {
"line": 76,
"column": 24
},
"end": {
"line": 76,
"column": 32
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2862,
"end": 2863,
"loc": {
"start": {
"line": 76,
"column": 32
},
"end": {
"line": 76,
"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": 2864,
"end": 2867,
"loc": {
"start": {
"line": 76,
"column": 34
},
"end": {
"line": 76,
"column": 37
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2888,
"end": 2889,
"loc": {
"start": {
"line": 77,
"column": 20
},
"end": {
"line": 77,
"column": 21
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2889,
"end": 2890,
"loc": {
"start": {
"line": 77,
"column": 21
},
"end": {
"line": 77,
"column": 22
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2890,
"end": 2891,
"loc": {
"start": {
"line": 77,
"column": 22
},
"end": {
"line": 77,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 2912,
"end": 2918,
"loc": {
"start": {
"line": 78,
"column": 20
},
"end": {
"line": 78,
"column": 26
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2918,
"end": 2919,
"loc": {
"start": {
"line": 78,
"column": 26
},
"end": {
"line": 78,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cameraControl",
"start": 2919,
"end": 2932,
"loc": {
"start": {
"line": 78,
"column": 27
},
"end": {
"line": 78,
"column": 40
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2932,
"end": 2933,
"loc": {
"start": {
"line": 78,
"column": 40
},
"end": {
"line": 78,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "pivotPos",
"start": 2933,
"end": 2941,
"loc": {
"start": {
"line": 78,
"column": 41
},
"end": {
"line": 78,
"column": 49
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2942,
"end": 2943,
"loc": {
"start": {
"line": 78,
"column": 50
},
"end": {
"line": 78,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "math",
"start": 2944,
"end": 2948,
"loc": {
"start": {
"line": 78,
"column": 52
},
"end": {
"line": 78,
"column": 56
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2948,
"end": 2949,
"loc": {
"start": {
"line": 78,
"column": 56
},
"end": {
"line": 78,
"column": 57
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getAABB3Center",
"start": 2949,
"end": 2963,
"loc": {
"start": {
"line": 78,
"column": 57
},
"end": {
"line": 78,
"column": 71
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2963,
"end": 2964,
"loc": {
"start": {
"line": 78,
"column": 71
},
"end": {
"line": 78,
"column": 72
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sceneAABB",
"start": 2964,
"end": 2973,
"loc": {
"start": {
"line": 78,
"column": 72
},
"end": {
"line": 78,
"column": 81
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2973,
"end": 2974,
"loc": {
"start": {
"line": 78,
"column": 81
},
"end": {
"line": 78,
"column": 82
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2974,
"end": 2975,
"loc": {
"start": {
"line": 78,
"column": 82
},
"end": {
"line": 78,
"column": 83
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2992,
"end": 2993,
"loc": {
"start": {
"line": 79,
"column": 16
},
"end": {
"line": 79,
"column": 17
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3006,
"end": 3007,
"loc": {
"start": {
"line": 80,
"column": 12
},
"end": {
"line": 80,
"column": 13
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3007,
"end": 3008,
"loc": {
"start": {
"line": 80,
"column": 13
},
"end": {
"line": 80,
"column": 14
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3021,
"end": 3022,
"loc": {
"start": {
"line": 81,
"column": 12
},
"end": {
"line": 81,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getTitle",
"start": 3039,
"end": 3047,
"loc": {
"start": {
"line": 82,
"column": 16
},
"end": {
"line": 82,
"column": 24
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3047,
"end": 3048,
"loc": {
"start": {
"line": 82,
"column": 24
},
"end": {
"line": 82,
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3049,
"end": 3050,
"loc": {
"start": {
"line": 82,
"column": 26
},
"end": {
"line": 82,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 3050,
"end": 3057,
"loc": {
"start": {
"line": 82,
"column": 27
},
"end": {
"line": 82,
"column": 34
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3057,
"end": 3058,
"loc": {
"start": {
"line": 82,
"column": 34
},
"end": {
"line": 82,
"column": 35
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3059,
"end": 3061,
"loc": {
"start": {
"line": 82,
"column": 36
},
"end": {
"line": 82,
"column": 38
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3062,
"end": 3063,
"loc": {
"start": {
"line": 82,
"column": 39
},
"end": {
"line": 82,
"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": 3084,
"end": 3090,
"loc": {
"start": {
"line": 83,
"column": 20
},
"end": {
"line": 83,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 3091,
"end": 3098,
"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,
"updateContext": null
},
"start": 3098,
"end": 3099,
"loc": {
"start": {
"line": 83,
"column": 34
},
"end": {
"line": 83,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 3099,
"end": 3105,
"loc": {
"start": {
"line": 83,
"column": 35
},
"end": {
"line": 83,
"column": 41
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3105,
"end": 3106,
"loc": {
"start": {
"line": 83,
"column": 41
},
"end": {
"line": 83,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "localeService",
"start": 3106,
"end": 3119,
"loc": {
"start": {
"line": 83,
"column": 42
},
"end": {
"line": 83,
"column": 55
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3119,
"end": 3120,
"loc": {
"start": {
"line": 83,
"column": 55
},
"end": {
"line": 83,
"column": 56
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "translate",
"start": 3120,
"end": 3129,
"loc": {
"start": {
"line": 83,
"column": 56
},
"end": {
"line": 83,
"column": 65
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3129,
"end": 3130,
"loc": {
"start": {
"line": 83,
"column": 65
},
"end": {
"line": 83,
"column": 66
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "objectContextMenu.viewFitAll",
"start": 3130,
"end": 3160,
"loc": {
"start": {
"line": 83,
"column": 66
},
"end": {
"line": 83,
"column": 96
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3160,
"end": 3161,
"loc": {
"start": {
"line": 83,
"column": 96
},
"end": {
"line": 83,
"column": 97
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 3162,
"end": 3164,
"loc": {
"start": {
"line": 83,
"column": 98
},
"end": {
"line": 83,
"column": 100
}
}
},
{
"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": 3165,
"end": 3179,
"loc": {
"start": {
"line": 83,
"column": 101
},
"end": {
"line": 83,
"column": 115
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3179,
"end": 3180,
"loc": {
"start": {
"line": 83,
"column": 115
},
"end": {
"line": 83,
"column": 116
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3197,
"end": 3198,
"loc": {
"start": {
"line": 84,
"column": 16
},
"end": {
"line": 84,
"column": 17
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3198,
"end": 3199,
"loc": {
"start": {
"line": 84,
"column": 17
},
"end": {
"line": 84,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "doAction",
"start": 3216,
"end": 3224,
"loc": {
"start": {
"line": 85,
"column": 16
},
"end": {
"line": 85,
"column": 24
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3224,
"end": 3225,
"loc": {
"start": {
"line": 85,
"column": 24
},
"end": {
"line": 85,
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3226,
"end": 3227,
"loc": {
"start": {
"line": 85,
"column": 26
},
"end": {
"line": 85,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 3227,
"end": 3234,
"loc": {
"start": {
"line": 85,
"column": 27
},
"end": {
"line": 85,
"column": 34
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3234,
"end": 3235,
"loc": {
"start": {
"line": 85,
"column": 34
},
"end": {
"line": 85,
"column": 35
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3236,
"end": 3238,
"loc": {
"start": {
"line": 85,
"column": 36
},
"end": {
"line": 85,
"column": 38
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3239,
"end": 3240,
"loc": {
"start": {
"line": 85,
"column": 39
},
"end": {
"line": 85,
"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": 3261,
"end": 3266,
"loc": {
"start": {
"line": 86,
"column": 20
},
"end": {
"line": 86,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 3267,
"end": 3273,
"loc": {
"start": {
"line": 86,
"column": 26
},
"end": {
"line": 86,
"column": 32
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3274,
"end": 3275,
"loc": {
"start": {
"line": 86,
"column": 33
},
"end": {
"line": 86,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 3276,
"end": 3283,
"loc": {
"start": {
"line": 86,
"column": 35
},
"end": {
"line": 86,
"column": 42
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3283,
"end": 3284,
"loc": {
"start": {
"line": 86,
"column": 42
},
"end": {
"line": 86,
"column": 43
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 3284,
"end": 3290,
"loc": {
"start": {
"line": 86,
"column": 43
},
"end": {
"line": 86,
"column": 49
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3290,
"end": 3291,
"loc": {
"start": {
"line": 86,
"column": 49
},
"end": {
"line": 86,
"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": 3312,
"end": 3317,
"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": "scene",
"start": 3318,
"end": 3323,
"loc": {
"start": {
"line": 87,
"column": 26
},
"end": {
"line": 87,
"column": 31
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3324,
"end": 3325,
"loc": {
"start": {
"line": 87,
"column": 32
},
"end": {
"line": 87,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 3326,
"end": 3332,
"loc": {
"start": {
"line": 87,
"column": 34
},
"end": {
"line": 87,
"column": 40
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3332,
"end": 3333,
"loc": {
"start": {
"line": 87,
"column": 40
},
"end": {
"line": 87,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 3333,
"end": 3338,
"loc": {
"start": {
"line": 87,
"column": 41
},
"end": {
"line": 87,
"column": 46
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3338,
"end": 3339,
"loc": {
"start": {
"line": 87,
"column": 46
},
"end": {
"line": 87,
"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": 3360,
"end": 3365,
"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": "sceneAABB",
"start": 3366,
"end": 3375,
"loc": {
"start": {
"line": 88,
"column": 26
},
"end": {
"line": 88,
"column": 35
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3376,
"end": 3377,
"loc": {
"start": {
"line": 88,
"column": 36
},
"end": {
"line": 88,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 3378,
"end": 3383,
"loc": {
"start": {
"line": 88,
"column": 38
},
"end": {
"line": 88,
"column": 43
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3383,
"end": 3384,
"loc": {
"start": {
"line": 88,
"column": 43
},
"end": {
"line": 88,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getAABB",
"start": 3384,
"end": 3391,
"loc": {
"start": {
"line": 88,
"column": 44
},
"end": {
"line": 88,
"column": 51
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3391,
"end": 3392,
"loc": {
"start": {
"line": 88,
"column": 51
},
"end": {
"line": 88,
"column": 52
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 3392,
"end": 3397,
"loc": {
"start": {
"line": 88,
"column": 52
},
"end": {
"line": 88,
"column": 57
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3397,
"end": 3398,
"loc": {
"start": {
"line": 88,
"column": 57
},
"end": {
"line": 88,
"column": 58
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "visibleObjectIds",
"start": 3398,
"end": 3414,
"loc": {
"start": {
"line": 88,
"column": 58
},
"end": {
"line": 88,
"column": 74
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3414,
"end": 3415,
"loc": {
"start": {
"line": 88,
"column": 74
},
"end": {
"line": 88,
"column": 75
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3415,
"end": 3416,
"loc": {
"start": {
"line": 88,
"column": 75
},
"end": {
"line": 88,
"column": 76
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 3437,
"end": 3443,
"loc": {
"start": {
"line": 89,
"column": 20
},
"end": {
"line": 89,
"column": 26
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3443,
"end": 3444,
"loc": {
"start": {
"line": 89,
"column": 26
},
"end": {
"line": 89,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cameraFlight",
"start": 3444,
"end": 3456,
"loc": {
"start": {
"line": 89,
"column": 27
},
"end": {
"line": 89,
"column": 39
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3456,
"end": 3457,
"loc": {
"start": {
"line": 89,
"column": 39
},
"end": {
"line": 89,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "flyTo",
"start": 3457,
"end": 3462,
"loc": {
"start": {
"line": 89,
"column": 40
},
"end": {
"line": 89,
"column": 45
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3462,
"end": 3463,
"loc": {
"start": {
"line": 89,
"column": 45
},
"end": {
"line": 89,
"column": 46
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3463,
"end": 3464,
"loc": {
"start": {
"line": 89,
"column": 46
},
"end": {
"line": 89,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "aabb",
"start": 3489,
"end": 3493,
"loc": {
"start": {
"line": 90,
"column": 24
},
"end": {
"line": 90,
"column": 28
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3493,
"end": 3494,
"loc": {
"start": {
"line": 90,
"column": 28
},
"end": {
"line": 90,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sceneAABB",
"start": 3495,
"end": 3504,
"loc": {
"start": {
"line": 90,
"column": 30
},
"end": {
"line": 90,
"column": 39
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3504,
"end": 3505,
"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": "duration",
"start": 3530,
"end": 3538,
"loc": {
"start": {
"line": 91,
"column": 24
},
"end": {
"line": 91,
"column": 32
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3538,
"end": 3539,
"loc": {
"start": {
"line": 91,
"column": 32
},
"end": {
"line": 91,
"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": 3540,
"end": 3543,
"loc": {
"start": {
"line": 91,
"column": 34
},
"end": {
"line": 91,
"column": 37
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3564,
"end": 3565,
"loc": {
"start": {
"line": 92,
"column": 20
},
"end": {
"line": 92,
"column": 21
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3565,
"end": 3566,
"loc": {
"start": {
"line": 92,
"column": 21
},
"end": {
"line": 92,
"column": 22
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3566,
"end": 3567,
"loc": {
"start": {
"line": 92,
"column": 22
},
"end": {
"line": 92,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 3588,
"end": 3594,
"loc": {
"start": {
"line": 93,
"column": 20
},
"end": {
"line": 93,
"column": 26
}
}
},
{
"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": 93,
"column": 26
},
"end": {
"line": 93,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cameraControl",
"start": 3595,
"end": 3608,
"loc": {
"start": {
"line": 93,
"column": 27
},
"end": {
"line": 93,
"column": 40
}
}
},
{
"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": 93,
"column": 40
},
"end": {
"line": 93,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "pivotPos",
"start": 3609,
"end": 3617,
"loc": {
"start": {
"line": 93,
"column": 41
},
"end": {
"line": 93,
"column": 49
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3618,
"end": 3619,
"loc": {
"start": {
"line": 93,
"column": 50
},
"end": {
"line": 93,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "math",
"start": 3620,
"end": 3624,
"loc": {
"start": {
"line": 93,
"column": 52
},
"end": {
"line": 93,
"column": 56
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3624,
"end": 3625,
"loc": {
"start": {
"line": 93,
"column": 56
},
"end": {
"line": 93,
"column": 57
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getAABB3Center",
"start": 3625,
"end": 3639,
"loc": {
"start": {
"line": 93,
"column": 57
},
"end": {
"line": 93,
"column": 71
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3639,
"end": 3640,
"loc": {
"start": {
"line": 93,
"column": 71
},
"end": {
"line": 93,
"column": 72
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sceneAABB",
"start": 3640,
"end": 3649,
"loc": {
"start": {
"line": 93,
"column": 72
},
"end": {
"line": 93,
"column": 81
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3649,
"end": 3650,
"loc": {
"start": {
"line": 93,
"column": 81
},
"end": {
"line": 93,
"column": 82
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3650,
"end": 3651,
"loc": {
"start": {
"line": 93,
"column": 82
},
"end": {
"line": 93,
"column": 83
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3668,
"end": 3669,
"loc": {
"start": {
"line": 94,
"column": 16
},
"end": {
"line": 94,
"column": 17
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3682,
"end": 3683,
"loc": {
"start": {
"line": 95,
"column": 12
},
"end": {
"line": 95,
"column": 13
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3692,
"end": 3693,
"loc": {
"start": {
"line": 96,
"column": 8
},
"end": {
"line": 96,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3693,
"end": 3694,
"loc": {
"start": {
"line": 96,
"column": 9
},
"end": {
"line": 96,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3694,
"end": 3695,
"loc": {
"start": {
"line": 96,
"column": 10
},
"end": {
"line": 96,
"column": 11
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 3705,
"end": 3709,
"loc": {
"start": {
"line": 98,
"column": 8
},
"end": {
"line": 98,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3709,
"end": 3710,
"loc": {
"start": {
"line": 98,
"column": 12
},
"end": {
"line": 98,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "items",
"start": 3710,
"end": 3715,
"loc": {
"start": {
"line": 98,
"column": 13
},
"end": {
"line": 98,
"column": 18
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 3716,
"end": 3717,
"loc": {
"start": {
"line": 98,
"column": 19
},
"end": {
"line": 98,
"column": 20
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3718,
"end": 3719,
"loc": {
"start": {
"line": 98,
"column": 21
},
"end": {
"line": 98,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "showObjectItems",
"start": 3732,
"end": 3747,
"loc": {
"start": {
"line": 99,
"column": 12
},
"end": {
"line": 99,
"column": 27
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3747,
"end": 3748,
"loc": {
"start": {
"line": 99,
"column": 27
},
"end": {
"line": 99,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "focusObjectItems",
"start": 3761,
"end": 3777,
"loc": {
"start": {
"line": 100,
"column": 12
},
"end": {
"line": 100,
"column": 28
}
}
},
{
"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": 100,
"column": 28
},
"end": {
"line": 100,
"column": 29
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3791,
"end": 3792,
"loc": {
"start": {
"line": 101,
"column": 12
},
"end": {
"line": 101,
"column": 13
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3809,
"end": 3810,
"loc": {
"start": {
"line": 102,
"column": 16
},
"end": {
"line": 102,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getTitle",
"start": 3831,
"end": 3839,
"loc": {
"start": {
"line": 103,
"column": 20
},
"end": {
"line": 103,
"column": 28
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3839,
"end": 3840,
"loc": {
"start": {
"line": 103,
"column": 28
},
"end": {
"line": 103,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3841,
"end": 3842,
"loc": {
"start": {
"line": 103,
"column": 30
},
"end": {
"line": 103,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 3842,
"end": 3849,
"loc": {
"start": {
"line": 103,
"column": 31
},
"end": {
"line": 103,
"column": 38
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3849,
"end": 3850,
"loc": {
"start": {
"line": 103,
"column": 38
},
"end": {
"line": 103,
"column": 39
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3851,
"end": 3853,
"loc": {
"start": {
"line": 103,
"column": 40
},
"end": {
"line": 103,
"column": 42
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3854,
"end": 3855,
"loc": {
"start": {
"line": 103,
"column": 43
},
"end": {
"line": 103,
"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": 3880,
"end": 3886,
"loc": {
"start": {
"line": 104,
"column": 24
},
"end": {
"line": 104,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 3887,
"end": 3894,
"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,
"updateContext": null
},
"start": 3894,
"end": 3895,
"loc": {
"start": {
"line": 104,
"column": 38
},
"end": {
"line": 104,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 3895,
"end": 3901,
"loc": {
"start": {
"line": 104,
"column": 39
},
"end": {
"line": 104,
"column": 45
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3901,
"end": 3902,
"loc": {
"start": {
"line": 104,
"column": 45
},
"end": {
"line": 104,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "localeService",
"start": 3902,
"end": 3915,
"loc": {
"start": {
"line": 104,
"column": 46
},
"end": {
"line": 104,
"column": 59
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3915,
"end": 3916,
"loc": {
"start": {
"line": 104,
"column": 59
},
"end": {
"line": 104,
"column": 60
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "translate",
"start": 3916,
"end": 3925,
"loc": {
"start": {
"line": 104,
"column": 60
},
"end": {
"line": 104,
"column": 69
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3925,
"end": 3926,
"loc": {
"start": {
"line": 104,
"column": 69
},
"end": {
"line": 104,
"column": 70
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "objectContextMenu.hide",
"start": 3926,
"end": 3950,
"loc": {
"start": {
"line": 104,
"column": 70
},
"end": {
"line": 104,
"column": 94
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3950,
"end": 3951,
"loc": {
"start": {
"line": 104,
"column": 94
},
"end": {
"line": 104,
"column": 95
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 3952,
"end": 3954,
"loc": {
"start": {
"line": 104,
"column": 96
},
"end": {
"line": 104,
"column": 98
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Hide",
"start": 3955,
"end": 3961,
"loc": {
"start": {
"line": 104,
"column": 99
},
"end": {
"line": 104,
"column": 105
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3961,
"end": 3962,
"loc": {
"start": {
"line": 104,
"column": 105
},
"end": {
"line": 104,
"column": 106
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 3983,
"end": 3984,
"loc": {
"start": {
"line": 105,
"column": 20
},
"end": {
"line": 105,
"column": 21
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 3984,
"end": 3985,
"loc": {
"start": {
"line": 105,
"column": 21
},
"end": {
"line": 105,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getEnabled",
"start": 4006,
"end": 4016,
"loc": {
"start": {
"line": 106,
"column": 20
},
"end": {
"line": 106,
"column": 30
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4016,
"end": 4017,
"loc": {
"start": {
"line": 106,
"column": 30
},
"end": {
"line": 106,
"column": 31
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4018,
"end": 4019,
"loc": {
"start": {
"line": 106,
"column": 32
},
"end": {
"line": 106,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 4019,
"end": 4026,
"loc": {
"start": {
"line": 106,
"column": 33
},
"end": {
"line": 106,
"column": 40
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4026,
"end": 4027,
"loc": {
"start": {
"line": 106,
"column": 40
},
"end": {
"line": 106,
"column": 41
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4028,
"end": 4030,
"loc": {
"start": {
"line": 106,
"column": 42
},
"end": {
"line": 106,
"column": 44
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4031,
"end": 4032,
"loc": {
"start": {
"line": 106,
"column": 45
},
"end": {
"line": 106,
"column": 46
}
}
},
{
"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": 4057,
"end": 4063,
"loc": {
"start": {
"line": 107,
"column": 24
},
"end": {
"line": 107,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 4064,
"end": 4071,
"loc": {
"start": {
"line": 107,
"column": 31
},
"end": {
"line": 107,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4071,
"end": 4072,
"loc": {
"start": {
"line": 107,
"column": 38
},
"end": {
"line": 107,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 4072,
"end": 4078,
"loc": {
"start": {
"line": 107,
"column": 39
},
"end": {
"line": 107,
"column": 45
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4078,
"end": 4079,
"loc": {
"start": {
"line": 107,
"column": 45
},
"end": {
"line": 107,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "visible",
"start": 4079,
"end": 4086,
"loc": {
"start": {
"line": 107,
"column": 46
},
"end": {
"line": 107,
"column": 53
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4086,
"end": 4087,
"loc": {
"start": {
"line": 107,
"column": 53
},
"end": {
"line": 107,
"column": 54
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4108,
"end": 4109,
"loc": {
"start": {
"line": 108,
"column": 20
},
"end": {
"line": 108,
"column": 21
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4109,
"end": 4110,
"loc": {
"start": {
"line": 108,
"column": 21
},
"end": {
"line": 108,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "doAction",
"start": 4131,
"end": 4139,
"loc": {
"start": {
"line": 109,
"column": 20
},
"end": {
"line": 109,
"column": 28
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4139,
"end": 4140,
"loc": {
"start": {
"line": 109,
"column": 28
},
"end": {
"line": 109,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4141,
"end": 4142,
"loc": {
"start": {
"line": 109,
"column": 30
},
"end": {
"line": 109,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 4142,
"end": 4149,
"loc": {
"start": {
"line": 109,
"column": 31
},
"end": {
"line": 109,
"column": 38
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4149,
"end": 4150,
"loc": {
"start": {
"line": 109,
"column": 38
},
"end": {
"line": 109,
"column": 39
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4151,
"end": 4153,
"loc": {
"start": {
"line": 109,
"column": 40
},
"end": {
"line": 109,
"column": 42
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4154,
"end": 4155,
"loc": {
"start": {
"line": 109,
"column": 43
},
"end": {
"line": 109,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 4180,
"end": 4187,
"loc": {
"start": {
"line": 110,
"column": 24
},
"end": {
"line": 110,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4187,
"end": 4188,
"loc": {
"start": {
"line": 110,
"column": 31
},
"end": {
"line": 110,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 4188,
"end": 4194,
"loc": {
"start": {
"line": 110,
"column": 32
},
"end": {
"line": 110,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4194,
"end": 4195,
"loc": {
"start": {
"line": 110,
"column": 38
},
"end": {
"line": 110,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "visible",
"start": 4195,
"end": 4202,
"loc": {
"start": {
"line": 110,
"column": 39
},
"end": {
"line": 110,
"column": 46
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4203,
"end": 4204,
"loc": {
"start": {
"line": 110,
"column": 47
},
"end": {
"line": 110,
"column": 48
}
}
},
{
"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": 4205,
"end": 4210,
"loc": {
"start": {
"line": 110,
"column": 49
},
"end": {
"line": 110,
"column": 54
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4210,
"end": 4211,
"loc": {
"start": {
"line": 110,
"column": 54
},
"end": {
"line": 110,
"column": 55
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4232,
"end": 4233,
"loc": {
"start": {
"line": 111,
"column": 20
},
"end": {
"line": 111,
"column": 21
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4250,
"end": 4251,
"loc": {
"start": {
"line": 112,
"column": 16
},
"end": {
"line": 112,
"column": 17
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4251,
"end": 4252,
"loc": {
"start": {
"line": 112,
"column": 17
},
"end": {
"line": 112,
"column": 18
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4269,
"end": 4270,
"loc": {
"start": {
"line": 113,
"column": 16
},
"end": {
"line": 113,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getTitle",
"start": 4291,
"end": 4299,
"loc": {
"start": {
"line": 114,
"column": 20
},
"end": {
"line": 114,
"column": 28
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4299,
"end": 4300,
"loc": {
"start": {
"line": 114,
"column": 28
},
"end": {
"line": 114,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4301,
"end": 4302,
"loc": {
"start": {
"line": 114,
"column": 30
},
"end": {
"line": 114,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 4302,
"end": 4309,
"loc": {
"start": {
"line": 114,
"column": 31
},
"end": {
"line": 114,
"column": 38
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4309,
"end": 4310,
"loc": {
"start": {
"line": 114,
"column": 38
},
"end": {
"line": 114,
"column": 39
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4311,
"end": 4313,
"loc": {
"start": {
"line": 114,
"column": 40
},
"end": {
"line": 114,
"column": 42
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4314,
"end": 4315,
"loc": {
"start": {
"line": 114,
"column": 43
},
"end": {
"line": 114,
"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": 4340,
"end": 4346,
"loc": {
"start": {
"line": 115,
"column": 24
},
"end": {
"line": 115,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 4347,
"end": 4354,
"loc": {
"start": {
"line": 115,
"column": 31
},
"end": {
"line": 115,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4354,
"end": 4355,
"loc": {
"start": {
"line": 115,
"column": 38
},
"end": {
"line": 115,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 4355,
"end": 4361,
"loc": {
"start": {
"line": 115,
"column": 39
},
"end": {
"line": 115,
"column": 45
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4361,
"end": 4362,
"loc": {
"start": {
"line": 115,
"column": 45
},
"end": {
"line": 115,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "localeService",
"start": 4362,
"end": 4375,
"loc": {
"start": {
"line": 115,
"column": 46
},
"end": {
"line": 115,
"column": 59
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4375,
"end": 4376,
"loc": {
"start": {
"line": 115,
"column": 59
},
"end": {
"line": 115,
"column": 60
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "translate",
"start": 4376,
"end": 4385,
"loc": {
"start": {
"line": 115,
"column": 60
},
"end": {
"line": 115,
"column": 69
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4385,
"end": 4386,
"loc": {
"start": {
"line": 115,
"column": 69
},
"end": {
"line": 115,
"column": 70
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "objectContextMenu.hideOthers",
"start": 4386,
"end": 4416,
"loc": {
"start": {
"line": 115,
"column": 70
},
"end": {
"line": 115,
"column": 100
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4416,
"end": 4417,
"loc": {
"start": {
"line": 115,
"column": 100
},
"end": {
"line": 115,
"column": 101
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 4418,
"end": 4420,
"loc": {
"start": {
"line": 115,
"column": 102
},
"end": {
"line": 115,
"column": 104
}
}
},
{
"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": 4421,
"end": 4434,
"loc": {
"start": {
"line": 115,
"column": 105
},
"end": {
"line": 115,
"column": 118
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4434,
"end": 4435,
"loc": {
"start": {
"line": 115,
"column": 118
},
"end": {
"line": 115,
"column": 119
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4456,
"end": 4457,
"loc": {
"start": {
"line": 116,
"column": 20
},
"end": {
"line": 116,
"column": 21
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4457,
"end": 4458,
"loc": {
"start": {
"line": 116,
"column": 21
},
"end": {
"line": 116,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "doAction",
"start": 4479,
"end": 4487,
"loc": {
"start": {
"line": 117,
"column": 20
},
"end": {
"line": 117,
"column": 28
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4487,
"end": 4488,
"loc": {
"start": {
"line": 117,
"column": 28
},
"end": {
"line": 117,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4489,
"end": 4490,
"loc": {
"start": {
"line": 117,
"column": 30
},
"end": {
"line": 117,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 4490,
"end": 4497,
"loc": {
"start": {
"line": 117,
"column": 31
},
"end": {
"line": 117,
"column": 38
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4497,
"end": 4498,
"loc": {
"start": {
"line": 117,
"column": 38
},
"end": {
"line": 117,
"column": 39
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4499,
"end": 4501,
"loc": {
"start": {
"line": 117,
"column": 40
},
"end": {
"line": 117,
"column": 42
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4502,
"end": 4503,
"loc": {
"start": {
"line": 117,
"column": 43
},
"end": {
"line": 117,
"column": 44
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 4528,
"end": 4533,
"loc": {
"start": {
"line": 118,
"column": 24
},
"end": {
"line": 118,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 4534,
"end": 4540,
"loc": {
"start": {
"line": 118,
"column": 30
},
"end": {
"line": 118,
"column": 36
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4541,
"end": 4542,
"loc": {
"start": {
"line": 118,
"column": 37
},
"end": {
"line": 118,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 4543,
"end": 4550,
"loc": {
"start": {
"line": 118,
"column": 39
},
"end": {
"line": 118,
"column": 46
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4550,
"end": 4551,
"loc": {
"start": {
"line": 118,
"column": 46
},
"end": {
"line": 118,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 4551,
"end": 4557,
"loc": {
"start": {
"line": 118,
"column": 47
},
"end": {
"line": 118,
"column": 53
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4557,
"end": 4558,
"loc": {
"start": {
"line": 118,
"column": 53
},
"end": {
"line": 118,
"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": 4583,
"end": 4588,
"loc": {
"start": {
"line": 119,
"column": 24
},
"end": {
"line": 119,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 4589,
"end": 4594,
"loc": {
"start": {
"line": 119,
"column": 30
},
"end": {
"line": 119,
"column": 35
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4595,
"end": 4596,
"loc": {
"start": {
"line": 119,
"column": 36
},
"end": {
"line": 119,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 4597,
"end": 4603,
"loc": {
"start": {
"line": 119,
"column": 38
},
"end": {
"line": 119,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4603,
"end": 4604,
"loc": {
"start": {
"line": 119,
"column": 44
},
"end": {
"line": 119,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 4604,
"end": 4609,
"loc": {
"start": {
"line": 119,
"column": 45
},
"end": {
"line": 119,
"column": 50
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4609,
"end": 4610,
"loc": {
"start": {
"line": 119,
"column": 50
},
"end": {
"line": 119,
"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": 4635,
"end": 4640,
"loc": {
"start": {
"line": 120,
"column": 24
},
"end": {
"line": 120,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 4641,
"end": 4647,
"loc": {
"start": {
"line": 120,
"column": 30
},
"end": {
"line": 120,
"column": 36
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4648,
"end": 4649,
"loc": {
"start": {
"line": 120,
"column": 37
},
"end": {
"line": 120,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 4650,
"end": 4657,
"loc": {
"start": {
"line": 120,
"column": 39
},
"end": {
"line": 120,
"column": 46
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4657,
"end": 4658,
"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": "entity",
"start": 4658,
"end": 4664,
"loc": {
"start": {
"line": 120,
"column": 47
},
"end": {
"line": 120,
"column": 53
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4664,
"end": 4665,
"loc": {
"start": {
"line": 120,
"column": 53
},
"end": {
"line": 120,
"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": 4690,
"end": 4695,
"loc": {
"start": {
"line": 121,
"column": 24
},
"end": {
"line": 121,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaObject",
"start": 4696,
"end": 4706,
"loc": {
"start": {
"line": 121,
"column": 30
},
"end": {
"line": 121,
"column": 40
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 4707,
"end": 4708,
"loc": {
"start": {
"line": 121,
"column": 41
},
"end": {
"line": 121,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 4709,
"end": 4715,
"loc": {
"start": {
"line": 121,
"column": 43
},
"end": {
"line": 121,
"column": 49
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4715,
"end": 4716,
"loc": {
"start": {
"line": 121,
"column": 49
},
"end": {
"line": 121,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaScene",
"start": 4716,
"end": 4725,
"loc": {
"start": {
"line": 121,
"column": 50
},
"end": {
"line": 121,
"column": 59
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4725,
"end": 4726,
"loc": {
"start": {
"line": 121,
"column": 59
},
"end": {
"line": 121,
"column": 60
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaObjects",
"start": 4726,
"end": 4737,
"loc": {
"start": {
"line": 121,
"column": 60
},
"end": {
"line": 121,
"column": 71
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4737,
"end": 4738,
"loc": {
"start": {
"line": 121,
"column": 71
},
"end": {
"line": 121,
"column": 72
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 4738,
"end": 4744,
"loc": {
"start": {
"line": 121,
"column": 72
},
"end": {
"line": 121,
"column": 78
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4744,
"end": 4745,
"loc": {
"start": {
"line": 121,
"column": 78
},
"end": {
"line": 121,
"column": 79
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "id",
"start": 4745,
"end": 4747,
"loc": {
"start": {
"line": 121,
"column": 79
},
"end": {
"line": 121,
"column": 81
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4747,
"end": 4748,
"loc": {
"start": {
"line": 121,
"column": 81
},
"end": {
"line": 121,
"column": 82
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4748,
"end": 4749,
"loc": {
"start": {
"line": 121,
"column": 82
},
"end": {
"line": 121,
"column": 83
}
}
},
{
"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": 4774,
"end": 4776,
"loc": {
"start": {
"line": 122,
"column": 24
},
"end": {
"line": 122,
"column": 26
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4777,
"end": 4778,
"loc": {
"start": {
"line": 122,
"column": 27
},
"end": {
"line": 122,
"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": 4778,
"end": 4779,
"loc": {
"start": {
"line": 122,
"column": 28
},
"end": {
"line": 122,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaObject",
"start": 4779,
"end": 4789,
"loc": {
"start": {
"line": 122,
"column": 29
},
"end": {
"line": 122,
"column": 39
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4789,
"end": 4790,
"loc": {
"start": {
"line": 122,
"column": 39
},
"end": {
"line": 122,
"column": 40
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4791,
"end": 4792,
"loc": {
"start": {
"line": 122,
"column": 41
},
"end": {
"line": 122,
"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": 4821,
"end": 4827,
"loc": {
"start": {
"line": 123,
"column": 28
},
"end": {
"line": 123,
"column": 34
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4827,
"end": 4828,
"loc": {
"start": {
"line": 123,
"column": 34
},
"end": {
"line": 123,
"column": 35
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4853,
"end": 4854,
"loc": {
"start": {
"line": 124,
"column": 24
},
"end": {
"line": 124,
"column": 25
}
}
},
{
"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": 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": 4884,
"end": 4885,
"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": 4885,
"end": 4902,
"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": 4902,
"end": 4903,
"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": "scene",
"start": 4903,
"end": 4908,
"loc": {
"start": {
"line": 125,
"column": 48
},
"end": {
"line": 125,
"column": 53
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4908,
"end": 4909,
"loc": {
"start": {
"line": 125,
"column": 53
},
"end": {
"line": 125,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "visibleObjectIds",
"start": 4909,
"end": 4925,
"loc": {
"start": {
"line": 125,
"column": 54
},
"end": {
"line": 125,
"column": 70
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4925,
"end": 4926,
"loc": {
"start": {
"line": 125,
"column": 70
},
"end": {
"line": 125,
"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": 4927,
"end": 4932,
"loc": {
"start": {
"line": 125,
"column": 72
},
"end": {
"line": 125,
"column": 77
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4932,
"end": 4933,
"loc": {
"start": {
"line": 125,
"column": 77
},
"end": {
"line": 125,
"column": 78
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4933,
"end": 4934,
"loc": {
"start": {
"line": 125,
"column": 78
},
"end": {
"line": 125,
"column": 79
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaObject",
"start": 4959,
"end": 4969,
"loc": {
"start": {
"line": 126,
"column": 24
},
"end": {
"line": 126,
"column": 34
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 4969,
"end": 4970,
"loc": {
"start": {
"line": 126,
"column": 34
},
"end": {
"line": 126,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "withMetaObjectsInSubtree",
"start": 4970,
"end": 4994,
"loc": {
"start": {
"line": 126,
"column": 35
},
"end": {
"line": 126,
"column": 59
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4994,
"end": 4995,
"loc": {
"start": {
"line": 126,
"column": 59
},
"end": {
"line": 126,
"column": 60
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 4995,
"end": 4996,
"loc": {
"start": {
"line": 126,
"column": 60
},
"end": {
"line": 126,
"column": 61
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaObject",
"start": 4996,
"end": 5006,
"loc": {
"start": {
"line": 126,
"column": 61
},
"end": {
"line": 126,
"column": 71
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5006,
"end": 5007,
"loc": {
"start": {
"line": 126,
"column": 71
},
"end": {
"line": 126,
"column": 72
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5008,
"end": 5010,
"loc": {
"start": {
"line": 126,
"column": 73
},
"end": {
"line": 126,
"column": 75
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5011,
"end": 5012,
"loc": {
"start": {
"line": 126,
"column": 76
},
"end": {
"line": 126,
"column": 77
}
}
},
{
"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": 5041,
"end": 5046,
"loc": {
"start": {
"line": 127,
"column": 28
},
"end": {
"line": 127,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 5047,
"end": 5053,
"loc": {
"start": {
"line": 127,
"column": 34
},
"end": {
"line": 127,
"column": 40
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5054,
"end": 5055,
"loc": {
"start": {
"line": 127,
"column": 41
},
"end": {
"line": 127,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 5056,
"end": 5061,
"loc": {
"start": {
"line": 127,
"column": 43
},
"end": {
"line": 127,
"column": 48
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5061,
"end": 5062,
"loc": {
"start": {
"line": 127,
"column": 48
},
"end": {
"line": 127,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "objects",
"start": 5062,
"end": 5069,
"loc": {
"start": {
"line": 127,
"column": 49
},
"end": {
"line": 127,
"column": 56
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5069,
"end": 5070,
"loc": {
"start": {
"line": 127,
"column": 56
},
"end": {
"line": 127,
"column": 57
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaObject",
"start": 5070,
"end": 5080,
"loc": {
"start": {
"line": 127,
"column": 57
},
"end": {
"line": 127,
"column": 67
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5080,
"end": 5081,
"loc": {
"start": {
"line": 127,
"column": 67
},
"end": {
"line": 127,
"column": 68
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "id",
"start": 5081,
"end": 5083,
"loc": {
"start": {
"line": 127,
"column": 68
},
"end": {
"line": 127,
"column": 70
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5083,
"end": 5084,
"loc": {
"start": {
"line": 127,
"column": 70
},
"end": {
"line": 127,
"column": 71
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5084,
"end": 5085,
"loc": {
"start": {
"line": 127,
"column": 71
},
"end": {
"line": 127,
"column": 72
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 5114,
"end": 5116,
"loc": {
"start": {
"line": 128,
"column": 28
},
"end": {
"line": 128,
"column": 30
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5117,
"end": 5118,
"loc": {
"start": {
"line": 128,
"column": 31
},
"end": {
"line": 128,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 5118,
"end": 5124,
"loc": {
"start": {
"line": 128,
"column": 32
},
"end": {
"line": 128,
"column": 38
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5124,
"end": 5125,
"loc": {
"start": {
"line": 128,
"column": 38
},
"end": {
"line": 128,
"column": 39
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5126,
"end": 5127,
"loc": {
"start": {
"line": 128,
"column": 40
},
"end": {
"line": 128,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 5160,
"end": 5166,
"loc": {
"start": {
"line": 129,
"column": 32
},
"end": {
"line": 129,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5166,
"end": 5167,
"loc": {
"start": {
"line": 129,
"column": 38
},
"end": {
"line": 129,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "visible",
"start": 5167,
"end": 5174,
"loc": {
"start": {
"line": 129,
"column": 39
},
"end": {
"line": 129,
"column": 46
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 5175,
"end": 5176,
"loc": {
"start": {
"line": 129,
"column": 47
},
"end": {
"line": 129,
"column": 48
}
}
},
{
"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": 5177,
"end": 5181,
"loc": {
"start": {
"line": 129,
"column": 49
},
"end": {
"line": 129,
"column": 53
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5181,
"end": 5182,
"loc": {
"start": {
"line": 129,
"column": 53
},
"end": {
"line": 129,
"column": 54
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5211,
"end": 5212,
"loc": {
"start": {
"line": 130,
"column": 28
},
"end": {
"line": 130,
"column": 29
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5237,
"end": 5238,
"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": 5238,
"end": 5239,
"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": 5239,
"end": 5240,
"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": 5261,
"end": 5262,
"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": 5279,
"end": 5280,
"loc": {
"start": {
"line": 133,
"column": 16
},
"end": {
"line": 133,
"column": 17
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5280,
"end": 5281,
"loc": {
"start": {
"line": 133,
"column": 17
},
"end": {
"line": 133,
"column": 18
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5298,
"end": 5299,
"loc": {
"start": {
"line": 134,
"column": 16
},
"end": {
"line": 134,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getTitle",
"start": 5320,
"end": 5328,
"loc": {
"start": {
"line": 135,
"column": 20
},
"end": {
"line": 135,
"column": 28
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5328,
"end": 5329,
"loc": {
"start": {
"line": 135,
"column": 28
},
"end": {
"line": 135,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5330,
"end": 5331,
"loc": {
"start": {
"line": 135,
"column": 30
},
"end": {
"line": 135,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 5331,
"end": 5338,
"loc": {
"start": {
"line": 135,
"column": 31
},
"end": {
"line": 135,
"column": 38
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5338,
"end": 5339,
"loc": {
"start": {
"line": 135,
"column": 38
},
"end": {
"line": 135,
"column": 39
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5340,
"end": 5342,
"loc": {
"start": {
"line": 135,
"column": 40
},
"end": {
"line": 135,
"column": 42
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5343,
"end": 5344,
"loc": {
"start": {
"line": 135,
"column": 43
},
"end": {
"line": 135,
"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": 5369,
"end": 5375,
"loc": {
"start": {
"line": 136,
"column": 24
},
"end": {
"line": 136,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 5376,
"end": 5383,
"loc": {
"start": {
"line": 136,
"column": 31
},
"end": {
"line": 136,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5383,
"end": 5384,
"loc": {
"start": {
"line": 136,
"column": 38
},
"end": {
"line": 136,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 5384,
"end": 5390,
"loc": {
"start": {
"line": 136,
"column": 39
},
"end": {
"line": 136,
"column": 45
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5390,
"end": 5391,
"loc": {
"start": {
"line": 136,
"column": 45
},
"end": {
"line": 136,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "localeService",
"start": 5391,
"end": 5404,
"loc": {
"start": {
"line": 136,
"column": 46
},
"end": {
"line": 136,
"column": 59
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5404,
"end": 5405,
"loc": {
"start": {
"line": 136,
"column": 59
},
"end": {
"line": 136,
"column": 60
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "translate",
"start": 5405,
"end": 5414,
"loc": {
"start": {
"line": 136,
"column": 60
},
"end": {
"line": 136,
"column": 69
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5414,
"end": 5415,
"loc": {
"start": {
"line": 136,
"column": 69
},
"end": {
"line": 136,
"column": 70
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "objectContextMenu.hideAll",
"start": 5415,
"end": 5442,
"loc": {
"start": {
"line": 136,
"column": 70
},
"end": {
"line": 136,
"column": 97
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5442,
"end": 5443,
"loc": {
"start": {
"line": 136,
"column": 97
},
"end": {
"line": 136,
"column": 98
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 5444,
"end": 5446,
"loc": {
"start": {
"line": 136,
"column": 99
},
"end": {
"line": 136,
"column": 101
}
}
},
{
"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": 5447,
"end": 5457,
"loc": {
"start": {
"line": 136,
"column": 102
},
"end": {
"line": 136,
"column": 112
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5457,
"end": 5458,
"loc": {
"start": {
"line": 136,
"column": 112
},
"end": {
"line": 136,
"column": 113
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5479,
"end": 5480,
"loc": {
"start": {
"line": 137,
"column": 20
},
"end": {
"line": 137,
"column": 21
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5480,
"end": 5481,
"loc": {
"start": {
"line": 137,
"column": 21
},
"end": {
"line": 137,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getEnabled",
"start": 5502,
"end": 5512,
"loc": {
"start": {
"line": 138,
"column": 20
},
"end": {
"line": 138,
"column": 30
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5512,
"end": 5513,
"loc": {
"start": {
"line": 138,
"column": 30
},
"end": {
"line": 138,
"column": 31
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5514,
"end": 5515,
"loc": {
"start": {
"line": 138,
"column": 32
},
"end": {
"line": 138,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 5515,
"end": 5522,
"loc": {
"start": {
"line": 138,
"column": 33
},
"end": {
"line": 138,
"column": 40
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5522,
"end": 5523,
"loc": {
"start": {
"line": 138,
"column": 40
},
"end": {
"line": 138,
"column": 41
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5524,
"end": 5526,
"loc": {
"start": {
"line": 138,
"column": 42
},
"end": {
"line": 138,
"column": 44
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5527,
"end": 5528,
"loc": {
"start": {
"line": 138,
"column": 45
},
"end": {
"line": 138,
"column": 46
}
}
},
{
"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": 5553,
"end": 5559,
"loc": {
"start": {
"line": 139,
"column": 24
},
"end": {
"line": 139,
"column": 30
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5560,
"end": 5561,
"loc": {
"start": {
"line": 139,
"column": 31
},
"end": {
"line": 139,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 5561,
"end": 5568,
"loc": {
"start": {
"line": 139,
"column": 32
},
"end": {
"line": 139,
"column": 39
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5568,
"end": 5569,
"loc": {
"start": {
"line": 139,
"column": 39
},
"end": {
"line": 139,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 5569,
"end": 5575,
"loc": {
"start": {
"line": 139,
"column": 40
},
"end": {
"line": 139,
"column": 46
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5575,
"end": 5576,
"loc": {
"start": {
"line": 139,
"column": 46
},
"end": {
"line": 139,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 5576,
"end": 5581,
"loc": {
"start": {
"line": 139,
"column": 47
},
"end": {
"line": 139,
"column": 52
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5581,
"end": 5582,
"loc": {
"start": {
"line": 139,
"column": 52
},
"end": {
"line": 139,
"column": 53
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "numVisibleObjects",
"start": 5582,
"end": 5599,
"loc": {
"start": {
"line": 139,
"column": 53
},
"end": {
"line": 139,
"column": 70
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": ">",
"start": 5600,
"end": 5601,
"loc": {
"start": {
"line": 139,
"column": 71
},
"end": {
"line": 139,
"column": 72
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 5602,
"end": 5603,
"loc": {
"start": {
"line": 139,
"column": 73
},
"end": {
"line": 139,
"column": 74
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5603,
"end": 5604,
"loc": {
"start": {
"line": 139,
"column": 74
},
"end": {
"line": 139,
"column": 75
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5604,
"end": 5605,
"loc": {
"start": {
"line": 139,
"column": 75
},
"end": {
"line": 139,
"column": 76
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5626,
"end": 5627,
"loc": {
"start": {
"line": 140,
"column": 20
},
"end": {
"line": 140,
"column": 21
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5627,
"end": 5628,
"loc": {
"start": {
"line": 140,
"column": 21
},
"end": {
"line": 140,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "doAction",
"start": 5649,
"end": 5657,
"loc": {
"start": {
"line": 141,
"column": 20
},
"end": {
"line": 141,
"column": 28
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5657,
"end": 5658,
"loc": {
"start": {
"line": 141,
"column": 28
},
"end": {
"line": 141,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5659,
"end": 5660,
"loc": {
"start": {
"line": 141,
"column": 30
},
"end": {
"line": 141,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 5660,
"end": 5667,
"loc": {
"start": {
"line": 141,
"column": 31
},
"end": {
"line": 141,
"column": 38
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5667,
"end": 5668,
"loc": {
"start": {
"line": 141,
"column": 38
},
"end": {
"line": 141,
"column": 39
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5669,
"end": 5671,
"loc": {
"start": {
"line": 141,
"column": 40
},
"end": {
"line": 141,
"column": 42
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5672,
"end": 5673,
"loc": {
"start": {
"line": 141,
"column": 43
},
"end": {
"line": 141,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 5698,
"end": 5705,
"loc": {
"start": {
"line": 142,
"column": 24
},
"end": {
"line": 142,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5705,
"end": 5706,
"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": "viewer",
"start": 5706,
"end": 5712,
"loc": {
"start": {
"line": 142,
"column": 32
},
"end": {
"line": 142,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5712,
"end": 5713,
"loc": {
"start": {
"line": 142,
"column": 38
},
"end": {
"line": 142,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 5713,
"end": 5718,
"loc": {
"start": {
"line": 142,
"column": 39
},
"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": 5718,
"end": 5719,
"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": "setObjectsVisible",
"start": 5719,
"end": 5736,
"loc": {
"start": {
"line": 142,
"column": 45
},
"end": {
"line": 142,
"column": 62
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5736,
"end": 5737,
"loc": {
"start": {
"line": 142,
"column": 62
},
"end": {
"line": 142,
"column": 63
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 5737,
"end": 5744,
"loc": {
"start": {
"line": 142,
"column": 63
},
"end": {
"line": 142,
"column": 70
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5744,
"end": 5745,
"loc": {
"start": {
"line": 142,
"column": 70
},
"end": {
"line": 142,
"column": 71
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 5745,
"end": 5751,
"loc": {
"start": {
"line": 142,
"column": 71
},
"end": {
"line": 142,
"column": 77
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5751,
"end": 5752,
"loc": {
"start": {
"line": 142,
"column": 77
},
"end": {
"line": 142,
"column": 78
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 5752,
"end": 5757,
"loc": {
"start": {
"line": 142,
"column": 78
},
"end": {
"line": 142,
"column": 83
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5757,
"end": 5758,
"loc": {
"start": {
"line": 142,
"column": 83
},
"end": {
"line": 142,
"column": 84
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "visibleObjectIds",
"start": 5758,
"end": 5774,
"loc": {
"start": {
"line": 142,
"column": 84
},
"end": {
"line": 142,
"column": 100
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5774,
"end": 5775,
"loc": {
"start": {
"line": 142,
"column": 100
},
"end": {
"line": 142,
"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": 5776,
"end": 5781,
"loc": {
"start": {
"line": 142,
"column": 102
},
"end": {
"line": 142,
"column": 107
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5781,
"end": 5782,
"loc": {
"start": {
"line": 142,
"column": 107
},
"end": {
"line": 142,
"column": 108
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5782,
"end": 5783,
"loc": {
"start": {
"line": 142,
"column": 108
},
"end": {
"line": 142,
"column": 109
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5804,
"end": 5805,
"loc": {
"start": {
"line": 143,
"column": 20
},
"end": {
"line": 143,
"column": 21
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5822,
"end": 5823,
"loc": {
"start": {
"line": 144,
"column": 16
},
"end": {
"line": 144,
"column": 17
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5823,
"end": 5824,
"loc": {
"start": {
"line": 144,
"column": 17
},
"end": {
"line": 144,
"column": 18
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5841,
"end": 5842,
"loc": {
"start": {
"line": 145,
"column": 16
},
"end": {
"line": 145,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getTitle",
"start": 5863,
"end": 5871,
"loc": {
"start": {
"line": 146,
"column": 20
},
"end": {
"line": 146,
"column": 28
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5871,
"end": 5872,
"loc": {
"start": {
"line": 146,
"column": 28
},
"end": {
"line": 146,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5873,
"end": 5874,
"loc": {
"start": {
"line": 146,
"column": 30
},
"end": {
"line": 146,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 5874,
"end": 5881,
"loc": {
"start": {
"line": 146,
"column": 31
},
"end": {
"line": 146,
"column": 38
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5881,
"end": 5882,
"loc": {
"start": {
"line": 146,
"column": 38
},
"end": {
"line": 146,
"column": 39
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5883,
"end": 5885,
"loc": {
"start": {
"line": 146,
"column": 40
},
"end": {
"line": 146,
"column": 42
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5886,
"end": 5887,
"loc": {
"start": {
"line": 146,
"column": 43
},
"end": {
"line": 146,
"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": 5912,
"end": 5918,
"loc": {
"start": {
"line": 147,
"column": 24
},
"end": {
"line": 147,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 5919,
"end": 5926,
"loc": {
"start": {
"line": 147,
"column": 31
},
"end": {
"line": 147,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5926,
"end": 5927,
"loc": {
"start": {
"line": 147,
"column": 38
},
"end": {
"line": 147,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 5927,
"end": 5933,
"loc": {
"start": {
"line": 147,
"column": 39
},
"end": {
"line": 147,
"column": 45
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5933,
"end": 5934,
"loc": {
"start": {
"line": 147,
"column": 45
},
"end": {
"line": 147,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "localeService",
"start": 5934,
"end": 5947,
"loc": {
"start": {
"line": 147,
"column": 46
},
"end": {
"line": 147,
"column": 59
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5947,
"end": 5948,
"loc": {
"start": {
"line": 147,
"column": 59
},
"end": {
"line": 147,
"column": 60
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "translate",
"start": 5948,
"end": 5957,
"loc": {
"start": {
"line": 147,
"column": 60
},
"end": {
"line": 147,
"column": 69
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5957,
"end": 5958,
"loc": {
"start": {
"line": 147,
"column": 69
},
"end": {
"line": 147,
"column": 70
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "objectContextMenu.showAll",
"start": 5958,
"end": 5985,
"loc": {
"start": {
"line": 147,
"column": 70
},
"end": {
"line": 147,
"column": 97
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 5985,
"end": 5986,
"loc": {
"start": {
"line": 147,
"column": 97
},
"end": {
"line": 147,
"column": 98
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 5987,
"end": 5989,
"loc": {
"start": {
"line": 147,
"column": 99
},
"end": {
"line": 147,
"column": 101
}
}
},
{
"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": 5990,
"end": 6000,
"loc": {
"start": {
"line": 147,
"column": 102
},
"end": {
"line": 147,
"column": 112
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6000,
"end": 6001,
"loc": {
"start": {
"line": 147,
"column": 112
},
"end": {
"line": 147,
"column": 113
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6022,
"end": 6023,
"loc": {
"start": {
"line": 148,
"column": 20
},
"end": {
"line": 148,
"column": 21
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6023,
"end": 6024,
"loc": {
"start": {
"line": 148,
"column": 21
},
"end": {
"line": 148,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getEnabled",
"start": 6045,
"end": 6055,
"loc": {
"start": {
"line": 149,
"column": 20
},
"end": {
"line": 149,
"column": 30
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6055,
"end": 6056,
"loc": {
"start": {
"line": 149,
"column": 30
},
"end": {
"line": 149,
"column": 31
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6057,
"end": 6058,
"loc": {
"start": {
"line": 149,
"column": 32
},
"end": {
"line": 149,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 6058,
"end": 6065,
"loc": {
"start": {
"line": 149,
"column": 33
},
"end": {
"line": 149,
"column": 40
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6065,
"end": 6066,
"loc": {
"start": {
"line": 149,
"column": 40
},
"end": {
"line": 149,
"column": 41
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6067,
"end": 6069,
"loc": {
"start": {
"line": 149,
"column": 42
},
"end": {
"line": 149,
"column": 44
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6070,
"end": 6071,
"loc": {
"start": {
"line": 149,
"column": 45
},
"end": {
"line": 149,
"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": 6096,
"end": 6101,
"loc": {
"start": {
"line": 150,
"column": 24
},
"end": {
"line": 150,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 6102,
"end": 6107,
"loc": {
"start": {
"line": 150,
"column": 30
},
"end": {
"line": 150,
"column": 35
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 6108,
"end": 6109,
"loc": {
"start": {
"line": 150,
"column": 36
},
"end": {
"line": 150,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 6110,
"end": 6117,
"loc": {
"start": {
"line": 150,
"column": 38
},
"end": {
"line": 150,
"column": 45
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6117,
"end": 6118,
"loc": {
"start": {
"line": 150,
"column": 45
},
"end": {
"line": 150,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 6118,
"end": 6124,
"loc": {
"start": {
"line": 150,
"column": 46
},
"end": {
"line": 150,
"column": 52
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6124,
"end": 6125,
"loc": {
"start": {
"line": 150,
"column": 52
},
"end": {
"line": 150,
"column": 53
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 6125,
"end": 6130,
"loc": {
"start": {
"line": 150,
"column": 53
},
"end": {
"line": 150,
"column": 58
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6130,
"end": 6131,
"loc": {
"start": {
"line": 150,
"column": 58
},
"end": {
"line": 150,
"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": 6156,
"end": 6162,
"loc": {
"start": {
"line": 151,
"column": 24
},
"end": {
"line": 151,
"column": 30
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6163,
"end": 6164,
"loc": {
"start": {
"line": 151,
"column": 31
},
"end": {
"line": 151,
"column": 32
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6164,
"end": 6165,
"loc": {
"start": {
"line": 151,
"column": 32
},
"end": {
"line": 151,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 6165,
"end": 6170,
"loc": {
"start": {
"line": 151,
"column": 33
},
"end": {
"line": 151,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6170,
"end": 6171,
"loc": {
"start": {
"line": 151,
"column": 38
},
"end": {
"line": 151,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "numVisibleObjects",
"start": 6171,
"end": 6188,
"loc": {
"start": {
"line": 151,
"column": 39
},
"end": {
"line": 151,
"column": 56
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": "<",
"start": 6189,
"end": 6190,
"loc": {
"start": {
"line": 151,
"column": 57
},
"end": {
"line": 151,
"column": 58
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 6191,
"end": 6196,
"loc": {
"start": {
"line": 151,
"column": 59
},
"end": {
"line": 151,
"column": 64
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6196,
"end": 6197,
"loc": {
"start": {
"line": 151,
"column": 64
},
"end": {
"line": 151,
"column": 65
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "numObjects",
"start": 6197,
"end": 6207,
"loc": {
"start": {
"line": 151,
"column": 65
},
"end": {
"line": 151,
"column": 75
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6207,
"end": 6208,
"loc": {
"start": {
"line": 151,
"column": 75
},
"end": {
"line": 151,
"column": 76
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 6209,
"end": 6211,
"loc": {
"start": {
"line": 151,
"column": 77
},
"end": {
"line": 151,
"column": 79
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6212,
"end": 6213,
"loc": {
"start": {
"line": 151,
"column": 80
},
"end": {
"line": 151,
"column": 81
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 6213,
"end": 6220,
"loc": {
"start": {
"line": 151,
"column": 81
},
"end": {
"line": 151,
"column": 88
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6220,
"end": 6221,
"loc": {
"start": {
"line": 151,
"column": 88
},
"end": {
"line": 151,
"column": 89
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 6221,
"end": 6227,
"loc": {
"start": {
"line": 151,
"column": 89
},
"end": {
"line": 151,
"column": 95
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6227,
"end": 6228,
"loc": {
"start": {
"line": 151,
"column": 95
},
"end": {
"line": 151,
"column": 96
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 6228,
"end": 6233,
"loc": {
"start": {
"line": 151,
"column": 96
},
"end": {
"line": 151,
"column": 101
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6233,
"end": 6234,
"loc": {
"start": {
"line": 151,
"column": 101
},
"end": {
"line": 151,
"column": 102
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "numXRayedObjects",
"start": 6234,
"end": 6250,
"loc": {
"start": {
"line": 151,
"column": 102
},
"end": {
"line": 151,
"column": 118
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": ">",
"start": 6251,
"end": 6252,
"loc": {
"start": {
"line": 151,
"column": 119
},
"end": {
"line": 151,
"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": 6253,
"end": 6254,
"loc": {
"start": {
"line": 151,
"column": 121
},
"end": {
"line": 151,
"column": 122
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6254,
"end": 6255,
"loc": {
"start": {
"line": 151,
"column": 122
},
"end": {
"line": 151,
"column": 123
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6255,
"end": 6256,
"loc": {
"start": {
"line": 151,
"column": 123
},
"end": {
"line": 151,
"column": 124
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6256,
"end": 6257,
"loc": {
"start": {
"line": 151,
"column": 124
},
"end": {
"line": 151,
"column": 125
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6278,
"end": 6279,
"loc": {
"start": {
"line": 152,
"column": 20
},
"end": {
"line": 152,
"column": 21
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6279,
"end": 6280,
"loc": {
"start": {
"line": 152,
"column": 21
},
"end": {
"line": 152,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "doAction",
"start": 6301,
"end": 6309,
"loc": {
"start": {
"line": 153,
"column": 20
},
"end": {
"line": 153,
"column": 28
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6309,
"end": 6310,
"loc": {
"start": {
"line": 153,
"column": 28
},
"end": {
"line": 153,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6311,
"end": 6312,
"loc": {
"start": {
"line": 153,
"column": 30
},
"end": {
"line": 153,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 6312,
"end": 6319,
"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
},
"start": 6319,
"end": 6320,
"loc": {
"start": {
"line": 153,
"column": 38
},
"end": {
"line": 153,
"column": 39
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6321,
"end": 6323,
"loc": {
"start": {
"line": 153,
"column": 40
},
"end": {
"line": 153,
"column": 42
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6324,
"end": 6325,
"loc": {
"start": {
"line": 153,
"column": 43
},
"end": {
"line": 153,
"column": 44
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 6350,
"end": 6355,
"loc": {
"start": {
"line": 154,
"column": 24
},
"end": {
"line": 154,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 6356,
"end": 6361,
"loc": {
"start": {
"line": 154,
"column": 30
},
"end": {
"line": 154,
"column": 35
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 6362,
"end": 6363,
"loc": {
"start": {
"line": 154,
"column": 36
},
"end": {
"line": 154,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 6364,
"end": 6371,
"loc": {
"start": {
"line": 154,
"column": 38
},
"end": {
"line": 154,
"column": 45
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6371,
"end": 6372,
"loc": {
"start": {
"line": 154,
"column": 45
},
"end": {
"line": 154,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 6372,
"end": 6378,
"loc": {
"start": {
"line": 154,
"column": 46
},
"end": {
"line": 154,
"column": 52
}
}
},
{
"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": 154,
"column": 52
},
"end": {
"line": 154,
"column": 53
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 6379,
"end": 6384,
"loc": {
"start": {
"line": 154,
"column": 53
},
"end": {
"line": 154,
"column": 58
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6384,
"end": 6385,
"loc": {
"start": {
"line": 154,
"column": 58
},
"end": {
"line": 154,
"column": 59
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 6410,
"end": 6415,
"loc": {
"start": {
"line": 155,
"column": 24
},
"end": {
"line": 155,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6415,
"end": 6416,
"loc": {
"start": {
"line": 155,
"column": 29
},
"end": {
"line": 155,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "setObjectsVisible",
"start": 6416,
"end": 6433,
"loc": {
"start": {
"line": 155,
"column": 30
},
"end": {
"line": 155,
"column": 47
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6433,
"end": 6434,
"loc": {
"start": {
"line": 155,
"column": 47
},
"end": {
"line": 155,
"column": 48
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 6434,
"end": 6439,
"loc": {
"start": {
"line": 155,
"column": 48
},
"end": {
"line": 155,
"column": 53
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6439,
"end": 6440,
"loc": {
"start": {
"line": 155,
"column": 53
},
"end": {
"line": 155,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "objectIds",
"start": 6440,
"end": 6449,
"loc": {
"start": {
"line": 155,
"column": 54
},
"end": {
"line": 155,
"column": 63
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6449,
"end": 6450,
"loc": {
"start": {
"line": 155,
"column": 63
},
"end": {
"line": 155,
"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": 6451,
"end": 6455,
"loc": {
"start": {
"line": 155,
"column": 65
},
"end": {
"line": 155,
"column": 69
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6455,
"end": 6456,
"loc": {
"start": {
"line": 155,
"column": 69
},
"end": {
"line": 155,
"column": 70
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6456,
"end": 6457,
"loc": {
"start": {
"line": 155,
"column": 70
},
"end": {
"line": 155,
"column": 71
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 6482,
"end": 6487,
"loc": {
"start": {
"line": 156,
"column": 24
},
"end": {
"line": 156,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6487,
"end": 6488,
"loc": {
"start": {
"line": 156,
"column": 29
},
"end": {
"line": 156,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "setObjectsPickable",
"start": 6488,
"end": 6506,
"loc": {
"start": {
"line": 156,
"column": 30
},
"end": {
"line": 156,
"column": 48
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6506,
"end": 6507,
"loc": {
"start": {
"line": 156,
"column": 48
},
"end": {
"line": 156,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 6507,
"end": 6512,
"loc": {
"start": {
"line": 156,
"column": 49
},
"end": {
"line": 156,
"column": 54
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6512,
"end": 6513,
"loc": {
"start": {
"line": 156,
"column": 54
},
"end": {
"line": 156,
"column": 55
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "xrayedObjectIds",
"start": 6513,
"end": 6528,
"loc": {
"start": {
"line": 156,
"column": 55
},
"end": {
"line": 156,
"column": 70
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6528,
"end": 6529,
"loc": {
"start": {
"line": 156,
"column": 70
},
"end": {
"line": 156,
"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": 6530,
"end": 6534,
"loc": {
"start": {
"line": 156,
"column": 72
},
"end": {
"line": 156,
"column": 76
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6534,
"end": 6535,
"loc": {
"start": {
"line": 156,
"column": 76
},
"end": {
"line": 156,
"column": 77
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6535,
"end": 6536,
"loc": {
"start": {
"line": 156,
"column": 77
},
"end": {
"line": 156,
"column": 78
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 6561,
"end": 6566,
"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": 6566,
"end": 6567,
"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": "setObjectsXRayed",
"start": 6567,
"end": 6583,
"loc": {
"start": {
"line": 157,
"column": 30
},
"end": {
"line": 157,
"column": 46
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6583,
"end": 6584,
"loc": {
"start": {
"line": 157,
"column": 46
},
"end": {
"line": 157,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 6584,
"end": 6589,
"loc": {
"start": {
"line": 157,
"column": 47
},
"end": {
"line": 157,
"column": 52
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6589,
"end": 6590,
"loc": {
"start": {
"line": 157,
"column": 52
},
"end": {
"line": 157,
"column": 53
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "xrayedObjectIds",
"start": 6590,
"end": 6605,
"loc": {
"start": {
"line": 157,
"column": 53
},
"end": {
"line": 157,
"column": 68
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6605,
"end": 6606,
"loc": {
"start": {
"line": 157,
"column": 68
},
"end": {
"line": 157,
"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": 6607,
"end": 6612,
"loc": {
"start": {
"line": 157,
"column": 70
},
"end": {
"line": 157,
"column": 75
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6612,
"end": 6613,
"loc": {
"start": {
"line": 157,
"column": 75
},
"end": {
"line": 157,
"column": 76
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6613,
"end": 6614,
"loc": {
"start": {
"line": 157,
"column": 76
},
"end": {
"line": 157,
"column": 77
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6635,
"end": 6636,
"loc": {
"start": {
"line": 158,
"column": 20
},
"end": {
"line": 158,
"column": 21
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6653,
"end": 6654,
"loc": {
"start": {
"line": 159,
"column": 16
},
"end": {
"line": 159,
"column": 17
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6667,
"end": 6668,
"loc": {
"start": {
"line": 160,
"column": 12
},
"end": {
"line": 160,
"column": 13
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6668,
"end": 6669,
"loc": {
"start": {
"line": 160,
"column": 13
},
"end": {
"line": 160,
"column": 14
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6682,
"end": 6683,
"loc": {
"start": {
"line": 161,
"column": 12
},
"end": {
"line": 161,
"column": 13
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6700,
"end": 6701,
"loc": {
"start": {
"line": 162,
"column": 16
},
"end": {
"line": 162,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getTitle",
"start": 6722,
"end": 6730,
"loc": {
"start": {
"line": 163,
"column": 20
},
"end": {
"line": 163,
"column": 28
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6730,
"end": 6731,
"loc": {
"start": {
"line": 163,
"column": 28
},
"end": {
"line": 163,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6732,
"end": 6733,
"loc": {
"start": {
"line": 163,
"column": 30
},
"end": {
"line": 163,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 6733,
"end": 6740,
"loc": {
"start": {
"line": 163,
"column": 31
},
"end": {
"line": 163,
"column": 38
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6740,
"end": 6741,
"loc": {
"start": {
"line": 163,
"column": 38
},
"end": {
"line": 163,
"column": 39
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6742,
"end": 6744,
"loc": {
"start": {
"line": 163,
"column": 40
},
"end": {
"line": 163,
"column": 42
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6745,
"end": 6746,
"loc": {
"start": {
"line": 163,
"column": 43
},
"end": {
"line": 163,
"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": 6771,
"end": 6777,
"loc": {
"start": {
"line": 164,
"column": 24
},
"end": {
"line": 164,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 6778,
"end": 6785,
"loc": {
"start": {
"line": 164,
"column": 31
},
"end": {
"line": 164,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6785,
"end": 6786,
"loc": {
"start": {
"line": 164,
"column": 38
},
"end": {
"line": 164,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 6786,
"end": 6792,
"loc": {
"start": {
"line": 164,
"column": 39
},
"end": {
"line": 164,
"column": 45
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6792,
"end": 6793,
"loc": {
"start": {
"line": 164,
"column": 45
},
"end": {
"line": 164,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "localeService",
"start": 6793,
"end": 6806,
"loc": {
"start": {
"line": 164,
"column": 46
},
"end": {
"line": 164,
"column": 59
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6806,
"end": 6807,
"loc": {
"start": {
"line": 164,
"column": 59
},
"end": {
"line": 164,
"column": 60
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "translate",
"start": 6807,
"end": 6816,
"loc": {
"start": {
"line": 164,
"column": 60
},
"end": {
"line": 164,
"column": 69
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6816,
"end": 6817,
"loc": {
"start": {
"line": 164,
"column": 69
},
"end": {
"line": 164,
"column": 70
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "objectContextMenu.xray",
"start": 6817,
"end": 6841,
"loc": {
"start": {
"line": 164,
"column": 70
},
"end": {
"line": 164,
"column": 94
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6841,
"end": 6842,
"loc": {
"start": {
"line": 164,
"column": 94
},
"end": {
"line": 164,
"column": 95
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 6843,
"end": 6845,
"loc": {
"start": {
"line": 164,
"column": 96
},
"end": {
"line": 164,
"column": 98
}
}
},
{
"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": 6846,
"end": 6853,
"loc": {
"start": {
"line": 164,
"column": 99
},
"end": {
"line": 164,
"column": 106
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6853,
"end": 6854,
"loc": {
"start": {
"line": 164,
"column": 106
},
"end": {
"line": 164,
"column": 107
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6875,
"end": 6876,
"loc": {
"start": {
"line": 165,
"column": 20
},
"end": {
"line": 165,
"column": 21
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6876,
"end": 6877,
"loc": {
"start": {
"line": 165,
"column": 21
},
"end": {
"line": 165,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getEnabled",
"start": 6898,
"end": 6908,
"loc": {
"start": {
"line": 166,
"column": 20
},
"end": {
"line": 166,
"column": 30
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6908,
"end": 6909,
"loc": {
"start": {
"line": 166,
"column": 30
},
"end": {
"line": 166,
"column": 31
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6910,
"end": 6911,
"loc": {
"start": {
"line": 166,
"column": 32
},
"end": {
"line": 166,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 6911,
"end": 6918,
"loc": {
"start": {
"line": 166,
"column": 33
},
"end": {
"line": 166,
"column": 40
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6918,
"end": 6919,
"loc": {
"start": {
"line": 166,
"column": 40
},
"end": {
"line": 166,
"column": 41
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6920,
"end": 6922,
"loc": {
"start": {
"line": 166,
"column": 42
},
"end": {
"line": 166,
"column": 44
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6923,
"end": 6924,
"loc": {
"start": {
"line": 166,
"column": 45
},
"end": {
"line": 166,
"column": 46
}
}
},
{
"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": 6949,
"end": 6955,
"loc": {
"start": {
"line": 167,
"column": 24
},
"end": {
"line": 167,
"column": 30
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6956,
"end": 6957,
"loc": {
"start": {
"line": 167,
"column": 31
},
"end": {
"line": 167,
"column": 32
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 6957,
"end": 6958,
"loc": {
"start": {
"line": 167,
"column": 32
},
"end": {
"line": 167,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 6958,
"end": 6965,
"loc": {
"start": {
"line": 167,
"column": 33
},
"end": {
"line": 167,
"column": 40
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6965,
"end": 6966,
"loc": {
"start": {
"line": 167,
"column": 40
},
"end": {
"line": 167,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 6966,
"end": 6972,
"loc": {
"start": {
"line": 167,
"column": 41
},
"end": {
"line": 167,
"column": 47
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6972,
"end": 6973,
"loc": {
"start": {
"line": 167,
"column": 47
},
"end": {
"line": 167,
"column": 48
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "xrayed",
"start": 6973,
"end": 6979,
"loc": {
"start": {
"line": 167,
"column": 48
},
"end": {
"line": 167,
"column": 54
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 6979,
"end": 6980,
"loc": {
"start": {
"line": 167,
"column": 54
},
"end": {
"line": 167,
"column": 55
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 6980,
"end": 6981,
"loc": {
"start": {
"line": 167,
"column": 55
},
"end": {
"line": 167,
"column": 56
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 7002,
"end": 7003,
"loc": {
"start": {
"line": 168,
"column": 20
},
"end": {
"line": 168,
"column": 21
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7003,
"end": 7004,
"loc": {
"start": {
"line": 168,
"column": 21
},
"end": {
"line": 168,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "doAction",
"start": 7025,
"end": 7033,
"loc": {
"start": {
"line": 169,
"column": 20
},
"end": {
"line": 169,
"column": 28
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7033,
"end": 7034,
"loc": {
"start": {
"line": 169,
"column": 28
},
"end": {
"line": 169,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 7035,
"end": 7036,
"loc": {
"start": {
"line": 169,
"column": 30
},
"end": {
"line": 169,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 7036,
"end": 7043,
"loc": {
"start": {
"line": 169,
"column": 31
},
"end": {
"line": 169,
"column": 38
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 7043,
"end": 7044,
"loc": {
"start": {
"line": 169,
"column": 38
},
"end": {
"line": 169,
"column": 39
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7045,
"end": 7047,
"loc": {
"start": {
"line": 169,
"column": 40
},
"end": {
"line": 169,
"column": 42
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 7048,
"end": 7049,
"loc": {
"start": {
"line": 169,
"column": 43
},
"end": {
"line": 169,
"column": 44
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 7074,
"end": 7079,
"loc": {
"start": {
"line": 170,
"column": 24
},
"end": {
"line": 170,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 7080,
"end": 7086,
"loc": {
"start": {
"line": 170,
"column": 30
},
"end": {
"line": 170,
"column": 36
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 7087,
"end": 7088,
"loc": {
"start": {
"line": 170,
"column": 37
},
"end": {
"line": 170,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 7089,
"end": 7096,
"loc": {
"start": {
"line": 170,
"column": 39
},
"end": {
"line": 170,
"column": 46
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7096,
"end": 7097,
"loc": {
"start": {
"line": 170,
"column": 46
},
"end": {
"line": 170,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 7097,
"end": 7103,
"loc": {
"start": {
"line": 170,
"column": 47
},
"end": {
"line": 170,
"column": 53
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7103,
"end": 7104,
"loc": {
"start": {
"line": 170,
"column": 53
},
"end": {
"line": 170,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 7129,
"end": 7135,
"loc": {
"start": {
"line": 171,
"column": 24
},
"end": {
"line": 171,
"column": 30
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7135,
"end": 7136,
"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": "xrayed",
"start": 7136,
"end": 7142,
"loc": {
"start": {
"line": 171,
"column": 31
},
"end": {
"line": 171,
"column": 37
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 7143,
"end": 7144,
"loc": {
"start": {
"line": 171,
"column": 38
},
"end": {
"line": 171,
"column": 39
}
}
},
{
"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": 7145,
"end": 7149,
"loc": {
"start": {
"line": 171,
"column": 40
},
"end": {
"line": 171,
"column": 44
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7149,
"end": 7150,
"loc": {
"start": {
"line": 171,
"column": 44
},
"end": {
"line": 171,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 7175,
"end": 7181,
"loc": {
"start": {
"line": 172,
"column": 24
},
"end": {
"line": 172,
"column": 30
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7181,
"end": 7182,
"loc": {
"start": {
"line": 172,
"column": 30
},
"end": {
"line": 172,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "pickable",
"start": 7182,
"end": 7190,
"loc": {
"start": {
"line": 172,
"column": 31
},
"end": {
"line": 172,
"column": 39
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 7191,
"end": 7192,
"loc": {
"start": {
"line": 172,
"column": 40
},
"end": {
"line": 172,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 7193,
"end": 7200,
"loc": {
"start": {
"line": 172,
"column": 42
},
"end": {
"line": 172,
"column": 49
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7200,
"end": 7201,
"loc": {
"start": {
"line": 172,
"column": 49
},
"end": {
"line": 172,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "bimViewer",
"start": 7201,
"end": 7210,
"loc": {
"start": {
"line": 172,
"column": 50
},
"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": 7210,
"end": 7211,
"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": "getConfig",
"start": 7211,
"end": 7220,
"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": 7220,
"end": 7221,
"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": "xrayPickable",
"start": 7221,
"end": 7235,
"loc": {
"start": {
"line": 172,
"column": 70
},
"end": {
"line": 172,
"column": 84
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 7235,
"end": 7236,
"loc": {
"start": {
"line": 172,
"column": 84
},
"end": {
"line": 172,
"column": 85
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7236,
"end": 7237,
"loc": {
"start": {
"line": 172,
"column": 85
},
"end": {
"line": 172,
"column": 86
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 7258,
"end": 7259,
"loc": {
"start": {
"line": 173,
"column": 20
},
"end": {
"line": 173,
"column": 21
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 7276,
"end": 7277,
"loc": {
"start": {
"line": 174,
"column": 16
},
"end": {
"line": 174,
"column": 17
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7277,
"end": 7278,
"loc": {
"start": {
"line": 174,
"column": 17
},
"end": {
"line": 174,
"column": 18
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 7295,
"end": 7296,
"loc": {
"start": {
"line": 175,
"column": 16
},
"end": {
"line": 175,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getTitle",
"start": 7317,
"end": 7325,
"loc": {
"start": {
"line": 176,
"column": 20
},
"end": {
"line": 176,
"column": 28
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7325,
"end": 7326,
"loc": {
"start": {
"line": 176,
"column": 28
},
"end": {
"line": 176,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 7327,
"end": 7328,
"loc": {
"start": {
"line": 176,
"column": 30
},
"end": {
"line": 176,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 7328,
"end": 7335,
"loc": {
"start": {
"line": 176,
"column": 31
},
"end": {
"line": 176,
"column": 38
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 7335,
"end": 7336,
"loc": {
"start": {
"line": 176,
"column": 38
},
"end": {
"line": 176,
"column": 39
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7337,
"end": 7339,
"loc": {
"start": {
"line": 176,
"column": 40
},
"end": {
"line": 176,
"column": 42
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 7340,
"end": 7341,
"loc": {
"start": {
"line": 176,
"column": 43
},
"end": {
"line": 176,
"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": 7366,
"end": 7372,
"loc": {
"start": {
"line": 177,
"column": 24
},
"end": {
"line": 177,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 7373,
"end": 7380,
"loc": {
"start": {
"line": 177,
"column": 31
},
"end": {
"line": 177,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7380,
"end": 7381,
"loc": {
"start": {
"line": 177,
"column": 38
},
"end": {
"line": 177,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 7381,
"end": 7387,
"loc": {
"start": {
"line": 177,
"column": 39
},
"end": {
"line": 177,
"column": 45
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7387,
"end": 7388,
"loc": {
"start": {
"line": 177,
"column": 45
},
"end": {
"line": 177,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "localeService",
"start": 7388,
"end": 7401,
"loc": {
"start": {
"line": 177,
"column": 46
},
"end": {
"line": 177,
"column": 59
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7401,
"end": 7402,
"loc": {
"start": {
"line": 177,
"column": 59
},
"end": {
"line": 177,
"column": 60
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "translate",
"start": 7402,
"end": 7411,
"loc": {
"start": {
"line": 177,
"column": 60
},
"end": {
"line": 177,
"column": 69
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 7411,
"end": 7412,
"loc": {
"start": {
"line": 177,
"column": 69
},
"end": {
"line": 177,
"column": 70
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "objectContextMenu.xrayOthers",
"start": 7412,
"end": 7442,
"loc": {
"start": {
"line": 177,
"column": 70
},
"end": {
"line": 177,
"column": 100
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 7442,
"end": 7443,
"loc": {
"start": {
"line": 177,
"column": 100
},
"end": {
"line": 177,
"column": 101
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 7444,
"end": 7446,
"loc": {
"start": {
"line": 177,
"column": 102
},
"end": {
"line": 177,
"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 Others",
"start": 7447,
"end": 7461,
"loc": {
"start": {
"line": 177,
"column": 105
},
"end": {
"line": 177,
"column": 119
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7461,
"end": 7462,
"loc": {
"start": {
"line": 177,
"column": 119
},
"end": {
"line": 177,
"column": 120
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 7483,
"end": 7484,
"loc": {
"start": {
"line": 178,
"column": 20
},
"end": {
"line": 178,
"column": 21
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7484,
"end": 7485,
"loc": {
"start": {
"line": 178,
"column": 21
},
"end": {
"line": 178,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "doAction",
"start": 7506,
"end": 7514,
"loc": {
"start": {
"line": 179,
"column": 20
},
"end": {
"line": 179,
"column": 28
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7514,
"end": 7515,
"loc": {
"start": {
"line": 179,
"column": 28
},
"end": {
"line": 179,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 7516,
"end": 7517,
"loc": {
"start": {
"line": 179,
"column": 30
},
"end": {
"line": 179,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 7517,
"end": 7524,
"loc": {
"start": {
"line": 179,
"column": 31
},
"end": {
"line": 179,
"column": 38
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 7524,
"end": 7525,
"loc": {
"start": {
"line": 179,
"column": 38
},
"end": {
"line": 179,
"column": 39
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7526,
"end": 7528,
"loc": {
"start": {
"line": 179,
"column": 40
},
"end": {
"line": 179,
"column": 42
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 7529,
"end": 7530,
"loc": {
"start": {
"line": 179,
"column": 43
},
"end": {
"line": 179,
"column": 44
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 7555,
"end": 7560,
"loc": {
"start": {
"line": 180,
"column": 24
},
"end": {
"line": 180,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 7561,
"end": 7567,
"loc": {
"start": {
"line": 180,
"column": 30
},
"end": {
"line": 180,
"column": 36
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 7568,
"end": 7569,
"loc": {
"start": {
"line": 180,
"column": 37
},
"end": {
"line": 180,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 7570,
"end": 7577,
"loc": {
"start": {
"line": 180,
"column": 39
},
"end": {
"line": 180,
"column": 46
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7577,
"end": 7578,
"loc": {
"start": {
"line": 180,
"column": 46
},
"end": {
"line": 180,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 7578,
"end": 7584,
"loc": {
"start": {
"line": 180,
"column": 47
},
"end": {
"line": 180,
"column": 53
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7584,
"end": 7585,
"loc": {
"start": {
"line": 180,
"column": 53
},
"end": {
"line": 180,
"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": 7610,
"end": 7615,
"loc": {
"start": {
"line": 181,
"column": 24
},
"end": {
"line": 181,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 7616,
"end": 7621,
"loc": {
"start": {
"line": 181,
"column": 30
},
"end": {
"line": 181,
"column": 35
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 7622,
"end": 7623,
"loc": {
"start": {
"line": 181,
"column": 36
},
"end": {
"line": 181,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 7624,
"end": 7630,
"loc": {
"start": {
"line": 181,
"column": 38
},
"end": {
"line": 181,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7630,
"end": 7631,
"loc": {
"start": {
"line": 181,
"column": 44
},
"end": {
"line": 181,
"column": 45
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 7631,
"end": 7636,
"loc": {
"start": {
"line": 181,
"column": 45
},
"end": {
"line": 181,
"column": 50
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7636,
"end": 7637,
"loc": {
"start": {
"line": 181,
"column": 50
},
"end": {
"line": 181,
"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": 7662,
"end": 7667,
"loc": {
"start": {
"line": 182,
"column": 24
},
"end": {
"line": 182,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 7668,
"end": 7674,
"loc": {
"start": {
"line": 182,
"column": 30
},
"end": {
"line": 182,
"column": 36
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 7675,
"end": 7676,
"loc": {
"start": {
"line": 182,
"column": 37
},
"end": {
"line": 182,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 7677,
"end": 7684,
"loc": {
"start": {
"line": 182,
"column": 39
},
"end": {
"line": 182,
"column": 46
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7684,
"end": 7685,
"loc": {
"start": {
"line": 182,
"column": 46
},
"end": {
"line": 182,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 7685,
"end": 7691,
"loc": {
"start": {
"line": 182,
"column": 47
},
"end": {
"line": 182,
"column": 53
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7691,
"end": 7692,
"loc": {
"start": {
"line": 182,
"column": 53
},
"end": {
"line": 182,
"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": 7717,
"end": 7722,
"loc": {
"start": {
"line": 183,
"column": 24
},
"end": {
"line": 183,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaObject",
"start": 7723,
"end": 7733,
"loc": {
"start": {
"line": 183,
"column": 30
},
"end": {
"line": 183,
"column": 40
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 7734,
"end": 7735,
"loc": {
"start": {
"line": 183,
"column": 41
},
"end": {
"line": 183,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 7736,
"end": 7742,
"loc": {
"start": {
"line": 183,
"column": 43
},
"end": {
"line": 183,
"column": 49
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7742,
"end": 7743,
"loc": {
"start": {
"line": 183,
"column": 49
},
"end": {
"line": 183,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaScene",
"start": 7743,
"end": 7752,
"loc": {
"start": {
"line": 183,
"column": 50
},
"end": {
"line": 183,
"column": 59
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7752,
"end": 7753,
"loc": {
"start": {
"line": 183,
"column": 59
},
"end": {
"line": 183,
"column": 60
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaObjects",
"start": 7753,
"end": 7764,
"loc": {
"start": {
"line": 183,
"column": 60
},
"end": {
"line": 183,
"column": 71
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7764,
"end": 7765,
"loc": {
"start": {
"line": 183,
"column": 71
},
"end": {
"line": 183,
"column": 72
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 7765,
"end": 7771,
"loc": {
"start": {
"line": 183,
"column": 72
},
"end": {
"line": 183,
"column": 78
}
}
},
{
"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": 183,
"column": 78
},
"end": {
"line": 183,
"column": 79
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "id",
"start": 7772,
"end": 7774,
"loc": {
"start": {
"line": 183,
"column": 79
},
"end": {
"line": 183,
"column": 81
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7774,
"end": 7775,
"loc": {
"start": {
"line": 183,
"column": 81
},
"end": {
"line": 183,
"column": 82
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7775,
"end": 7776,
"loc": {
"start": {
"line": 183,
"column": 82
},
"end": {
"line": 183,
"column": 83
}
}
},
{
"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": 7801,
"end": 7803,
"loc": {
"start": {
"line": 184,
"column": 24
},
"end": {
"line": 184,
"column": 26
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 7804,
"end": 7805,
"loc": {
"start": {
"line": 184,
"column": 27
},
"end": {
"line": 184,
"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": 7805,
"end": 7806,
"loc": {
"start": {
"line": 184,
"column": 28
},
"end": {
"line": 184,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaObject",
"start": 7806,
"end": 7816,
"loc": {
"start": {
"line": 184,
"column": 29
},
"end": {
"line": 184,
"column": 39
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 7816,
"end": 7817,
"loc": {
"start": {
"line": 184,
"column": 39
},
"end": {
"line": 184,
"column": 40
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 7818,
"end": 7819,
"loc": {
"start": {
"line": 184,
"column": 41
},
"end": {
"line": 184,
"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": 7848,
"end": 7854,
"loc": {
"start": {
"line": 185,
"column": 28
},
"end": {
"line": 185,
"column": 34
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7854,
"end": 7855,
"loc": {
"start": {
"line": 185,
"column": 34
},
"end": {
"line": 185,
"column": 35
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 7880,
"end": 7881,
"loc": {
"start": {
"line": 186,
"column": 24
},
"end": {
"line": 186,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 7906,
"end": 7911,
"loc": {
"start": {
"line": 187,
"column": 24
},
"end": {
"line": 187,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7911,
"end": 7912,
"loc": {
"start": {
"line": 187,
"column": 29
},
"end": {
"line": 187,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "setObjectsVisible",
"start": 7912,
"end": 7929,
"loc": {
"start": {
"line": 187,
"column": 30
},
"end": {
"line": 187,
"column": 47
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 7929,
"end": 7930,
"loc": {
"start": {
"line": 187,
"column": 47
},
"end": {
"line": 187,
"column": 48
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 7930,
"end": 7935,
"loc": {
"start": {
"line": 187,
"column": 48
},
"end": {
"line": 187,
"column": 53
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7935,
"end": 7936,
"loc": {
"start": {
"line": 187,
"column": 53
},
"end": {
"line": 187,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "objectIds",
"start": 7936,
"end": 7945,
"loc": {
"start": {
"line": 187,
"column": 54
},
"end": {
"line": 187,
"column": 63
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7945,
"end": 7946,
"loc": {
"start": {
"line": 187,
"column": 63
},
"end": {
"line": 187,
"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": 7947,
"end": 7951,
"loc": {
"start": {
"line": 187,
"column": 65
},
"end": {
"line": 187,
"column": 69
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 7951,
"end": 7952,
"loc": {
"start": {
"line": 187,
"column": 69
},
"end": {
"line": 187,
"column": 70
}
}
},
{
"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": 187,
"column": 70
},
"end": {
"line": 187,
"column": 71
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 7978,
"end": 7983,
"loc": {
"start": {
"line": 188,
"column": 24
},
"end": {
"line": 188,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 7983,
"end": 7984,
"loc": {
"start": {
"line": 188,
"column": 29
},
"end": {
"line": 188,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "setObjectsXRayed",
"start": 7984,
"end": 8000,
"loc": {
"start": {
"line": 188,
"column": 30
},
"end": {
"line": 188,
"column": 46
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 8000,
"end": 8001,
"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": "scene",
"start": 8001,
"end": 8006,
"loc": {
"start": {
"line": 188,
"column": 47
},
"end": {
"line": 188,
"column": 52
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8006,
"end": 8007,
"loc": {
"start": {
"line": 188,
"column": 52
},
"end": {
"line": 188,
"column": 53
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "objectIds",
"start": 8007,
"end": 8016,
"loc": {
"start": {
"line": 188,
"column": 53
},
"end": {
"line": 188,
"column": 62
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8016,
"end": 8017,
"loc": {
"start": {
"line": 188,
"column": 62
},
"end": {
"line": 188,
"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": 8018,
"end": 8022,
"loc": {
"start": {
"line": 188,
"column": 64
},
"end": {
"line": 188,
"column": 68
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 8022,
"end": 8023,
"loc": {
"start": {
"line": 188,
"column": 68
},
"end": {
"line": 188,
"column": 69
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8023,
"end": 8024,
"loc": {
"start": {
"line": 188,
"column": 69
},
"end": {
"line": 188,
"column": 70
}
}
},
{
"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": 8049,
"end": 8051,
"loc": {
"start": {
"line": 189,
"column": 24
},
"end": {
"line": 189,
"column": 26
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 8052,
"end": 8053,
"loc": {
"start": {
"line": 189,
"column": 27
},
"end": {
"line": 189,
"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": 8053,
"end": 8054,
"loc": {
"start": {
"line": 189,
"column": 28
},
"end": {
"line": 189,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 8054,
"end": 8061,
"loc": {
"start": {
"line": 189,
"column": 29
},
"end": {
"line": 189,
"column": 36
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8061,
"end": 8062,
"loc": {
"start": {
"line": 189,
"column": 36
},
"end": {
"line": 189,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "bimViewer",
"start": 8062,
"end": 8071,
"loc": {
"start": {
"line": 189,
"column": 37
},
"end": {
"line": 189,
"column": 46
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8071,
"end": 8072,
"loc": {
"start": {
"line": 189,
"column": 46
},
"end": {
"line": 189,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getConfig",
"start": 8072,
"end": 8081,
"loc": {
"start": {
"line": 189,
"column": 47
},
"end": {
"line": 189,
"column": 56
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 8081,
"end": 8082,
"loc": {
"start": {
"line": 189,
"column": 56
},
"end": {
"line": 189,
"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": 8082,
"end": 8096,
"loc": {
"start": {
"line": 189,
"column": 57
},
"end": {
"line": 189,
"column": 71
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 8096,
"end": 8097,
"loc": {
"start": {
"line": 189,
"column": 71
},
"end": {
"line": 189,
"column": 72
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 8097,
"end": 8098,
"loc": {
"start": {
"line": 189,
"column": 72
},
"end": {
"line": 189,
"column": 73
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 8099,
"end": 8100,
"loc": {
"start": {
"line": 189,
"column": 74
},
"end": {
"line": 189,
"column": 75
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 8129,
"end": 8134,
"loc": {
"start": {
"line": 190,
"column": 28
},
"end": {
"line": 190,
"column": 33
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8134,
"end": 8135,
"loc": {
"start": {
"line": 190,
"column": 33
},
"end": {
"line": 190,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "setObjectsPickable",
"start": 8135,
"end": 8153,
"loc": {
"start": {
"line": 190,
"column": 34
},
"end": {
"line": 190,
"column": 52
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 8153,
"end": 8154,
"loc": {
"start": {
"line": 190,
"column": 52
},
"end": {
"line": 190,
"column": 53
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 8154,
"end": 8159,
"loc": {
"start": {
"line": 190,
"column": 53
},
"end": {
"line": 190,
"column": 58
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8159,
"end": 8160,
"loc": {
"start": {
"line": 190,
"column": 58
},
"end": {
"line": 190,
"column": 59
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "objectIds",
"start": 8160,
"end": 8169,
"loc": {
"start": {
"line": 190,
"column": 59
},
"end": {
"line": 190,
"column": 68
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8169,
"end": 8170,
"loc": {
"start": {
"line": 190,
"column": 68
},
"end": {
"line": 190,
"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": 8171,
"end": 8176,
"loc": {
"start": {
"line": 190,
"column": 70
},
"end": {
"line": 190,
"column": 75
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 8176,
"end": 8177,
"loc": {
"start": {
"line": 190,
"column": 75
},
"end": {
"line": 190,
"column": 76
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8177,
"end": 8178,
"loc": {
"start": {
"line": 190,
"column": 76
},
"end": {
"line": 190,
"column": 77
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 8203,
"end": 8204,
"loc": {
"start": {
"line": 191,
"column": 24
},
"end": {
"line": 191,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaObject",
"start": 8229,
"end": 8239,
"loc": {
"start": {
"line": 192,
"column": 24
},
"end": {
"line": 192,
"column": 34
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8239,
"end": 8240,
"loc": {
"start": {
"line": 192,
"column": 34
},
"end": {
"line": 192,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "withMetaObjectsInSubtree",
"start": 8240,
"end": 8264,
"loc": {
"start": {
"line": 192,
"column": 35
},
"end": {
"line": 192,
"column": 59
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 8264,
"end": 8265,
"loc": {
"start": {
"line": 192,
"column": 59
},
"end": {
"line": 192,
"column": 60
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 8265,
"end": 8266,
"loc": {
"start": {
"line": 192,
"column": 60
},
"end": {
"line": 192,
"column": 61
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaObject",
"start": 8266,
"end": 8276,
"loc": {
"start": {
"line": 192,
"column": 61
},
"end": {
"line": 192,
"column": 71
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 8276,
"end": 8277,
"loc": {
"start": {
"line": 192,
"column": 71
},
"end": {
"line": 192,
"column": 72
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8278,
"end": 8280,
"loc": {
"start": {
"line": 192,
"column": 73
},
"end": {
"line": 192,
"column": 75
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 8281,
"end": 8282,
"loc": {
"start": {
"line": 192,
"column": 76
},
"end": {
"line": 192,
"column": 77
}
}
},
{
"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": 8311,
"end": 8316,
"loc": {
"start": {
"line": 193,
"column": 28
},
"end": {
"line": 193,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 8317,
"end": 8323,
"loc": {
"start": {
"line": 193,
"column": 34
},
"end": {
"line": 193,
"column": 40
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 8324,
"end": 8325,
"loc": {
"start": {
"line": 193,
"column": 41
},
"end": {
"line": 193,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 8326,
"end": 8331,
"loc": {
"start": {
"line": 193,
"column": 43
},
"end": {
"line": 193,
"column": 48
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8331,
"end": 8332,
"loc": {
"start": {
"line": 193,
"column": 48
},
"end": {
"line": 193,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "objects",
"start": 8332,
"end": 8339,
"loc": {
"start": {
"line": 193,
"column": 49
},
"end": {
"line": 193,
"column": 56
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8339,
"end": 8340,
"loc": {
"start": {
"line": 193,
"column": 56
},
"end": {
"line": 193,
"column": 57
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "metaObject",
"start": 8340,
"end": 8350,
"loc": {
"start": {
"line": 193,
"column": 57
},
"end": {
"line": 193,
"column": 67
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8350,
"end": 8351,
"loc": {
"start": {
"line": 193,
"column": 67
},
"end": {
"line": 193,
"column": 68
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "id",
"start": 8351,
"end": 8353,
"loc": {
"start": {
"line": 193,
"column": 68
},
"end": {
"line": 193,
"column": 70
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8353,
"end": 8354,
"loc": {
"start": {
"line": 193,
"column": 70
},
"end": {
"line": 193,
"column": 71
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8354,
"end": 8355,
"loc": {
"start": {
"line": 193,
"column": 71
},
"end": {
"line": 193,
"column": 72
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 8384,
"end": 8386,
"loc": {
"start": {
"line": 194,
"column": 28
},
"end": {
"line": 194,
"column": 30
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 8387,
"end": 8388,
"loc": {
"start": {
"line": 194,
"column": 31
},
"end": {
"line": 194,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 8388,
"end": 8394,
"loc": {
"start": {
"line": 194,
"column": 32
},
"end": {
"line": 194,
"column": 38
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 8394,
"end": 8395,
"loc": {
"start": {
"line": 194,
"column": 38
},
"end": {
"line": 194,
"column": 39
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 8396,
"end": 8397,
"loc": {
"start": {
"line": 194,
"column": 40
},
"end": {
"line": 194,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 8430,
"end": 8436,
"loc": {
"start": {
"line": 195,
"column": 32
},
"end": {
"line": 195,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8436,
"end": 8437,
"loc": {
"start": {
"line": 195,
"column": 38
},
"end": {
"line": 195,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "xrayed",
"start": 8437,
"end": 8443,
"loc": {
"start": {
"line": 195,
"column": 39
},
"end": {
"line": 195,
"column": 45
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 8444,
"end": 8445,
"loc": {
"start": {
"line": 195,
"column": 46
},
"end": {
"line": 195,
"column": 47
}
}
},
{
"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": 8446,
"end": 8451,
"loc": {
"start": {
"line": 195,
"column": 48
},
"end": {
"line": 195,
"column": 53
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8451,
"end": 8452,
"loc": {
"start": {
"line": 195,
"column": 53
},
"end": {
"line": 195,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 8485,
"end": 8491,
"loc": {
"start": {
"line": 196,
"column": 32
},
"end": {
"line": 196,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8491,
"end": 8492,
"loc": {
"start": {
"line": 196,
"column": 38
},
"end": {
"line": 196,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "pickable",
"start": 8492,
"end": 8500,
"loc": {
"start": {
"line": 196,
"column": 39
},
"end": {
"line": 196,
"column": 47
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 8501,
"end": 8502,
"loc": {
"start": {
"line": 196,
"column": 48
},
"end": {
"line": 196,
"column": 49
}
}
},
{
"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": 8503,
"end": 8507,
"loc": {
"start": {
"line": 196,
"column": 50
},
"end": {
"line": 196,
"column": 54
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8507,
"end": 8508,
"loc": {
"start": {
"line": 196,
"column": 54
},
"end": {
"line": 196,
"column": 55
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 8537,
"end": 8538,
"loc": {
"start": {
"line": 197,
"column": 28
},
"end": {
"line": 197,
"column": 29
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 8563,
"end": 8564,
"loc": {
"start": {
"line": 198,
"column": 24
},
"end": {
"line": 198,
"column": 25
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 8564,
"end": 8565,
"loc": {
"start": {
"line": 198,
"column": 25
},
"end": {
"line": 198,
"column": 26
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8565,
"end": 8566,
"loc": {
"start": {
"line": 198,
"column": 26
},
"end": {
"line": 198,
"column": 27
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 8587,
"end": 8588,
"loc": {
"start": {
"line": 199,
"column": 20
},
"end": {
"line": 199,
"column": 21
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 8605,
"end": 8606,
"loc": {
"start": {
"line": 200,
"column": 16
},
"end": {
"line": 200,
"column": 17
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8606,
"end": 8607,
"loc": {
"start": {
"line": 200,
"column": 17
},
"end": {
"line": 200,
"column": 18
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 8624,
"end": 8625,
"loc": {
"start": {
"line": 201,
"column": 16
},
"end": {
"line": 201,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getTitle",
"start": 8646,
"end": 8654,
"loc": {
"start": {
"line": 202,
"column": 20
},
"end": {
"line": 202,
"column": 28
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8654,
"end": 8655,
"loc": {
"start": {
"line": 202,
"column": 28
},
"end": {
"line": 202,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 8656,
"end": 8657,
"loc": {
"start": {
"line": 202,
"column": 30
},
"end": {
"line": 202,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 8657,
"end": 8664,
"loc": {
"start": {
"line": 202,
"column": 31
},
"end": {
"line": 202,
"column": 38
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 8664,
"end": 8665,
"loc": {
"start": {
"line": 202,
"column": 38
},
"end": {
"line": 202,
"column": 39
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8666,
"end": 8668,
"loc": {
"start": {
"line": 202,
"column": 40
},
"end": {
"line": 202,
"column": 42
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 8669,
"end": 8670,
"loc": {
"start": {
"line": 202,
"column": 43
},
"end": {
"line": 202,
"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": 8695,
"end": 8701,
"loc": {
"start": {
"line": 203,
"column": 24
},
"end": {
"line": 203,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 8702,
"end": 8709,
"loc": {
"start": {
"line": 203,
"column": 31
},
"end": {
"line": 203,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8709,
"end": 8710,
"loc": {
"start": {
"line": 203,
"column": 38
},
"end": {
"line": 203,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 8710,
"end": 8716,
"loc": {
"start": {
"line": 203,
"column": 39
},
"end": {
"line": 203,
"column": 45
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8716,
"end": 8717,
"loc": {
"start": {
"line": 203,
"column": 45
},
"end": {
"line": 203,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "localeService",
"start": 8717,
"end": 8730,
"loc": {
"start": {
"line": 203,
"column": 46
},
"end": {
"line": 203,
"column": 59
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8730,
"end": 8731,
"loc": {
"start": {
"line": 203,
"column": 59
},
"end": {
"line": 203,
"column": 60
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "translate",
"start": 8731,
"end": 8740,
"loc": {
"start": {
"line": 203,
"column": 60
},
"end": {
"line": 203,
"column": 69
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 8740,
"end": 8741,
"loc": {
"start": {
"line": 203,
"column": 69
},
"end": {
"line": 203,
"column": 70
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "objectContextMenu.xrayAll",
"start": 8741,
"end": 8768,
"loc": {
"start": {
"line": 203,
"column": 70
},
"end": {
"line": 203,
"column": 97
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 8768,
"end": 8769,
"loc": {
"start": {
"line": 203,
"column": 97
},
"end": {
"line": 203,
"column": 98
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 8770,
"end": 8772,
"loc": {
"start": {
"line": 203,
"column": 99
},
"end": {
"line": 203,
"column": 101
}
}
},
{
"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": 8773,
"end": 8784,
"loc": {
"start": {
"line": 203,
"column": 102
},
"end": {
"line": 203,
"column": 113
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8784,
"end": 8785,
"loc": {
"start": {
"line": 203,
"column": 113
},
"end": {
"line": 203,
"column": 114
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 8806,
"end": 8807,
"loc": {
"start": {
"line": 204,
"column": 20
},
"end": {
"line": 204,
"column": 21
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8807,
"end": 8808,
"loc": {
"start": {
"line": 204,
"column": 21
},
"end": {
"line": 204,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getEnabled",
"start": 8829,
"end": 8839,
"loc": {
"start": {
"line": 205,
"column": 20
},
"end": {
"line": 205,
"column": 30
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8839,
"end": 8840,
"loc": {
"start": {
"line": 205,
"column": 30
},
"end": {
"line": 205,
"column": 31
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 8841,
"end": 8842,
"loc": {
"start": {
"line": 205,
"column": 32
},
"end": {
"line": 205,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 8842,
"end": 8849,
"loc": {
"start": {
"line": 205,
"column": 33
},
"end": {
"line": 205,
"column": 40
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 8849,
"end": 8850,
"loc": {
"start": {
"line": 205,
"column": 40
},
"end": {
"line": 205,
"column": 41
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8851,
"end": 8853,
"loc": {
"start": {
"line": 205,
"column": 42
},
"end": {
"line": 205,
"column": 44
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 8854,
"end": 8855,
"loc": {
"start": {
"line": 205,
"column": 45
},
"end": {
"line": 205,
"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": 8880,
"end": 8885,
"loc": {
"start": {
"line": 206,
"column": 24
},
"end": {
"line": 206,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 8886,
"end": 8891,
"loc": {
"start": {
"line": 206,
"column": 30
},
"end": {
"line": 206,
"column": 35
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 8892,
"end": 8893,
"loc": {
"start": {
"line": 206,
"column": 36
},
"end": {
"line": 206,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 8894,
"end": 8901,
"loc": {
"start": {
"line": 206,
"column": 38
},
"end": {
"line": 206,
"column": 45
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8901,
"end": 8902,
"loc": {
"start": {
"line": 206,
"column": 45
},
"end": {
"line": 206,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 8902,
"end": 8908,
"loc": {
"start": {
"line": 206,
"column": 46
},
"end": {
"line": 206,
"column": 52
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8908,
"end": 8909,
"loc": {
"start": {
"line": 206,
"column": 52
},
"end": {
"line": 206,
"column": 53
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 8909,
"end": 8914,
"loc": {
"start": {
"line": 206,
"column": 53
},
"end": {
"line": 206,
"column": 58
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8914,
"end": 8915,
"loc": {
"start": {
"line": 206,
"column": 58
},
"end": {
"line": 206,
"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": 8940,
"end": 8946,
"loc": {
"start": {
"line": 207,
"column": 24
},
"end": {
"line": 207,
"column": 30
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 8947,
"end": 8948,
"loc": {
"start": {
"line": 207,
"column": 31
},
"end": {
"line": 207,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 8948,
"end": 8953,
"loc": {
"start": {
"line": 207,
"column": 32
},
"end": {
"line": 207,
"column": 37
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8953,
"end": 8954,
"loc": {
"start": {
"line": 207,
"column": 37
},
"end": {
"line": 207,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "numXRayedObjects",
"start": 8954,
"end": 8970,
"loc": {
"start": {
"line": 207,
"column": 38
},
"end": {
"line": 207,
"column": 54
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": "<",
"start": 8971,
"end": 8972,
"loc": {
"start": {
"line": 207,
"column": 55
},
"end": {
"line": 207,
"column": 56
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 8973,
"end": 8978,
"loc": {
"start": {
"line": 207,
"column": 57
},
"end": {
"line": 207,
"column": 62
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8978,
"end": 8979,
"loc": {
"start": {
"line": 207,
"column": 62
},
"end": {
"line": 207,
"column": 63
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "numObjects",
"start": 8979,
"end": 8989,
"loc": {
"start": {
"line": 207,
"column": 63
},
"end": {
"line": 207,
"column": 73
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 8989,
"end": 8990,
"loc": {
"start": {
"line": 207,
"column": 73
},
"end": {
"line": 207,
"column": 74
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 8990,
"end": 8991,
"loc": {
"start": {
"line": 207,
"column": 74
},
"end": {
"line": 207,
"column": 75
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 9012,
"end": 9013,
"loc": {
"start": {
"line": 208,
"column": 20
},
"end": {
"line": 208,
"column": 21
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9013,
"end": 9014,
"loc": {
"start": {
"line": 208,
"column": 21
},
"end": {
"line": 208,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "doAction",
"start": 9035,
"end": 9043,
"loc": {
"start": {
"line": 209,
"column": 20
},
"end": {
"line": 209,
"column": 28
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9043,
"end": 9044,
"loc": {
"start": {
"line": 209,
"column": 28
},
"end": {
"line": 209,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 9045,
"end": 9046,
"loc": {
"start": {
"line": 209,
"column": 30
},
"end": {
"line": 209,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 9046,
"end": 9053,
"loc": {
"start": {
"line": 209,
"column": 31
},
"end": {
"line": 209,
"column": 38
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 9053,
"end": 9054,
"loc": {
"start": {
"line": 209,
"column": 38
},
"end": {
"line": 209,
"column": 39
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9055,
"end": 9057,
"loc": {
"start": {
"line": 209,
"column": 40
},
"end": {
"line": 209,
"column": 42
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 9058,
"end": 9059,
"loc": {
"start": {
"line": 209,
"column": 43
},
"end": {
"line": 209,
"column": 44
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 9084,
"end": 9089,
"loc": {
"start": {
"line": 210,
"column": 24
},
"end": {
"line": 210,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 9090,
"end": 9095,
"loc": {
"start": {
"line": 210,
"column": 30
},
"end": {
"line": 210,
"column": 35
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 9096,
"end": 9097,
"loc": {
"start": {
"line": 210,
"column": 36
},
"end": {
"line": 210,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 9098,
"end": 9105,
"loc": {
"start": {
"line": 210,
"column": 38
},
"end": {
"line": 210,
"column": 45
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9105,
"end": 9106,
"loc": {
"start": {
"line": 210,
"column": 45
},
"end": {
"line": 210,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 9106,
"end": 9112,
"loc": {
"start": {
"line": 210,
"column": 46
},
"end": {
"line": 210,
"column": 52
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9112,
"end": 9113,
"loc": {
"start": {
"line": 210,
"column": 52
},
"end": {
"line": 210,
"column": 53
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 9113,
"end": 9118,
"loc": {
"start": {
"line": 210,
"column": 53
},
"end": {
"line": 210,
"column": 58
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9118,
"end": 9119,
"loc": {
"start": {
"line": 210,
"column": 58
},
"end": {
"line": 210,
"column": 59
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 9144,
"end": 9149,
"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": 9149,
"end": 9150,
"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": "setObjectsVisible",
"start": 9150,
"end": 9167,
"loc": {
"start": {
"line": 211,
"column": 30
},
"end": {
"line": 211,
"column": 47
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 9167,
"end": 9168,
"loc": {
"start": {
"line": 211,
"column": 47
},
"end": {
"line": 211,
"column": 48
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 9168,
"end": 9173,
"loc": {
"start": {
"line": 211,
"column": 48
},
"end": {
"line": 211,
"column": 53
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9173,
"end": 9174,
"loc": {
"start": {
"line": 211,
"column": 53
},
"end": {
"line": 211,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "objectIds",
"start": 9174,
"end": 9183,
"loc": {
"start": {
"line": 211,
"column": 54
},
"end": {
"line": 211,
"column": 63
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9183,
"end": 9184,
"loc": {
"start": {
"line": 211,
"column": 63
},
"end": {
"line": 211,
"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": 9185,
"end": 9189,
"loc": {
"start": {
"line": 211,
"column": 65
},
"end": {
"line": 211,
"column": 69
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 9189,
"end": 9190,
"loc": {
"start": {
"line": 211,
"column": 69
},
"end": {
"line": 211,
"column": 70
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9190,
"end": 9191,
"loc": {
"start": {
"line": 211,
"column": 70
},
"end": {
"line": 211,
"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": 9216,
"end": 9218,
"loc": {
"start": {
"line": 212,
"column": 24
},
"end": {
"line": 212,
"column": 26
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 9219,
"end": 9220,
"loc": {
"start": {
"line": 212,
"column": 27
},
"end": {
"line": 212,
"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": 9220,
"end": 9221,
"loc": {
"start": {
"line": 212,
"column": 28
},
"end": {
"line": 212,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 9221,
"end": 9228,
"loc": {
"start": {
"line": 212,
"column": 29
},
"end": {
"line": 212,
"column": 36
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9228,
"end": 9229,
"loc": {
"start": {
"line": 212,
"column": 36
},
"end": {
"line": 212,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "bimViewer",
"start": 9229,
"end": 9238,
"loc": {
"start": {
"line": 212,
"column": 37
},
"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": 9238,
"end": 9239,
"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": "getConfig",
"start": 9239,
"end": 9248,
"loc": {
"start": {
"line": 212,
"column": 47
},
"end": {
"line": 212,
"column": 56
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 9248,
"end": 9249,
"loc": {
"start": {
"line": 212,
"column": 56
},
"end": {
"line": 212,
"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": 9249,
"end": 9263,
"loc": {
"start": {
"line": 212,
"column": 57
},
"end": {
"line": 212,
"column": 71
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 9263,
"end": 9264,
"loc": {
"start": {
"line": 212,
"column": 71
},
"end": {
"line": 212,
"column": 72
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 9264,
"end": 9265,
"loc": {
"start": {
"line": 212,
"column": 72
},
"end": {
"line": 212,
"column": 73
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 9266,
"end": 9267,
"loc": {
"start": {
"line": 212,
"column": 74
},
"end": {
"line": 212,
"column": 75
}
}
},
{
"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": 213,
"column": 28
},
"end": {
"line": 213,
"column": 33
}
}
},
{
"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": 213,
"column": 33
},
"end": {
"line": 213,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "setObjectsPickable",
"start": 9302,
"end": 9320,
"loc": {
"start": {
"line": 213,
"column": 34
},
"end": {
"line": 213,
"column": 52
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 9320,
"end": 9321,
"loc": {
"start": {
"line": 213,
"column": 52
},
"end": {
"line": 213,
"column": 53
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 9321,
"end": 9326,
"loc": {
"start": {
"line": 213,
"column": 53
},
"end": {
"line": 213,
"column": 58
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9326,
"end": 9327,
"loc": {
"start": {
"line": 213,
"column": 58
},
"end": {
"line": 213,
"column": 59
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "objectIds",
"start": 9327,
"end": 9336,
"loc": {
"start": {
"line": 213,
"column": 59
},
"end": {
"line": 213,
"column": 68
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9336,
"end": 9337,
"loc": {
"start": {
"line": 213,
"column": 68
},
"end": {
"line": 213,
"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": 9338,
"end": 9343,
"loc": {
"start": {
"line": 213,
"column": 70
},
"end": {
"line": 213,
"column": 75
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 9343,
"end": 9344,
"loc": {
"start": {
"line": 213,
"column": 75
},
"end": {
"line": 213,
"column": 76
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9344,
"end": 9345,
"loc": {
"start": {
"line": 213,
"column": 76
},
"end": {
"line": 213,
"column": 77
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 9370,
"end": 9371,
"loc": {
"start": {
"line": 214,
"column": 24
},
"end": {
"line": 214,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 9396,
"end": 9401,
"loc": {
"start": {
"line": 215,
"column": 24
},
"end": {
"line": 215,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9401,
"end": 9402,
"loc": {
"start": {
"line": 215,
"column": 29
},
"end": {
"line": 215,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "setObjectsXRayed",
"start": 9402,
"end": 9418,
"loc": {
"start": {
"line": 215,
"column": 30
},
"end": {
"line": 215,
"column": 46
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 9418,
"end": 9419,
"loc": {
"start": {
"line": 215,
"column": 46
},
"end": {
"line": 215,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 9419,
"end": 9424,
"loc": {
"start": {
"line": 215,
"column": 47
},
"end": {
"line": 215,
"column": 52
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9424,
"end": 9425,
"loc": {
"start": {
"line": 215,
"column": 52
},
"end": {
"line": 215,
"column": 53
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "objectIds",
"start": 9425,
"end": 9434,
"loc": {
"start": {
"line": 215,
"column": 53
},
"end": {
"line": 215,
"column": 62
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9434,
"end": 9435,
"loc": {
"start": {
"line": 215,
"column": 62
},
"end": {
"line": 215,
"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": 9436,
"end": 9440,
"loc": {
"start": {
"line": 215,
"column": 64
},
"end": {
"line": 215,
"column": 68
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 9440,
"end": 9441,
"loc": {
"start": {
"line": 215,
"column": 68
},
"end": {
"line": 215,
"column": 69
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9441,
"end": 9442,
"loc": {
"start": {
"line": 215,
"column": 69
},
"end": {
"line": 215,
"column": 70
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 9463,
"end": 9464,
"loc": {
"start": {
"line": 216,
"column": 20
},
"end": {
"line": 216,
"column": 21
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 9481,
"end": 9482,
"loc": {
"start": {
"line": 217,
"column": 16
},
"end": {
"line": 217,
"column": 17
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9482,
"end": 9483,
"loc": {
"start": {
"line": 217,
"column": 17
},
"end": {
"line": 217,
"column": 18
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 9500,
"end": 9501,
"loc": {
"start": {
"line": 218,
"column": 16
},
"end": {
"line": 218,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getTitle",
"start": 9522,
"end": 9530,
"loc": {
"start": {
"line": 219,
"column": 20
},
"end": {
"line": 219,
"column": 28
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9530,
"end": 9531,
"loc": {
"start": {
"line": 219,
"column": 28
},
"end": {
"line": 219,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 9532,
"end": 9533,
"loc": {
"start": {
"line": 219,
"column": 30
},
"end": {
"line": 219,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 9533,
"end": 9540,
"loc": {
"start": {
"line": 219,
"column": 31
},
"end": {
"line": 219,
"column": 38
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 9540,
"end": 9541,
"loc": {
"start": {
"line": 219,
"column": 38
},
"end": {
"line": 219,
"column": 39
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9542,
"end": 9544,
"loc": {
"start": {
"line": 219,
"column": 40
},
"end": {
"line": 219,
"column": 42
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 9545,
"end": 9546,
"loc": {
"start": {
"line": 219,
"column": 43
},
"end": {
"line": 219,
"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": 9571,
"end": 9577,
"loc": {
"start": {
"line": 220,
"column": 24
},
"end": {
"line": 220,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 9578,
"end": 9585,
"loc": {
"start": {
"line": 220,
"column": 31
},
"end": {
"line": 220,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9585,
"end": 9586,
"loc": {
"start": {
"line": 220,
"column": 38
},
"end": {
"line": 220,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 9586,
"end": 9592,
"loc": {
"start": {
"line": 220,
"column": 39
},
"end": {
"line": 220,
"column": 45
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9592,
"end": 9593,
"loc": {
"start": {
"line": 220,
"column": 45
},
"end": {
"line": 220,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "localeService",
"start": 9593,
"end": 9606,
"loc": {
"start": {
"line": 220,
"column": 46
},
"end": {
"line": 220,
"column": 59
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9606,
"end": 9607,
"loc": {
"start": {
"line": 220,
"column": 59
},
"end": {
"line": 220,
"column": 60
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "translate",
"start": 9607,
"end": 9616,
"loc": {
"start": {
"line": 220,
"column": 60
},
"end": {
"line": 220,
"column": 69
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 9616,
"end": 9617,
"loc": {
"start": {
"line": 220,
"column": 69
},
"end": {
"line": 220,
"column": 70
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "objectContextMenu.xrayNone",
"start": 9617,
"end": 9645,
"loc": {
"start": {
"line": 220,
"column": 70
},
"end": {
"line": 220,
"column": 98
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 9645,
"end": 9646,
"loc": {
"start": {
"line": 220,
"column": 98
},
"end": {
"line": 220,
"column": 99
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 9647,
"end": 9649,
"loc": {
"start": {
"line": 220,
"column": 100
},
"end": {
"line": 220,
"column": 102
}
}
},
{
"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": 9650,
"end": 9662,
"loc": {
"start": {
"line": 220,
"column": 103
},
"end": {
"line": 220,
"column": 115
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9662,
"end": 9663,
"loc": {
"start": {
"line": 220,
"column": 115
},
"end": {
"line": 220,
"column": 116
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 9684,
"end": 9685,
"loc": {
"start": {
"line": 221,
"column": 20
},
"end": {
"line": 221,
"column": 21
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9685,
"end": 9686,
"loc": {
"start": {
"line": 221,
"column": 21
},
"end": {
"line": 221,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getEnabled",
"start": 9707,
"end": 9717,
"loc": {
"start": {
"line": 222,
"column": 20
},
"end": {
"line": 222,
"column": 30
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9717,
"end": 9718,
"loc": {
"start": {
"line": 222,
"column": 30
},
"end": {
"line": 222,
"column": 31
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 9719,
"end": 9720,
"loc": {
"start": {
"line": 222,
"column": 32
},
"end": {
"line": 222,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 9720,
"end": 9727,
"loc": {
"start": {
"line": 222,
"column": 33
},
"end": {
"line": 222,
"column": 40
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 9727,
"end": 9728,
"loc": {
"start": {
"line": 222,
"column": 40
},
"end": {
"line": 222,
"column": 41
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9729,
"end": 9731,
"loc": {
"start": {
"line": 222,
"column": 42
},
"end": {
"line": 222,
"column": 44
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 9732,
"end": 9733,
"loc": {
"start": {
"line": 222,
"column": 45
},
"end": {
"line": 222,
"column": 46
}
}
},
{
"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": 9758,
"end": 9764,
"loc": {
"start": {
"line": 223,
"column": 24
},
"end": {
"line": 223,
"column": 30
}
}
},
{
"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": 223,
"column": 31
},
"end": {
"line": 223,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 9766,
"end": 9773,
"loc": {
"start": {
"line": 223,
"column": 32
},
"end": {
"line": 223,
"column": 39
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9773,
"end": 9774,
"loc": {
"start": {
"line": 223,
"column": 39
},
"end": {
"line": 223,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 9774,
"end": 9780,
"loc": {
"start": {
"line": 223,
"column": 40
},
"end": {
"line": 223,
"column": 46
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9780,
"end": 9781,
"loc": {
"start": {
"line": 223,
"column": 46
},
"end": {
"line": 223,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 9781,
"end": 9786,
"loc": {
"start": {
"line": 223,
"column": 47
},
"end": {
"line": 223,
"column": 52
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9786,
"end": 9787,
"loc": {
"start": {
"line": 223,
"column": 52
},
"end": {
"line": 223,
"column": 53
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "numXRayedObjects",
"start": 9787,
"end": 9803,
"loc": {
"start": {
"line": 223,
"column": 53
},
"end": {
"line": 223,
"column": 69
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": ">",
"start": 9804,
"end": 9805,
"loc": {
"start": {
"line": 223,
"column": 70
},
"end": {
"line": 223,
"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": 9806,
"end": 9807,
"loc": {
"start": {
"line": 223,
"column": 72
},
"end": {
"line": 223,
"column": 73
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 9807,
"end": 9808,
"loc": {
"start": {
"line": 223,
"column": 73
},
"end": {
"line": 223,
"column": 74
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9808,
"end": 9809,
"loc": {
"start": {
"line": 223,
"column": 74
},
"end": {
"line": 223,
"column": 75
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 9830,
"end": 9831,
"loc": {
"start": {
"line": 224,
"column": 20
},
"end": {
"line": 224,
"column": 21
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9831,
"end": 9832,
"loc": {
"start": {
"line": 224,
"column": 21
},
"end": {
"line": 224,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "doAction",
"start": 9853,
"end": 9861,
"loc": {
"start": {
"line": 225,
"column": 20
},
"end": {
"line": 225,
"column": 28
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9861,
"end": 9862,
"loc": {
"start": {
"line": 225,
"column": 28
},
"end": {
"line": 225,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 9863,
"end": 9864,
"loc": {
"start": {
"line": 225,
"column": 30
},
"end": {
"line": 225,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 9864,
"end": 9871,
"loc": {
"start": {
"line": 225,
"column": 31
},
"end": {
"line": 225,
"column": 38
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 9871,
"end": 9872,
"loc": {
"start": {
"line": 225,
"column": 38
},
"end": {
"line": 225,
"column": 39
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9873,
"end": 9875,
"loc": {
"start": {
"line": 225,
"column": 40
},
"end": {
"line": 225,
"column": 42
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 9876,
"end": 9877,
"loc": {
"start": {
"line": 225,
"column": 43
},
"end": {
"line": 225,
"column": 44
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 9902,
"end": 9907,
"loc": {
"start": {
"line": 226,
"column": 24
},
"end": {
"line": 226,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 9908,
"end": 9913,
"loc": {
"start": {
"line": 226,
"column": 30
},
"end": {
"line": 226,
"column": 35
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 9914,
"end": 9915,
"loc": {
"start": {
"line": 226,
"column": 36
},
"end": {
"line": 226,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 9916,
"end": 9923,
"loc": {
"start": {
"line": 226,
"column": 38
},
"end": {
"line": 226,
"column": 45
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9923,
"end": 9924,
"loc": {
"start": {
"line": 226,
"column": 45
},
"end": {
"line": 226,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 9924,
"end": 9930,
"loc": {
"start": {
"line": 226,
"column": 46
},
"end": {
"line": 226,
"column": 52
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9930,
"end": 9931,
"loc": {
"start": {
"line": 226,
"column": 52
},
"end": {
"line": 226,
"column": 53
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 9931,
"end": 9936,
"loc": {
"start": {
"line": 226,
"column": 53
},
"end": {
"line": 226,
"column": 58
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9936,
"end": 9937,
"loc": {
"start": {
"line": 226,
"column": 58
},
"end": {
"line": 226,
"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": 9962,
"end": 9967,
"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": "xrayedObjectIds",
"start": 9968,
"end": 9983,
"loc": {
"start": {
"line": 227,
"column": 30
},
"end": {
"line": 227,
"column": 45
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 9984,
"end": 9985,
"loc": {
"start": {
"line": 227,
"column": 46
},
"end": {
"line": 227,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 9986,
"end": 9991,
"loc": {
"start": {
"line": 227,
"column": 48
},
"end": {
"line": 227,
"column": 53
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 9991,
"end": 9992,
"loc": {
"start": {
"line": 227,
"column": 53
},
"end": {
"line": 227,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "xrayedObjectIds",
"start": 9992,
"end": 10007,
"loc": {
"start": {
"line": 227,
"column": 54
},
"end": {
"line": 227,
"column": 69
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10007,
"end": 10008,
"loc": {
"start": {
"line": 227,
"column": 69
},
"end": {
"line": 227,
"column": 70
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 10033,
"end": 10038,
"loc": {
"start": {
"line": 228,
"column": 24
},
"end": {
"line": 228,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10038,
"end": 10039,
"loc": {
"start": {
"line": 228,
"column": 29
},
"end": {
"line": 228,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "setObjectsPickable",
"start": 10039,
"end": 10057,
"loc": {
"start": {
"line": 228,
"column": 30
},
"end": {
"line": 228,
"column": 48
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 10057,
"end": 10058,
"loc": {
"start": {
"line": 228,
"column": 48
},
"end": {
"line": 228,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "xrayedObjectIds",
"start": 10058,
"end": 10073,
"loc": {
"start": {
"line": 228,
"column": 49
},
"end": {
"line": 228,
"column": 64
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10073,
"end": 10074,
"loc": {
"start": {
"line": 228,
"column": 64
},
"end": {
"line": 228,
"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": 10075,
"end": 10079,
"loc": {
"start": {
"line": 228,
"column": 66
},
"end": {
"line": 228,
"column": 70
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 10079,
"end": 10080,
"loc": {
"start": {
"line": 228,
"column": 70
},
"end": {
"line": 228,
"column": 71
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10080,
"end": 10081,
"loc": {
"start": {
"line": 228,
"column": 71
},
"end": {
"line": 228,
"column": 72
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 10106,
"end": 10111,
"loc": {
"start": {
"line": 229,
"column": 24
},
"end": {
"line": 229,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10111,
"end": 10112,
"loc": {
"start": {
"line": 229,
"column": 29
},
"end": {
"line": 229,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "setObjectsXRayed",
"start": 10112,
"end": 10128,
"loc": {
"start": {
"line": 229,
"column": 30
},
"end": {
"line": 229,
"column": 46
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 10128,
"end": 10129,
"loc": {
"start": {
"line": 229,
"column": 46
},
"end": {
"line": 229,
"column": 47
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "xrayedObjectIds",
"start": 10129,
"end": 10144,
"loc": {
"start": {
"line": 229,
"column": 47
},
"end": {
"line": 229,
"column": 62
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10144,
"end": 10145,
"loc": {
"start": {
"line": 229,
"column": 62
},
"end": {
"line": 229,
"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": 10146,
"end": 10151,
"loc": {
"start": {
"line": 229,
"column": 64
},
"end": {
"line": 229,
"column": 69
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 10151,
"end": 10152,
"loc": {
"start": {
"line": 229,
"column": 69
},
"end": {
"line": 229,
"column": 70
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10152,
"end": 10153,
"loc": {
"start": {
"line": 229,
"column": 70
},
"end": {
"line": 229,
"column": 71
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 10174,
"end": 10175,
"loc": {
"start": {
"line": 230,
"column": 20
},
"end": {
"line": 230,
"column": 21
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 10192,
"end": 10193,
"loc": {
"start": {
"line": 231,
"column": 16
},
"end": {
"line": 231,
"column": 17
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10206,
"end": 10207,
"loc": {
"start": {
"line": 232,
"column": 12
},
"end": {
"line": 232,
"column": 13
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10207,
"end": 10208,
"loc": {
"start": {
"line": 232,
"column": 13
},
"end": {
"line": 232,
"column": 14
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10221,
"end": 10222,
"loc": {
"start": {
"line": 233,
"column": 12
},
"end": {
"line": 233,
"column": 13
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 10239,
"end": 10240,
"loc": {
"start": {
"line": 234,
"column": 16
},
"end": {
"line": 234,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getTitle",
"start": 10261,
"end": 10269,
"loc": {
"start": {
"line": 235,
"column": 20
},
"end": {
"line": 235,
"column": 28
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10269,
"end": 10270,
"loc": {
"start": {
"line": 235,
"column": 28
},
"end": {
"line": 235,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 10271,
"end": 10272,
"loc": {
"start": {
"line": 235,
"column": 30
},
"end": {
"line": 235,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 10272,
"end": 10279,
"loc": {
"start": {
"line": 235,
"column": 31
},
"end": {
"line": 235,
"column": 38
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 10279,
"end": 10280,
"loc": {
"start": {
"line": 235,
"column": 38
},
"end": {
"line": 235,
"column": 39
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10281,
"end": 10283,
"loc": {
"start": {
"line": 235,
"column": 40
},
"end": {
"line": 235,
"column": 42
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 10284,
"end": 10285,
"loc": {
"start": {
"line": 235,
"column": 43
},
"end": {
"line": 235,
"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": 10310,
"end": 10316,
"loc": {
"start": {
"line": 236,
"column": 24
},
"end": {
"line": 236,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 10317,
"end": 10324,
"loc": {
"start": {
"line": 236,
"column": 31
},
"end": {
"line": 236,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10324,
"end": 10325,
"loc": {
"start": {
"line": 236,
"column": 38
},
"end": {
"line": 236,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 10325,
"end": 10331,
"loc": {
"start": {
"line": 236,
"column": 39
},
"end": {
"line": 236,
"column": 45
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10331,
"end": 10332,
"loc": {
"start": {
"line": 236,
"column": 45
},
"end": {
"line": 236,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "localeService",
"start": 10332,
"end": 10345,
"loc": {
"start": {
"line": 236,
"column": 46
},
"end": {
"line": 236,
"column": 59
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10345,
"end": 10346,
"loc": {
"start": {
"line": 236,
"column": 59
},
"end": {
"line": 236,
"column": 60
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "translate",
"start": 10346,
"end": 10355,
"loc": {
"start": {
"line": 236,
"column": 60
},
"end": {
"line": 236,
"column": 69
}
}
},
{
"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": 236,
"column": 69
},
"end": {
"line": 236,
"column": 70
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "objectContextMenu.select",
"start": 10356,
"end": 10382,
"loc": {
"start": {
"line": 236,
"column": 70
},
"end": {
"line": 236,
"column": 96
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 10382,
"end": 10383,
"loc": {
"start": {
"line": 236,
"column": 96
},
"end": {
"line": 236,
"column": 97
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 10384,
"end": 10386,
"loc": {
"start": {
"line": 236,
"column": 98
},
"end": {
"line": 236,
"column": 100
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Select",
"start": 10387,
"end": 10395,
"loc": {
"start": {
"line": 236,
"column": 101
},
"end": {
"line": 236,
"column": 109
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10395,
"end": 10396,
"loc": {
"start": {
"line": 236,
"column": 109
},
"end": {
"line": 236,
"column": 110
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 10417,
"end": 10418,
"loc": {
"start": {
"line": 237,
"column": 20
},
"end": {
"line": 237,
"column": 21
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10418,
"end": 10419,
"loc": {
"start": {
"line": 237,
"column": 21
},
"end": {
"line": 237,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getEnabled",
"start": 10440,
"end": 10450,
"loc": {
"start": {
"line": 238,
"column": 20
},
"end": {
"line": 238,
"column": 30
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10450,
"end": 10451,
"loc": {
"start": {
"line": 238,
"column": 30
},
"end": {
"line": 238,
"column": 31
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 10452,
"end": 10453,
"loc": {
"start": {
"line": 238,
"column": 32
},
"end": {
"line": 238,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 10453,
"end": 10460,
"loc": {
"start": {
"line": 238,
"column": 33
},
"end": {
"line": 238,
"column": 40
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 10460,
"end": 10461,
"loc": {
"start": {
"line": 238,
"column": 40
},
"end": {
"line": 238,
"column": 41
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10462,
"end": 10464,
"loc": {
"start": {
"line": 238,
"column": 42
},
"end": {
"line": 238,
"column": 44
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 10465,
"end": 10466,
"loc": {
"start": {
"line": 238,
"column": 45
},
"end": {
"line": 238,
"column": 46
}
}
},
{
"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": 10491,
"end": 10497,
"loc": {
"start": {
"line": 239,
"column": 24
},
"end": {
"line": 239,
"column": 30
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 10498,
"end": 10499,
"loc": {
"start": {
"line": 239,
"column": 31
},
"end": {
"line": 239,
"column": 32
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 10499,
"end": 10500,
"loc": {
"start": {
"line": 239,
"column": 32
},
"end": {
"line": 239,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 10500,
"end": 10507,
"loc": {
"start": {
"line": 239,
"column": 33
},
"end": {
"line": 239,
"column": 40
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10507,
"end": 10508,
"loc": {
"start": {
"line": 239,
"column": 40
},
"end": {
"line": 239,
"column": 41
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 10508,
"end": 10514,
"loc": {
"start": {
"line": 239,
"column": 41
},
"end": {
"line": 239,
"column": 47
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10514,
"end": 10515,
"loc": {
"start": {
"line": 239,
"column": 47
},
"end": {
"line": 239,
"column": 48
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "selected",
"start": 10515,
"end": 10523,
"loc": {
"start": {
"line": 239,
"column": 48
},
"end": {
"line": 239,
"column": 56
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 10523,
"end": 10524,
"loc": {
"start": {
"line": 239,
"column": 56
},
"end": {
"line": 239,
"column": 57
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10524,
"end": 10525,
"loc": {
"start": {
"line": 239,
"column": 57
},
"end": {
"line": 239,
"column": 58
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 10546,
"end": 10547,
"loc": {
"start": {
"line": 240,
"column": 20
},
"end": {
"line": 240,
"column": 21
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10547,
"end": 10548,
"loc": {
"start": {
"line": 240,
"column": 21
},
"end": {
"line": 240,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "doAction",
"start": 10569,
"end": 10577,
"loc": {
"start": {
"line": 241,
"column": 20
},
"end": {
"line": 241,
"column": 28
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10577,
"end": 10578,
"loc": {
"start": {
"line": 241,
"column": 28
},
"end": {
"line": 241,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 10579,
"end": 10580,
"loc": {
"start": {
"line": 241,
"column": 30
},
"end": {
"line": 241,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 10580,
"end": 10587,
"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
},
"start": 10587,
"end": 10588,
"loc": {
"start": {
"line": 241,
"column": 38
},
"end": {
"line": 241,
"column": 39
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10589,
"end": 10591,
"loc": {
"start": {
"line": 241,
"column": 40
},
"end": {
"line": 241,
"column": 42
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 10592,
"end": 10593,
"loc": {
"start": {
"line": 241,
"column": 43
},
"end": {
"line": 241,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 10618,
"end": 10625,
"loc": {
"start": {
"line": 242,
"column": 24
},
"end": {
"line": 242,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10625,
"end": 10626,
"loc": {
"start": {
"line": 242,
"column": 31
},
"end": {
"line": 242,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 10626,
"end": 10632,
"loc": {
"start": {
"line": 242,
"column": 32
},
"end": {
"line": 242,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10632,
"end": 10633,
"loc": {
"start": {
"line": 242,
"column": 38
},
"end": {
"line": 242,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "selected",
"start": 10633,
"end": 10641,
"loc": {
"start": {
"line": 242,
"column": 39
},
"end": {
"line": 242,
"column": 47
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 10642,
"end": 10643,
"loc": {
"start": {
"line": 242,
"column": 48
},
"end": {
"line": 242,
"column": 49
}
}
},
{
"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": 10644,
"end": 10648,
"loc": {
"start": {
"line": 242,
"column": 50
},
"end": {
"line": 242,
"column": 54
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10648,
"end": 10649,
"loc": {
"start": {
"line": 242,
"column": 54
},
"end": {
"line": 242,
"column": 55
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 10671,
"end": 10672,
"loc": {
"start": {
"line": 244,
"column": 20
},
"end": {
"line": 244,
"column": 21
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 10689,
"end": 10690,
"loc": {
"start": {
"line": 245,
"column": 16
},
"end": {
"line": 245,
"column": 17
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10690,
"end": 10691,
"loc": {
"start": {
"line": 245,
"column": 17
},
"end": {
"line": 245,
"column": 18
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 10708,
"end": 10709,
"loc": {
"start": {
"line": 246,
"column": 16
},
"end": {
"line": 246,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getTitle",
"start": 10730,
"end": 10738,
"loc": {
"start": {
"line": 247,
"column": 20
},
"end": {
"line": 247,
"column": 28
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10738,
"end": 10739,
"loc": {
"start": {
"line": 247,
"column": 28
},
"end": {
"line": 247,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 10740,
"end": 10741,
"loc": {
"start": {
"line": 247,
"column": 30
},
"end": {
"line": 247,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 10741,
"end": 10748,
"loc": {
"start": {
"line": 247,
"column": 31
},
"end": {
"line": 247,
"column": 38
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 10748,
"end": 10749,
"loc": {
"start": {
"line": 247,
"column": 38
},
"end": {
"line": 247,
"column": 39
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10750,
"end": 10752,
"loc": {
"start": {
"line": 247,
"column": 40
},
"end": {
"line": 247,
"column": 42
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 10753,
"end": 10754,
"loc": {
"start": {
"line": 247,
"column": 43
},
"end": {
"line": 247,
"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": 10779,
"end": 10785,
"loc": {
"start": {
"line": 248,
"column": 24
},
"end": {
"line": 248,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 10786,
"end": 10793,
"loc": {
"start": {
"line": 248,
"column": 31
},
"end": {
"line": 248,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10793,
"end": 10794,
"loc": {
"start": {
"line": 248,
"column": 38
},
"end": {
"line": 248,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 10794,
"end": 10800,
"loc": {
"start": {
"line": 248,
"column": 39
},
"end": {
"line": 248,
"column": 45
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10800,
"end": 10801,
"loc": {
"start": {
"line": 248,
"column": 45
},
"end": {
"line": 248,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "localeService",
"start": 10801,
"end": 10814,
"loc": {
"start": {
"line": 248,
"column": 46
},
"end": {
"line": 248,
"column": 59
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10814,
"end": 10815,
"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": "translate",
"start": 10815,
"end": 10824,
"loc": {
"start": {
"line": 248,
"column": 60
},
"end": {
"line": 248,
"column": 69
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 10824,
"end": 10825,
"loc": {
"start": {
"line": 248,
"column": 69
},
"end": {
"line": 248,
"column": 70
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "objectContextMenu.undoSelect",
"start": 10825,
"end": 10855,
"loc": {
"start": {
"line": 248,
"column": 70
},
"end": {
"line": 248,
"column": 100
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 10855,
"end": 10856,
"loc": {
"start": {
"line": 248,
"column": 100
},
"end": {
"line": 248,
"column": 101
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 10857,
"end": 10859,
"loc": {
"start": {
"line": 248,
"column": 102
},
"end": {
"line": 248,
"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 Select",
"start": 10860,
"end": 10873,
"loc": {
"start": {
"line": 248,
"column": 105
},
"end": {
"line": 248,
"column": 118
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10873,
"end": 10874,
"loc": {
"start": {
"line": 248,
"column": 118
},
"end": {
"line": 248,
"column": 119
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 10895,
"end": 10896,
"loc": {
"start": {
"line": 249,
"column": 20
},
"end": {
"line": 249,
"column": 21
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10896,
"end": 10897,
"loc": {
"start": {
"line": 249,
"column": 21
},
"end": {
"line": 249,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getEnabled",
"start": 10918,
"end": 10928,
"loc": {
"start": {
"line": 250,
"column": 20
},
"end": {
"line": 250,
"column": 30
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10928,
"end": 10929,
"loc": {
"start": {
"line": 250,
"column": 30
},
"end": {
"line": 250,
"column": 31
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 10930,
"end": 10931,
"loc": {
"start": {
"line": 250,
"column": 32
},
"end": {
"line": 250,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 10931,
"end": 10938,
"loc": {
"start": {
"line": 250,
"column": 33
},
"end": {
"line": 250,
"column": 40
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 10938,
"end": 10939,
"loc": {
"start": {
"line": 250,
"column": 40
},
"end": {
"line": 250,
"column": 41
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10940,
"end": 10942,
"loc": {
"start": {
"line": 250,
"column": 42
},
"end": {
"line": 250,
"column": 44
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 10943,
"end": 10944,
"loc": {
"start": {
"line": 250,
"column": 45
},
"end": {
"line": 250,
"column": 46
}
}
},
{
"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": 10969,
"end": 10975,
"loc": {
"start": {
"line": 251,
"column": 24
},
"end": {
"line": 251,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 10976,
"end": 10983,
"loc": {
"start": {
"line": 251,
"column": 31
},
"end": {
"line": 251,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10983,
"end": 10984,
"loc": {
"start": {
"line": 251,
"column": 38
},
"end": {
"line": 251,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 10984,
"end": 10990,
"loc": {
"start": {
"line": 251,
"column": 39
},
"end": {
"line": 251,
"column": 45
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10990,
"end": 10991,
"loc": {
"start": {
"line": 251,
"column": 45
},
"end": {
"line": 251,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "selected",
"start": 10991,
"end": 10999,
"loc": {
"start": {
"line": 251,
"column": 46
},
"end": {
"line": 251,
"column": 54
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 10999,
"end": 11000,
"loc": {
"start": {
"line": 251,
"column": 54
},
"end": {
"line": 251,
"column": 55
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 11021,
"end": 11022,
"loc": {
"start": {
"line": 252,
"column": 20
},
"end": {
"line": 252,
"column": 21
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 11022,
"end": 11023,
"loc": {
"start": {
"line": 252,
"column": 21
},
"end": {
"line": 252,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "doAction",
"start": 11044,
"end": 11052,
"loc": {
"start": {
"line": 253,
"column": 20
},
"end": {
"line": 253,
"column": 28
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 11052,
"end": 11053,
"loc": {
"start": {
"line": 253,
"column": 28
},
"end": {
"line": 253,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 11054,
"end": 11055,
"loc": {
"start": {
"line": 253,
"column": 30
},
"end": {
"line": 253,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 11055,
"end": 11062,
"loc": {
"start": {
"line": 253,
"column": 31
},
"end": {
"line": 253,
"column": 38
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 11062,
"end": 11063,
"loc": {
"start": {
"line": 253,
"column": 38
},
"end": {
"line": 253,
"column": 39
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 11064,
"end": 11066,
"loc": {
"start": {
"line": 253,
"column": 40
},
"end": {
"line": 253,
"column": 42
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 11067,
"end": 11068,
"loc": {
"start": {
"line": 253,
"column": 43
},
"end": {
"line": 253,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 11093,
"end": 11100,
"loc": {
"start": {
"line": 254,
"column": 24
},
"end": {
"line": 254,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 11100,
"end": 11101,
"loc": {
"start": {
"line": 254,
"column": 31
},
"end": {
"line": 254,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "entity",
"start": 11101,
"end": 11107,
"loc": {
"start": {
"line": 254,
"column": 32
},
"end": {
"line": 254,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 11107,
"end": 11108,
"loc": {
"start": {
"line": 254,
"column": 38
},
"end": {
"line": 254,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "selected",
"start": 11108,
"end": 11116,
"loc": {
"start": {
"line": 254,
"column": 39
},
"end": {
"line": 254,
"column": 47
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 11117,
"end": 11118,
"loc": {
"start": {
"line": 254,
"column": 48
},
"end": {
"line": 254,
"column": 49
}
}
},
{
"type": {
"label": "false",
"keyword": "false",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "false",
"start": 11119,
"end": 11124,
"loc": {
"start": {
"line": 254,
"column": 50
},
"end": {
"line": 254,
"column": 55
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 11124,
"end": 11125,
"loc": {
"start": {
"line": 254,
"column": 55
},
"end": {
"line": 254,
"column": 56
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 11146,
"end": 11147,
"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": 11164,
"end": 11165,
"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": 11165,
"end": 11166,
"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": 11183,
"end": 11184,
"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": 11205,
"end": 11213,
"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": 11213,
"end": 11214,
"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": 11215,
"end": 11216,
"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": 11216,
"end": 11223,
"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": 11223,
"end": 11224,
"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": 11225,
"end": 11227,
"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": 11228,
"end": 11229,
"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": 11254,
"end": 11260,
"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": 11261,
"end": 11268,
"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": 11268,
"end": 11269,
"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": 11269,
"end": 11275,
"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": 11275,
"end": 11276,
"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": 11276,
"end": 11289,
"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": 11289,
"end": 11290,
"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": 11290,
"end": 11299,
"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": 11299,
"end": 11300,
"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": "objectContextMenu.selectNone",
"start": 11300,
"end": 11330,
"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": 11330,
"end": 11331,
"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": 11332,
"end": 11334,
"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": "Select None",
"start": 11335,
"end": 11348,
"loc": {
"start": {
"line": 259,
"column": 105
},
"end": {
"line": 259,
"column": 118
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 11348,
"end": 11349,
"loc": {
"start": {
"line": 259,
"column": 118
},
"end": {
"line": 259,
"column": 119
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 11370,
"end": 11371,
"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": 11371,
"end": 11372,
"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": "getEnabled",
"start": 11393,
"end": 11403,
"loc": {
"start": {
"line": 261,
"column": 20
},
"end": {
"line": 261,
"column": 30
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 11403,
"end": 11404,
"loc": {
"start": {
"line": 261,
"column": 30
},
"end": {
"line": 261,
"column": 31
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 11405,
"end": 11406,
"loc": {
"start": {
"line": 261,
"column": 32
},
"end": {
"line": 261,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 11406,
"end": 11413,
"loc": {
"start": {
"line": 261,
"column": 33
},
"end": {
"line": 261,
"column": 40
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 11413,
"end": 11414,
"loc": {
"start": {
"line": 261,
"column": 40
},
"end": {
"line": 261,
"column": 41
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 11415,
"end": 11417,
"loc": {
"start": {
"line": 261,
"column": 42
},
"end": {
"line": 261,
"column": 44
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 11418,
"end": 11419,
"loc": {
"start": {
"line": 261,
"column": 45
},
"end": {
"line": 261,
"column": 46
}
}
},
{
"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": 11444,
"end": 11450,
"loc": {
"start": {
"line": 262,
"column": 24
},
"end": {
"line": 262,
"column": 30
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 11451,
"end": 11452,
"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": "context",
"start": 11452,
"end": 11459,
"loc": {
"start": {
"line": 262,
"column": 32
},
"end": {
"line": 262,
"column": 39
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 11459,
"end": 11460,
"loc": {
"start": {
"line": 262,
"column": 39
},
"end": {
"line": 262,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 11460,
"end": 11466,
"loc": {
"start": {
"line": 262,
"column": 40
},
"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": 11466,
"end": 11467,
"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": "scene",
"start": 11467,
"end": 11472,
"loc": {
"start": {
"line": 262,
"column": 47
},
"end": {
"line": 262,
"column": 52
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 11472,
"end": 11473,
"loc": {
"start": {
"line": 262,
"column": 52
},
"end": {
"line": 262,
"column": 53
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "numSelectedObjects",
"start": 11473,
"end": 11491,
"loc": {
"start": {
"line": 262,
"column": 53
},
"end": {
"line": 262,
"column": 71
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": ">",
"start": 11492,
"end": 11493,
"loc": {
"start": {
"line": 262,
"column": 72
},
"end": {
"line": 262,
"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": 11494,
"end": 11495,
"loc": {
"start": {
"line": 262,
"column": 74
},
"end": {
"line": 262,
"column": 75
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 11495,
"end": 11496,
"loc": {
"start": {
"line": 262,
"column": 75
},
"end": {
"line": 262,
"column": 76
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 11496,
"end": 11497,
"loc": {
"start": {
"line": 262,
"column": 76
},
"end": {
"line": 262,
"column": 77
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 11518,
"end": 11519,
"loc": {
"start": {
"line": 263,
"column": 20
},
"end": {
"line": 263,
"column": 21
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 11519,
"end": 11520,
"loc": {
"start": {
"line": 263,
"column": 21
},
"end": {
"line": 263,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "doAction",
"start": 11541,
"end": 11549,
"loc": {
"start": {
"line": 264,
"column": 20
},
"end": {
"line": 264,
"column": 28
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 11549,
"end": 11550,
"loc": {
"start": {
"line": 264,
"column": 28
},
"end": {
"line": 264,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 11551,
"end": 11552,
"loc": {
"start": {
"line": 264,
"column": 30
},
"end": {
"line": 264,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 11552,
"end": 11559,
"loc": {
"start": {
"line": 264,
"column": 31
},
"end": {
"line": 264,
"column": 38
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 11559,
"end": 11560,
"loc": {
"start": {
"line": 264,
"column": 38
},
"end": {
"line": 264,
"column": 39
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 11561,
"end": 11563,
"loc": {
"start": {
"line": 264,
"column": 40
},
"end": {
"line": 264,
"column": 42
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 11564,
"end": 11565,
"loc": {
"start": {
"line": 264,
"column": 43
},
"end": {
"line": 264,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 11590,
"end": 11597,
"loc": {
"start": {
"line": 265,
"column": 24
},
"end": {
"line": 265,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 11597,
"end": 11598,
"loc": {
"start": {
"line": 265,
"column": 31
},
"end": {
"line": 265,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 11598,
"end": 11604,
"loc": {
"start": {
"line": 265,
"column": 32
},
"end": {
"line": 265,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 11604,
"end": 11605,
"loc": {
"start": {
"line": 265,
"column": 38
},
"end": {
"line": 265,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 11605,
"end": 11610,
"loc": {
"start": {
"line": 265,
"column": 39
},
"end": {
"line": 265,
"column": 44
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 11610,
"end": 11611,
"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": "setObjectsSelected",
"start": 11611,
"end": 11629,
"loc": {
"start": {
"line": 265,
"column": 45
},
"end": {
"line": 265,
"column": 63
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 11629,
"end": 11630,
"loc": {
"start": {
"line": 265,
"column": 63
},
"end": {
"line": 265,
"column": 64
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 11630,
"end": 11637,
"loc": {
"start": {
"line": 265,
"column": 64
},
"end": {
"line": 265,
"column": 71
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 11637,
"end": 11638,
"loc": {
"start": {
"line": 265,
"column": 71
},
"end": {
"line": 265,
"column": 72
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 11638,
"end": 11644,
"loc": {
"start": {
"line": 265,
"column": 72
},
"end": {
"line": 265,
"column": 78
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 11644,
"end": 11645,
"loc": {
"start": {
"line": 265,
"column": 78
},
"end": {
"line": 265,
"column": 79
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "scene",
"start": 11645,
"end": 11650,
"loc": {
"start": {
"line": 265,
"column": 79
},
"end": {
"line": 265,
"column": 84
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 11650,
"end": 11651,
"loc": {
"start": {
"line": 265,
"column": 84
},
"end": {
"line": 265,
"column": 85
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "selectedObjectIds",
"start": 11651,
"end": 11668,
"loc": {
"start": {
"line": 265,
"column": 85
},
"end": {
"line": 265,
"column": 102
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 11668,
"end": 11669,
"loc": {
"start": {
"line": 265,
"column": 102
},
"end": {
"line": 265,
"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": 11670,
"end": 11675,
"loc": {
"start": {
"line": 265,
"column": 104
},
"end": {
"line": 265,
"column": 109
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 11675,
"end": 11676,
"loc": {
"start": {
"line": 265,
"column": 109
},
"end": {
"line": 265,
"column": 110
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 11676,
"end": 11677,
"loc": {
"start": {
"line": 265,
"column": 110
},
"end": {
"line": 265,
"column": 111
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 11698,
"end": 11699,
"loc": {
"start": {
"line": 266,
"column": 20
},
"end": {
"line": 266,
"column": 21
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 11716,
"end": 11717,
"loc": {
"start": {
"line": 267,
"column": 16
},
"end": {
"line": 267,
"column": 17
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 11730,
"end": 11731,
"loc": {
"start": {
"line": 268,
"column": 12
},
"end": {
"line": 268,
"column": 13
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 11731,
"end": 11732,
"loc": {
"start": {
"line": 268,
"column": 13
},
"end": {
"line": 268,
"column": 14
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 11745,
"end": 11746,
"loc": {
"start": {
"line": 269,
"column": 12
},
"end": {
"line": 269,
"column": 13
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 11763,
"end": 11764,
"loc": {
"start": {
"line": 270,
"column": 16
},
"end": {
"line": 270,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getTitle",
"start": 11785,
"end": 11793,
"loc": {
"start": {
"line": 271,
"column": 20
},
"end": {
"line": 271,
"column": 28
}
}
},
{
"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": 271,
"column": 28
},
"end": {
"line": 271,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 11795,
"end": 11796,
"loc": {
"start": {
"line": 271,
"column": 30
},
"end": {
"line": 271,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 11796,
"end": 11803,
"loc": {
"start": {
"line": 271,
"column": 31
},
"end": {
"line": 271,
"column": 38
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 11803,
"end": 11804,
"loc": {
"start": {
"line": 271,
"column": 38
},
"end": {
"line": 271,
"column": 39
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 11805,
"end": 11807,
"loc": {
"start": {
"line": 271,
"column": 40
},
"end": {
"line": 271,
"column": 42
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 11808,
"end": 11809,
"loc": {
"start": {
"line": 271,
"column": 43
},
"end": {
"line": 271,
"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": 11834,
"end": 11840,
"loc": {
"start": {
"line": 272,
"column": 24
},
"end": {
"line": 272,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 11841,
"end": 11848,
"loc": {
"start": {
"line": 272,
"column": 31
},
"end": {
"line": 272,
"column": 38
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 11848,
"end": 11849,
"loc": {
"start": {
"line": 272,
"column": 38
},
"end": {
"line": 272,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 11849,
"end": 11855,
"loc": {
"start": {
"line": 272,
"column": 39
},
"end": {
"line": 272,
"column": 45
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 11855,
"end": 11856,
"loc": {
"start": {
"line": 272,
"column": 45
},
"end": {
"line": 272,
"column": 46
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "localeService",
"start": 11856,
"end": 11869,
"loc": {
"start": {
"line": 272,
"column": 46
},
"end": {
"line": 272,
"column": 59
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 11869,
"end": 11870,
"loc": {
"start": {
"line": 272,
"column": 59
},
"end": {
"line": 272,
"column": 60
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "translate",
"start": 11870,
"end": 11879,
"loc": {
"start": {
"line": 272,
"column": 60
},
"end": {
"line": 272,
"column": 69
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 11879,
"end": 11880,
"loc": {
"start": {
"line": 272,
"column": 69
},
"end": {
"line": 272,
"column": 70
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "objectContextMenu.clearSlices",
"start": 11880,
"end": 11911,
"loc": {
"start": {
"line": 272,
"column": 70
},
"end": {
"line": 272,
"column": 101
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 11911,
"end": 11912,
"loc": {
"start": {
"line": 272,
"column": 101
},
"end": {
"line": 272,
"column": 102
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 11913,
"end": 11915,
"loc": {
"start": {
"line": 272,
"column": 103
},
"end": {
"line": 272,
"column": 105
}
}
},
{
"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": 11916,
"end": 11930,
"loc": {
"start": {
"line": 272,
"column": 106
},
"end": {
"line": 272,
"column": 120
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 11930,
"end": 11931,
"loc": {
"start": {
"line": 272,
"column": 120
},
"end": {
"line": 272,
"column": 121
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 11952,
"end": 11953,
"loc": {
"start": {
"line": 273,
"column": 20
},
"end": {
"line": 273,
"column": 21
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 11953,
"end": 11954,
"loc": {
"start": {
"line": 273,
"column": 21
},
"end": {
"line": 273,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getEnabled",
"start": 11975,
"end": 11985,
"loc": {
"start": {
"line": 274,
"column": 20
},
"end": {
"line": 274,
"column": 30
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 11985,
"end": 11986,
"loc": {
"start": {
"line": 274,
"column": 30
},
"end": {
"line": 274,
"column": 31
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 11987,
"end": 11988,
"loc": {
"start": {
"line": 274,
"column": 32
},
"end": {
"line": 274,
"column": 33
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 11988,
"end": 11995,
"loc": {
"start": {
"line": 274,
"column": 33
},
"end": {
"line": 274,
"column": 40
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 11995,
"end": 11996,
"loc": {
"start": {
"line": 274,
"column": 40
},
"end": {
"line": 274,
"column": 41
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 11997,
"end": 11999,
"loc": {
"start": {
"line": 274,
"column": 42
},
"end": {
"line": 274,
"column": 44
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 12000,
"end": 12001,
"loc": {
"start": {
"line": 274,
"column": 45
},
"end": {
"line": 274,
"column": 46
}
}
},
{
"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": 12026,
"end": 12032,
"loc": {
"start": {
"line": 275,
"column": 24
},
"end": {
"line": 275,
"column": 30
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 12033,
"end": 12034,
"loc": {
"start": {
"line": 275,
"column": 31
},
"end": {
"line": 275,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 12034,
"end": 12041,
"loc": {
"start": {
"line": 275,
"column": 32
},
"end": {
"line": 275,
"column": 39
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 12041,
"end": 12042,
"loc": {
"start": {
"line": 275,
"column": 39
},
"end": {
"line": 275,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "bimViewer",
"start": 12042,
"end": 12051,
"loc": {
"start": {
"line": 275,
"column": 40
},
"end": {
"line": 275,
"column": 49
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 12051,
"end": 12052,
"loc": {
"start": {
"line": 275,
"column": 49
},
"end": {
"line": 275,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getNumSections",
"start": 12052,
"end": 12066,
"loc": {
"start": {
"line": 275,
"column": 50
},
"end": {
"line": 275,
"column": 64
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 12066,
"end": 12067,
"loc": {
"start": {
"line": 275,
"column": 64
},
"end": {
"line": 275,
"column": 65
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 12067,
"end": 12068,
"loc": {
"start": {
"line": 275,
"column": 65
},
"end": {
"line": 275,
"column": 66
}
}
},
{
"type": {
"label": "</>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 7,
"updateContext": null
},
"value": ">",
"start": 12069,
"end": 12070,
"loc": {
"start": {
"line": 275,
"column": 67
},
"end": {
"line": 275,
"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": 12071,
"end": 12072,
"loc": {
"start": {
"line": 275,
"column": 69
},
"end": {
"line": 275,
"column": 70
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 12072,
"end": 12073,
"loc": {
"start": {
"line": 275,
"column": 70
},
"end": {
"line": 275,
"column": 71
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 12073,
"end": 12074,
"loc": {
"start": {
"line": 275,
"column": 71
},
"end": {
"line": 275,
"column": 72
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 12095,
"end": 12096,
"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": 12096,
"end": 12097,
"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": 12118,
"end": 12126,
"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": 12126,
"end": 12127,
"loc": {
"start": {
"line": 277,
"column": 28
},
"end": {
"line": 277,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 12128,
"end": 12129,
"loc": {
"start": {
"line": 277,
"column": 30
},
"end": {
"line": 277,
"column": 31
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 12129,
"end": 12136,
"loc": {
"start": {
"line": 277,
"column": 31
},
"end": {
"line": 277,
"column": 38
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 12136,
"end": 12137,
"loc": {
"start": {
"line": 277,
"column": 38
},
"end": {
"line": 277,
"column": 39
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 12138,
"end": 12140,
"loc": {
"start": {
"line": 277,
"column": 40
},
"end": {
"line": 277,
"column": 42
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 12141,
"end": 12142,
"loc": {
"start": {
"line": 277,
"column": 43
},
"end": {
"line": 277,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "context",
"start": 12167,
"end": 12174,
"loc": {
"start": {
"line": 278,
"column": 24
},
"end": {
"line": 278,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 12174,
"end": 12175,
"loc": {
"start": {
"line": 278,
"column": 31
},
"end": {
"line": 278,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "bimViewer",
"start": 12175,
"end": 12184,
"loc": {
"start": {
"line": 278,
"column": 32
},
"end": {
"line": 278,
"column": 41
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 12184,
"end": 12185,
"loc": {
"start": {
"line": 278,
"column": 41
},
"end": {
"line": 278,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "clearSections",
"start": 12185,
"end": 12198,
"loc": {
"start": {
"line": 278,
"column": 42
},
"end": {
"line": 278,
"column": 55
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 12198,
"end": 12199,
"loc": {
"start": {
"line": 278,
"column": 55
},
"end": {
"line": 278,
"column": 56
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 12199,
"end": 12200,
"loc": {
"start": {
"line": 278,
"column": 56
},
"end": {
"line": 278,
"column": 57
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 12200,
"end": 12201,
"loc": {
"start": {
"line": 278,
"column": 57
},
"end": {
"line": 278,
"column": 58
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 12222,
"end": 12223,
"loc": {
"start": {
"line": 279,
"column": 20
},
"end": {
"line": 279,
"column": 21
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 12240,
"end": 12241,
"loc": {
"start": {
"line": 280,
"column": 16
},
"end": {
"line": 280,
"column": 17
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 12254,
"end": 12255,
"loc": {
"start": {
"line": 281,
"column": 12
},
"end": {
"line": 281,
"column": 13
}
}
},
{
"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": 282,
"column": 8
},
"end": {
"line": 282,
"column": 9
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 12265,
"end": 12266,
"loc": {
"start": {
"line": 282,
"column": 9
},
"end": {
"line": 282,
"column": 10
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 12271,
"end": 12272,
"loc": {
"start": {
"line": 283,
"column": 4
},
"end": {
"line": 283,
"column": 5
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 12273,
"end": 12274,
"loc": {
"start": {
"line": 284,
"column": 0
},
"end": {
"line": 284,
"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": 12276,
"end": 12282,
"loc": {
"start": {
"line": 286,
"column": 0
},
"end": {
"line": 286,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 12283,
"end": 12284,
"loc": {
"start": {
"line": 286,
"column": 7
},
"end": {
"line": 286,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "ObjectContextMenu",
"start": 12284,
"end": 12301,
"loc": {
"start": {
"line": 286,
"column": 8
},
"end": {
"line": 286,
"column": 25
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 12301,
"end": 12302,
"loc": {
"start": {
"line": 286,
"column": 25
},
"end": {
"line": 286,
"column": 26
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 12302,
"end": 12303,
"loc": {
"start": {
"line": 286,
"column": 26
},
"end": {
"line": 286,
"column": 27
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 12303,
"end": 12303,
"loc": {
"start": {
"line": 286,
"column": 27
},
"end": {
"line": 286,
"column": 27
}
}
}
]
}