NODEDC_BIM_VIEWER/docs/ast/source/toolbar/SectionMode.js.json

22218 lines
704 KiB
JSON

{
"type": "File",
"start": 0,
"end": 2587,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 89,
"column": 21
}
},
"program": {
"type": "Program",
"start": 0,
"end": 2587,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 89,
"column": 21
}
},
"sourceType": "module",
"body": [
{
"type": "ImportDeclaration",
"start": 0,
"end": 44,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 44
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 8,
"end": 18,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 18
}
},
"imported": {
"type": "Identifier",
"start": 8,
"end": 18,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 18
},
"identifierName": "Controller"
},
"name": "Controller"
},
"local": {
"type": "Identifier",
"start": 8,
"end": 18,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 18
},
"identifierName": "Controller"
},
"name": "Controller"
}
}
],
"source": {
"type": "StringLiteral",
"start": 25,
"end": 43,
"loc": {
"start": {
"line": 1,
"column": 25
},
"end": {
"line": 1,
"column": 43
}
},
"extra": {
"rawValue": "../Controller.js",
"raw": "\"../Controller.js\""
},
"value": "../Controller.js"
}
},
{
"type": "ImportDeclaration",
"start": 45,
"end": 155,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 110
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 53,
"end": 72,
"loc": {
"start": {
"line": 2,
"column": 8
},
"end": {
"line": 2,
"column": 27
}
},
"imported": {
"type": "Identifier",
"start": 53,
"end": 72,
"loc": {
"start": {
"line": 2,
"column": 8
},
"end": {
"line": 2,
"column": 27
},
"identifierName": "SectionPlanesPlugin"
},
"name": "SectionPlanesPlugin"
},
"local": {
"type": "Identifier",
"start": 53,
"end": 72,
"loc": {
"start": {
"line": 2,
"column": 8
},
"end": {
"line": 2,
"column": 27
},
"identifierName": "SectionPlanesPlugin"
},
"name": "SectionPlanesPlugin"
}
}
],
"source": {
"type": "StringLiteral",
"start": 79,
"end": 154,
"loc": {
"start": {
"line": 2,
"column": 34
},
"end": {
"line": 2,
"column": 109
}
},
"extra": {
"rawValue": "@xeokit/xeokit-sdk/src/plugins/SectionPlanesPlugin/SectionPlanesPlugin.js",
"raw": "\"@xeokit/xeokit-sdk/src/plugins/SectionPlanesPlugin/SectionPlanesPlugin.js\""
},
"value": "@xeokit/xeokit-sdk/src/plugins/SectionPlanesPlugin/SectionPlanesPlugin.js"
},
"trailingComments": [
{
"type": "CommentBlock",
"value": "* @private ",
"start": 157,
"end": 172,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"column": 15
}
}
}
]
},
{
"type": "Identifier",
"start": 173,
"end": 2564,
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 87,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 179,
"end": 190,
"loc": {
"start": {
"line": 5,
"column": 6
},
"end": {
"line": 5,
"column": 17
},
"identifierName": "SectionMode"
},
"name": "SectionMode",
"leadingComments": null
},
"superClass": {
"type": "Identifier",
"start": 199,
"end": 209,
"loc": {
"start": {
"line": 5,
"column": 26
},
"end": {
"line": 5,
"column": 36
},
"identifierName": "Controller"
},
"name": "Controller"
},
"body": {
"type": "ClassBody",
"start": 210,
"end": 2564,
"loc": {
"start": {
"line": 5,
"column": 37
},
"end": {
"line": 87,
"column": 1
}
},
"body": [
{
"type": "ClassMethod",
"start": 217,
"end": 1901,
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 64,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 217,
"end": 228,
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 7,
"column": 15
},
"identifierName": "constructor"
},
"name": "constructor"
},
"kind": "constructor",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 229,
"end": 235,
"loc": {
"start": {
"line": 7,
"column": 16
},
"end": {
"line": 7,
"column": 22
},
"identifierName": "parent"
},
"name": "parent"
},
{
"type": "Identifier",
"start": 237,
"end": 240,
"loc": {
"start": {
"line": 7,
"column": 24
},
"end": {
"line": 7,
"column": 27
},
"identifierName": "cfg"
},
"name": "cfg"
}
],
"body": {
"type": "BlockStatement",
"start": 242,
"end": 1901,
"loc": {
"start": {
"line": 7,
"column": 29
},
"end": {
"line": 64,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 253,
"end": 272,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 27
}
},
"expression": {
"type": "CallExpression",
"start": 253,
"end": 271,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 26
}
},
"callee": {
"type": "Super",
"start": 253,
"end": 258,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 13
}
}
},
"arguments": [
{
"type": "Identifier",
"start": 259,
"end": 265,
"loc": {
"start": {
"line": 9,
"column": 14
},
"end": {
"line": 9,
"column": 20
},
"identifierName": "parent"
},
"name": "parent"
},
{
"type": "Identifier",
"start": 267,
"end": 270,
"loc": {
"start": {
"line": 9,
"column": 22
},
"end": {
"line": 9,
"column": 25
},
"identifierName": "cfg"
},
"name": "cfg"
}
]
}
},
{
"type": "IfStatement",
"start": 282,
"end": 368,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 13,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 286,
"end": 304,
"loc": {
"start": {
"line": 11,
"column": 12
},
"end": {
"line": 11,
"column": 30
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 287,
"end": 304,
"loc": {
"start": {
"line": 11,
"column": 13
},
"end": {
"line": 11,
"column": 30
}
},
"object": {
"type": "Identifier",
"start": 287,
"end": 290,
"loc": {
"start": {
"line": 11,
"column": 13
},
"end": {
"line": 11,
"column": 16
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 291,
"end": 304,
"loc": {
"start": {
"line": 11,
"column": 17
},
"end": {
"line": 11,
"column": 30
},
"identifierName": "buttonElement"
},
"name": "buttonElement"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 306,
"end": 368,
"loc": {
"start": {
"line": 11,
"column": 32
},
"end": {
"line": 13,
"column": 9
}
},
"body": [
{
"type": "ThrowStatement",
"start": 320,
"end": 358,
"loc": {
"start": {
"line": 12,
"column": 12
},
"end": {
"line": 12,
"column": 50
}
},
"argument": {
"type": "StringLiteral",
"start": 326,
"end": 357,
"loc": {
"start": {
"line": 12,
"column": 18
},
"end": {
"line": 12,
"column": 49
}
},
"extra": {
"rawValue": "Missing config: buttonElement",
"raw": "\"Missing config: buttonElement\""
},
"value": "Missing config: buttonElement"
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "IfStatement",
"start": 378,
"end": 506,
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 17,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 382,
"end": 421,
"loc": {
"start": {
"line": 15,
"column": 12
},
"end": {
"line": 15,
"column": 51
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 383,
"end": 421,
"loc": {
"start": {
"line": 15,
"column": 13
},
"end": {
"line": 15,
"column": 51
}
},
"object": {
"type": "Identifier",
"start": 383,
"end": 386,
"loc": {
"start": {
"line": 15,
"column": 13
},
"end": {
"line": 15,
"column": 16
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 387,
"end": 421,
"loc": {
"start": {
"line": 15,
"column": 17
},
"end": {
"line": 15,
"column": 51
},
"identifierName": "sectionPlanesOverviewCanvasElement"
},
"name": "sectionPlanesOverviewCanvasElement"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 423,
"end": 506,
"loc": {
"start": {
"line": 15,
"column": 53
},
"end": {
"line": 17,
"column": 9
}
},
"body": [
{
"type": "ThrowStatement",
"start": 437,
"end": 496,
"loc": {
"start": {
"line": 16,
"column": 12
},
"end": {
"line": 16,
"column": 71
}
},
"argument": {
"type": "StringLiteral",
"start": 443,
"end": 495,
"loc": {
"start": {
"line": 16,
"column": 18
},
"end": {
"line": 16,
"column": 70
}
},
"extra": {
"rawValue": "Missing config: sectionPlanesOverviewCanvasElement",
"raw": "\"Missing config: sectionPlanesOverviewCanvasElement\""
},
"value": "Missing config: sectionPlanesOverviewCanvasElement"
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "VariableDeclaration",
"start": 516,
"end": 556,
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 48
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 522,
"end": 555,
"loc": {
"start": {
"line": 19,
"column": 14
},
"end": {
"line": 19,
"column": 47
}
},
"id": {
"type": "Identifier",
"start": 522,
"end": 535,
"loc": {
"start": {
"line": 19,
"column": 14
},
"end": {
"line": 19,
"column": 27
},
"identifierName": "buttonElement"
},
"name": "buttonElement"
},
"init": {
"type": "MemberExpression",
"start": 538,
"end": 555,
"loc": {
"start": {
"line": 19,
"column": 30
},
"end": {
"line": 19,
"column": 47
}
},
"object": {
"type": "Identifier",
"start": 538,
"end": 541,
"loc": {
"start": {
"line": 19,
"column": 30
},
"end": {
"line": 19,
"column": 33
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 542,
"end": 555,
"loc": {
"start": {
"line": 19,
"column": 34
},
"end": {
"line": 19,
"column": 47
},
"identifierName": "buttonElement"
},
"name": "buttonElement"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 565,
"end": 647,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 90
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 571,
"end": 646,
"loc": {
"start": {
"line": 20,
"column": 14
},
"end": {
"line": 20,
"column": 89
}
},
"id": {
"type": "Identifier",
"start": 571,
"end": 605,
"loc": {
"start": {
"line": 20,
"column": 14
},
"end": {
"line": 20,
"column": 48
},
"identifierName": "sectionPlanesOverviewCanvasElement"
},
"name": "sectionPlanesOverviewCanvasElement"
},
"init": {
"type": "MemberExpression",
"start": 608,
"end": 646,
"loc": {
"start": {
"line": 20,
"column": 51
},
"end": {
"line": 20,
"column": 89
}
},
"object": {
"type": "Identifier",
"start": 608,
"end": 611,
"loc": {
"start": {
"line": 20,
"column": 51
},
"end": {
"line": 20,
"column": 54
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 612,
"end": 646,
"loc": {
"start": {
"line": 20,
"column": 55
},
"end": {
"line": 20,
"column": 89
},
"identifierName": "sectionPlanesOverviewCanvasElement"
},
"name": "sectionPlanesOverviewCanvasElement"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 657,
"end": 798,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 24,
"column": 11
}
},
"expression": {
"type": "AssignmentExpression",
"start": 657,
"end": 797,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 24,
"column": 10
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 657,
"end": 682,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 33
}
},
"object": {
"type": "ThisExpression",
"start": 657,
"end": 661,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 662,
"end": 682,
"loc": {
"start": {
"line": 22,
"column": 13
},
"end": {
"line": 22,
"column": 33
},
"identifierName": "_sectionPlanesPlugin"
},
"name": "_sectionPlanesPlugin"
},
"computed": false
},
"right": {
"type": "NewExpression",
"start": 685,
"end": 797,
"loc": {
"start": {
"line": 22,
"column": 36
},
"end": {
"line": 24,
"column": 10
}
},
"callee": {
"type": "Identifier",
"start": 689,
"end": 708,
"loc": {
"start": {
"line": 22,
"column": 40
},
"end": {
"line": 22,
"column": 59
},
"identifierName": "SectionPlanesPlugin"
},
"name": "SectionPlanesPlugin"
},
"arguments": [
{
"type": "MemberExpression",
"start": 709,
"end": 720,
"loc": {
"start": {
"line": 22,
"column": 60
},
"end": {
"line": 22,
"column": 71
}
},
"object": {
"type": "ThisExpression",
"start": 709,
"end": 713,
"loc": {
"start": {
"line": 22,
"column": 60
},
"end": {
"line": 22,
"column": 64
}
}
},
"property": {
"type": "Identifier",
"start": 714,
"end": 720,
"loc": {
"start": {
"line": 22,
"column": 65
},
"end": {
"line": 22,
"column": 71
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
{
"type": "ObjectExpression",
"start": 722,
"end": 796,
"loc": {
"start": {
"line": 22,
"column": 73
},
"end": {
"line": 24,
"column": 9
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 736,
"end": 786,
"loc": {
"start": {
"line": 23,
"column": 12
},
"end": {
"line": 23,
"column": 62
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 736,
"end": 750,
"loc": {
"start": {
"line": 23,
"column": 12
},
"end": {
"line": 23,
"column": 26
},
"identifierName": "overviewCanvas"
},
"name": "overviewCanvas"
},
"value": {
"type": "Identifier",
"start": 752,
"end": 786,
"loc": {
"start": {
"line": 23,
"column": 28
},
"end": {
"line": 23,
"column": 62
},
"identifierName": "sectionPlanesOverviewCanvasElement"
},
"name": "sectionPlanesOverviewCanvasElement"
}
}
]
}
]
}
}
},
{
"type": "ExpressionStatement",
"start": 808,
"end": 1033,
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 32,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 808,
"end": 1032,
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 32,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 808,
"end": 815,
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 15
}
},
"object": {
"type": "ThisExpression",
"start": 808,
"end": 812,
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 813,
"end": 815,
"loc": {
"start": {
"line": 26,
"column": 13
},
"end": {
"line": 26,
"column": 15
},
"identifierName": "on"
},
"name": "on"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 816,
"end": 825,
"loc": {
"start": {
"line": 26,
"column": 16
},
"end": {
"line": 26,
"column": 25
}
},
"extra": {
"rawValue": "enabled",
"raw": "\"enabled\""
},
"value": "enabled"
},
{
"type": "ArrowFunctionExpression",
"start": 827,
"end": 1031,
"loc": {
"start": {
"line": 26,
"column": 27
},
"end": {
"line": 32,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 828,
"end": 835,
"loc": {
"start": {
"line": 26,
"column": 28
},
"end": {
"line": 26,
"column": 35
},
"identifierName": "enabled"
},
"name": "enabled"
}
],
"body": {
"type": "BlockStatement",
"start": 840,
"end": 1031,
"loc": {
"start": {
"line": 26,
"column": 40
},
"end": {
"line": 32,
"column": 9
}
},
"body": [
{
"type": "IfStatement",
"start": 854,
"end": 1021,
"loc": {
"start": {
"line": 27,
"column": 12
},
"end": {
"line": 31,
"column": 13
}
},
"test": {
"type": "UnaryExpression",
"start": 858,
"end": 866,
"loc": {
"start": {
"line": 27,
"column": 16
},
"end": {
"line": 27,
"column": 24
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 859,
"end": 866,
"loc": {
"start": {
"line": 27,
"column": 17
},
"end": {
"line": 27,
"column": 24
},
"identifierName": "enabled"
},
"name": "enabled"
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 868,
"end": 940,
"loc": {
"start": {
"line": 27,
"column": 26
},
"end": {
"line": 29,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 886,
"end": 926,
"loc": {
"start": {
"line": 28,
"column": 16
},
"end": {
"line": 28,
"column": 56
}
},
"expression": {
"type": "CallExpression",
"start": 886,
"end": 925,
"loc": {
"start": {
"line": 28,
"column": 16
},
"end": {
"line": 28,
"column": 55
}
},
"callee": {
"type": "MemberExpression",
"start": 886,
"end": 913,
"loc": {
"start": {
"line": 28,
"column": 16
},
"end": {
"line": 28,
"column": 43
}
},
"object": {
"type": "MemberExpression",
"start": 886,
"end": 909,
"loc": {
"start": {
"line": 28,
"column": 16
},
"end": {
"line": 28,
"column": 39
}
},
"object": {
"type": "Identifier",
"start": 886,
"end": 899,
"loc": {
"start": {
"line": 28,
"column": 16
},
"end": {
"line": 28,
"column": 29
},
"identifierName": "buttonElement"
},
"name": "buttonElement"
},
"property": {
"type": "Identifier",
"start": 900,
"end": 909,
"loc": {
"start": {
"line": 28,
"column": 30
},
"end": {
"line": 28,
"column": 39
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 910,
"end": 913,
"loc": {
"start": {
"line": 28,
"column": 40
},
"end": {
"line": 28,
"column": 43
},
"identifierName": "add"
},
"name": "add"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 914,
"end": 924,
"loc": {
"start": {
"line": 28,
"column": 44
},
"end": {
"line": 28,
"column": 54
}
},
"extra": {
"rawValue": "disabled",
"raw": "\"disabled\""
},
"value": "disabled"
}
]
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 946,
"end": 1021,
"loc": {
"start": {
"line": 29,
"column": 19
},
"end": {
"line": 31,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 964,
"end": 1007,
"loc": {
"start": {
"line": 30,
"column": 16
},
"end": {
"line": 30,
"column": 59
}
},
"expression": {
"type": "CallExpression",
"start": 964,
"end": 1006,
"loc": {
"start": {
"line": 30,
"column": 16
},
"end": {
"line": 30,
"column": 58
}
},
"callee": {
"type": "MemberExpression",
"start": 964,
"end": 994,
"loc": {
"start": {
"line": 30,
"column": 16
},
"end": {
"line": 30,
"column": 46
}
},
"object": {
"type": "MemberExpression",
"start": 964,
"end": 987,
"loc": {
"start": {
"line": 30,
"column": 16
},
"end": {
"line": 30,
"column": 39
}
},
"object": {
"type": "Identifier",
"start": 964,
"end": 977,
"loc": {
"start": {
"line": 30,
"column": 16
},
"end": {
"line": 30,
"column": 29
},
"identifierName": "buttonElement"
},
"name": "buttonElement"
},
"property": {
"type": "Identifier",
"start": 978,
"end": 987,
"loc": {
"start": {
"line": 30,
"column": 30
},
"end": {
"line": 30,
"column": 39
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 988,
"end": 994,
"loc": {
"start": {
"line": 30,
"column": 40
},
"end": {
"line": 30,
"column": 46
},
"identifierName": "remove"
},
"name": "remove"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 995,
"end": 1005,
"loc": {
"start": {
"line": 30,
"column": 47
},
"end": {
"line": 30,
"column": 57
}
},
"extra": {
"rawValue": "disabled",
"raw": "\"disabled\""
},
"value": "disabled"
}
]
}
}
],
"directives": []
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1043,
"end": 1260,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 40,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 1043,
"end": 1259,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 40,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 1043,
"end": 1050,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 15
}
},
"object": {
"type": "ThisExpression",
"start": 1043,
"end": 1047,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1048,
"end": 1050,
"loc": {
"start": {
"line": 34,
"column": 13
},
"end": {
"line": 34,
"column": 15
},
"identifierName": "on"
},
"name": "on"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1051,
"end": 1059,
"loc": {
"start": {
"line": 34,
"column": 16
},
"end": {
"line": 34,
"column": 24
}
},
"extra": {
"rawValue": "active",
"raw": "\"active\""
},
"value": "active"
},
{
"type": "ArrowFunctionExpression",
"start": 1061,
"end": 1258,
"loc": {
"start": {
"line": 34,
"column": 26
},
"end": {
"line": 40,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1062,
"end": 1068,
"loc": {
"start": {
"line": 34,
"column": 27
},
"end": {
"line": 34,
"column": 33
},
"identifierName": "active"
},
"name": "active"
}
],
"body": {
"type": "BlockStatement",
"start": 1073,
"end": 1258,
"loc": {
"start": {
"line": 34,
"column": 38
},
"end": {
"line": 40,
"column": 9
}
},
"body": [
{
"type": "IfStatement",
"start": 1087,
"end": 1248,
"loc": {
"start": {
"line": 35,
"column": 12
},
"end": {
"line": 39,
"column": 13
}
},
"test": {
"type": "Identifier",
"start": 1091,
"end": 1097,
"loc": {
"start": {
"line": 35,
"column": 16
},
"end": {
"line": 35,
"column": 22
},
"identifierName": "active"
},
"name": "active"
},
"consequent": {
"type": "BlockStatement",
"start": 1099,
"end": 1169,
"loc": {
"start": {
"line": 35,
"column": 24
},
"end": {
"line": 37,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1117,
"end": 1155,
"loc": {
"start": {
"line": 36,
"column": 16
},
"end": {
"line": 36,
"column": 54
}
},
"expression": {
"type": "CallExpression",
"start": 1117,
"end": 1154,
"loc": {
"start": {
"line": 36,
"column": 16
},
"end": {
"line": 36,
"column": 53
}
},
"callee": {
"type": "MemberExpression",
"start": 1117,
"end": 1144,
"loc": {
"start": {
"line": 36,
"column": 16
},
"end": {
"line": 36,
"column": 43
}
},
"object": {
"type": "MemberExpression",
"start": 1117,
"end": 1140,
"loc": {
"start": {
"line": 36,
"column": 16
},
"end": {
"line": 36,
"column": 39
}
},
"object": {
"type": "Identifier",
"start": 1117,
"end": 1130,
"loc": {
"start": {
"line": 36,
"column": 16
},
"end": {
"line": 36,
"column": 29
},
"identifierName": "buttonElement"
},
"name": "buttonElement"
},
"property": {
"type": "Identifier",
"start": 1131,
"end": 1140,
"loc": {
"start": {
"line": 36,
"column": 30
},
"end": {
"line": 36,
"column": 39
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1141,
"end": 1144,
"loc": {
"start": {
"line": 36,
"column": 40
},
"end": {
"line": 36,
"column": 43
},
"identifierName": "add"
},
"name": "add"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1145,
"end": 1153,
"loc": {
"start": {
"line": 36,
"column": 44
},
"end": {
"line": 36,
"column": 52
}
},
"extra": {
"rawValue": "active",
"raw": "\"active\""
},
"value": "active"
}
]
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 1175,
"end": 1248,
"loc": {
"start": {
"line": 37,
"column": 19
},
"end": {
"line": 39,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1193,
"end": 1234,
"loc": {
"start": {
"line": 38,
"column": 16
},
"end": {
"line": 38,
"column": 57
}
},
"expression": {
"type": "CallExpression",
"start": 1193,
"end": 1233,
"loc": {
"start": {
"line": 38,
"column": 16
},
"end": {
"line": 38,
"column": 56
}
},
"callee": {
"type": "MemberExpression",
"start": 1193,
"end": 1223,
"loc": {
"start": {
"line": 38,
"column": 16
},
"end": {
"line": 38,
"column": 46
}
},
"object": {
"type": "MemberExpression",
"start": 1193,
"end": 1216,
"loc": {
"start": {
"line": 38,
"column": 16
},
"end": {
"line": 38,
"column": 39
}
},
"object": {
"type": "Identifier",
"start": 1193,
"end": 1206,
"loc": {
"start": {
"line": 38,
"column": 16
},
"end": {
"line": 38,
"column": 29
},
"identifierName": "buttonElement"
},
"name": "buttonElement"
},
"property": {
"type": "Identifier",
"start": 1207,
"end": 1216,
"loc": {
"start": {
"line": 38,
"column": 30
},
"end": {
"line": 38,
"column": 39
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1217,
"end": 1223,
"loc": {
"start": {
"line": 38,
"column": 40
},
"end": {
"line": 38,
"column": 46
},
"identifierName": "remove"
},
"name": "remove"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1224,
"end": 1232,
"loc": {
"start": {
"line": 38,
"column": 47
},
"end": {
"line": 38,
"column": 55
}
},
"extra": {
"rawValue": "active",
"raw": "\"active\""
},
"value": "active"
}
]
}
}
],
"directives": []
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1270,
"end": 1477,
"loc": {
"start": {
"line": 42,
"column": 8
},
"end": {
"line": 47,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 1270,
"end": 1476,
"loc": {
"start": {
"line": 42,
"column": 8
},
"end": {
"line": 47,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 1270,
"end": 1277,
"loc": {
"start": {
"line": 42,
"column": 8
},
"end": {
"line": 42,
"column": 15
}
},
"object": {
"type": "ThisExpression",
"start": 1270,
"end": 1274,
"loc": {
"start": {
"line": 42,
"column": 8
},
"end": {
"line": 42,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1275,
"end": 1277,
"loc": {
"start": {
"line": 42,
"column": 13
},
"end": {
"line": 42,
"column": 15
},
"identifierName": "on"
},
"name": "on"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1278,
"end": 1286,
"loc": {
"start": {
"line": 42,
"column": 16
},
"end": {
"line": 42,
"column": 24
}
},
"extra": {
"rawValue": "active",
"raw": "\"active\""
},
"value": "active"
},
{
"type": "ArrowFunctionExpression",
"start": 1288,
"end": 1475,
"loc": {
"start": {
"line": 42,
"column": 26
},
"end": {
"line": 47,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1289,
"end": 1295,
"loc": {
"start": {
"line": 42,
"column": 27
},
"end": {
"line": 42,
"column": 33
},
"identifierName": "active"
},
"name": "active"
}
],
"body": {
"type": "BlockStatement",
"start": 1300,
"end": 1475,
"loc": {
"start": {
"line": 42,
"column": 38
},
"end": {
"line": 47,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1314,
"end": 1367,
"loc": {
"start": {
"line": 43,
"column": 12
},
"end": {
"line": 43,
"column": 65
}
},
"expression": {
"type": "CallExpression",
"start": 1314,
"end": 1366,
"loc": {
"start": {
"line": 43,
"column": 12
},
"end": {
"line": 43,
"column": 64
}
},
"callee": {
"type": "MemberExpression",
"start": 1314,
"end": 1358,
"loc": {
"start": {
"line": 43,
"column": 12
},
"end": {
"line": 43,
"column": 56
}
},
"object": {
"type": "MemberExpression",
"start": 1314,
"end": 1339,
"loc": {
"start": {
"line": 43,
"column": 12
},
"end": {
"line": 43,
"column": 37
}
},
"object": {
"type": "ThisExpression",
"start": 1314,
"end": 1318,
"loc": {
"start": {
"line": 43,
"column": 12
},
"end": {
"line": 43,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 1319,
"end": 1339,
"loc": {
"start": {
"line": 43,
"column": 17
},
"end": {
"line": 43,
"column": 37
},
"identifierName": "_sectionPlanesPlugin"
},
"name": "_sectionPlanesPlugin"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1340,
"end": 1358,
"loc": {
"start": {
"line": 43,
"column": 38
},
"end": {
"line": 43,
"column": 56
},
"identifierName": "setOverviewVisible"
},
"name": "setOverviewVisible"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 1359,
"end": 1365,
"loc": {
"start": {
"line": 43,
"column": 57
},
"end": {
"line": 43,
"column": 63
},
"identifierName": "active"
},
"name": "active"
}
]
}
},
{
"type": "IfStatement",
"start": 1380,
"end": 1465,
"loc": {
"start": {
"line": 44,
"column": 12
},
"end": {
"line": 46,
"column": 13
}
},
"test": {
"type": "UnaryExpression",
"start": 1384,
"end": 1391,
"loc": {
"start": {
"line": 44,
"column": 16
},
"end": {
"line": 44,
"column": 23
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 1385,
"end": 1391,
"loc": {
"start": {
"line": 44,
"column": 17
},
"end": {
"line": 44,
"column": 23
},
"identifierName": "active"
},
"name": "active"
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 1393,
"end": 1465,
"loc": {
"start": {
"line": 44,
"column": 25
},
"end": {
"line": 46,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1411,
"end": 1451,
"loc": {
"start": {
"line": 45,
"column": 16
},
"end": {
"line": 45,
"column": 56
}
},
"expression": {
"type": "CallExpression",
"start": 1411,
"end": 1450,
"loc": {
"start": {
"line": 45,
"column": 16
},
"end": {
"line": 45,
"column": 55
}
},
"callee": {
"type": "MemberExpression",
"start": 1411,
"end": 1448,
"loc": {
"start": {
"line": 45,
"column": 16
},
"end": {
"line": 45,
"column": 53
}
},
"object": {
"type": "MemberExpression",
"start": 1411,
"end": 1436,
"loc": {
"start": {
"line": 45,
"column": 16
},
"end": {
"line": 45,
"column": 41
}
},
"object": {
"type": "ThisExpression",
"start": 1411,
"end": 1415,
"loc": {
"start": {
"line": 45,
"column": 16
},
"end": {
"line": 45,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"start": 1416,
"end": 1436,
"loc": {
"start": {
"line": 45,
"column": 21
},
"end": {
"line": 45,
"column": 41
},
"identifierName": "_sectionPlanesPlugin"
},
"name": "_sectionPlanesPlugin"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1437,
"end": 1448,
"loc": {
"start": {
"line": 45,
"column": 42
},
"end": {
"line": 45,
"column": 53
},
"identifierName": "hideControl"
},
"name": "hideControl"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1487,
"end": 1745,
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 56,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 1487,
"end": 1744,
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 56,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 1487,
"end": 1517,
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 38
}
},
"object": {
"type": "Identifier",
"start": 1487,
"end": 1500,
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 21
},
"identifierName": "buttonElement"
},
"name": "buttonElement"
},
"property": {
"type": "Identifier",
"start": 1501,
"end": 1517,
"loc": {
"start": {
"line": 49,
"column": 22
},
"end": {
"line": 49,
"column": 38
},
"identifierName": "addEventListener"
},
"name": "addEventListener"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1518,
"end": 1525,
"loc": {
"start": {
"line": 49,
"column": 39
},
"end": {
"line": 49,
"column": 46
}
},
"extra": {
"rawValue": "click",
"raw": "\"click\""
},
"value": "click"
},
{
"type": "ArrowFunctionExpression",
"start": 1527,
"end": 1743,
"loc": {
"start": {
"line": 49,
"column": 48
},
"end": {
"line": 56,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1528,
"end": 1533,
"loc": {
"start": {
"line": 49,
"column": 49
},
"end": {
"line": 49,
"column": 54
},
"identifierName": "event"
},
"name": "event"
}
],
"body": {
"type": "BlockStatement",
"start": 1538,
"end": 1743,
"loc": {
"start": {
"line": 49,
"column": 59
},
"end": {
"line": 56,
"column": 9
}
},
"body": [
{
"type": "IfStatement",
"start": 1552,
"end": 1615,
"loc": {
"start": {
"line": 50,
"column": 12
},
"end": {
"line": 52,
"column": 13
}
},
"test": {
"type": "UnaryExpression",
"start": 1556,
"end": 1574,
"loc": {
"start": {
"line": 50,
"column": 16
},
"end": {
"line": 50,
"column": 34
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "CallExpression",
"start": 1557,
"end": 1574,
"loc": {
"start": {
"line": 50,
"column": 17
},
"end": {
"line": 50,
"column": 34
}
},
"callee": {
"type": "MemberExpression",
"start": 1557,
"end": 1572,
"loc": {
"start": {
"line": 50,
"column": 17
},
"end": {
"line": 50,
"column": 32
}
},
"object": {
"type": "ThisExpression",
"start": 1557,
"end": 1561,
"loc": {
"start": {
"line": 50,
"column": 17
},
"end": {
"line": 50,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"start": 1562,
"end": 1572,
"loc": {
"start": {
"line": 50,
"column": 22
},
"end": {
"line": 50,
"column": 32
},
"identifierName": "getEnabled"
},
"name": "getEnabled"
},
"computed": false
},
"arguments": []
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 1576,
"end": 1615,
"loc": {
"start": {
"line": 50,
"column": 36
},
"end": {
"line": 52,
"column": 13
}
},
"body": [
{
"type": "ReturnStatement",
"start": 1594,
"end": 1601,
"loc": {
"start": {
"line": 51,
"column": 16
},
"end": {
"line": 51,
"column": 23
}
},
"argument": null
}
],
"directives": []
},
"alternate": null
},
{
"type": "VariableDeclaration",
"start": 1628,
"end": 1660,
"loc": {
"start": {
"line": 53,
"column": 12
},
"end": {
"line": 53,
"column": 44
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1634,
"end": 1659,
"loc": {
"start": {
"line": 53,
"column": 18
},
"end": {
"line": 53,
"column": 43
}
},
"id": {
"type": "Identifier",
"start": 1634,
"end": 1640,
"loc": {
"start": {
"line": 53,
"column": 18
},
"end": {
"line": 53,
"column": 24
},
"identifierName": "active"
},
"name": "active"
},
"init": {
"type": "CallExpression",
"start": 1643,
"end": 1659,
"loc": {
"start": {
"line": 53,
"column": 27
},
"end": {
"line": 53,
"column": 43
}
},
"callee": {
"type": "MemberExpression",
"start": 1643,
"end": 1657,
"loc": {
"start": {
"line": 53,
"column": 27
},
"end": {
"line": 53,
"column": 41
}
},
"object": {
"type": "ThisExpression",
"start": 1643,
"end": 1647,
"loc": {
"start": {
"line": 53,
"column": 27
},
"end": {
"line": 53,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"start": 1648,
"end": 1657,
"loc": {
"start": {
"line": 53,
"column": 32
},
"end": {
"line": 53,
"column": 41
},
"identifierName": "getActive"
},
"name": "getActive"
},
"computed": false
},
"arguments": []
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 1673,
"end": 1697,
"loc": {
"start": {
"line": 54,
"column": 12
},
"end": {
"line": 54,
"column": 36
}
},
"expression": {
"type": "CallExpression",
"start": 1673,
"end": 1696,
"loc": {
"start": {
"line": 54,
"column": 12
},
"end": {
"line": 54,
"column": 35
}
},
"callee": {
"type": "MemberExpression",
"start": 1673,
"end": 1687,
"loc": {
"start": {
"line": 54,
"column": 12
},
"end": {
"line": 54,
"column": 26
}
},
"object": {
"type": "ThisExpression",
"start": 1673,
"end": 1677,
"loc": {
"start": {
"line": 54,
"column": 12
},
"end": {
"line": 54,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 1678,
"end": 1687,
"loc": {
"start": {
"line": 54,
"column": 17
},
"end": {
"line": 54,
"column": 26
},
"identifierName": "setActive"
},
"name": "setActive"
},
"computed": false
},
"arguments": [
{
"type": "UnaryExpression",
"start": 1688,
"end": 1695,
"loc": {
"start": {
"line": 54,
"column": 27
},
"end": {
"line": 54,
"column": 34
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 1689,
"end": 1695,
"loc": {
"start": {
"line": 54,
"column": 28
},
"end": {
"line": 54,
"column": 34
},
"identifierName": "active"
},
"name": "active"
},
"extra": {
"parenthesizedArgument": false
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1710,
"end": 1733,
"loc": {
"start": {
"line": 55,
"column": 12
},
"end": {
"line": 55,
"column": 35
}
},
"expression": {
"type": "CallExpression",
"start": 1710,
"end": 1732,
"loc": {
"start": {
"line": 55,
"column": 12
},
"end": {
"line": 55,
"column": 34
}
},
"callee": {
"type": "MemberExpression",
"start": 1710,
"end": 1730,
"loc": {
"start": {
"line": 55,
"column": 12
},
"end": {
"line": 55,
"column": 32
}
},
"object": {
"type": "Identifier",
"start": 1710,
"end": 1715,
"loc": {
"start": {
"line": 55,
"column": 12
},
"end": {
"line": 55,
"column": 17
},
"identifierName": "event"
},
"name": "event"
},
"property": {
"type": "Identifier",
"start": 1716,
"end": 1730,
"loc": {
"start": {
"line": 55,
"column": 18
},
"end": {
"line": 55,
"column": 32
},
"identifierName": "preventDefault"
},
"name": "preventDefault"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1755,
"end": 1861,
"loc": {
"start": {
"line": 58,
"column": 8
},
"end": {
"line": 61,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 1755,
"end": 1860,
"loc": {
"start": {
"line": 58,
"column": 8
},
"end": {
"line": 61,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 1755,
"end": 1771,
"loc": {
"start": {
"line": 58,
"column": 8
},
"end": {
"line": 58,
"column": 24
}
},
"object": {
"type": "MemberExpression",
"start": 1755,
"end": 1768,
"loc": {
"start": {
"line": 58,
"column": 8
},
"end": {
"line": 58,
"column": 21
}
},
"object": {
"type": "ThisExpression",
"start": 1755,
"end": 1759,
"loc": {
"start": {
"line": 58,
"column": 8
},
"end": {
"line": 58,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1760,
"end": 1768,
"loc": {
"start": {
"line": 58,
"column": 13
},
"end": {
"line": 58,
"column": 21
},
"identifierName": "viewerUI"
},
"name": "viewerUI"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1769,
"end": 1771,
"loc": {
"start": {
"line": 58,
"column": 22
},
"end": {
"line": 58,
"column": 24
},
"identifierName": "on"
},
"name": "on"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1772,
"end": 1779,
"loc": {
"start": {
"line": 58,
"column": 25
},
"end": {
"line": 58,
"column": 32
}
},
"extra": {
"rawValue": "reset",
"raw": "\"reset\""
},
"value": "reset"
},
{
"type": "ArrowFunctionExpression",
"start": 1781,
"end": 1859,
"loc": {
"start": {
"line": 58,
"column": 34
},
"end": {
"line": 61,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 1787,
"end": 1859,
"loc": {
"start": {
"line": 58,
"column": 40
},
"end": {
"line": 61,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1801,
"end": 1814,
"loc": {
"start": {
"line": 59,
"column": 12
},
"end": {
"line": 59,
"column": 25
}
},
"expression": {
"type": "CallExpression",
"start": 1801,
"end": 1813,
"loc": {
"start": {
"line": 59,
"column": 12
},
"end": {
"line": 59,
"column": 24
}
},
"callee": {
"type": "MemberExpression",
"start": 1801,
"end": 1811,
"loc": {
"start": {
"line": 59,
"column": 12
},
"end": {
"line": 59,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 1801,
"end": 1805,
"loc": {
"start": {
"line": 59,
"column": 12
},
"end": {
"line": 59,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 1806,
"end": 1811,
"loc": {
"start": {
"line": 59,
"column": 17
},
"end": {
"line": 59,
"column": 22
},
"identifierName": "clear"
},
"name": "clear"
},
"computed": false
},
"arguments": []
}
},
{
"type": "ExpressionStatement",
"start": 1827,
"end": 1849,
"loc": {
"start": {
"line": 60,
"column": 12
},
"end": {
"line": 60,
"column": 34
}
},
"expression": {
"type": "CallExpression",
"start": 1827,
"end": 1848,
"loc": {
"start": {
"line": 60,
"column": 12
},
"end": {
"line": 60,
"column": 33
}
},
"callee": {
"type": "MemberExpression",
"start": 1827,
"end": 1841,
"loc": {
"start": {
"line": 60,
"column": 12
},
"end": {
"line": 60,
"column": 26
}
},
"object": {
"type": "ThisExpression",
"start": 1827,
"end": 1831,
"loc": {
"start": {
"line": 60,
"column": 12
},
"end": {
"line": 60,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 1832,
"end": 1841,
"loc": {
"start": {
"line": 60,
"column": 17
},
"end": {
"line": 60,
"column": 26
},
"identifierName": "setActive"
},
"name": "setActive"
},
"computed": false
},
"arguments": [
{
"type": "BooleanLiteral",
"start": 1842,
"end": 1847,
"loc": {
"start": {
"line": 60,
"column": 27
},
"end": {
"line": 60,
"column": 32
}
},
"value": false
}
]
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1871,
"end": 1895,
"loc": {
"start": {
"line": 63,
"column": 8
},
"end": {
"line": 63,
"column": 32
}
},
"expression": {
"type": "CallExpression",
"start": 1871,
"end": 1894,
"loc": {
"start": {
"line": 63,
"column": 8
},
"end": {
"line": 63,
"column": 31
}
},
"callee": {
"type": "MemberExpression",
"start": 1871,
"end": 1892,
"loc": {
"start": {
"line": 63,
"column": 8
},
"end": {
"line": 63,
"column": 29
}
},
"object": {
"type": "ThisExpression",
"start": 1871,
"end": 1875,
"loc": {
"start": {
"line": 63,
"column": 8
},
"end": {
"line": 63,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1876,
"end": 1892,
"loc": {
"start": {
"line": 63,
"column": 13
},
"end": {
"line": 63,
"column": 29
},
"identifierName": "_initSectionMode"
},
"name": "_initSectionMode"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 1907,
"end": 2405,
"loc": {
"start": {
"line": 66,
"column": 4
},
"end": {
"line": 77,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1907,
"end": 1923,
"loc": {
"start": {
"line": 66,
"column": 4
},
"end": {
"line": 66,
"column": 20
},
"identifierName": "_initSectionMode"
},
"name": "_initSectionMode"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 1926,
"end": 2405,
"loc": {
"start": {
"line": 66,
"column": 23
},
"end": {
"line": 77,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1936,
"end": 2399,
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 76,
"column": 11
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1936,
"end": 2398,
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 76,
"column": 10
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1936,
"end": 1957,
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 67,
"column": 29
}
},
"object": {
"type": "ThisExpression",
"start": 1936,
"end": 1940,
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 67,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1941,
"end": 1957,
"loc": {
"start": {
"line": 67,
"column": 13
},
"end": {
"line": 67,
"column": 29
},
"identifierName": "_onPickedSurface"
},
"name": "_onPickedSurface"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 1960,
"end": 2398,
"loc": {
"start": {
"line": 67,
"column": 32
},
"end": {
"line": 76,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 1960,
"end": 1988,
"loc": {
"start": {
"line": 67,
"column": 32
},
"end": {
"line": 67,
"column": 60
}
},
"object": {
"type": "MemberExpression",
"start": 1960,
"end": 1985,
"loc": {
"start": {
"line": 67,
"column": 32
},
"end": {
"line": 67,
"column": 57
}
},
"object": {
"type": "MemberExpression",
"start": 1960,
"end": 1971,
"loc": {
"start": {
"line": 67,
"column": 32
},
"end": {
"line": 67,
"column": 43
}
},
"object": {
"type": "ThisExpression",
"start": 1960,
"end": 1964,
"loc": {
"start": {
"line": 67,
"column": 32
},
"end": {
"line": 67,
"column": 36
}
}
},
"property": {
"type": "Identifier",
"start": 1965,
"end": 1971,
"loc": {
"start": {
"line": 67,
"column": 37
},
"end": {
"line": 67,
"column": 43
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1972,
"end": 1985,
"loc": {
"start": {
"line": 67,
"column": 44
},
"end": {
"line": 67,
"column": 57
},
"identifierName": "cameraControl"
},
"name": "cameraControl"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1986,
"end": 1988,
"loc": {
"start": {
"line": 67,
"column": 58
},
"end": {
"line": 67,
"column": 60
},
"identifierName": "on"
},
"name": "on"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1989,
"end": 2004,
"loc": {
"start": {
"line": 67,
"column": 61
},
"end": {
"line": 67,
"column": 76
}
},
"extra": {
"rawValue": "pickedSurface",
"raw": "\"pickedSurface\""
},
"value": "pickedSurface"
},
{
"type": "ArrowFunctionExpression",
"start": 2006,
"end": 2397,
"loc": {
"start": {
"line": 67,
"column": 78
},
"end": {
"line": 76,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2007,
"end": 2008,
"loc": {
"start": {
"line": 67,
"column": 79
},
"end": {
"line": 67,
"column": 80
},
"identifierName": "e"
},
"name": "e"
}
],
"body": {
"type": "BlockStatement",
"start": 2013,
"end": 2397,
"loc": {
"start": {
"line": 67,
"column": 85
},
"end": {
"line": 76,
"column": 9
}
},
"body": [
{
"type": "IfStatement",
"start": 2027,
"end": 2111,
"loc": {
"start": {
"line": 68,
"column": 12
},
"end": {
"line": 70,
"column": 13
}
},
"test": {
"type": "LogicalExpression",
"start": 2031,
"end": 2070,
"loc": {
"start": {
"line": 68,
"column": 16
},
"end": {
"line": 68,
"column": 55
}
},
"left": {
"type": "UnaryExpression",
"start": 2031,
"end": 2048,
"loc": {
"start": {
"line": 68,
"column": 16
},
"end": {
"line": 68,
"column": 33
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "CallExpression",
"start": 2032,
"end": 2048,
"loc": {
"start": {
"line": 68,
"column": 17
},
"end": {
"line": 68,
"column": 33
}
},
"callee": {
"type": "MemberExpression",
"start": 2032,
"end": 2046,
"loc": {
"start": {
"line": 68,
"column": 17
},
"end": {
"line": 68,
"column": 31
}
},
"object": {
"type": "ThisExpression",
"start": 2032,
"end": 2036,
"loc": {
"start": {
"line": 68,
"column": 17
},
"end": {
"line": 68,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"start": 2037,
"end": 2046,
"loc": {
"start": {
"line": 68,
"column": 22
},
"end": {
"line": 68,
"column": 31
},
"identifierName": "getActive"
},
"name": "getActive"
},
"computed": false
},
"arguments": []
},
"extra": {
"parenthesizedArgument": false
}
},
"operator": "||",
"right": {
"type": "UnaryExpression",
"start": 2052,
"end": 2070,
"loc": {
"start": {
"line": 68,
"column": 37
},
"end": {
"line": 68,
"column": 55
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "CallExpression",
"start": 2053,
"end": 2070,
"loc": {
"start": {
"line": 68,
"column": 38
},
"end": {
"line": 68,
"column": 55
}
},
"callee": {
"type": "MemberExpression",
"start": 2053,
"end": 2068,
"loc": {
"start": {
"line": 68,
"column": 38
},
"end": {
"line": 68,
"column": 53
}
},
"object": {
"type": "ThisExpression",
"start": 2053,
"end": 2057,
"loc": {
"start": {
"line": 68,
"column": 38
},
"end": {
"line": 68,
"column": 42
}
}
},
"property": {
"type": "Identifier",
"start": 2058,
"end": 2068,
"loc": {
"start": {
"line": 68,
"column": 43
},
"end": {
"line": 68,
"column": 53
},
"identifierName": "getEnabled"
},
"name": "getEnabled"
},
"computed": false
},
"arguments": []
},
"extra": {
"parenthesizedArgument": false
}
}
},
"consequent": {
"type": "BlockStatement",
"start": 2072,
"end": 2111,
"loc": {
"start": {
"line": 68,
"column": 57
},
"end": {
"line": 70,
"column": 13
}
},
"body": [
{
"type": "ReturnStatement",
"start": 2090,
"end": 2097,
"loc": {
"start": {
"line": 69,
"column": 16
},
"end": {
"line": 69,
"column": 23
}
},
"argument": null
}
],
"directives": []
},
"alternate": null
},
{
"type": "VariableDeclaration",
"start": 2124,
"end": 2319,
"loc": {
"start": {
"line": 71,
"column": 12
},
"end": {
"line": 74,
"column": 15
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2130,
"end": 2318,
"loc": {
"start": {
"line": 71,
"column": 18
},
"end": {
"line": 74,
"column": 14
}
},
"id": {
"type": "Identifier",
"start": 2130,
"end": 2142,
"loc": {
"start": {
"line": 71,
"column": 18
},
"end": {
"line": 71,
"column": 30
},
"identifierName": "sectionPlane"
},
"name": "sectionPlane"
},
"init": {
"type": "CallExpression",
"start": 2145,
"end": 2318,
"loc": {
"start": {
"line": 71,
"column": 33
},
"end": {
"line": 74,
"column": 14
}
},
"callee": {
"type": "MemberExpression",
"start": 2145,
"end": 2189,
"loc": {
"start": {
"line": 71,
"column": 33
},
"end": {
"line": 71,
"column": 77
}
},
"object": {
"type": "MemberExpression",
"start": 2145,
"end": 2170,
"loc": {
"start": {
"line": 71,
"column": 33
},
"end": {
"line": 71,
"column": 58
}
},
"object": {
"type": "ThisExpression",
"start": 2145,
"end": 2149,
"loc": {
"start": {
"line": 71,
"column": 33
},
"end": {
"line": 71,
"column": 37
}
}
},
"property": {
"type": "Identifier",
"start": 2150,
"end": 2170,
"loc": {
"start": {
"line": 71,
"column": 38
},
"end": {
"line": 71,
"column": 58
},
"identifierName": "_sectionPlanesPlugin"
},
"name": "_sectionPlanesPlugin"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2171,
"end": 2189,
"loc": {
"start": {
"line": 71,
"column": 59
},
"end": {
"line": 71,
"column": 77
},
"identifierName": "createSectionPlane"
},
"name": "createSectionPlane"
},
"computed": false
},
"arguments": [
{
"type": "ObjectExpression",
"start": 2190,
"end": 2317,
"loc": {
"start": {
"line": 71,
"column": 78
},
"end": {
"line": 74,
"column": 13
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 2208,
"end": 2223,
"loc": {
"start": {
"line": 72,
"column": 16
},
"end": {
"line": 72,
"column": 31
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2208,
"end": 2211,
"loc": {
"start": {
"line": 72,
"column": 16
},
"end": {
"line": 72,
"column": 19
},
"identifierName": "pos"
},
"name": "pos"
},
"value": {
"type": "MemberExpression",
"start": 2213,
"end": 2223,
"loc": {
"start": {
"line": 72,
"column": 21
},
"end": {
"line": 72,
"column": 31
}
},
"object": {
"type": "Identifier",
"start": 2213,
"end": 2214,
"loc": {
"start": {
"line": 72,
"column": 21
},
"end": {
"line": 72,
"column": 22
},
"identifierName": "e"
},
"name": "e"
},
"property": {
"type": "Identifier",
"start": 2215,
"end": 2223,
"loc": {
"start": {
"line": 72,
"column": 23
},
"end": {
"line": 72,
"column": 31
},
"identifierName": "worldPos"
},
"name": "worldPos"
},
"computed": false
}
},
{
"type": "ObjectProperty",
"start": 2241,
"end": 2303,
"loc": {
"start": {
"line": 73,
"column": 16
},
"end": {
"line": 73,
"column": 78
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2241,
"end": 2244,
"loc": {
"start": {
"line": 73,
"column": 16
},
"end": {
"line": 73,
"column": 19
},
"identifierName": "dir"
},
"name": "dir"
},
"value": {
"type": "ArrayExpression",
"start": 2246,
"end": 2303,
"loc": {
"start": {
"line": 73,
"column": 21
},
"end": {
"line": 73,
"column": 78
}
},
"elements": [
{
"type": "UnaryExpression",
"start": 2247,
"end": 2264,
"loc": {
"start": {
"line": 73,
"column": 22
},
"end": {
"line": 73,
"column": 39
}
},
"operator": "-",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 2248,
"end": 2264,
"loc": {
"start": {
"line": 73,
"column": 23
},
"end": {
"line": 73,
"column": 39
}
},
"object": {
"type": "MemberExpression",
"start": 2248,
"end": 2261,
"loc": {
"start": {
"line": 73,
"column": 23
},
"end": {
"line": 73,
"column": 36
}
},
"object": {
"type": "Identifier",
"start": 2248,
"end": 2249,
"loc": {
"start": {
"line": 73,
"column": 23
},
"end": {
"line": 73,
"column": 24
},
"identifierName": "e"
},
"name": "e"
},
"property": {
"type": "Identifier",
"start": 2250,
"end": 2261,
"loc": {
"start": {
"line": 73,
"column": 25
},
"end": {
"line": 73,
"column": 36
},
"identifierName": "worldNormal"
},
"name": "worldNormal"
},
"computed": false
},
"property": {
"type": "NumericLiteral",
"start": 2262,
"end": 2263,
"loc": {
"start": {
"line": 73,
"column": 37
},
"end": {
"line": 73,
"column": 38
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
},
"computed": true
},
"extra": {
"parenthesizedArgument": false
}
},
{
"type": "UnaryExpression",
"start": 2266,
"end": 2283,
"loc": {
"start": {
"line": 73,
"column": 41
},
"end": {
"line": 73,
"column": 58
}
},
"operator": "-",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 2267,
"end": 2283,
"loc": {
"start": {
"line": 73,
"column": 42
},
"end": {
"line": 73,
"column": 58
}
},
"object": {
"type": "MemberExpression",
"start": 2267,
"end": 2280,
"loc": {
"start": {
"line": 73,
"column": 42
},
"end": {
"line": 73,
"column": 55
}
},
"object": {
"type": "Identifier",
"start": 2267,
"end": 2268,
"loc": {
"start": {
"line": 73,
"column": 42
},
"end": {
"line": 73,
"column": 43
},
"identifierName": "e"
},
"name": "e"
},
"property": {
"type": "Identifier",
"start": 2269,
"end": 2280,
"loc": {
"start": {
"line": 73,
"column": 44
},
"end": {
"line": 73,
"column": 55
},
"identifierName": "worldNormal"
},
"name": "worldNormal"
},
"computed": false
},
"property": {
"type": "NumericLiteral",
"start": 2281,
"end": 2282,
"loc": {
"start": {
"line": 73,
"column": 56
},
"end": {
"line": 73,
"column": 57
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
},
"computed": true
},
"extra": {
"parenthesizedArgument": false
}
},
{
"type": "UnaryExpression",
"start": 2285,
"end": 2302,
"loc": {
"start": {
"line": 73,
"column": 60
},
"end": {
"line": 73,
"column": 77
}
},
"operator": "-",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 2286,
"end": 2302,
"loc": {
"start": {
"line": 73,
"column": 61
},
"end": {
"line": 73,
"column": 77
}
},
"object": {
"type": "MemberExpression",
"start": 2286,
"end": 2299,
"loc": {
"start": {
"line": 73,
"column": 61
},
"end": {
"line": 73,
"column": 74
}
},
"object": {
"type": "Identifier",
"start": 2286,
"end": 2287,
"loc": {
"start": {
"line": 73,
"column": 61
},
"end": {
"line": 73,
"column": 62
},
"identifierName": "e"
},
"name": "e"
},
"property": {
"type": "Identifier",
"start": 2288,
"end": 2299,
"loc": {
"start": {
"line": 73,
"column": 63
},
"end": {
"line": 73,
"column": 74
},
"identifierName": "worldNormal"
},
"name": "worldNormal"
},
"computed": false
},
"property": {
"type": "NumericLiteral",
"start": 2300,
"end": 2301,
"loc": {
"start": {
"line": 73,
"column": 75
},
"end": {
"line": 73,
"column": 76
}
},
"extra": {
"rawValue": 2,
"raw": "2"
},
"value": 2
},
"computed": true
},
"extra": {
"parenthesizedArgument": false
}
}
]
}
}
]
}
]
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 2332,
"end": 2387,
"loc": {
"start": {
"line": 75,
"column": 12
},
"end": {
"line": 75,
"column": 67
}
},
"expression": {
"type": "CallExpression",
"start": 2332,
"end": 2386,
"loc": {
"start": {
"line": 75,
"column": 12
},
"end": {
"line": 75,
"column": 66
}
},
"callee": {
"type": "MemberExpression",
"start": 2332,
"end": 2369,
"loc": {
"start": {
"line": 75,
"column": 12
},
"end": {
"line": 75,
"column": 49
}
},
"object": {
"type": "MemberExpression",
"start": 2332,
"end": 2357,
"loc": {
"start": {
"line": 75,
"column": 12
},
"end": {
"line": 75,
"column": 37
}
},
"object": {
"type": "ThisExpression",
"start": 2332,
"end": 2336,
"loc": {
"start": {
"line": 75,
"column": 12
},
"end": {
"line": 75,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 2337,
"end": 2357,
"loc": {
"start": {
"line": 75,
"column": 17
},
"end": {
"line": 75,
"column": 37
},
"identifierName": "_sectionPlanesPlugin"
},
"name": "_sectionPlanesPlugin"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2358,
"end": 2369,
"loc": {
"start": {
"line": 75,
"column": 38
},
"end": {
"line": 75,
"column": 49
},
"identifierName": "showControl"
},
"name": "showControl"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 2370,
"end": 2385,
"loc": {
"start": {
"line": 75,
"column": 50
},
"end": {
"line": 75,
"column": 65
}
},
"object": {
"type": "Identifier",
"start": 2370,
"end": 2382,
"loc": {
"start": {
"line": 75,
"column": 50
},
"end": {
"line": 75,
"column": 62
},
"identifierName": "sectionPlane"
},
"name": "sectionPlane"
},
"property": {
"type": "Identifier",
"start": 2383,
"end": 2385,
"loc": {
"start": {
"line": 75,
"column": 63
},
"end": {
"line": 75,
"column": 65
},
"identifierName": "id"
},
"name": "id"
},
"computed": false
}
]
}
}
],
"directives": []
}
}
]
}
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 2411,
"end": 2469,
"loc": {
"start": {
"line": 79,
"column": 4
},
"end": {
"line": 81,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2411,
"end": 2416,
"loc": {
"start": {
"line": 79,
"column": 4
},
"end": {
"line": 79,
"column": 9
},
"identifierName": "clear"
},
"name": "clear"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 2419,
"end": 2469,
"loc": {
"start": {
"line": 79,
"column": 12
},
"end": {
"line": 81,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 2429,
"end": 2463,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 42
}
},
"expression": {
"type": "CallExpression",
"start": 2429,
"end": 2462,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 41
}
},
"callee": {
"type": "MemberExpression",
"start": 2429,
"end": 2460,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 39
}
},
"object": {
"type": "MemberExpression",
"start": 2429,
"end": 2454,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 33
}
},
"object": {
"type": "ThisExpression",
"start": 2429,
"end": 2433,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 2434,
"end": 2454,
"loc": {
"start": {
"line": 80,
"column": 13
},
"end": {
"line": 80,
"column": 33
},
"identifierName": "_sectionPlanesPlugin"
},
"name": "_sectionPlanesPlugin"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2455,
"end": 2460,
"loc": {
"start": {
"line": 80,
"column": 34
},
"end": {
"line": 80,
"column": 39
},
"identifierName": "clear"
},
"name": "clear"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 2475,
"end": 2562,
"loc": {
"start": {
"line": 83,
"column": 4
},
"end": {
"line": 86,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2475,
"end": 2482,
"loc": {
"start": {
"line": 83,
"column": 4
},
"end": {
"line": 83,
"column": 11
},
"identifierName": "destroy"
},
"name": "destroy"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 2485,
"end": 2562,
"loc": {
"start": {
"line": 83,
"column": 14
},
"end": {
"line": 86,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 2495,
"end": 2531,
"loc": {
"start": {
"line": 84,
"column": 8
},
"end": {
"line": 84,
"column": 44
}
},
"expression": {
"type": "CallExpression",
"start": 2495,
"end": 2530,
"loc": {
"start": {
"line": 84,
"column": 8
},
"end": {
"line": 84,
"column": 43
}
},
"callee": {
"type": "MemberExpression",
"start": 2495,
"end": 2528,
"loc": {
"start": {
"line": 84,
"column": 8
},
"end": {
"line": 84,
"column": 41
}
},
"object": {
"type": "MemberExpression",
"start": 2495,
"end": 2520,
"loc": {
"start": {
"line": 84,
"column": 8
},
"end": {
"line": 84,
"column": 33
}
},
"object": {
"type": "ThisExpression",
"start": 2495,
"end": 2499,
"loc": {
"start": {
"line": 84,
"column": 8
},
"end": {
"line": 84,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 2500,
"end": 2520,
"loc": {
"start": {
"line": 84,
"column": 13
},
"end": {
"line": 84,
"column": 33
},
"identifierName": "_sectionPlanesPlugin"
},
"name": "_sectionPlanesPlugin"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2521,
"end": 2528,
"loc": {
"start": {
"line": 84,
"column": 34
},
"end": {
"line": 84,
"column": 41
},
"identifierName": "destroy"
},
"name": "destroy"
},
"computed": false
},
"arguments": []
}
},
{
"type": "ExpressionStatement",
"start": 2540,
"end": 2556,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 24
}
},
"expression": {
"type": "CallExpression",
"start": 2540,
"end": 2555,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 23
}
},
"callee": {
"type": "MemberExpression",
"start": 2540,
"end": 2553,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 21
}
},
"object": {
"type": "Super",
"start": 2540,
"end": 2545,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 13
}
}
},
"property": {
"type": "Identifier",
"start": 2546,
"end": 2553,
"loc": {
"start": {
"line": 85,
"column": 14
},
"end": {
"line": 85,
"column": 21
},
"identifierName": "destroy"
},
"name": "destroy"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
}
}
]
},
"leadingComments": [],
"name": "_",
"trailingComments": []
},
{
"type": "ExportNamedDeclaration",
"start": 2566,
"end": 2587,
"loc": {
"start": {
"line": 89,
"column": 0
},
"end": {
"line": 89,
"column": 21
}
},
"declaration": null,
"specifiers": [
{
"type": "ExportSpecifier",
"start": 2574,
"end": 2585,
"loc": {
"start": {
"line": 89,
"column": 8
},
"end": {
"line": 89,
"column": 19
}
},
"local": {
"type": "Identifier",
"start": 2574,
"end": 2585,
"loc": {
"start": {
"line": 89,
"column": 8
},
"end": {
"line": 89,
"column": 19
},
"identifierName": "SectionMode"
},
"name": "SectionMode"
},
"exported": {
"type": "Identifier",
"start": 2574,
"end": 2585,
"loc": {
"start": {
"line": 89,
"column": 8
},
"end": {
"line": 89,
"column": 19
},
"identifierName": "SectionMode"
},
"name": "SectionMode"
}
}
],
"source": null
},
{
"type": "ExportNamedDeclaration",
"start": 2566,
"end": 2587,
"loc": {
"start": {
"line": 89,
"column": 0
},
"end": {
"line": 89,
"column": 21
}
},
"declaration": {
"type": "ClassDeclaration",
"start": 173,
"end": 2564,
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 87,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 179,
"end": 190,
"loc": {
"start": {
"line": 5,
"column": 6
},
"end": {
"line": 5,
"column": 17
},
"identifierName": "SectionMode"
},
"name": "SectionMode",
"leadingComments": null
},
"superClass": {
"type": "Identifier",
"start": 199,
"end": 209,
"loc": {
"start": {
"line": 5,
"column": 26
},
"end": {
"line": 5,
"column": 36
},
"identifierName": "Controller"
},
"name": "Controller"
},
"body": {
"type": "ClassBody",
"start": 210,
"end": 2564,
"loc": {
"start": {
"line": 5,
"column": 37
},
"end": {
"line": 87,
"column": 1
}
},
"body": [
{
"type": "ClassMethod",
"start": 217,
"end": 1901,
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 64,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 217,
"end": 228,
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 7,
"column": 15
},
"identifierName": "constructor"
},
"name": "constructor"
},
"kind": "constructor",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 229,
"end": 235,
"loc": {
"start": {
"line": 7,
"column": 16
},
"end": {
"line": 7,
"column": 22
},
"identifierName": "parent"
},
"name": "parent"
},
{
"type": "Identifier",
"start": 237,
"end": 240,
"loc": {
"start": {
"line": 7,
"column": 24
},
"end": {
"line": 7,
"column": 27
},
"identifierName": "cfg"
},
"name": "cfg"
}
],
"body": {
"type": "BlockStatement",
"start": 242,
"end": 1901,
"loc": {
"start": {
"line": 7,
"column": 29
},
"end": {
"line": 64,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 253,
"end": 272,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 27
}
},
"expression": {
"type": "CallExpression",
"start": 253,
"end": 271,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 26
}
},
"callee": {
"type": "Super",
"start": 253,
"end": 258,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 13
}
}
},
"arguments": [
{
"type": "Identifier",
"start": 259,
"end": 265,
"loc": {
"start": {
"line": 9,
"column": 14
},
"end": {
"line": 9,
"column": 20
},
"identifierName": "parent"
},
"name": "parent"
},
{
"type": "Identifier",
"start": 267,
"end": 270,
"loc": {
"start": {
"line": 9,
"column": 22
},
"end": {
"line": 9,
"column": 25
},
"identifierName": "cfg"
},
"name": "cfg"
}
]
}
},
{
"type": "IfStatement",
"start": 282,
"end": 368,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 13,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 286,
"end": 304,
"loc": {
"start": {
"line": 11,
"column": 12
},
"end": {
"line": 11,
"column": 30
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 287,
"end": 304,
"loc": {
"start": {
"line": 11,
"column": 13
},
"end": {
"line": 11,
"column": 30
}
},
"object": {
"type": "Identifier",
"start": 287,
"end": 290,
"loc": {
"start": {
"line": 11,
"column": 13
},
"end": {
"line": 11,
"column": 16
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 291,
"end": 304,
"loc": {
"start": {
"line": 11,
"column": 17
},
"end": {
"line": 11,
"column": 30
},
"identifierName": "buttonElement"
},
"name": "buttonElement"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 306,
"end": 368,
"loc": {
"start": {
"line": 11,
"column": 32
},
"end": {
"line": 13,
"column": 9
}
},
"body": [
{
"type": "ThrowStatement",
"start": 320,
"end": 358,
"loc": {
"start": {
"line": 12,
"column": 12
},
"end": {
"line": 12,
"column": 50
}
},
"argument": {
"type": "StringLiteral",
"start": 326,
"end": 357,
"loc": {
"start": {
"line": 12,
"column": 18
},
"end": {
"line": 12,
"column": 49
}
},
"extra": {
"rawValue": "Missing config: buttonElement",
"raw": "\"Missing config: buttonElement\""
},
"value": "Missing config: buttonElement"
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "IfStatement",
"start": 378,
"end": 506,
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 17,
"column": 9
}
},
"test": {
"type": "UnaryExpression",
"start": 382,
"end": 421,
"loc": {
"start": {
"line": 15,
"column": 12
},
"end": {
"line": 15,
"column": 51
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 383,
"end": 421,
"loc": {
"start": {
"line": 15,
"column": 13
},
"end": {
"line": 15,
"column": 51
}
},
"object": {
"type": "Identifier",
"start": 383,
"end": 386,
"loc": {
"start": {
"line": 15,
"column": 13
},
"end": {
"line": 15,
"column": 16
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 387,
"end": 421,
"loc": {
"start": {
"line": 15,
"column": 17
},
"end": {
"line": 15,
"column": 51
},
"identifierName": "sectionPlanesOverviewCanvasElement"
},
"name": "sectionPlanesOverviewCanvasElement"
},
"computed": false
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 423,
"end": 506,
"loc": {
"start": {
"line": 15,
"column": 53
},
"end": {
"line": 17,
"column": 9
}
},
"body": [
{
"type": "ThrowStatement",
"start": 437,
"end": 496,
"loc": {
"start": {
"line": 16,
"column": 12
},
"end": {
"line": 16,
"column": 71
}
},
"argument": {
"type": "StringLiteral",
"start": 443,
"end": 495,
"loc": {
"start": {
"line": 16,
"column": 18
},
"end": {
"line": 16,
"column": 70
}
},
"extra": {
"rawValue": "Missing config: sectionPlanesOverviewCanvasElement",
"raw": "\"Missing config: sectionPlanesOverviewCanvasElement\""
},
"value": "Missing config: sectionPlanesOverviewCanvasElement"
}
}
],
"directives": []
},
"alternate": null
},
{
"type": "VariableDeclaration",
"start": 516,
"end": 556,
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 48
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 522,
"end": 555,
"loc": {
"start": {
"line": 19,
"column": 14
},
"end": {
"line": 19,
"column": 47
}
},
"id": {
"type": "Identifier",
"start": 522,
"end": 535,
"loc": {
"start": {
"line": 19,
"column": 14
},
"end": {
"line": 19,
"column": 27
},
"identifierName": "buttonElement"
},
"name": "buttonElement"
},
"init": {
"type": "MemberExpression",
"start": 538,
"end": 555,
"loc": {
"start": {
"line": 19,
"column": 30
},
"end": {
"line": 19,
"column": 47
}
},
"object": {
"type": "Identifier",
"start": 538,
"end": 541,
"loc": {
"start": {
"line": 19,
"column": 30
},
"end": {
"line": 19,
"column": 33
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 542,
"end": 555,
"loc": {
"start": {
"line": 19,
"column": 34
},
"end": {
"line": 19,
"column": 47
},
"identifierName": "buttonElement"
},
"name": "buttonElement"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "VariableDeclaration",
"start": 565,
"end": 647,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 90
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 571,
"end": 646,
"loc": {
"start": {
"line": 20,
"column": 14
},
"end": {
"line": 20,
"column": 89
}
},
"id": {
"type": "Identifier",
"start": 571,
"end": 605,
"loc": {
"start": {
"line": 20,
"column": 14
},
"end": {
"line": 20,
"column": 48
},
"identifierName": "sectionPlanesOverviewCanvasElement"
},
"name": "sectionPlanesOverviewCanvasElement"
},
"init": {
"type": "MemberExpression",
"start": 608,
"end": 646,
"loc": {
"start": {
"line": 20,
"column": 51
},
"end": {
"line": 20,
"column": 89
}
},
"object": {
"type": "Identifier",
"start": 608,
"end": 611,
"loc": {
"start": {
"line": 20,
"column": 51
},
"end": {
"line": 20,
"column": 54
},
"identifierName": "cfg"
},
"name": "cfg"
},
"property": {
"type": "Identifier",
"start": 612,
"end": 646,
"loc": {
"start": {
"line": 20,
"column": 55
},
"end": {
"line": 20,
"column": 89
},
"identifierName": "sectionPlanesOverviewCanvasElement"
},
"name": "sectionPlanesOverviewCanvasElement"
},
"computed": false
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 657,
"end": 798,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 24,
"column": 11
}
},
"expression": {
"type": "AssignmentExpression",
"start": 657,
"end": 797,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 24,
"column": 10
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 657,
"end": 682,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 33
}
},
"object": {
"type": "ThisExpression",
"start": 657,
"end": 661,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 662,
"end": 682,
"loc": {
"start": {
"line": 22,
"column": 13
},
"end": {
"line": 22,
"column": 33
},
"identifierName": "_sectionPlanesPlugin"
},
"name": "_sectionPlanesPlugin"
},
"computed": false
},
"right": {
"type": "NewExpression",
"start": 685,
"end": 797,
"loc": {
"start": {
"line": 22,
"column": 36
},
"end": {
"line": 24,
"column": 10
}
},
"callee": {
"type": "Identifier",
"start": 689,
"end": 708,
"loc": {
"start": {
"line": 22,
"column": 40
},
"end": {
"line": 22,
"column": 59
},
"identifierName": "SectionPlanesPlugin"
},
"name": "SectionPlanesPlugin"
},
"arguments": [
{
"type": "MemberExpression",
"start": 709,
"end": 720,
"loc": {
"start": {
"line": 22,
"column": 60
},
"end": {
"line": 22,
"column": 71
}
},
"object": {
"type": "ThisExpression",
"start": 709,
"end": 713,
"loc": {
"start": {
"line": 22,
"column": 60
},
"end": {
"line": 22,
"column": 64
}
}
},
"property": {
"type": "Identifier",
"start": 714,
"end": 720,
"loc": {
"start": {
"line": 22,
"column": 65
},
"end": {
"line": 22,
"column": 71
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
{
"type": "ObjectExpression",
"start": 722,
"end": 796,
"loc": {
"start": {
"line": 22,
"column": 73
},
"end": {
"line": 24,
"column": 9
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 736,
"end": 786,
"loc": {
"start": {
"line": 23,
"column": 12
},
"end": {
"line": 23,
"column": 62
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 736,
"end": 750,
"loc": {
"start": {
"line": 23,
"column": 12
},
"end": {
"line": 23,
"column": 26
},
"identifierName": "overviewCanvas"
},
"name": "overviewCanvas"
},
"value": {
"type": "Identifier",
"start": 752,
"end": 786,
"loc": {
"start": {
"line": 23,
"column": 28
},
"end": {
"line": 23,
"column": 62
},
"identifierName": "sectionPlanesOverviewCanvasElement"
},
"name": "sectionPlanesOverviewCanvasElement"
}
}
]
}
]
}
}
},
{
"type": "ExpressionStatement",
"start": 808,
"end": 1033,
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 32,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 808,
"end": 1032,
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 32,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 808,
"end": 815,
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 15
}
},
"object": {
"type": "ThisExpression",
"start": 808,
"end": 812,
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 813,
"end": 815,
"loc": {
"start": {
"line": 26,
"column": 13
},
"end": {
"line": 26,
"column": 15
},
"identifierName": "on"
},
"name": "on"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 816,
"end": 825,
"loc": {
"start": {
"line": 26,
"column": 16
},
"end": {
"line": 26,
"column": 25
}
},
"extra": {
"rawValue": "enabled",
"raw": "\"enabled\""
},
"value": "enabled"
},
{
"type": "ArrowFunctionExpression",
"start": 827,
"end": 1031,
"loc": {
"start": {
"line": 26,
"column": 27
},
"end": {
"line": 32,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 828,
"end": 835,
"loc": {
"start": {
"line": 26,
"column": 28
},
"end": {
"line": 26,
"column": 35
},
"identifierName": "enabled"
},
"name": "enabled"
}
],
"body": {
"type": "BlockStatement",
"start": 840,
"end": 1031,
"loc": {
"start": {
"line": 26,
"column": 40
},
"end": {
"line": 32,
"column": 9
}
},
"body": [
{
"type": "IfStatement",
"start": 854,
"end": 1021,
"loc": {
"start": {
"line": 27,
"column": 12
},
"end": {
"line": 31,
"column": 13
}
},
"test": {
"type": "UnaryExpression",
"start": 858,
"end": 866,
"loc": {
"start": {
"line": 27,
"column": 16
},
"end": {
"line": 27,
"column": 24
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 859,
"end": 866,
"loc": {
"start": {
"line": 27,
"column": 17
},
"end": {
"line": 27,
"column": 24
},
"identifierName": "enabled"
},
"name": "enabled"
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 868,
"end": 940,
"loc": {
"start": {
"line": 27,
"column": 26
},
"end": {
"line": 29,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 886,
"end": 926,
"loc": {
"start": {
"line": 28,
"column": 16
},
"end": {
"line": 28,
"column": 56
}
},
"expression": {
"type": "CallExpression",
"start": 886,
"end": 925,
"loc": {
"start": {
"line": 28,
"column": 16
},
"end": {
"line": 28,
"column": 55
}
},
"callee": {
"type": "MemberExpression",
"start": 886,
"end": 913,
"loc": {
"start": {
"line": 28,
"column": 16
},
"end": {
"line": 28,
"column": 43
}
},
"object": {
"type": "MemberExpression",
"start": 886,
"end": 909,
"loc": {
"start": {
"line": 28,
"column": 16
},
"end": {
"line": 28,
"column": 39
}
},
"object": {
"type": "Identifier",
"start": 886,
"end": 899,
"loc": {
"start": {
"line": 28,
"column": 16
},
"end": {
"line": 28,
"column": 29
},
"identifierName": "buttonElement"
},
"name": "buttonElement"
},
"property": {
"type": "Identifier",
"start": 900,
"end": 909,
"loc": {
"start": {
"line": 28,
"column": 30
},
"end": {
"line": 28,
"column": 39
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 910,
"end": 913,
"loc": {
"start": {
"line": 28,
"column": 40
},
"end": {
"line": 28,
"column": 43
},
"identifierName": "add"
},
"name": "add"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 914,
"end": 924,
"loc": {
"start": {
"line": 28,
"column": 44
},
"end": {
"line": 28,
"column": 54
}
},
"extra": {
"rawValue": "disabled",
"raw": "\"disabled\""
},
"value": "disabled"
}
]
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 946,
"end": 1021,
"loc": {
"start": {
"line": 29,
"column": 19
},
"end": {
"line": 31,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 964,
"end": 1007,
"loc": {
"start": {
"line": 30,
"column": 16
},
"end": {
"line": 30,
"column": 59
}
},
"expression": {
"type": "CallExpression",
"start": 964,
"end": 1006,
"loc": {
"start": {
"line": 30,
"column": 16
},
"end": {
"line": 30,
"column": 58
}
},
"callee": {
"type": "MemberExpression",
"start": 964,
"end": 994,
"loc": {
"start": {
"line": 30,
"column": 16
},
"end": {
"line": 30,
"column": 46
}
},
"object": {
"type": "MemberExpression",
"start": 964,
"end": 987,
"loc": {
"start": {
"line": 30,
"column": 16
},
"end": {
"line": 30,
"column": 39
}
},
"object": {
"type": "Identifier",
"start": 964,
"end": 977,
"loc": {
"start": {
"line": 30,
"column": 16
},
"end": {
"line": 30,
"column": 29
},
"identifierName": "buttonElement"
},
"name": "buttonElement"
},
"property": {
"type": "Identifier",
"start": 978,
"end": 987,
"loc": {
"start": {
"line": 30,
"column": 30
},
"end": {
"line": 30,
"column": 39
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 988,
"end": 994,
"loc": {
"start": {
"line": 30,
"column": 40
},
"end": {
"line": 30,
"column": 46
},
"identifierName": "remove"
},
"name": "remove"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 995,
"end": 1005,
"loc": {
"start": {
"line": 30,
"column": 47
},
"end": {
"line": 30,
"column": 57
}
},
"extra": {
"rawValue": "disabled",
"raw": "\"disabled\""
},
"value": "disabled"
}
]
}
}
],
"directives": []
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1043,
"end": 1260,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 40,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 1043,
"end": 1259,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 40,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 1043,
"end": 1050,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 15
}
},
"object": {
"type": "ThisExpression",
"start": 1043,
"end": 1047,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1048,
"end": 1050,
"loc": {
"start": {
"line": 34,
"column": 13
},
"end": {
"line": 34,
"column": 15
},
"identifierName": "on"
},
"name": "on"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1051,
"end": 1059,
"loc": {
"start": {
"line": 34,
"column": 16
},
"end": {
"line": 34,
"column": 24
}
},
"extra": {
"rawValue": "active",
"raw": "\"active\""
},
"value": "active"
},
{
"type": "ArrowFunctionExpression",
"start": 1061,
"end": 1258,
"loc": {
"start": {
"line": 34,
"column": 26
},
"end": {
"line": 40,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1062,
"end": 1068,
"loc": {
"start": {
"line": 34,
"column": 27
},
"end": {
"line": 34,
"column": 33
},
"identifierName": "active"
},
"name": "active"
}
],
"body": {
"type": "BlockStatement",
"start": 1073,
"end": 1258,
"loc": {
"start": {
"line": 34,
"column": 38
},
"end": {
"line": 40,
"column": 9
}
},
"body": [
{
"type": "IfStatement",
"start": 1087,
"end": 1248,
"loc": {
"start": {
"line": 35,
"column": 12
},
"end": {
"line": 39,
"column": 13
}
},
"test": {
"type": "Identifier",
"start": 1091,
"end": 1097,
"loc": {
"start": {
"line": 35,
"column": 16
},
"end": {
"line": 35,
"column": 22
},
"identifierName": "active"
},
"name": "active"
},
"consequent": {
"type": "BlockStatement",
"start": 1099,
"end": 1169,
"loc": {
"start": {
"line": 35,
"column": 24
},
"end": {
"line": 37,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1117,
"end": 1155,
"loc": {
"start": {
"line": 36,
"column": 16
},
"end": {
"line": 36,
"column": 54
}
},
"expression": {
"type": "CallExpression",
"start": 1117,
"end": 1154,
"loc": {
"start": {
"line": 36,
"column": 16
},
"end": {
"line": 36,
"column": 53
}
},
"callee": {
"type": "MemberExpression",
"start": 1117,
"end": 1144,
"loc": {
"start": {
"line": 36,
"column": 16
},
"end": {
"line": 36,
"column": 43
}
},
"object": {
"type": "MemberExpression",
"start": 1117,
"end": 1140,
"loc": {
"start": {
"line": 36,
"column": 16
},
"end": {
"line": 36,
"column": 39
}
},
"object": {
"type": "Identifier",
"start": 1117,
"end": 1130,
"loc": {
"start": {
"line": 36,
"column": 16
},
"end": {
"line": 36,
"column": 29
},
"identifierName": "buttonElement"
},
"name": "buttonElement"
},
"property": {
"type": "Identifier",
"start": 1131,
"end": 1140,
"loc": {
"start": {
"line": 36,
"column": 30
},
"end": {
"line": 36,
"column": 39
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1141,
"end": 1144,
"loc": {
"start": {
"line": 36,
"column": 40
},
"end": {
"line": 36,
"column": 43
},
"identifierName": "add"
},
"name": "add"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1145,
"end": 1153,
"loc": {
"start": {
"line": 36,
"column": 44
},
"end": {
"line": 36,
"column": 52
}
},
"extra": {
"rawValue": "active",
"raw": "\"active\""
},
"value": "active"
}
]
}
}
],
"directives": []
},
"alternate": {
"type": "BlockStatement",
"start": 1175,
"end": 1248,
"loc": {
"start": {
"line": 37,
"column": 19
},
"end": {
"line": 39,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1193,
"end": 1234,
"loc": {
"start": {
"line": 38,
"column": 16
},
"end": {
"line": 38,
"column": 57
}
},
"expression": {
"type": "CallExpression",
"start": 1193,
"end": 1233,
"loc": {
"start": {
"line": 38,
"column": 16
},
"end": {
"line": 38,
"column": 56
}
},
"callee": {
"type": "MemberExpression",
"start": 1193,
"end": 1223,
"loc": {
"start": {
"line": 38,
"column": 16
},
"end": {
"line": 38,
"column": 46
}
},
"object": {
"type": "MemberExpression",
"start": 1193,
"end": 1216,
"loc": {
"start": {
"line": 38,
"column": 16
},
"end": {
"line": 38,
"column": 39
}
},
"object": {
"type": "Identifier",
"start": 1193,
"end": 1206,
"loc": {
"start": {
"line": 38,
"column": 16
},
"end": {
"line": 38,
"column": 29
},
"identifierName": "buttonElement"
},
"name": "buttonElement"
},
"property": {
"type": "Identifier",
"start": 1207,
"end": 1216,
"loc": {
"start": {
"line": 38,
"column": 30
},
"end": {
"line": 38,
"column": 39
},
"identifierName": "classList"
},
"name": "classList"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1217,
"end": 1223,
"loc": {
"start": {
"line": 38,
"column": 40
},
"end": {
"line": 38,
"column": 46
},
"identifierName": "remove"
},
"name": "remove"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1224,
"end": 1232,
"loc": {
"start": {
"line": 38,
"column": 47
},
"end": {
"line": 38,
"column": 55
}
},
"extra": {
"rawValue": "active",
"raw": "\"active\""
},
"value": "active"
}
]
}
}
],
"directives": []
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1270,
"end": 1477,
"loc": {
"start": {
"line": 42,
"column": 8
},
"end": {
"line": 47,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 1270,
"end": 1476,
"loc": {
"start": {
"line": 42,
"column": 8
},
"end": {
"line": 47,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 1270,
"end": 1277,
"loc": {
"start": {
"line": 42,
"column": 8
},
"end": {
"line": 42,
"column": 15
}
},
"object": {
"type": "ThisExpression",
"start": 1270,
"end": 1274,
"loc": {
"start": {
"line": 42,
"column": 8
},
"end": {
"line": 42,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1275,
"end": 1277,
"loc": {
"start": {
"line": 42,
"column": 13
},
"end": {
"line": 42,
"column": 15
},
"identifierName": "on"
},
"name": "on"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1278,
"end": 1286,
"loc": {
"start": {
"line": 42,
"column": 16
},
"end": {
"line": 42,
"column": 24
}
},
"extra": {
"rawValue": "active",
"raw": "\"active\""
},
"value": "active"
},
{
"type": "ArrowFunctionExpression",
"start": 1288,
"end": 1475,
"loc": {
"start": {
"line": 42,
"column": 26
},
"end": {
"line": 47,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1289,
"end": 1295,
"loc": {
"start": {
"line": 42,
"column": 27
},
"end": {
"line": 42,
"column": 33
},
"identifierName": "active"
},
"name": "active"
}
],
"body": {
"type": "BlockStatement",
"start": 1300,
"end": 1475,
"loc": {
"start": {
"line": 42,
"column": 38
},
"end": {
"line": 47,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1314,
"end": 1367,
"loc": {
"start": {
"line": 43,
"column": 12
},
"end": {
"line": 43,
"column": 65
}
},
"expression": {
"type": "CallExpression",
"start": 1314,
"end": 1366,
"loc": {
"start": {
"line": 43,
"column": 12
},
"end": {
"line": 43,
"column": 64
}
},
"callee": {
"type": "MemberExpression",
"start": 1314,
"end": 1358,
"loc": {
"start": {
"line": 43,
"column": 12
},
"end": {
"line": 43,
"column": 56
}
},
"object": {
"type": "MemberExpression",
"start": 1314,
"end": 1339,
"loc": {
"start": {
"line": 43,
"column": 12
},
"end": {
"line": 43,
"column": 37
}
},
"object": {
"type": "ThisExpression",
"start": 1314,
"end": 1318,
"loc": {
"start": {
"line": 43,
"column": 12
},
"end": {
"line": 43,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 1319,
"end": 1339,
"loc": {
"start": {
"line": 43,
"column": 17
},
"end": {
"line": 43,
"column": 37
},
"identifierName": "_sectionPlanesPlugin"
},
"name": "_sectionPlanesPlugin"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1340,
"end": 1358,
"loc": {
"start": {
"line": 43,
"column": 38
},
"end": {
"line": 43,
"column": 56
},
"identifierName": "setOverviewVisible"
},
"name": "setOverviewVisible"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 1359,
"end": 1365,
"loc": {
"start": {
"line": 43,
"column": 57
},
"end": {
"line": 43,
"column": 63
},
"identifierName": "active"
},
"name": "active"
}
]
}
},
{
"type": "IfStatement",
"start": 1380,
"end": 1465,
"loc": {
"start": {
"line": 44,
"column": 12
},
"end": {
"line": 46,
"column": 13
}
},
"test": {
"type": "UnaryExpression",
"start": 1384,
"end": 1391,
"loc": {
"start": {
"line": 44,
"column": 16
},
"end": {
"line": 44,
"column": 23
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 1385,
"end": 1391,
"loc": {
"start": {
"line": 44,
"column": 17
},
"end": {
"line": 44,
"column": 23
},
"identifierName": "active"
},
"name": "active"
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 1393,
"end": 1465,
"loc": {
"start": {
"line": 44,
"column": 25
},
"end": {
"line": 46,
"column": 13
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1411,
"end": 1451,
"loc": {
"start": {
"line": 45,
"column": 16
},
"end": {
"line": 45,
"column": 56
}
},
"expression": {
"type": "CallExpression",
"start": 1411,
"end": 1450,
"loc": {
"start": {
"line": 45,
"column": 16
},
"end": {
"line": 45,
"column": 55
}
},
"callee": {
"type": "MemberExpression",
"start": 1411,
"end": 1448,
"loc": {
"start": {
"line": 45,
"column": 16
},
"end": {
"line": 45,
"column": 53
}
},
"object": {
"type": "MemberExpression",
"start": 1411,
"end": 1436,
"loc": {
"start": {
"line": 45,
"column": 16
},
"end": {
"line": 45,
"column": 41
}
},
"object": {
"type": "ThisExpression",
"start": 1411,
"end": 1415,
"loc": {
"start": {
"line": 45,
"column": 16
},
"end": {
"line": 45,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"start": 1416,
"end": 1436,
"loc": {
"start": {
"line": 45,
"column": 21
},
"end": {
"line": 45,
"column": 41
},
"identifierName": "_sectionPlanesPlugin"
},
"name": "_sectionPlanesPlugin"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1437,
"end": 1448,
"loc": {
"start": {
"line": 45,
"column": 42
},
"end": {
"line": 45,
"column": 53
},
"identifierName": "hideControl"
},
"name": "hideControl"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
},
"alternate": null
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1487,
"end": 1745,
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 56,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 1487,
"end": 1744,
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 56,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 1487,
"end": 1517,
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 38
}
},
"object": {
"type": "Identifier",
"start": 1487,
"end": 1500,
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 21
},
"identifierName": "buttonElement"
},
"name": "buttonElement"
},
"property": {
"type": "Identifier",
"start": 1501,
"end": 1517,
"loc": {
"start": {
"line": 49,
"column": 22
},
"end": {
"line": 49,
"column": 38
},
"identifierName": "addEventListener"
},
"name": "addEventListener"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1518,
"end": 1525,
"loc": {
"start": {
"line": 49,
"column": 39
},
"end": {
"line": 49,
"column": 46
}
},
"extra": {
"rawValue": "click",
"raw": "\"click\""
},
"value": "click"
},
{
"type": "ArrowFunctionExpression",
"start": 1527,
"end": 1743,
"loc": {
"start": {
"line": 49,
"column": 48
},
"end": {
"line": 56,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 1528,
"end": 1533,
"loc": {
"start": {
"line": 49,
"column": 49
},
"end": {
"line": 49,
"column": 54
},
"identifierName": "event"
},
"name": "event"
}
],
"body": {
"type": "BlockStatement",
"start": 1538,
"end": 1743,
"loc": {
"start": {
"line": 49,
"column": 59
},
"end": {
"line": 56,
"column": 9
}
},
"body": [
{
"type": "IfStatement",
"start": 1552,
"end": 1615,
"loc": {
"start": {
"line": 50,
"column": 12
},
"end": {
"line": 52,
"column": 13
}
},
"test": {
"type": "UnaryExpression",
"start": 1556,
"end": 1574,
"loc": {
"start": {
"line": 50,
"column": 16
},
"end": {
"line": 50,
"column": 34
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "CallExpression",
"start": 1557,
"end": 1574,
"loc": {
"start": {
"line": 50,
"column": 17
},
"end": {
"line": 50,
"column": 34
}
},
"callee": {
"type": "MemberExpression",
"start": 1557,
"end": 1572,
"loc": {
"start": {
"line": 50,
"column": 17
},
"end": {
"line": 50,
"column": 32
}
},
"object": {
"type": "ThisExpression",
"start": 1557,
"end": 1561,
"loc": {
"start": {
"line": 50,
"column": 17
},
"end": {
"line": 50,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"start": 1562,
"end": 1572,
"loc": {
"start": {
"line": 50,
"column": 22
},
"end": {
"line": 50,
"column": 32
},
"identifierName": "getEnabled"
},
"name": "getEnabled"
},
"computed": false
},
"arguments": []
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {
"type": "BlockStatement",
"start": 1576,
"end": 1615,
"loc": {
"start": {
"line": 50,
"column": 36
},
"end": {
"line": 52,
"column": 13
}
},
"body": [
{
"type": "ReturnStatement",
"start": 1594,
"end": 1601,
"loc": {
"start": {
"line": 51,
"column": 16
},
"end": {
"line": 51,
"column": 23
}
},
"argument": null
}
],
"directives": []
},
"alternate": null
},
{
"type": "VariableDeclaration",
"start": 1628,
"end": 1660,
"loc": {
"start": {
"line": 53,
"column": 12
},
"end": {
"line": 53,
"column": 44
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 1634,
"end": 1659,
"loc": {
"start": {
"line": 53,
"column": 18
},
"end": {
"line": 53,
"column": 43
}
},
"id": {
"type": "Identifier",
"start": 1634,
"end": 1640,
"loc": {
"start": {
"line": 53,
"column": 18
},
"end": {
"line": 53,
"column": 24
},
"identifierName": "active"
},
"name": "active"
},
"init": {
"type": "CallExpression",
"start": 1643,
"end": 1659,
"loc": {
"start": {
"line": 53,
"column": 27
},
"end": {
"line": 53,
"column": 43
}
},
"callee": {
"type": "MemberExpression",
"start": 1643,
"end": 1657,
"loc": {
"start": {
"line": 53,
"column": 27
},
"end": {
"line": 53,
"column": 41
}
},
"object": {
"type": "ThisExpression",
"start": 1643,
"end": 1647,
"loc": {
"start": {
"line": 53,
"column": 27
},
"end": {
"line": 53,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"start": 1648,
"end": 1657,
"loc": {
"start": {
"line": 53,
"column": 32
},
"end": {
"line": 53,
"column": 41
},
"identifierName": "getActive"
},
"name": "getActive"
},
"computed": false
},
"arguments": []
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 1673,
"end": 1697,
"loc": {
"start": {
"line": 54,
"column": 12
},
"end": {
"line": 54,
"column": 36
}
},
"expression": {
"type": "CallExpression",
"start": 1673,
"end": 1696,
"loc": {
"start": {
"line": 54,
"column": 12
},
"end": {
"line": 54,
"column": 35
}
},
"callee": {
"type": "MemberExpression",
"start": 1673,
"end": 1687,
"loc": {
"start": {
"line": 54,
"column": 12
},
"end": {
"line": 54,
"column": 26
}
},
"object": {
"type": "ThisExpression",
"start": 1673,
"end": 1677,
"loc": {
"start": {
"line": 54,
"column": 12
},
"end": {
"line": 54,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 1678,
"end": 1687,
"loc": {
"start": {
"line": 54,
"column": 17
},
"end": {
"line": 54,
"column": 26
},
"identifierName": "setActive"
},
"name": "setActive"
},
"computed": false
},
"arguments": [
{
"type": "UnaryExpression",
"start": 1688,
"end": 1695,
"loc": {
"start": {
"line": 54,
"column": 27
},
"end": {
"line": 54,
"column": 34
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 1689,
"end": 1695,
"loc": {
"start": {
"line": 54,
"column": 28
},
"end": {
"line": 54,
"column": 34
},
"identifierName": "active"
},
"name": "active"
},
"extra": {
"parenthesizedArgument": false
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1710,
"end": 1733,
"loc": {
"start": {
"line": 55,
"column": 12
},
"end": {
"line": 55,
"column": 35
}
},
"expression": {
"type": "CallExpression",
"start": 1710,
"end": 1732,
"loc": {
"start": {
"line": 55,
"column": 12
},
"end": {
"line": 55,
"column": 34
}
},
"callee": {
"type": "MemberExpression",
"start": 1710,
"end": 1730,
"loc": {
"start": {
"line": 55,
"column": 12
},
"end": {
"line": 55,
"column": 32
}
},
"object": {
"type": "Identifier",
"start": 1710,
"end": 1715,
"loc": {
"start": {
"line": 55,
"column": 12
},
"end": {
"line": 55,
"column": 17
},
"identifierName": "event"
},
"name": "event"
},
"property": {
"type": "Identifier",
"start": 1716,
"end": 1730,
"loc": {
"start": {
"line": 55,
"column": 18
},
"end": {
"line": 55,
"column": 32
},
"identifierName": "preventDefault"
},
"name": "preventDefault"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1755,
"end": 1861,
"loc": {
"start": {
"line": 58,
"column": 8
},
"end": {
"line": 61,
"column": 11
}
},
"expression": {
"type": "CallExpression",
"start": 1755,
"end": 1860,
"loc": {
"start": {
"line": 58,
"column": 8
},
"end": {
"line": 61,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 1755,
"end": 1771,
"loc": {
"start": {
"line": 58,
"column": 8
},
"end": {
"line": 58,
"column": 24
}
},
"object": {
"type": "MemberExpression",
"start": 1755,
"end": 1768,
"loc": {
"start": {
"line": 58,
"column": 8
},
"end": {
"line": 58,
"column": 21
}
},
"object": {
"type": "ThisExpression",
"start": 1755,
"end": 1759,
"loc": {
"start": {
"line": 58,
"column": 8
},
"end": {
"line": 58,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1760,
"end": 1768,
"loc": {
"start": {
"line": 58,
"column": 13
},
"end": {
"line": 58,
"column": 21
},
"identifierName": "viewerUI"
},
"name": "viewerUI"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1769,
"end": 1771,
"loc": {
"start": {
"line": 58,
"column": 22
},
"end": {
"line": 58,
"column": 24
},
"identifierName": "on"
},
"name": "on"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1772,
"end": 1779,
"loc": {
"start": {
"line": 58,
"column": 25
},
"end": {
"line": 58,
"column": 32
}
},
"extra": {
"rawValue": "reset",
"raw": "\"reset\""
},
"value": "reset"
},
{
"type": "ArrowFunctionExpression",
"start": 1781,
"end": 1859,
"loc": {
"start": {
"line": 58,
"column": 34
},
"end": {
"line": 61,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 1787,
"end": 1859,
"loc": {
"start": {
"line": 58,
"column": 40
},
"end": {
"line": 61,
"column": 9
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1801,
"end": 1814,
"loc": {
"start": {
"line": 59,
"column": 12
},
"end": {
"line": 59,
"column": 25
}
},
"expression": {
"type": "CallExpression",
"start": 1801,
"end": 1813,
"loc": {
"start": {
"line": 59,
"column": 12
},
"end": {
"line": 59,
"column": 24
}
},
"callee": {
"type": "MemberExpression",
"start": 1801,
"end": 1811,
"loc": {
"start": {
"line": 59,
"column": 12
},
"end": {
"line": 59,
"column": 22
}
},
"object": {
"type": "ThisExpression",
"start": 1801,
"end": 1805,
"loc": {
"start": {
"line": 59,
"column": 12
},
"end": {
"line": 59,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 1806,
"end": 1811,
"loc": {
"start": {
"line": 59,
"column": 17
},
"end": {
"line": 59,
"column": 22
},
"identifierName": "clear"
},
"name": "clear"
},
"computed": false
},
"arguments": []
}
},
{
"type": "ExpressionStatement",
"start": 1827,
"end": 1849,
"loc": {
"start": {
"line": 60,
"column": 12
},
"end": {
"line": 60,
"column": 34
}
},
"expression": {
"type": "CallExpression",
"start": 1827,
"end": 1848,
"loc": {
"start": {
"line": 60,
"column": 12
},
"end": {
"line": 60,
"column": 33
}
},
"callee": {
"type": "MemberExpression",
"start": 1827,
"end": 1841,
"loc": {
"start": {
"line": 60,
"column": 12
},
"end": {
"line": 60,
"column": 26
}
},
"object": {
"type": "ThisExpression",
"start": 1827,
"end": 1831,
"loc": {
"start": {
"line": 60,
"column": 12
},
"end": {
"line": 60,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 1832,
"end": 1841,
"loc": {
"start": {
"line": 60,
"column": 17
},
"end": {
"line": 60,
"column": 26
},
"identifierName": "setActive"
},
"name": "setActive"
},
"computed": false
},
"arguments": [
{
"type": "BooleanLiteral",
"start": 1842,
"end": 1847,
"loc": {
"start": {
"line": 60,
"column": 27
},
"end": {
"line": 60,
"column": 32
}
},
"value": false
}
]
}
}
],
"directives": []
}
}
]
}
},
{
"type": "ExpressionStatement",
"start": 1871,
"end": 1895,
"loc": {
"start": {
"line": 63,
"column": 8
},
"end": {
"line": 63,
"column": 32
}
},
"expression": {
"type": "CallExpression",
"start": 1871,
"end": 1894,
"loc": {
"start": {
"line": 63,
"column": 8
},
"end": {
"line": 63,
"column": 31
}
},
"callee": {
"type": "MemberExpression",
"start": 1871,
"end": 1892,
"loc": {
"start": {
"line": 63,
"column": 8
},
"end": {
"line": 63,
"column": 29
}
},
"object": {
"type": "ThisExpression",
"start": 1871,
"end": 1875,
"loc": {
"start": {
"line": 63,
"column": 8
},
"end": {
"line": 63,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1876,
"end": 1892,
"loc": {
"start": {
"line": 63,
"column": 13
},
"end": {
"line": 63,
"column": 29
},
"identifierName": "_initSectionMode"
},
"name": "_initSectionMode"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 1907,
"end": 2405,
"loc": {
"start": {
"line": 66,
"column": 4
},
"end": {
"line": 77,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1907,
"end": 1923,
"loc": {
"start": {
"line": 66,
"column": 4
},
"end": {
"line": 66,
"column": 20
},
"identifierName": "_initSectionMode"
},
"name": "_initSectionMode"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 1926,
"end": 2405,
"loc": {
"start": {
"line": 66,
"column": 23
},
"end": {
"line": 77,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 1936,
"end": 2399,
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 76,
"column": 11
}
},
"expression": {
"type": "AssignmentExpression",
"start": 1936,
"end": 2398,
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 76,
"column": 10
}
},
"operator": "=",
"left": {
"type": "MemberExpression",
"start": 1936,
"end": 1957,
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 67,
"column": 29
}
},
"object": {
"type": "ThisExpression",
"start": 1936,
"end": 1940,
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 67,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 1941,
"end": 1957,
"loc": {
"start": {
"line": 67,
"column": 13
},
"end": {
"line": 67,
"column": 29
},
"identifierName": "_onPickedSurface"
},
"name": "_onPickedSurface"
},
"computed": false
},
"right": {
"type": "CallExpression",
"start": 1960,
"end": 2398,
"loc": {
"start": {
"line": 67,
"column": 32
},
"end": {
"line": 76,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 1960,
"end": 1988,
"loc": {
"start": {
"line": 67,
"column": 32
},
"end": {
"line": 67,
"column": 60
}
},
"object": {
"type": "MemberExpression",
"start": 1960,
"end": 1985,
"loc": {
"start": {
"line": 67,
"column": 32
},
"end": {
"line": 67,
"column": 57
}
},
"object": {
"type": "MemberExpression",
"start": 1960,
"end": 1971,
"loc": {
"start": {
"line": 67,
"column": 32
},
"end": {
"line": 67,
"column": 43
}
},
"object": {
"type": "ThisExpression",
"start": 1960,
"end": 1964,
"loc": {
"start": {
"line": 67,
"column": 32
},
"end": {
"line": 67,
"column": 36
}
}
},
"property": {
"type": "Identifier",
"start": 1965,
"end": 1971,
"loc": {
"start": {
"line": 67,
"column": 37
},
"end": {
"line": 67,
"column": 43
},
"identifierName": "viewer"
},
"name": "viewer"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1972,
"end": 1985,
"loc": {
"start": {
"line": 67,
"column": 44
},
"end": {
"line": 67,
"column": 57
},
"identifierName": "cameraControl"
},
"name": "cameraControl"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 1986,
"end": 1988,
"loc": {
"start": {
"line": 67,
"column": 58
},
"end": {
"line": 67,
"column": 60
},
"identifierName": "on"
},
"name": "on"
},
"computed": false
},
"arguments": [
{
"type": "StringLiteral",
"start": 1989,
"end": 2004,
"loc": {
"start": {
"line": 67,
"column": 61
},
"end": {
"line": 67,
"column": 76
}
},
"extra": {
"rawValue": "pickedSurface",
"raw": "\"pickedSurface\""
},
"value": "pickedSurface"
},
{
"type": "ArrowFunctionExpression",
"start": 2006,
"end": 2397,
"loc": {
"start": {
"line": 67,
"column": 78
},
"end": {
"line": 76,
"column": 9
}
},
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 2007,
"end": 2008,
"loc": {
"start": {
"line": 67,
"column": 79
},
"end": {
"line": 67,
"column": 80
},
"identifierName": "e"
},
"name": "e"
}
],
"body": {
"type": "BlockStatement",
"start": 2013,
"end": 2397,
"loc": {
"start": {
"line": 67,
"column": 85
},
"end": {
"line": 76,
"column": 9
}
},
"body": [
{
"type": "IfStatement",
"start": 2027,
"end": 2111,
"loc": {
"start": {
"line": 68,
"column": 12
},
"end": {
"line": 70,
"column": 13
}
},
"test": {
"type": "LogicalExpression",
"start": 2031,
"end": 2070,
"loc": {
"start": {
"line": 68,
"column": 16
},
"end": {
"line": 68,
"column": 55
}
},
"left": {
"type": "UnaryExpression",
"start": 2031,
"end": 2048,
"loc": {
"start": {
"line": 68,
"column": 16
},
"end": {
"line": 68,
"column": 33
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "CallExpression",
"start": 2032,
"end": 2048,
"loc": {
"start": {
"line": 68,
"column": 17
},
"end": {
"line": 68,
"column": 33
}
},
"callee": {
"type": "MemberExpression",
"start": 2032,
"end": 2046,
"loc": {
"start": {
"line": 68,
"column": 17
},
"end": {
"line": 68,
"column": 31
}
},
"object": {
"type": "ThisExpression",
"start": 2032,
"end": 2036,
"loc": {
"start": {
"line": 68,
"column": 17
},
"end": {
"line": 68,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"start": 2037,
"end": 2046,
"loc": {
"start": {
"line": 68,
"column": 22
},
"end": {
"line": 68,
"column": 31
},
"identifierName": "getActive"
},
"name": "getActive"
},
"computed": false
},
"arguments": []
},
"extra": {
"parenthesizedArgument": false
}
},
"operator": "||",
"right": {
"type": "UnaryExpression",
"start": 2052,
"end": 2070,
"loc": {
"start": {
"line": 68,
"column": 37
},
"end": {
"line": 68,
"column": 55
}
},
"operator": "!",
"prefix": true,
"argument": {
"type": "CallExpression",
"start": 2053,
"end": 2070,
"loc": {
"start": {
"line": 68,
"column": 38
},
"end": {
"line": 68,
"column": 55
}
},
"callee": {
"type": "MemberExpression",
"start": 2053,
"end": 2068,
"loc": {
"start": {
"line": 68,
"column": 38
},
"end": {
"line": 68,
"column": 53
}
},
"object": {
"type": "ThisExpression",
"start": 2053,
"end": 2057,
"loc": {
"start": {
"line": 68,
"column": 38
},
"end": {
"line": 68,
"column": 42
}
}
},
"property": {
"type": "Identifier",
"start": 2058,
"end": 2068,
"loc": {
"start": {
"line": 68,
"column": 43
},
"end": {
"line": 68,
"column": 53
},
"identifierName": "getEnabled"
},
"name": "getEnabled"
},
"computed": false
},
"arguments": []
},
"extra": {
"parenthesizedArgument": false
}
}
},
"consequent": {
"type": "BlockStatement",
"start": 2072,
"end": 2111,
"loc": {
"start": {
"line": 68,
"column": 57
},
"end": {
"line": 70,
"column": 13
}
},
"body": [
{
"type": "ReturnStatement",
"start": 2090,
"end": 2097,
"loc": {
"start": {
"line": 69,
"column": 16
},
"end": {
"line": 69,
"column": 23
}
},
"argument": null
}
],
"directives": []
},
"alternate": null
},
{
"type": "VariableDeclaration",
"start": 2124,
"end": 2319,
"loc": {
"start": {
"line": 71,
"column": 12
},
"end": {
"line": 74,
"column": 15
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 2130,
"end": 2318,
"loc": {
"start": {
"line": 71,
"column": 18
},
"end": {
"line": 74,
"column": 14
}
},
"id": {
"type": "Identifier",
"start": 2130,
"end": 2142,
"loc": {
"start": {
"line": 71,
"column": 18
},
"end": {
"line": 71,
"column": 30
},
"identifierName": "sectionPlane"
},
"name": "sectionPlane"
},
"init": {
"type": "CallExpression",
"start": 2145,
"end": 2318,
"loc": {
"start": {
"line": 71,
"column": 33
},
"end": {
"line": 74,
"column": 14
}
},
"callee": {
"type": "MemberExpression",
"start": 2145,
"end": 2189,
"loc": {
"start": {
"line": 71,
"column": 33
},
"end": {
"line": 71,
"column": 77
}
},
"object": {
"type": "MemberExpression",
"start": 2145,
"end": 2170,
"loc": {
"start": {
"line": 71,
"column": 33
},
"end": {
"line": 71,
"column": 58
}
},
"object": {
"type": "ThisExpression",
"start": 2145,
"end": 2149,
"loc": {
"start": {
"line": 71,
"column": 33
},
"end": {
"line": 71,
"column": 37
}
}
},
"property": {
"type": "Identifier",
"start": 2150,
"end": 2170,
"loc": {
"start": {
"line": 71,
"column": 38
},
"end": {
"line": 71,
"column": 58
},
"identifierName": "_sectionPlanesPlugin"
},
"name": "_sectionPlanesPlugin"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2171,
"end": 2189,
"loc": {
"start": {
"line": 71,
"column": 59
},
"end": {
"line": 71,
"column": 77
},
"identifierName": "createSectionPlane"
},
"name": "createSectionPlane"
},
"computed": false
},
"arguments": [
{
"type": "ObjectExpression",
"start": 2190,
"end": 2317,
"loc": {
"start": {
"line": 71,
"column": 78
},
"end": {
"line": 74,
"column": 13
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 2208,
"end": 2223,
"loc": {
"start": {
"line": 72,
"column": 16
},
"end": {
"line": 72,
"column": 31
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2208,
"end": 2211,
"loc": {
"start": {
"line": 72,
"column": 16
},
"end": {
"line": 72,
"column": 19
},
"identifierName": "pos"
},
"name": "pos"
},
"value": {
"type": "MemberExpression",
"start": 2213,
"end": 2223,
"loc": {
"start": {
"line": 72,
"column": 21
},
"end": {
"line": 72,
"column": 31
}
},
"object": {
"type": "Identifier",
"start": 2213,
"end": 2214,
"loc": {
"start": {
"line": 72,
"column": 21
},
"end": {
"line": 72,
"column": 22
},
"identifierName": "e"
},
"name": "e"
},
"property": {
"type": "Identifier",
"start": 2215,
"end": 2223,
"loc": {
"start": {
"line": 72,
"column": 23
},
"end": {
"line": 72,
"column": 31
},
"identifierName": "worldPos"
},
"name": "worldPos"
},
"computed": false
}
},
{
"type": "ObjectProperty",
"start": 2241,
"end": 2303,
"loc": {
"start": {
"line": 73,
"column": 16
},
"end": {
"line": 73,
"column": 78
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2241,
"end": 2244,
"loc": {
"start": {
"line": 73,
"column": 16
},
"end": {
"line": 73,
"column": 19
},
"identifierName": "dir"
},
"name": "dir"
},
"value": {
"type": "ArrayExpression",
"start": 2246,
"end": 2303,
"loc": {
"start": {
"line": 73,
"column": 21
},
"end": {
"line": 73,
"column": 78
}
},
"elements": [
{
"type": "UnaryExpression",
"start": 2247,
"end": 2264,
"loc": {
"start": {
"line": 73,
"column": 22
},
"end": {
"line": 73,
"column": 39
}
},
"operator": "-",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 2248,
"end": 2264,
"loc": {
"start": {
"line": 73,
"column": 23
},
"end": {
"line": 73,
"column": 39
}
},
"object": {
"type": "MemberExpression",
"start": 2248,
"end": 2261,
"loc": {
"start": {
"line": 73,
"column": 23
},
"end": {
"line": 73,
"column": 36
}
},
"object": {
"type": "Identifier",
"start": 2248,
"end": 2249,
"loc": {
"start": {
"line": 73,
"column": 23
},
"end": {
"line": 73,
"column": 24
},
"identifierName": "e"
},
"name": "e"
},
"property": {
"type": "Identifier",
"start": 2250,
"end": 2261,
"loc": {
"start": {
"line": 73,
"column": 25
},
"end": {
"line": 73,
"column": 36
},
"identifierName": "worldNormal"
},
"name": "worldNormal"
},
"computed": false
},
"property": {
"type": "NumericLiteral",
"start": 2262,
"end": 2263,
"loc": {
"start": {
"line": 73,
"column": 37
},
"end": {
"line": 73,
"column": 38
}
},
"extra": {
"rawValue": 0,
"raw": "0"
},
"value": 0
},
"computed": true
},
"extra": {
"parenthesizedArgument": false
}
},
{
"type": "UnaryExpression",
"start": 2266,
"end": 2283,
"loc": {
"start": {
"line": 73,
"column": 41
},
"end": {
"line": 73,
"column": 58
}
},
"operator": "-",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 2267,
"end": 2283,
"loc": {
"start": {
"line": 73,
"column": 42
},
"end": {
"line": 73,
"column": 58
}
},
"object": {
"type": "MemberExpression",
"start": 2267,
"end": 2280,
"loc": {
"start": {
"line": 73,
"column": 42
},
"end": {
"line": 73,
"column": 55
}
},
"object": {
"type": "Identifier",
"start": 2267,
"end": 2268,
"loc": {
"start": {
"line": 73,
"column": 42
},
"end": {
"line": 73,
"column": 43
},
"identifierName": "e"
},
"name": "e"
},
"property": {
"type": "Identifier",
"start": 2269,
"end": 2280,
"loc": {
"start": {
"line": 73,
"column": 44
},
"end": {
"line": 73,
"column": 55
},
"identifierName": "worldNormal"
},
"name": "worldNormal"
},
"computed": false
},
"property": {
"type": "NumericLiteral",
"start": 2281,
"end": 2282,
"loc": {
"start": {
"line": 73,
"column": 56
},
"end": {
"line": 73,
"column": 57
}
},
"extra": {
"rawValue": 1,
"raw": "1"
},
"value": 1
},
"computed": true
},
"extra": {
"parenthesizedArgument": false
}
},
{
"type": "UnaryExpression",
"start": 2285,
"end": 2302,
"loc": {
"start": {
"line": 73,
"column": 60
},
"end": {
"line": 73,
"column": 77
}
},
"operator": "-",
"prefix": true,
"argument": {
"type": "MemberExpression",
"start": 2286,
"end": 2302,
"loc": {
"start": {
"line": 73,
"column": 61
},
"end": {
"line": 73,
"column": 77
}
},
"object": {
"type": "MemberExpression",
"start": 2286,
"end": 2299,
"loc": {
"start": {
"line": 73,
"column": 61
},
"end": {
"line": 73,
"column": 74
}
},
"object": {
"type": "Identifier",
"start": 2286,
"end": 2287,
"loc": {
"start": {
"line": 73,
"column": 61
},
"end": {
"line": 73,
"column": 62
},
"identifierName": "e"
},
"name": "e"
},
"property": {
"type": "Identifier",
"start": 2288,
"end": 2299,
"loc": {
"start": {
"line": 73,
"column": 63
},
"end": {
"line": 73,
"column": 74
},
"identifierName": "worldNormal"
},
"name": "worldNormal"
},
"computed": false
},
"property": {
"type": "NumericLiteral",
"start": 2300,
"end": 2301,
"loc": {
"start": {
"line": 73,
"column": 75
},
"end": {
"line": 73,
"column": 76
}
},
"extra": {
"rawValue": 2,
"raw": "2"
},
"value": 2
},
"computed": true
},
"extra": {
"parenthesizedArgument": false
}
}
]
}
}
]
}
]
}
}
],
"kind": "const"
},
{
"type": "ExpressionStatement",
"start": 2332,
"end": 2387,
"loc": {
"start": {
"line": 75,
"column": 12
},
"end": {
"line": 75,
"column": 67
}
},
"expression": {
"type": "CallExpression",
"start": 2332,
"end": 2386,
"loc": {
"start": {
"line": 75,
"column": 12
},
"end": {
"line": 75,
"column": 66
}
},
"callee": {
"type": "MemberExpression",
"start": 2332,
"end": 2369,
"loc": {
"start": {
"line": 75,
"column": 12
},
"end": {
"line": 75,
"column": 49
}
},
"object": {
"type": "MemberExpression",
"start": 2332,
"end": 2357,
"loc": {
"start": {
"line": 75,
"column": 12
},
"end": {
"line": 75,
"column": 37
}
},
"object": {
"type": "ThisExpression",
"start": 2332,
"end": 2336,
"loc": {
"start": {
"line": 75,
"column": 12
},
"end": {
"line": 75,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"start": 2337,
"end": 2357,
"loc": {
"start": {
"line": 75,
"column": 17
},
"end": {
"line": 75,
"column": 37
},
"identifierName": "_sectionPlanesPlugin"
},
"name": "_sectionPlanesPlugin"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2358,
"end": 2369,
"loc": {
"start": {
"line": 75,
"column": 38
},
"end": {
"line": 75,
"column": 49
},
"identifierName": "showControl"
},
"name": "showControl"
},
"computed": false
},
"arguments": [
{
"type": "MemberExpression",
"start": 2370,
"end": 2385,
"loc": {
"start": {
"line": 75,
"column": 50
},
"end": {
"line": 75,
"column": 65
}
},
"object": {
"type": "Identifier",
"start": 2370,
"end": 2382,
"loc": {
"start": {
"line": 75,
"column": 50
},
"end": {
"line": 75,
"column": 62
},
"identifierName": "sectionPlane"
},
"name": "sectionPlane"
},
"property": {
"type": "Identifier",
"start": 2383,
"end": 2385,
"loc": {
"start": {
"line": 75,
"column": 63
},
"end": {
"line": 75,
"column": 65
},
"identifierName": "id"
},
"name": "id"
},
"computed": false
}
]
}
}
],
"directives": []
}
}
]
}
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 2411,
"end": 2469,
"loc": {
"start": {
"line": 79,
"column": 4
},
"end": {
"line": 81,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2411,
"end": 2416,
"loc": {
"start": {
"line": 79,
"column": 4
},
"end": {
"line": 79,
"column": 9
},
"identifierName": "clear"
},
"name": "clear"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 2419,
"end": 2469,
"loc": {
"start": {
"line": 79,
"column": 12
},
"end": {
"line": 81,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 2429,
"end": 2463,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 42
}
},
"expression": {
"type": "CallExpression",
"start": 2429,
"end": 2462,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 41
}
},
"callee": {
"type": "MemberExpression",
"start": 2429,
"end": 2460,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 39
}
},
"object": {
"type": "MemberExpression",
"start": 2429,
"end": 2454,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 33
}
},
"object": {
"type": "ThisExpression",
"start": 2429,
"end": 2433,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 2434,
"end": 2454,
"loc": {
"start": {
"line": 80,
"column": 13
},
"end": {
"line": 80,
"column": 33
},
"identifierName": "_sectionPlanesPlugin"
},
"name": "_sectionPlanesPlugin"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2455,
"end": 2460,
"loc": {
"start": {
"line": 80,
"column": 34
},
"end": {
"line": 80,
"column": 39
},
"identifierName": "clear"
},
"name": "clear"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
}
},
{
"type": "ClassMethod",
"start": 2475,
"end": 2562,
"loc": {
"start": {
"line": 83,
"column": 4
},
"end": {
"line": 86,
"column": 5
}
},
"static": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2475,
"end": 2482,
"loc": {
"start": {
"line": 83,
"column": 4
},
"end": {
"line": 83,
"column": 11
},
"identifierName": "destroy"
},
"name": "destroy"
},
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 2485,
"end": 2562,
"loc": {
"start": {
"line": 83,
"column": 14
},
"end": {
"line": 86,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 2495,
"end": 2531,
"loc": {
"start": {
"line": 84,
"column": 8
},
"end": {
"line": 84,
"column": 44
}
},
"expression": {
"type": "CallExpression",
"start": 2495,
"end": 2530,
"loc": {
"start": {
"line": 84,
"column": 8
},
"end": {
"line": 84,
"column": 43
}
},
"callee": {
"type": "MemberExpression",
"start": 2495,
"end": 2528,
"loc": {
"start": {
"line": 84,
"column": 8
},
"end": {
"line": 84,
"column": 41
}
},
"object": {
"type": "MemberExpression",
"start": 2495,
"end": 2520,
"loc": {
"start": {
"line": 84,
"column": 8
},
"end": {
"line": 84,
"column": 33
}
},
"object": {
"type": "ThisExpression",
"start": 2495,
"end": 2499,
"loc": {
"start": {
"line": 84,
"column": 8
},
"end": {
"line": 84,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"start": 2500,
"end": 2520,
"loc": {
"start": {
"line": 84,
"column": 13
},
"end": {
"line": 84,
"column": 33
},
"identifierName": "_sectionPlanesPlugin"
},
"name": "_sectionPlanesPlugin"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 2521,
"end": 2528,
"loc": {
"start": {
"line": 84,
"column": 34
},
"end": {
"line": 84,
"column": 41
},
"identifierName": "destroy"
},
"name": "destroy"
},
"computed": false
},
"arguments": []
}
},
{
"type": "ExpressionStatement",
"start": 2540,
"end": 2556,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 24
}
},
"expression": {
"type": "CallExpression",
"start": 2540,
"end": 2555,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 23
}
},
"callee": {
"type": "MemberExpression",
"start": 2540,
"end": 2553,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 21
}
},
"object": {
"type": "Super",
"start": 2540,
"end": 2545,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 13
}
}
},
"property": {
"type": "Identifier",
"start": 2546,
"end": 2553,
"loc": {
"start": {
"line": 85,
"column": 14
},
"end": {
"line": 85,
"column": 21
},
"identifierName": "destroy"
},
"name": "destroy"
},
"computed": false
},
"arguments": []
}
}
],
"directives": []
}
}
]
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "* @private ",
"start": 157,
"end": 172,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"column": 15
}
}
}
],
"__PseudoExport__": false,
"trailingComments": []
},
"specifiers": null,
"source": null,
"leadingComments": null
}
],
"directives": []
},
"comments": [
{
"type": "CommentBlock",
"value": "* @private ",
"start": 157,
"end": 172,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"column": 15
}
}
}
],
"tokens": [
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 0,
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 7,
"end": 8,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Controller",
"start": 8,
"end": 18,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 18
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 18,
"end": 19,
"loc": {
"start": {
"line": 1,
"column": 18
},
"end": {
"line": 1,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 20,
"end": 24,
"loc": {
"start": {
"line": 1,
"column": 20
},
"end": {
"line": 1,
"column": 24
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../Controller.js",
"start": 25,
"end": 43,
"loc": {
"start": {
"line": 1,
"column": 25
},
"end": {
"line": 1,
"column": 43
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 43,
"end": 44,
"loc": {
"start": {
"line": 1,
"column": 43
},
"end": {
"line": 1,
"column": 44
}
}
},
{
"type": {
"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": 45,
"end": 51,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 52,
"end": 53,
"loc": {
"start": {
"line": 2,
"column": 7
},
"end": {
"line": 2,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "SectionPlanesPlugin",
"start": 53,
"end": 72,
"loc": {
"start": {
"line": 2,
"column": 8
},
"end": {
"line": 2,
"column": 27
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 72,
"end": 73,
"loc": {
"start": {
"line": 2,
"column": 27
},
"end": {
"line": 2,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 74,
"end": 78,
"loc": {
"start": {
"line": 2,
"column": 29
},
"end": {
"line": 2,
"column": 33
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "@xeokit/xeokit-sdk/src/plugins/SectionPlanesPlugin/SectionPlanesPlugin.js",
"start": 79,
"end": 154,
"loc": {
"start": {
"line": 2,
"column": 34
},
"end": {
"line": 2,
"column": 109
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 154,
"end": 155,
"loc": {
"start": {
"line": 2,
"column": 109
},
"end": {
"line": 2,
"column": 110
}
}
},
{
"type": "CommentBlock",
"value": "* @private ",
"start": 157,
"end": 172,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"column": 15
}
}
},
{
"type": {
"label": "class",
"keyword": "class",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "class",
"start": 173,
"end": 178,
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 5,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "SectionMode",
"start": 179,
"end": 190,
"loc": {
"start": {
"line": 5,
"column": 6
},
"end": {
"line": 5,
"column": 17
}
}
},
{
"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": 191,
"end": 198,
"loc": {
"start": {
"line": 5,
"column": 18
},
"end": {
"line": 5,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Controller",
"start": 199,
"end": 209,
"loc": {
"start": {
"line": 5,
"column": 26
},
"end": {
"line": 5,
"column": 36
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 210,
"end": 211,
"loc": {
"start": {
"line": 5,
"column": 37
},
"end": {
"line": 5,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "constructor",
"start": 217,
"end": 228,
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 7,
"column": 15
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 228,
"end": 229,
"loc": {
"start": {
"line": 7,
"column": 15
},
"end": {
"line": 7,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "parent",
"start": 229,
"end": 235,
"loc": {
"start": {
"line": 7,
"column": 16
},
"end": {
"line": 7,
"column": 22
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 235,
"end": 236,
"loc": {
"start": {
"line": 7,
"column": 22
},
"end": {
"line": 7,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cfg",
"start": 237,
"end": 240,
"loc": {
"start": {
"line": 7,
"column": 24
},
"end": {
"line": 7,
"column": 27
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 240,
"end": 241,
"loc": {
"start": {
"line": 7,
"column": 27
},
"end": {
"line": 7,
"column": 28
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 242,
"end": 243,
"loc": {
"start": {
"line": 7,
"column": 29
},
"end": {
"line": 7,
"column": 30
}
}
},
{
"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": 253,
"end": 258,
"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": 258,
"end": 259,
"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": "parent",
"start": 259,
"end": 265,
"loc": {
"start": {
"line": 9,
"column": 14
},
"end": {
"line": 9,
"column": 20
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 265,
"end": 266,
"loc": {
"start": {
"line": 9,
"column": 20
},
"end": {
"line": 9,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cfg",
"start": 267,
"end": 270,
"loc": {
"start": {
"line": 9,
"column": 22
},
"end": {
"line": 9,
"column": 25
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 270,
"end": 271,
"loc": {
"start": {
"line": 9,
"column": 25
},
"end": {
"line": 9,
"column": 26
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 271,
"end": 272,
"loc": {
"start": {
"line": 9,
"column": 26
},
"end": {
"line": 9,
"column": 27
}
}
},
{
"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": 282,
"end": 284,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 285,
"end": 286,
"loc": {
"start": {
"line": 11,
"column": 11
},
"end": {
"line": 11,
"column": 12
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 286,
"end": 287,
"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": "cfg",
"start": 287,
"end": 290,
"loc": {
"start": {
"line": 11,
"column": 13
},
"end": {
"line": 11,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 290,
"end": 291,
"loc": {
"start": {
"line": 11,
"column": 16
},
"end": {
"line": 11,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonElement",
"start": 291,
"end": 304,
"loc": {
"start": {
"line": 11,
"column": 17
},
"end": {
"line": 11,
"column": 30
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 304,
"end": 305,
"loc": {
"start": {
"line": 11,
"column": 30
},
"end": {
"line": 11,
"column": 31
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 306,
"end": 307,
"loc": {
"start": {
"line": 11,
"column": 32
},
"end": {
"line": 11,
"column": 33
}
}
},
{
"type": {
"label": "throw",
"keyword": "throw",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "throw",
"start": 320,
"end": 325,
"loc": {
"start": {
"line": 12,
"column": 12
},
"end": {
"line": 12,
"column": 17
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Missing config: buttonElement",
"start": 326,
"end": 357,
"loc": {
"start": {
"line": 12,
"column": 18
},
"end": {
"line": 12,
"column": 49
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 357,
"end": 358,
"loc": {
"start": {
"line": 12,
"column": 49
},
"end": {
"line": 12,
"column": 50
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 367,
"end": 368,
"loc": {
"start": {
"line": 13,
"column": 8
},
"end": {
"line": 13,
"column": 9
}
}
},
{
"type": {
"label": "if",
"keyword": "if",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "if",
"start": 378,
"end": 380,
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 10
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 381,
"end": 382,
"loc": {
"start": {
"line": 15,
"column": 11
},
"end": {
"line": 15,
"column": 12
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 382,
"end": 383,
"loc": {
"start": {
"line": 15,
"column": 12
},
"end": {
"line": 15,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cfg",
"start": 383,
"end": 386,
"loc": {
"start": {
"line": 15,
"column": 13
},
"end": {
"line": 15,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 386,
"end": 387,
"loc": {
"start": {
"line": 15,
"column": 16
},
"end": {
"line": 15,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sectionPlanesOverviewCanvasElement",
"start": 387,
"end": 421,
"loc": {
"start": {
"line": 15,
"column": 17
},
"end": {
"line": 15,
"column": 51
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 421,
"end": 422,
"loc": {
"start": {
"line": 15,
"column": 51
},
"end": {
"line": 15,
"column": 52
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 423,
"end": 424,
"loc": {
"start": {
"line": 15,
"column": 53
},
"end": {
"line": 15,
"column": 54
}
}
},
{
"type": {
"label": "throw",
"keyword": "throw",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "throw",
"start": 437,
"end": 442,
"loc": {
"start": {
"line": 16,
"column": 12
},
"end": {
"line": 16,
"column": 17
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Missing config: sectionPlanesOverviewCanvasElement",
"start": 443,
"end": 495,
"loc": {
"start": {
"line": 16,
"column": 18
},
"end": {
"line": 16,
"column": 70
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 495,
"end": 496,
"loc": {
"start": {
"line": 16,
"column": 70
},
"end": {
"line": 16,
"column": 71
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 505,
"end": 506,
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 9
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 516,
"end": 521,
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonElement",
"start": 522,
"end": 535,
"loc": {
"start": {
"line": 19,
"column": 14
},
"end": {
"line": 19,
"column": 27
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 536,
"end": 537,
"loc": {
"start": {
"line": 19,
"column": 28
},
"end": {
"line": 19,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cfg",
"start": 538,
"end": 541,
"loc": {
"start": {
"line": 19,
"column": 30
},
"end": {
"line": 19,
"column": 33
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 541,
"end": 542,
"loc": {
"start": {
"line": 19,
"column": 33
},
"end": {
"line": 19,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonElement",
"start": 542,
"end": 555,
"loc": {
"start": {
"line": 19,
"column": 34
},
"end": {
"line": 19,
"column": 47
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 555,
"end": 556,
"loc": {
"start": {
"line": 19,
"column": 47
},
"end": {
"line": 19,
"column": 48
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 565,
"end": 570,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sectionPlanesOverviewCanvasElement",
"start": 571,
"end": 605,
"loc": {
"start": {
"line": 20,
"column": 14
},
"end": {
"line": 20,
"column": 48
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 606,
"end": 607,
"loc": {
"start": {
"line": 20,
"column": 49
},
"end": {
"line": 20,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cfg",
"start": 608,
"end": 611,
"loc": {
"start": {
"line": 20,
"column": 51
},
"end": {
"line": 20,
"column": 54
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 611,
"end": 612,
"loc": {
"start": {
"line": 20,
"column": 54
},
"end": {
"line": 20,
"column": 55
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sectionPlanesOverviewCanvasElement",
"start": 612,
"end": 646,
"loc": {
"start": {
"line": 20,
"column": 55
},
"end": {
"line": 20,
"column": 89
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 646,
"end": 647,
"loc": {
"start": {
"line": 20,
"column": 89
},
"end": {
"line": 20,
"column": 90
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 657,
"end": 661,
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 661,
"end": 662,
"loc": {
"start": {
"line": 22,
"column": 12
},
"end": {
"line": 22,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_sectionPlanesPlugin",
"start": 662,
"end": 682,
"loc": {
"start": {
"line": 22,
"column": 13
},
"end": {
"line": 22,
"column": 33
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 683,
"end": 684,
"loc": {
"start": {
"line": 22,
"column": 34
},
"end": {
"line": 22,
"column": 35
}
}
},
{
"type": {
"label": "new",
"keyword": "new",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "new",
"start": 685,
"end": 688,
"loc": {
"start": {
"line": 22,
"column": 36
},
"end": {
"line": 22,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "SectionPlanesPlugin",
"start": 689,
"end": 708,
"loc": {
"start": {
"line": 22,
"column": 40
},
"end": {
"line": 22,
"column": 59
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 708,
"end": 709,
"loc": {
"start": {
"line": 22,
"column": 59
},
"end": {
"line": 22,
"column": 60
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 709,
"end": 713,
"loc": {
"start": {
"line": 22,
"column": 60
},
"end": {
"line": 22,
"column": 64
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 713,
"end": 714,
"loc": {
"start": {
"line": 22,
"column": 64
},
"end": {
"line": 22,
"column": 65
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 714,
"end": 720,
"loc": {
"start": {
"line": 22,
"column": 65
},
"end": {
"line": 22,
"column": 71
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 720,
"end": 721,
"loc": {
"start": {
"line": 22,
"column": 71
},
"end": {
"line": 22,
"column": 72
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 722,
"end": 723,
"loc": {
"start": {
"line": 22,
"column": 73
},
"end": {
"line": 22,
"column": 74
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "overviewCanvas",
"start": 736,
"end": 750,
"loc": {
"start": {
"line": 23,
"column": 12
},
"end": {
"line": 23,
"column": 26
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 750,
"end": 751,
"loc": {
"start": {
"line": 23,
"column": 26
},
"end": {
"line": 23,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sectionPlanesOverviewCanvasElement",
"start": 752,
"end": 786,
"loc": {
"start": {
"line": 23,
"column": 28
},
"end": {
"line": 23,
"column": 62
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 795,
"end": 796,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 796,
"end": 797,
"loc": {
"start": {
"line": 24,
"column": 9
},
"end": {
"line": 24,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 797,
"end": 798,
"loc": {
"start": {
"line": 24,
"column": 10
},
"end": {
"line": 24,
"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": 808,
"end": 812,
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 812,
"end": 813,
"loc": {
"start": {
"line": 26,
"column": 12
},
"end": {
"line": 26,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "on",
"start": 813,
"end": 815,
"loc": {
"start": {
"line": 26,
"column": 13
},
"end": {
"line": 26,
"column": 15
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 815,
"end": 816,
"loc": {
"start": {
"line": 26,
"column": 15
},
"end": {
"line": 26,
"column": 16
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "enabled",
"start": 816,
"end": 825,
"loc": {
"start": {
"line": 26,
"column": 16
},
"end": {
"line": 26,
"column": 25
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 825,
"end": 826,
"loc": {
"start": {
"line": 26,
"column": 25
},
"end": {
"line": 26,
"column": 26
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 827,
"end": 828,
"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": "enabled",
"start": 828,
"end": 835,
"loc": {
"start": {
"line": 26,
"column": 28
},
"end": {
"line": 26,
"column": 35
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 835,
"end": 836,
"loc": {
"start": {
"line": 26,
"column": 35
},
"end": {
"line": 26,
"column": 36
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 837,
"end": 839,
"loc": {
"start": {
"line": 26,
"column": 37
},
"end": {
"line": 26,
"column": 39
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 840,
"end": 841,
"loc": {
"start": {
"line": 26,
"column": 40
},
"end": {
"line": 26,
"column": 41
}
}
},
{
"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": 854,
"end": 856,
"loc": {
"start": {
"line": 27,
"column": 12
},
"end": {
"line": 27,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 857,
"end": 858,
"loc": {
"start": {
"line": 27,
"column": 15
},
"end": {
"line": 27,
"column": 16
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 858,
"end": 859,
"loc": {
"start": {
"line": 27,
"column": 16
},
"end": {
"line": 27,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "enabled",
"start": 859,
"end": 866,
"loc": {
"start": {
"line": 27,
"column": 17
},
"end": {
"line": 27,
"column": 24
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 866,
"end": 867,
"loc": {
"start": {
"line": 27,
"column": 24
},
"end": {
"line": 27,
"column": 25
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 868,
"end": 869,
"loc": {
"start": {
"line": 27,
"column": 26
},
"end": {
"line": 27,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonElement",
"start": 886,
"end": 899,
"loc": {
"start": {
"line": 28,
"column": 16
},
"end": {
"line": 28,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 899,
"end": 900,
"loc": {
"start": {
"line": 28,
"column": 29
},
"end": {
"line": 28,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "classList",
"start": 900,
"end": 909,
"loc": {
"start": {
"line": 28,
"column": 30
},
"end": {
"line": 28,
"column": 39
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 909,
"end": 910,
"loc": {
"start": {
"line": 28,
"column": 39
},
"end": {
"line": 28,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "add",
"start": 910,
"end": 913,
"loc": {
"start": {
"line": 28,
"column": 40
},
"end": {
"line": 28,
"column": 43
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 913,
"end": 914,
"loc": {
"start": {
"line": 28,
"column": 43
},
"end": {
"line": 28,
"column": 44
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "disabled",
"start": 914,
"end": 924,
"loc": {
"start": {
"line": 28,
"column": 44
},
"end": {
"line": 28,
"column": 54
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 924,
"end": 925,
"loc": {
"start": {
"line": 28,
"column": 54
},
"end": {
"line": 28,
"column": 55
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 925,
"end": 926,
"loc": {
"start": {
"line": 28,
"column": 55
},
"end": {
"line": 28,
"column": 56
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 939,
"end": 940,
"loc": {
"start": {
"line": 29,
"column": 12
},
"end": {
"line": 29,
"column": 13
}
}
},
{
"type": {
"label": "else",
"keyword": "else",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "else",
"start": 941,
"end": 945,
"loc": {
"start": {
"line": 29,
"column": 14
},
"end": {
"line": 29,
"column": 18
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 946,
"end": 947,
"loc": {
"start": {
"line": 29,
"column": 19
},
"end": {
"line": 29,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonElement",
"start": 964,
"end": 977,
"loc": {
"start": {
"line": 30,
"column": 16
},
"end": {
"line": 30,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 977,
"end": 978,
"loc": {
"start": {
"line": 30,
"column": 29
},
"end": {
"line": 30,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "classList",
"start": 978,
"end": 987,
"loc": {
"start": {
"line": 30,
"column": 30
},
"end": {
"line": 30,
"column": 39
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 987,
"end": 988,
"loc": {
"start": {
"line": 30,
"column": 39
},
"end": {
"line": 30,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "remove",
"start": 988,
"end": 994,
"loc": {
"start": {
"line": 30,
"column": 40
},
"end": {
"line": 30,
"column": 46
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 994,
"end": 995,
"loc": {
"start": {
"line": 30,
"column": 46
},
"end": {
"line": 30,
"column": 47
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "disabled",
"start": 995,
"end": 1005,
"loc": {
"start": {
"line": 30,
"column": 47
},
"end": {
"line": 30,
"column": 57
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1005,
"end": 1006,
"loc": {
"start": {
"line": 30,
"column": 57
},
"end": {
"line": 30,
"column": 58
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1006,
"end": 1007,
"loc": {
"start": {
"line": 30,
"column": 58
},
"end": {
"line": 30,
"column": 59
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1020,
"end": 1021,
"loc": {
"start": {
"line": 31,
"column": 12
},
"end": {
"line": 31,
"column": 13
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1030,
"end": 1031,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1031,
"end": 1032,
"loc": {
"start": {
"line": 32,
"column": 9
},
"end": {
"line": 32,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1032,
"end": 1033,
"loc": {
"start": {
"line": 32,
"column": 10
},
"end": {
"line": 32,
"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": 1043,
"end": 1047,
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1047,
"end": 1048,
"loc": {
"start": {
"line": 34,
"column": 12
},
"end": {
"line": 34,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "on",
"start": 1048,
"end": 1050,
"loc": {
"start": {
"line": 34,
"column": 13
},
"end": {
"line": 34,
"column": 15
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1050,
"end": 1051,
"loc": {
"start": {
"line": 34,
"column": 15
},
"end": {
"line": 34,
"column": 16
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "active",
"start": 1051,
"end": 1059,
"loc": {
"start": {
"line": 34,
"column": 16
},
"end": {
"line": 34,
"column": 24
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1059,
"end": 1060,
"loc": {
"start": {
"line": 34,
"column": 24
},
"end": {
"line": 34,
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1061,
"end": 1062,
"loc": {
"start": {
"line": 34,
"column": 26
},
"end": {
"line": 34,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "active",
"start": 1062,
"end": 1068,
"loc": {
"start": {
"line": 34,
"column": 27
},
"end": {
"line": 34,
"column": 33
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1068,
"end": 1069,
"loc": {
"start": {
"line": 34,
"column": 33
},
"end": {
"line": 34,
"column": 34
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1070,
"end": 1072,
"loc": {
"start": {
"line": 34,
"column": 35
},
"end": {
"line": 34,
"column": 37
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1073,
"end": 1074,
"loc": {
"start": {
"line": 34,
"column": 38
},
"end": {
"line": 34,
"column": 39
}
}
},
{
"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": 1087,
"end": 1089,
"loc": {
"start": {
"line": 35,
"column": 12
},
"end": {
"line": 35,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1090,
"end": 1091,
"loc": {
"start": {
"line": 35,
"column": 15
},
"end": {
"line": 35,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "active",
"start": 1091,
"end": 1097,
"loc": {
"start": {
"line": 35,
"column": 16
},
"end": {
"line": 35,
"column": 22
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1097,
"end": 1098,
"loc": {
"start": {
"line": 35,
"column": 22
},
"end": {
"line": 35,
"column": 23
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1099,
"end": 1100,
"loc": {
"start": {
"line": 35,
"column": 24
},
"end": {
"line": 35,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonElement",
"start": 1117,
"end": 1130,
"loc": {
"start": {
"line": 36,
"column": 16
},
"end": {
"line": 36,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1130,
"end": 1131,
"loc": {
"start": {
"line": 36,
"column": 29
},
"end": {
"line": 36,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "classList",
"start": 1131,
"end": 1140,
"loc": {
"start": {
"line": 36,
"column": 30
},
"end": {
"line": 36,
"column": 39
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1140,
"end": 1141,
"loc": {
"start": {
"line": 36,
"column": 39
},
"end": {
"line": 36,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "add",
"start": 1141,
"end": 1144,
"loc": {
"start": {
"line": 36,
"column": 40
},
"end": {
"line": 36,
"column": 43
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1144,
"end": 1145,
"loc": {
"start": {
"line": 36,
"column": 43
},
"end": {
"line": 36,
"column": 44
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "active",
"start": 1145,
"end": 1153,
"loc": {
"start": {
"line": 36,
"column": 44
},
"end": {
"line": 36,
"column": 52
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1153,
"end": 1154,
"loc": {
"start": {
"line": 36,
"column": 52
},
"end": {
"line": 36,
"column": 53
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1154,
"end": 1155,
"loc": {
"start": {
"line": 36,
"column": 53
},
"end": {
"line": 36,
"column": 54
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1168,
"end": 1169,
"loc": {
"start": {
"line": 37,
"column": 12
},
"end": {
"line": 37,
"column": 13
}
}
},
{
"type": {
"label": "else",
"keyword": "else",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "else",
"start": 1170,
"end": 1174,
"loc": {
"start": {
"line": 37,
"column": 14
},
"end": {
"line": 37,
"column": 18
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1175,
"end": 1176,
"loc": {
"start": {
"line": 37,
"column": 19
},
"end": {
"line": 37,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonElement",
"start": 1193,
"end": 1206,
"loc": {
"start": {
"line": 38,
"column": 16
},
"end": {
"line": 38,
"column": 29
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1206,
"end": 1207,
"loc": {
"start": {
"line": 38,
"column": 29
},
"end": {
"line": 38,
"column": 30
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "classList",
"start": 1207,
"end": 1216,
"loc": {
"start": {
"line": 38,
"column": 30
},
"end": {
"line": 38,
"column": 39
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1216,
"end": 1217,
"loc": {
"start": {
"line": 38,
"column": 39
},
"end": {
"line": 38,
"column": 40
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "remove",
"start": 1217,
"end": 1223,
"loc": {
"start": {
"line": 38,
"column": 40
},
"end": {
"line": 38,
"column": 46
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1223,
"end": 1224,
"loc": {
"start": {
"line": 38,
"column": 46
},
"end": {
"line": 38,
"column": 47
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "active",
"start": 1224,
"end": 1232,
"loc": {
"start": {
"line": 38,
"column": 47
},
"end": {
"line": 38,
"column": 55
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1232,
"end": 1233,
"loc": {
"start": {
"line": 38,
"column": 55
},
"end": {
"line": 38,
"column": 56
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1233,
"end": 1234,
"loc": {
"start": {
"line": 38,
"column": 56
},
"end": {
"line": 38,
"column": 57
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1247,
"end": 1248,
"loc": {
"start": {
"line": 39,
"column": 12
},
"end": {
"line": 39,
"column": 13
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1257,
"end": 1258,
"loc": {
"start": {
"line": 40,
"column": 8
},
"end": {
"line": 40,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1258,
"end": 1259,
"loc": {
"start": {
"line": 40,
"column": 9
},
"end": {
"line": 40,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1259,
"end": 1260,
"loc": {
"start": {
"line": 40,
"column": 10
},
"end": {
"line": 40,
"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": 1270,
"end": 1274,
"loc": {
"start": {
"line": 42,
"column": 8
},
"end": {
"line": 42,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1274,
"end": 1275,
"loc": {
"start": {
"line": 42,
"column": 12
},
"end": {
"line": 42,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "on",
"start": 1275,
"end": 1277,
"loc": {
"start": {
"line": 42,
"column": 13
},
"end": {
"line": 42,
"column": 15
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1277,
"end": 1278,
"loc": {
"start": {
"line": 42,
"column": 15
},
"end": {
"line": 42,
"column": 16
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "active",
"start": 1278,
"end": 1286,
"loc": {
"start": {
"line": 42,
"column": 16
},
"end": {
"line": 42,
"column": 24
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1286,
"end": 1287,
"loc": {
"start": {
"line": 42,
"column": 24
},
"end": {
"line": 42,
"column": 25
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1288,
"end": 1289,
"loc": {
"start": {
"line": 42,
"column": 26
},
"end": {
"line": 42,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "active",
"start": 1289,
"end": 1295,
"loc": {
"start": {
"line": 42,
"column": 27
},
"end": {
"line": 42,
"column": 33
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1295,
"end": 1296,
"loc": {
"start": {
"line": 42,
"column": 33
},
"end": {
"line": 42,
"column": 34
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1297,
"end": 1299,
"loc": {
"start": {
"line": 42,
"column": 35
},
"end": {
"line": 42,
"column": 37
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1300,
"end": 1301,
"loc": {
"start": {
"line": 42,
"column": 38
},
"end": {
"line": 42,
"column": 39
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1314,
"end": 1318,
"loc": {
"start": {
"line": 43,
"column": 12
},
"end": {
"line": 43,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1318,
"end": 1319,
"loc": {
"start": {
"line": 43,
"column": 16
},
"end": {
"line": 43,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_sectionPlanesPlugin",
"start": 1319,
"end": 1339,
"loc": {
"start": {
"line": 43,
"column": 17
},
"end": {
"line": 43,
"column": 37
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1339,
"end": 1340,
"loc": {
"start": {
"line": 43,
"column": 37
},
"end": {
"line": 43,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "setOverviewVisible",
"start": 1340,
"end": 1358,
"loc": {
"start": {
"line": 43,
"column": 38
},
"end": {
"line": 43,
"column": 56
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1358,
"end": 1359,
"loc": {
"start": {
"line": 43,
"column": 56
},
"end": {
"line": 43,
"column": 57
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "active",
"start": 1359,
"end": 1365,
"loc": {
"start": {
"line": 43,
"column": 57
},
"end": {
"line": 43,
"column": 63
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1365,
"end": 1366,
"loc": {
"start": {
"line": 43,
"column": 63
},
"end": {
"line": 43,
"column": 64
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1366,
"end": 1367,
"loc": {
"start": {
"line": 43,
"column": 64
},
"end": {
"line": 43,
"column": 65
}
}
},
{
"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": 1380,
"end": 1382,
"loc": {
"start": {
"line": 44,
"column": 12
},
"end": {
"line": 44,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1383,
"end": 1384,
"loc": {
"start": {
"line": 44,
"column": 15
},
"end": {
"line": 44,
"column": 16
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 1384,
"end": 1385,
"loc": {
"start": {
"line": 44,
"column": 16
},
"end": {
"line": 44,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "active",
"start": 1385,
"end": 1391,
"loc": {
"start": {
"line": 44,
"column": 17
},
"end": {
"line": 44,
"column": 23
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1391,
"end": 1392,
"loc": {
"start": {
"line": 44,
"column": 23
},
"end": {
"line": 44,
"column": 24
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1393,
"end": 1394,
"loc": {
"start": {
"line": 44,
"column": 25
},
"end": {
"line": 44,
"column": 26
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1411,
"end": 1415,
"loc": {
"start": {
"line": 45,
"column": 16
},
"end": {
"line": 45,
"column": 20
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1415,
"end": 1416,
"loc": {
"start": {
"line": 45,
"column": 20
},
"end": {
"line": 45,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_sectionPlanesPlugin",
"start": 1416,
"end": 1436,
"loc": {
"start": {
"line": 45,
"column": 21
},
"end": {
"line": 45,
"column": 41
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1436,
"end": 1437,
"loc": {
"start": {
"line": 45,
"column": 41
},
"end": {
"line": 45,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "hideControl",
"start": 1437,
"end": 1448,
"loc": {
"start": {
"line": 45,
"column": 42
},
"end": {
"line": 45,
"column": 53
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1448,
"end": 1449,
"loc": {
"start": {
"line": 45,
"column": 53
},
"end": {
"line": 45,
"column": 54
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1449,
"end": 1450,
"loc": {
"start": {
"line": 45,
"column": 54
},
"end": {
"line": 45,
"column": 55
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1450,
"end": 1451,
"loc": {
"start": {
"line": 45,
"column": 55
},
"end": {
"line": 45,
"column": 56
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1464,
"end": 1465,
"loc": {
"start": {
"line": 46,
"column": 12
},
"end": {
"line": 46,
"column": 13
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1474,
"end": 1475,
"loc": {
"start": {
"line": 47,
"column": 8
},
"end": {
"line": 47,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1475,
"end": 1476,
"loc": {
"start": {
"line": 47,
"column": 9
},
"end": {
"line": 47,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1476,
"end": 1477,
"loc": {
"start": {
"line": 47,
"column": 10
},
"end": {
"line": 47,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "buttonElement",
"start": 1487,
"end": 1500,
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1500,
"end": 1501,
"loc": {
"start": {
"line": 49,
"column": 21
},
"end": {
"line": 49,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "addEventListener",
"start": 1501,
"end": 1517,
"loc": {
"start": {
"line": 49,
"column": 22
},
"end": {
"line": 49,
"column": 38
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1517,
"end": 1518,
"loc": {
"start": {
"line": 49,
"column": 38
},
"end": {
"line": 49,
"column": 39
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "click",
"start": 1518,
"end": 1525,
"loc": {
"start": {
"line": 49,
"column": 39
},
"end": {
"line": 49,
"column": 46
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1525,
"end": 1526,
"loc": {
"start": {
"line": 49,
"column": 46
},
"end": {
"line": 49,
"column": 47
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1527,
"end": 1528,
"loc": {
"start": {
"line": 49,
"column": 48
},
"end": {
"line": 49,
"column": 49
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "event",
"start": 1528,
"end": 1533,
"loc": {
"start": {
"line": 49,
"column": 49
},
"end": {
"line": 49,
"column": 54
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1533,
"end": 1534,
"loc": {
"start": {
"line": 49,
"column": 54
},
"end": {
"line": 49,
"column": 55
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1535,
"end": 1537,
"loc": {
"start": {
"line": 49,
"column": 56
},
"end": {
"line": 49,
"column": 58
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1538,
"end": 1539,
"loc": {
"start": {
"line": 49,
"column": 59
},
"end": {
"line": 49,
"column": 60
}
}
},
{
"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": 1552,
"end": 1554,
"loc": {
"start": {
"line": 50,
"column": 12
},
"end": {
"line": 50,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1555,
"end": 1556,
"loc": {
"start": {
"line": 50,
"column": 15
},
"end": {
"line": 50,
"column": 16
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 1556,
"end": 1557,
"loc": {
"start": {
"line": 50,
"column": 16
},
"end": {
"line": 50,
"column": 17
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1557,
"end": 1561,
"loc": {
"start": {
"line": 50,
"column": 17
},
"end": {
"line": 50,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1561,
"end": 1562,
"loc": {
"start": {
"line": 50,
"column": 21
},
"end": {
"line": 50,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getEnabled",
"start": 1562,
"end": 1572,
"loc": {
"start": {
"line": 50,
"column": 22
},
"end": {
"line": 50,
"column": 32
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1572,
"end": 1573,
"loc": {
"start": {
"line": 50,
"column": 32
},
"end": {
"line": 50,
"column": 33
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1573,
"end": 1574,
"loc": {
"start": {
"line": 50,
"column": 33
},
"end": {
"line": 50,
"column": 34
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1574,
"end": 1575,
"loc": {
"start": {
"line": 50,
"column": 34
},
"end": {
"line": 50,
"column": 35
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1576,
"end": 1577,
"loc": {
"start": {
"line": 50,
"column": 36
},
"end": {
"line": 50,
"column": 37
}
}
},
{
"type": {
"label": "return",
"keyword": "return",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "return",
"start": 1594,
"end": 1600,
"loc": {
"start": {
"line": 51,
"column": 16
},
"end": {
"line": 51,
"column": 22
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1600,
"end": 1601,
"loc": {
"start": {
"line": 51,
"column": 22
},
"end": {
"line": 51,
"column": 23
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1614,
"end": 1615,
"loc": {
"start": {
"line": 52,
"column": 12
},
"end": {
"line": 52,
"column": 13
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 1628,
"end": 1633,
"loc": {
"start": {
"line": 53,
"column": 12
},
"end": {
"line": 53,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "active",
"start": 1634,
"end": 1640,
"loc": {
"start": {
"line": 53,
"column": 18
},
"end": {
"line": 53,
"column": 24
}
}
},
{
"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": 53,
"column": 25
},
"end": {
"line": 53,
"column": 26
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1643,
"end": 1647,
"loc": {
"start": {
"line": 53,
"column": 27
},
"end": {
"line": 53,
"column": 31
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1647,
"end": 1648,
"loc": {
"start": {
"line": 53,
"column": 31
},
"end": {
"line": 53,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getActive",
"start": 1648,
"end": 1657,
"loc": {
"start": {
"line": 53,
"column": 32
},
"end": {
"line": 53,
"column": 41
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1657,
"end": 1658,
"loc": {
"start": {
"line": 53,
"column": 41
},
"end": {
"line": 53,
"column": 42
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1658,
"end": 1659,
"loc": {
"start": {
"line": 53,
"column": 42
},
"end": {
"line": 53,
"column": 43
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1659,
"end": 1660,
"loc": {
"start": {
"line": 53,
"column": 43
},
"end": {
"line": 53,
"column": 44
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1673,
"end": 1677,
"loc": {
"start": {
"line": 54,
"column": 12
},
"end": {
"line": 54,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1677,
"end": 1678,
"loc": {
"start": {
"line": 54,
"column": 16
},
"end": {
"line": 54,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "setActive",
"start": 1678,
"end": 1687,
"loc": {
"start": {
"line": 54,
"column": 17
},
"end": {
"line": 54,
"column": 26
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1687,
"end": 1688,
"loc": {
"start": {
"line": 54,
"column": 26
},
"end": {
"line": 54,
"column": 27
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 1688,
"end": 1689,
"loc": {
"start": {
"line": 54,
"column": 27
},
"end": {
"line": 54,
"column": 28
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "active",
"start": 1689,
"end": 1695,
"loc": {
"start": {
"line": 54,
"column": 28
},
"end": {
"line": 54,
"column": 34
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1695,
"end": 1696,
"loc": {
"start": {
"line": 54,
"column": 34
},
"end": {
"line": 54,
"column": 35
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1696,
"end": 1697,
"loc": {
"start": {
"line": 54,
"column": 35
},
"end": {
"line": 54,
"column": 36
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "event",
"start": 1710,
"end": 1715,
"loc": {
"start": {
"line": 55,
"column": 12
},
"end": {
"line": 55,
"column": 17
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1715,
"end": 1716,
"loc": {
"start": {
"line": 55,
"column": 17
},
"end": {
"line": 55,
"column": 18
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "preventDefault",
"start": 1716,
"end": 1730,
"loc": {
"start": {
"line": 55,
"column": 18
},
"end": {
"line": 55,
"column": 32
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1730,
"end": 1731,
"loc": {
"start": {
"line": 55,
"column": 32
},
"end": {
"line": 55,
"column": 33
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1731,
"end": 1732,
"loc": {
"start": {
"line": 55,
"column": 33
},
"end": {
"line": 55,
"column": 34
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1732,
"end": 1733,
"loc": {
"start": {
"line": 55,
"column": 34
},
"end": {
"line": 55,
"column": 35
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1742,
"end": 1743,
"loc": {
"start": {
"line": 56,
"column": 8
},
"end": {
"line": 56,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1743,
"end": 1744,
"loc": {
"start": {
"line": 56,
"column": 9
},
"end": {
"line": 56,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1744,
"end": 1745,
"loc": {
"start": {
"line": 56,
"column": 10
},
"end": {
"line": 56,
"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": 1755,
"end": 1759,
"loc": {
"start": {
"line": 58,
"column": 8
},
"end": {
"line": 58,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1759,
"end": 1760,
"loc": {
"start": {
"line": 58,
"column": 12
},
"end": {
"line": 58,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewerUI",
"start": 1760,
"end": 1768,
"loc": {
"start": {
"line": 58,
"column": 13
},
"end": {
"line": 58,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1768,
"end": 1769,
"loc": {
"start": {
"line": 58,
"column": 21
},
"end": {
"line": 58,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "on",
"start": 1769,
"end": 1771,
"loc": {
"start": {
"line": 58,
"column": 22
},
"end": {
"line": 58,
"column": 24
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1771,
"end": 1772,
"loc": {
"start": {
"line": 58,
"column": 24
},
"end": {
"line": 58,
"column": 25
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "reset",
"start": 1772,
"end": 1779,
"loc": {
"start": {
"line": 58,
"column": 25
},
"end": {
"line": 58,
"column": 32
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1779,
"end": 1780,
"loc": {
"start": {
"line": 58,
"column": 32
},
"end": {
"line": 58,
"column": 33
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1781,
"end": 1782,
"loc": {
"start": {
"line": 58,
"column": 34
},
"end": {
"line": 58,
"column": 35
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1782,
"end": 1783,
"loc": {
"start": {
"line": 58,
"column": 35
},
"end": {
"line": 58,
"column": 36
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1784,
"end": 1786,
"loc": {
"start": {
"line": 58,
"column": 37
},
"end": {
"line": 58,
"column": 39
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1787,
"end": 1788,
"loc": {
"start": {
"line": 58,
"column": 40
},
"end": {
"line": 58,
"column": 41
}
}
},
{
"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": 1801,
"end": 1805,
"loc": {
"start": {
"line": 59,
"column": 12
},
"end": {
"line": 59,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1805,
"end": 1806,
"loc": {
"start": {
"line": 59,
"column": 16
},
"end": {
"line": 59,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "clear",
"start": 1806,
"end": 1811,
"loc": {
"start": {
"line": 59,
"column": 17
},
"end": {
"line": 59,
"column": 22
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1811,
"end": 1812,
"loc": {
"start": {
"line": 59,
"column": 22
},
"end": {
"line": 59,
"column": 23
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1812,
"end": 1813,
"loc": {
"start": {
"line": 59,
"column": 23
},
"end": {
"line": 59,
"column": 24
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1813,
"end": 1814,
"loc": {
"start": {
"line": 59,
"column": 24
},
"end": {
"line": 59,
"column": 25
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1827,
"end": 1831,
"loc": {
"start": {
"line": 60,
"column": 12
},
"end": {
"line": 60,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1831,
"end": 1832,
"loc": {
"start": {
"line": 60,
"column": 16
},
"end": {
"line": 60,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "setActive",
"start": 1832,
"end": 1841,
"loc": {
"start": {
"line": 60,
"column": 17
},
"end": {
"line": 60,
"column": 26
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1841,
"end": 1842,
"loc": {
"start": {
"line": 60,
"column": 26
},
"end": {
"line": 60,
"column": 27
}
}
},
{
"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": 1842,
"end": 1847,
"loc": {
"start": {
"line": 60,
"column": 27
},
"end": {
"line": 60,
"column": 32
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1847,
"end": 1848,
"loc": {
"start": {
"line": 60,
"column": 32
},
"end": {
"line": 60,
"column": 33
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1848,
"end": 1849,
"loc": {
"start": {
"line": 60,
"column": 33
},
"end": {
"line": 60,
"column": 34
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1858,
"end": 1859,
"loc": {
"start": {
"line": 61,
"column": 8
},
"end": {
"line": 61,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1859,
"end": 1860,
"loc": {
"start": {
"line": 61,
"column": 9
},
"end": {
"line": 61,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1860,
"end": 1861,
"loc": {
"start": {
"line": 61,
"column": 10
},
"end": {
"line": 61,
"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": 1871,
"end": 1875,
"loc": {
"start": {
"line": 63,
"column": 8
},
"end": {
"line": 63,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1875,
"end": 1876,
"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": "_initSectionMode",
"start": 1876,
"end": 1892,
"loc": {
"start": {
"line": 63,
"column": 13
},
"end": {
"line": 63,
"column": 29
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1892,
"end": 1893,
"loc": {
"start": {
"line": 63,
"column": 29
},
"end": {
"line": 63,
"column": 30
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1893,
"end": 1894,
"loc": {
"start": {
"line": 63,
"column": 30
},
"end": {
"line": 63,
"column": 31
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1894,
"end": 1895,
"loc": {
"start": {
"line": 63,
"column": 31
},
"end": {
"line": 63,
"column": 32
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1900,
"end": 1901,
"loc": {
"start": {
"line": 64,
"column": 4
},
"end": {
"line": 64,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_initSectionMode",
"start": 1907,
"end": 1923,
"loc": {
"start": {
"line": 66,
"column": 4
},
"end": {
"line": 66,
"column": 20
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1923,
"end": 1924,
"loc": {
"start": {
"line": 66,
"column": 20
},
"end": {
"line": 66,
"column": 21
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1924,
"end": 1925,
"loc": {
"start": {
"line": 66,
"column": 21
},
"end": {
"line": 66,
"column": 22
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1926,
"end": 1927,
"loc": {
"start": {
"line": 66,
"column": 23
},
"end": {
"line": 66,
"column": 24
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1936,
"end": 1940,
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 67,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1940,
"end": 1941,
"loc": {
"start": {
"line": 67,
"column": 12
},
"end": {
"line": 67,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_onPickedSurface",
"start": 1941,
"end": 1957,
"loc": {
"start": {
"line": 67,
"column": 13
},
"end": {
"line": 67,
"column": 29
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 1958,
"end": 1959,
"loc": {
"start": {
"line": 67,
"column": 30
},
"end": {
"line": 67,
"column": 31
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 1960,
"end": 1964,
"loc": {
"start": {
"line": 67,
"column": 32
},
"end": {
"line": 67,
"column": 36
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1964,
"end": 1965,
"loc": {
"start": {
"line": 67,
"column": 36
},
"end": {
"line": 67,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "viewer",
"start": 1965,
"end": 1971,
"loc": {
"start": {
"line": 67,
"column": 37
},
"end": {
"line": 67,
"column": 43
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1971,
"end": 1972,
"loc": {
"start": {
"line": 67,
"column": 43
},
"end": {
"line": 67,
"column": 44
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "cameraControl",
"start": 1972,
"end": 1985,
"loc": {
"start": {
"line": 67,
"column": 44
},
"end": {
"line": 67,
"column": 57
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1985,
"end": 1986,
"loc": {
"start": {
"line": 67,
"column": 57
},
"end": {
"line": 67,
"column": 58
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "on",
"start": 1986,
"end": 1988,
"loc": {
"start": {
"line": 67,
"column": 58
},
"end": {
"line": 67,
"column": 60
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1988,
"end": 1989,
"loc": {
"start": {
"line": 67,
"column": 60
},
"end": {
"line": 67,
"column": 61
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "pickedSurface",
"start": 1989,
"end": 2004,
"loc": {
"start": {
"line": 67,
"column": 61
},
"end": {
"line": 67,
"column": 76
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2004,
"end": 2005,
"loc": {
"start": {
"line": 67,
"column": 76
},
"end": {
"line": 67,
"column": 77
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2006,
"end": 2007,
"loc": {
"start": {
"line": 67,
"column": 78
},
"end": {
"line": 67,
"column": 79
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "e",
"start": 2007,
"end": 2008,
"loc": {
"start": {
"line": 67,
"column": 79
},
"end": {
"line": 67,
"column": 80
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2008,
"end": 2009,
"loc": {
"start": {
"line": 67,
"column": 80
},
"end": {
"line": 67,
"column": 81
}
}
},
{
"type": {
"label": "=>",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2010,
"end": 2012,
"loc": {
"start": {
"line": 67,
"column": 82
},
"end": {
"line": 67,
"column": 84
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2013,
"end": 2014,
"loc": {
"start": {
"line": 67,
"column": 85
},
"end": {
"line": 67,
"column": 86
}
}
},
{
"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": 2027,
"end": 2029,
"loc": {
"start": {
"line": 68,
"column": 12
},
"end": {
"line": 68,
"column": 14
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2030,
"end": 2031,
"loc": {
"start": {
"line": 68,
"column": 15
},
"end": {
"line": 68,
"column": 16
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 2031,
"end": 2032,
"loc": {
"start": {
"line": 68,
"column": 16
},
"end": {
"line": 68,
"column": 17
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 2032,
"end": 2036,
"loc": {
"start": {
"line": 68,
"column": 17
},
"end": {
"line": 68,
"column": 21
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2036,
"end": 2037,
"loc": {
"start": {
"line": 68,
"column": 21
},
"end": {
"line": 68,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "getActive",
"start": 2037,
"end": 2046,
"loc": {
"start": {
"line": 68,
"column": 22
},
"end": {
"line": 68,
"column": 31
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2046,
"end": 2047,
"loc": {
"start": {
"line": 68,
"column": 31
},
"end": {
"line": 68,
"column": 32
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2047,
"end": 2048,
"loc": {
"start": {
"line": 68,
"column": 32
},
"end": {
"line": 68,
"column": 33
}
}
},
{
"type": {
"label": "||",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": 1,
"updateContext": null
},
"value": "||",
"start": 2049,
"end": 2051,
"loc": {
"start": {
"line": 68,
"column": 34
},
"end": {
"line": 68,
"column": 36
}
}
},
{
"type": {
"label": "prefix",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "!",
"start": 2052,
"end": 2053,
"loc": {
"start": {
"line": 68,
"column": 37
},
"end": {
"line": 68,
"column": 38
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 2053,
"end": 2057,
"loc": {
"start": {
"line": 68,
"column": 38
},
"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": 2057,
"end": 2058,
"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": "getEnabled",
"start": 2058,
"end": 2068,
"loc": {
"start": {
"line": 68,
"column": 43
},
"end": {
"line": 68,
"column": 53
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2068,
"end": 2069,
"loc": {
"start": {
"line": 68,
"column": 53
},
"end": {
"line": 68,
"column": 54
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2069,
"end": 2070,
"loc": {
"start": {
"line": 68,
"column": 54
},
"end": {
"line": 68,
"column": 55
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2070,
"end": 2071,
"loc": {
"start": {
"line": 68,
"column": 55
},
"end": {
"line": 68,
"column": 56
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2072,
"end": 2073,
"loc": {
"start": {
"line": 68,
"column": 57
},
"end": {
"line": 68,
"column": 58
}
}
},
{
"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": 2090,
"end": 2096,
"loc": {
"start": {
"line": 69,
"column": 16
},
"end": {
"line": 69,
"column": 22
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2096,
"end": 2097,
"loc": {
"start": {
"line": 69,
"column": 22
},
"end": {
"line": 69,
"column": 23
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2110,
"end": 2111,
"loc": {
"start": {
"line": 70,
"column": 12
},
"end": {
"line": 70,
"column": 13
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 2124,
"end": 2129,
"loc": {
"start": {
"line": 71,
"column": 12
},
"end": {
"line": 71,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sectionPlane",
"start": 2130,
"end": 2142,
"loc": {
"start": {
"line": 71,
"column": 18
},
"end": {
"line": 71,
"column": 30
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 2143,
"end": 2144,
"loc": {
"start": {
"line": 71,
"column": 31
},
"end": {
"line": 71,
"column": 32
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 2145,
"end": 2149,
"loc": {
"start": {
"line": 71,
"column": 33
},
"end": {
"line": 71,
"column": 37
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2149,
"end": 2150,
"loc": {
"start": {
"line": 71,
"column": 37
},
"end": {
"line": 71,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_sectionPlanesPlugin",
"start": 2150,
"end": 2170,
"loc": {
"start": {
"line": 71,
"column": 38
},
"end": {
"line": 71,
"column": 58
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2170,
"end": 2171,
"loc": {
"start": {
"line": 71,
"column": 58
},
"end": {
"line": 71,
"column": 59
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "createSectionPlane",
"start": 2171,
"end": 2189,
"loc": {
"start": {
"line": 71,
"column": 59
},
"end": {
"line": 71,
"column": 77
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2189,
"end": 2190,
"loc": {
"start": {
"line": 71,
"column": 77
},
"end": {
"line": 71,
"column": 78
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2190,
"end": 2191,
"loc": {
"start": {
"line": 71,
"column": 78
},
"end": {
"line": 71,
"column": 79
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "pos",
"start": 2208,
"end": 2211,
"loc": {
"start": {
"line": 72,
"column": 16
},
"end": {
"line": 72,
"column": 19
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2211,
"end": 2212,
"loc": {
"start": {
"line": 72,
"column": 19
},
"end": {
"line": 72,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "e",
"start": 2213,
"end": 2214,
"loc": {
"start": {
"line": 72,
"column": 21
},
"end": {
"line": 72,
"column": 22
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2214,
"end": 2215,
"loc": {
"start": {
"line": 72,
"column": 22
},
"end": {
"line": 72,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "worldPos",
"start": 2215,
"end": 2223,
"loc": {
"start": {
"line": 72,
"column": 23
},
"end": {
"line": 72,
"column": 31
}
}
},
{
"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": 72,
"column": 31
},
"end": {
"line": 72,
"column": 32
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "dir",
"start": 2241,
"end": 2244,
"loc": {
"start": {
"line": 73,
"column": 16
},
"end": {
"line": 73,
"column": 19
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2244,
"end": 2245,
"loc": {
"start": {
"line": 73,
"column": 19
},
"end": {
"line": 73,
"column": 20
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2246,
"end": 2247,
"loc": {
"start": {
"line": 73,
"column": 21
},
"end": {
"line": 73,
"column": 22
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "-",
"start": 2247,
"end": 2248,
"loc": {
"start": {
"line": 73,
"column": 22
},
"end": {
"line": 73,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "e",
"start": 2248,
"end": 2249,
"loc": {
"start": {
"line": 73,
"column": 23
},
"end": {
"line": 73,
"column": 24
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2249,
"end": 2250,
"loc": {
"start": {
"line": 73,
"column": 24
},
"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": "worldNormal",
"start": 2250,
"end": 2261,
"loc": {
"start": {
"line": 73,
"column": 25
},
"end": {
"line": 73,
"column": 36
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2261,
"end": 2262,
"loc": {
"start": {
"line": 73,
"column": 36
},
"end": {
"line": 73,
"column": 37
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 0,
"start": 2262,
"end": 2263,
"loc": {
"start": {
"line": 73,
"column": 37
},
"end": {
"line": 73,
"column": 38
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2263,
"end": 2264,
"loc": {
"start": {
"line": 73,
"column": 38
},
"end": {
"line": 73,
"column": 39
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2264,
"end": 2265,
"loc": {
"start": {
"line": 73,
"column": 39
},
"end": {
"line": 73,
"column": 40
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "-",
"start": 2266,
"end": 2267,
"loc": {
"start": {
"line": 73,
"column": 41
},
"end": {
"line": 73,
"column": 42
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "e",
"start": 2267,
"end": 2268,
"loc": {
"start": {
"line": 73,
"column": 42
},
"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": 2268,
"end": 2269,
"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": "worldNormal",
"start": 2269,
"end": 2280,
"loc": {
"start": {
"line": 73,
"column": 44
},
"end": {
"line": 73,
"column": 55
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2280,
"end": 2281,
"loc": {
"start": {
"line": 73,
"column": 55
},
"end": {
"line": 73,
"column": 56
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 1,
"start": 2281,
"end": 2282,
"loc": {
"start": {
"line": 73,
"column": 56
},
"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": 2282,
"end": 2283,
"loc": {
"start": {
"line": 73,
"column": 57
},
"end": {
"line": 73,
"column": 58
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2283,
"end": 2284,
"loc": {
"start": {
"line": 73,
"column": 58
},
"end": {
"line": 73,
"column": 59
}
}
},
{
"type": {
"label": "+/-",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": true,
"postfix": false,
"binop": 9,
"updateContext": null
},
"value": "-",
"start": 2285,
"end": 2286,
"loc": {
"start": {
"line": 73,
"column": 60
},
"end": {
"line": 73,
"column": 61
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "e",
"start": 2286,
"end": 2287,
"loc": {
"start": {
"line": 73,
"column": 61
},
"end": {
"line": 73,
"column": 62
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2287,
"end": 2288,
"loc": {
"start": {
"line": 73,
"column": 62
},
"end": {
"line": 73,
"column": 63
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "worldNormal",
"start": 2288,
"end": 2299,
"loc": {
"start": {
"line": 73,
"column": 63
},
"end": {
"line": 73,
"column": 74
}
}
},
{
"type": {
"label": "[",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2299,
"end": 2300,
"loc": {
"start": {
"line": 73,
"column": 74
},
"end": {
"line": 73,
"column": 75
}
}
},
{
"type": {
"label": "num",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": 2,
"start": 2300,
"end": 2301,
"loc": {
"start": {
"line": 73,
"column": 75
},
"end": {
"line": 73,
"column": 76
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2301,
"end": 2302,
"loc": {
"start": {
"line": 73,
"column": 76
},
"end": {
"line": 73,
"column": 77
}
}
},
{
"type": {
"label": "]",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2302,
"end": 2303,
"loc": {
"start": {
"line": 73,
"column": 77
},
"end": {
"line": 73,
"column": 78
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2316,
"end": 2317,
"loc": {
"start": {
"line": 74,
"column": 12
},
"end": {
"line": 74,
"column": 13
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2317,
"end": 2318,
"loc": {
"start": {
"line": 74,
"column": 13
},
"end": {
"line": 74,
"column": 14
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2318,
"end": 2319,
"loc": {
"start": {
"line": 74,
"column": 14
},
"end": {
"line": 74,
"column": 15
}
}
},
{
"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": 2332,
"end": 2336,
"loc": {
"start": {
"line": 75,
"column": 12
},
"end": {
"line": 75,
"column": 16
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2336,
"end": 2337,
"loc": {
"start": {
"line": 75,
"column": 16
},
"end": {
"line": 75,
"column": 17
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_sectionPlanesPlugin",
"start": 2337,
"end": 2357,
"loc": {
"start": {
"line": 75,
"column": 17
},
"end": {
"line": 75,
"column": 37
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2357,
"end": 2358,
"loc": {
"start": {
"line": 75,
"column": 37
},
"end": {
"line": 75,
"column": 38
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "showControl",
"start": 2358,
"end": 2369,
"loc": {
"start": {
"line": 75,
"column": 38
},
"end": {
"line": 75,
"column": 49
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2369,
"end": 2370,
"loc": {
"start": {
"line": 75,
"column": 49
},
"end": {
"line": 75,
"column": 50
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "sectionPlane",
"start": 2370,
"end": 2382,
"loc": {
"start": {
"line": 75,
"column": 50
},
"end": {
"line": 75,
"column": 62
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2382,
"end": 2383,
"loc": {
"start": {
"line": 75,
"column": 62
},
"end": {
"line": 75,
"column": 63
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "id",
"start": 2383,
"end": 2385,
"loc": {
"start": {
"line": 75,
"column": 63
},
"end": {
"line": 75,
"column": 65
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2385,
"end": 2386,
"loc": {
"start": {
"line": 75,
"column": 65
},
"end": {
"line": 75,
"column": 66
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2386,
"end": 2387,
"loc": {
"start": {
"line": 75,
"column": 66
},
"end": {
"line": 75,
"column": 67
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2396,
"end": 2397,
"loc": {
"start": {
"line": 76,
"column": 8
},
"end": {
"line": 76,
"column": 9
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2397,
"end": 2398,
"loc": {
"start": {
"line": 76,
"column": 9
},
"end": {
"line": 76,
"column": 10
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2398,
"end": 2399,
"loc": {
"start": {
"line": 76,
"column": 10
},
"end": {
"line": 76,
"column": 11
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2404,
"end": 2405,
"loc": {
"start": {
"line": 77,
"column": 4
},
"end": {
"line": 77,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "clear",
"start": 2411,
"end": 2416,
"loc": {
"start": {
"line": 79,
"column": 4
},
"end": {
"line": 79,
"column": 9
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2416,
"end": 2417,
"loc": {
"start": {
"line": 79,
"column": 9
},
"end": {
"line": 79,
"column": 10
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2417,
"end": 2418,
"loc": {
"start": {
"line": 79,
"column": 10
},
"end": {
"line": 79,
"column": 11
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2419,
"end": 2420,
"loc": {
"start": {
"line": 79,
"column": 12
},
"end": {
"line": 79,
"column": 13
}
}
},
{
"type": {
"label": "this",
"keyword": "this",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "this",
"start": 2429,
"end": 2433,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2433,
"end": 2434,
"loc": {
"start": {
"line": 80,
"column": 12
},
"end": {
"line": 80,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_sectionPlanesPlugin",
"start": 2434,
"end": 2454,
"loc": {
"start": {
"line": 80,
"column": 13
},
"end": {
"line": 80,
"column": 33
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2454,
"end": 2455,
"loc": {
"start": {
"line": 80,
"column": 33
},
"end": {
"line": 80,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "clear",
"start": 2455,
"end": 2460,
"loc": {
"start": {
"line": 80,
"column": 34
},
"end": {
"line": 80,
"column": 39
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2460,
"end": 2461,
"loc": {
"start": {
"line": 80,
"column": 39
},
"end": {
"line": 80,
"column": 40
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2461,
"end": 2462,
"loc": {
"start": {
"line": 80,
"column": 40
},
"end": {
"line": 80,
"column": 41
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2462,
"end": 2463,
"loc": {
"start": {
"line": 80,
"column": 41
},
"end": {
"line": 80,
"column": 42
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2468,
"end": 2469,
"loc": {
"start": {
"line": 81,
"column": 4
},
"end": {
"line": 81,
"column": 5
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "destroy",
"start": 2475,
"end": 2482,
"loc": {
"start": {
"line": 83,
"column": 4
},
"end": {
"line": 83,
"column": 11
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2482,
"end": 2483,
"loc": {
"start": {
"line": 83,
"column": 11
},
"end": {
"line": 83,
"column": 12
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2483,
"end": 2484,
"loc": {
"start": {
"line": 83,
"column": 12
},
"end": {
"line": 83,
"column": 13
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2485,
"end": 2486,
"loc": {
"start": {
"line": 83,
"column": 14
},
"end": {
"line": 83,
"column": 15
}
}
},
{
"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": 2495,
"end": 2499,
"loc": {
"start": {
"line": 84,
"column": 8
},
"end": {
"line": 84,
"column": 12
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2499,
"end": 2500,
"loc": {
"start": {
"line": 84,
"column": 12
},
"end": {
"line": 84,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "_sectionPlanesPlugin",
"start": 2500,
"end": 2520,
"loc": {
"start": {
"line": 84,
"column": 13
},
"end": {
"line": 84,
"column": 33
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2520,
"end": 2521,
"loc": {
"start": {
"line": 84,
"column": 33
},
"end": {
"line": 84,
"column": 34
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "destroy",
"start": 2521,
"end": 2528,
"loc": {
"start": {
"line": 84,
"column": 34
},
"end": {
"line": 84,
"column": 41
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2528,
"end": 2529,
"loc": {
"start": {
"line": 84,
"column": 41
},
"end": {
"line": 84,
"column": 42
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2529,
"end": 2530,
"loc": {
"start": {
"line": 84,
"column": 42
},
"end": {
"line": 84,
"column": 43
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2530,
"end": 2531,
"loc": {
"start": {
"line": 84,
"column": 43
},
"end": {
"line": 84,
"column": 44
}
}
},
{
"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": 2540,
"end": 2545,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 13
}
}
},
{
"type": {
"label": ".",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2545,
"end": 2546,
"loc": {
"start": {
"line": 85,
"column": 13
},
"end": {
"line": 85,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "destroy",
"start": 2546,
"end": 2553,
"loc": {
"start": {
"line": 85,
"column": 14
},
"end": {
"line": 85,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2553,
"end": 2554,
"loc": {
"start": {
"line": 85,
"column": 21
},
"end": {
"line": 85,
"column": 22
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2554,
"end": 2555,
"loc": {
"start": {
"line": 85,
"column": 22
},
"end": {
"line": 85,
"column": 23
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2555,
"end": 2556,
"loc": {
"start": {
"line": 85,
"column": 23
},
"end": {
"line": 85,
"column": 24
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2561,
"end": 2562,
"loc": {
"start": {
"line": 86,
"column": 4
},
"end": {
"line": 86,
"column": 5
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2563,
"end": 2564,
"loc": {
"start": {
"line": 87,
"column": 0
},
"end": {
"line": 87,
"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": 2566,
"end": 2572,
"loc": {
"start": {
"line": 89,
"column": 0
},
"end": {
"line": 89,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2573,
"end": 2574,
"loc": {
"start": {
"line": 89,
"column": 7
},
"end": {
"line": 89,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "SectionMode",
"start": 2574,
"end": 2585,
"loc": {
"start": {
"line": 89,
"column": 8
},
"end": {
"line": 89,
"column": 19
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2585,
"end": 2586,
"loc": {
"start": {
"line": 89,
"column": 19
},
"end": {
"line": 89,
"column": 20
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2586,
"end": 2587,
"loc": {
"start": {
"line": 89,
"column": 20
},
"end": {
"line": 89,
"column": 21
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2587,
"end": 2587,
"loc": {
"start": {
"line": 89,
"column": 21
},
"end": {
"line": 89,
"column": 21
}
}
}
]
}