@archilogic/floor-plan-sdk 3.2.0 → 4.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2827 @@
1
+ {
2
+ "metadata": {
3
+ "toolPackage": "@microsoft/api-extractor",
4
+ "toolVersion": "7.39.0",
5
+ "schemaVersion": 1011,
6
+ "oldestForwardsCompatibleVersion": 1001,
7
+ "tsdocConfig": {
8
+ "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
9
+ "noStandardTags": true,
10
+ "tagDefinitions": [
11
+ {
12
+ "tagName": "@alpha",
13
+ "syntaxKind": "modifier"
14
+ },
15
+ {
16
+ "tagName": "@beta",
17
+ "syntaxKind": "modifier"
18
+ },
19
+ {
20
+ "tagName": "@defaultValue",
21
+ "syntaxKind": "block"
22
+ },
23
+ {
24
+ "tagName": "@decorator",
25
+ "syntaxKind": "block",
26
+ "allowMultiple": true
27
+ },
28
+ {
29
+ "tagName": "@deprecated",
30
+ "syntaxKind": "block"
31
+ },
32
+ {
33
+ "tagName": "@eventProperty",
34
+ "syntaxKind": "modifier"
35
+ },
36
+ {
37
+ "tagName": "@example",
38
+ "syntaxKind": "block",
39
+ "allowMultiple": true
40
+ },
41
+ {
42
+ "tagName": "@experimental",
43
+ "syntaxKind": "modifier"
44
+ },
45
+ {
46
+ "tagName": "@inheritDoc",
47
+ "syntaxKind": "inline"
48
+ },
49
+ {
50
+ "tagName": "@internal",
51
+ "syntaxKind": "modifier"
52
+ },
53
+ {
54
+ "tagName": "@label",
55
+ "syntaxKind": "inline"
56
+ },
57
+ {
58
+ "tagName": "@link",
59
+ "syntaxKind": "inline",
60
+ "allowMultiple": true
61
+ },
62
+ {
63
+ "tagName": "@override",
64
+ "syntaxKind": "modifier"
65
+ },
66
+ {
67
+ "tagName": "@packageDocumentation",
68
+ "syntaxKind": "modifier"
69
+ },
70
+ {
71
+ "tagName": "@param",
72
+ "syntaxKind": "block",
73
+ "allowMultiple": true
74
+ },
75
+ {
76
+ "tagName": "@privateRemarks",
77
+ "syntaxKind": "block"
78
+ },
79
+ {
80
+ "tagName": "@public",
81
+ "syntaxKind": "modifier"
82
+ },
83
+ {
84
+ "tagName": "@readonly",
85
+ "syntaxKind": "modifier"
86
+ },
87
+ {
88
+ "tagName": "@remarks",
89
+ "syntaxKind": "block"
90
+ },
91
+ {
92
+ "tagName": "@returns",
93
+ "syntaxKind": "block"
94
+ },
95
+ {
96
+ "tagName": "@sealed",
97
+ "syntaxKind": "modifier"
98
+ },
99
+ {
100
+ "tagName": "@see",
101
+ "syntaxKind": "block"
102
+ },
103
+ {
104
+ "tagName": "@throws",
105
+ "syntaxKind": "block",
106
+ "allowMultiple": true
107
+ },
108
+ {
109
+ "tagName": "@typeParam",
110
+ "syntaxKind": "block",
111
+ "allowMultiple": true
112
+ },
113
+ {
114
+ "tagName": "@virtual",
115
+ "syntaxKind": "modifier"
116
+ },
117
+ {
118
+ "tagName": "@betaDocumentation",
119
+ "syntaxKind": "modifier"
120
+ },
121
+ {
122
+ "tagName": "@internalRemarks",
123
+ "syntaxKind": "block"
124
+ },
125
+ {
126
+ "tagName": "@preapproved",
127
+ "syntaxKind": "modifier"
128
+ }
129
+ ],
130
+ "supportForTags": {
131
+ "@alpha": true,
132
+ "@beta": true,
133
+ "@defaultValue": true,
134
+ "@decorator": true,
135
+ "@deprecated": true,
136
+ "@eventProperty": true,
137
+ "@example": true,
138
+ "@experimental": true,
139
+ "@inheritDoc": true,
140
+ "@internal": true,
141
+ "@label": true,
142
+ "@link": true,
143
+ "@override": true,
144
+ "@packageDocumentation": true,
145
+ "@param": true,
146
+ "@privateRemarks": true,
147
+ "@public": true,
148
+ "@readonly": true,
149
+ "@remarks": true,
150
+ "@returns": true,
151
+ "@sealed": true,
152
+ "@see": true,
153
+ "@throws": true,
154
+ "@typeParam": true,
155
+ "@virtual": true,
156
+ "@betaDocumentation": true,
157
+ "@internalRemarks": true,
158
+ "@preapproved": true
159
+ },
160
+ "reportUnsupportedHtmlElements": false
161
+ }
162
+ },
163
+ "kind": "Package",
164
+ "canonicalReference": "@archilogic/floor-plan-sdk!",
165
+ "docComment": "",
166
+ "name": "@archilogic/floor-plan-sdk",
167
+ "preserveMemberOrder": false,
168
+ "members": [
169
+ {
170
+ "kind": "EntryPoint",
171
+ "canonicalReference": "@archilogic/floor-plan-sdk!",
172
+ "name": "",
173
+ "preserveMemberOrder": false,
174
+ "members": [
175
+ {
176
+ "kind": "Class",
177
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine:class",
178
+ "docComment": "/**\n * The main Floor plan engine SDK class\n */\n",
179
+ "excerptTokens": [
180
+ {
181
+ "kind": "Content",
182
+ "text": "declare class FloorPlanEngine extends "
183
+ },
184
+ {
185
+ "kind": "Reference",
186
+ "text": "FloorPlanCore",
187
+ "canonicalReference": "@archilogic/floor-plan-sdk!~FloorPlanCore:class"
188
+ },
189
+ {
190
+ "kind": "Content",
191
+ "text": " "
192
+ }
193
+ ],
194
+ "fileUrlPath": "dist/fpe.d.ts",
195
+ "releaseTag": "Public",
196
+ "isAbstract": false,
197
+ "name": "FloorPlanEngine",
198
+ "preserveMemberOrder": false,
199
+ "members": [
200
+ {
201
+ "kind": "Constructor",
202
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine:constructor(1)",
203
+ "docComment": "/**\n * Constructs a new instance of the `FloorPlanEngine` class\n */\n",
204
+ "excerptTokens": [
205
+ {
206
+ "kind": "Content",
207
+ "text": "constructor({ container, options, scene }?: "
208
+ },
209
+ {
210
+ "kind": "Content",
211
+ "text": "{\n container?: "
212
+ },
213
+ {
214
+ "kind": "Reference",
215
+ "text": "Element",
216
+ "canonicalReference": "!Element:interface"
217
+ },
218
+ {
219
+ "kind": "Content",
220
+ "text": ";\n options?: "
221
+ },
222
+ {
223
+ "kind": "Reference",
224
+ "text": "FpeConfig",
225
+ "canonicalReference": "@archilogic/floor-plan-sdk!~FpeConfig:interface"
226
+ },
227
+ {
228
+ "kind": "Content",
229
+ "text": ";\n scene?: "
230
+ },
231
+ {
232
+ "kind": "Reference",
233
+ "text": "Scene",
234
+ "canonicalReference": "@archilogic/floor-plan-sdk!~Scene:class"
235
+ },
236
+ {
237
+ "kind": "Content",
238
+ "text": ";\n }"
239
+ },
240
+ {
241
+ "kind": "Content",
242
+ "text": ");"
243
+ }
244
+ ],
245
+ "releaseTag": "Public",
246
+ "isProtected": false,
247
+ "overloadIndex": 1,
248
+ "parameters": [
249
+ {
250
+ "parameterName": "{ container, options, scene }",
251
+ "parameterTypeTokenRange": {
252
+ "startIndex": 1,
253
+ "endIndex": 8
254
+ },
255
+ "isOptional": true
256
+ }
257
+ ]
258
+ },
259
+ {
260
+ "kind": "Method",
261
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#addHelper:member(1)",
262
+ "docComment": "/**\n * Adds a helper and removes previous instances of it\n */\n",
263
+ "excerptTokens": [
264
+ {
265
+ "kind": "Content",
266
+ "text": "addHelper(helper: "
267
+ },
268
+ {
269
+ "kind": "Content",
270
+ "text": "string | typeof "
271
+ },
272
+ {
273
+ "kind": "Reference",
274
+ "text": "Helper",
275
+ "canonicalReference": "@archilogic/floor-plan-sdk!~Helper:class"
276
+ },
277
+ {
278
+ "kind": "Content",
279
+ "text": ", options?: "
280
+ },
281
+ {
282
+ "kind": "Content",
283
+ "text": "any"
284
+ },
285
+ {
286
+ "kind": "Content",
287
+ "text": "): "
288
+ },
289
+ {
290
+ "kind": "Reference",
291
+ "text": "Helper",
292
+ "canonicalReference": "@archilogic/floor-plan-sdk!~Helper:class"
293
+ },
294
+ {
295
+ "kind": "Content",
296
+ "text": ";"
297
+ }
298
+ ],
299
+ "isStatic": false,
300
+ "returnTypeTokenRange": {
301
+ "startIndex": 6,
302
+ "endIndex": 7
303
+ },
304
+ "releaseTag": "Public",
305
+ "isProtected": false,
306
+ "overloadIndex": 1,
307
+ "parameters": [
308
+ {
309
+ "parameterName": "helper",
310
+ "parameterTypeTokenRange": {
311
+ "startIndex": 1,
312
+ "endIndex": 3
313
+ },
314
+ "isOptional": false
315
+ },
316
+ {
317
+ "parameterName": "options",
318
+ "parameterTypeTokenRange": {
319
+ "startIndex": 4,
320
+ "endIndex": 5
321
+ },
322
+ "isOptional": true
323
+ }
324
+ ],
325
+ "isOptional": false,
326
+ "isAbstract": false,
327
+ "name": "addHelper"
328
+ },
329
+ {
330
+ "kind": "Method",
331
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#addHtmlMarker:member(1)",
332
+ "docComment": "/**\n * Add custom HTML marker\n */\n",
333
+ "excerptTokens": [
334
+ {
335
+ "kind": "Content",
336
+ "text": "addHtmlMarker(args?: "
337
+ },
338
+ {
339
+ "kind": "Reference",
340
+ "text": "HtmlMarkerArgs",
341
+ "canonicalReference": "@archilogic/floor-plan-sdk!~HtmlMarkerArgs:interface"
342
+ },
343
+ {
344
+ "kind": "Content",
345
+ "text": "): "
346
+ },
347
+ {
348
+ "kind": "Reference",
349
+ "text": "HtmlMarker",
350
+ "canonicalReference": "@archilogic/floor-plan-sdk!~HtmlMarker:class"
351
+ },
352
+ {
353
+ "kind": "Content",
354
+ "text": ";"
355
+ }
356
+ ],
357
+ "isStatic": false,
358
+ "returnTypeTokenRange": {
359
+ "startIndex": 3,
360
+ "endIndex": 4
361
+ },
362
+ "releaseTag": "Public",
363
+ "isProtected": false,
364
+ "overloadIndex": 1,
365
+ "parameters": [
366
+ {
367
+ "parameterName": "args",
368
+ "parameterTypeTokenRange": {
369
+ "startIndex": 1,
370
+ "endIndex": 2
371
+ },
372
+ "isOptional": true
373
+ }
374
+ ],
375
+ "isOptional": false,
376
+ "isAbstract": false,
377
+ "name": "addHtmlMarker"
378
+ },
379
+ {
380
+ "kind": "Method",
381
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#addInfoWindow:member(1)",
382
+ "docComment": "/**\n * Add HTML info window\n */\n",
383
+ "excerptTokens": [
384
+ {
385
+ "kind": "Content",
386
+ "text": "addInfoWindow(args?: "
387
+ },
388
+ {
389
+ "kind": "Reference",
390
+ "text": "InfoWindowArgs",
391
+ "canonicalReference": "@archilogic/floor-plan-sdk!~InfoWindowArgs:interface"
392
+ },
393
+ {
394
+ "kind": "Content",
395
+ "text": "): "
396
+ },
397
+ {
398
+ "kind": "Reference",
399
+ "text": "InfoWindow",
400
+ "canonicalReference": "@archilogic/floor-plan-sdk!~InfoWindow:class"
401
+ },
402
+ {
403
+ "kind": "Content",
404
+ "text": ";"
405
+ }
406
+ ],
407
+ "isStatic": false,
408
+ "returnTypeTokenRange": {
409
+ "startIndex": 3,
410
+ "endIndex": 4
411
+ },
412
+ "releaseTag": "Public",
413
+ "isProtected": false,
414
+ "overloadIndex": 1,
415
+ "parameters": [
416
+ {
417
+ "parameterName": "args",
418
+ "parameterTypeTokenRange": {
419
+ "startIndex": 1,
420
+ "endIndex": 2
421
+ },
422
+ "isOptional": true
423
+ }
424
+ ],
425
+ "isOptional": false,
426
+ "isAbstract": false,
427
+ "name": "addInfoWindow"
428
+ },
429
+ {
430
+ "kind": "Method",
431
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#addLayer:member(1)",
432
+ "docComment": "/**\n * create plan layer or return existing by id\n */\n",
433
+ "excerptTokens": [
434
+ {
435
+ "kind": "Content",
436
+ "text": "addLayer({ id, baseLayer }?: "
437
+ },
438
+ {
439
+ "kind": "Content",
440
+ "text": "{\n id?: string;\n baseLayer?: "
441
+ },
442
+ {
443
+ "kind": "Reference",
444
+ "text": "BaseLayers",
445
+ "canonicalReference": "@archilogic/floor-plan-sdk!~BaseLayers:type"
446
+ },
447
+ {
448
+ "kind": "Content",
449
+ "text": ";\n }"
450
+ },
451
+ {
452
+ "kind": "Content",
453
+ "text": "): "
454
+ },
455
+ {
456
+ "kind": "Reference",
457
+ "text": "PlanLayer",
458
+ "canonicalReference": "@archilogic/floor-plan-sdk!~PlanLayer:class"
459
+ },
460
+ {
461
+ "kind": "Content",
462
+ "text": ";"
463
+ }
464
+ ],
465
+ "isStatic": false,
466
+ "returnTypeTokenRange": {
467
+ "startIndex": 5,
468
+ "endIndex": 6
469
+ },
470
+ "releaseTag": "Public",
471
+ "isProtected": false,
472
+ "overloadIndex": 1,
473
+ "parameters": [
474
+ {
475
+ "parameterName": "{ id, baseLayer }",
476
+ "parameterTypeTokenRange": {
477
+ "startIndex": 1,
478
+ "endIndex": 4
479
+ },
480
+ "isOptional": true
481
+ }
482
+ ],
483
+ "isOptional": false,
484
+ "isAbstract": false,
485
+ "name": "addLayer"
486
+ },
487
+ {
488
+ "kind": "Method",
489
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#addMarker:member(1)",
490
+ "docComment": "/**\n * Add plan marker\n */\n",
491
+ "excerptTokens": [
492
+ {
493
+ "kind": "Content",
494
+ "text": "addMarker({ pos, color, size }?: "
495
+ },
496
+ {
497
+ "kind": "Reference",
498
+ "text": "MarkerArgs",
499
+ "canonicalReference": "@archilogic/floor-plan-sdk!~MarkerArgs:interface"
500
+ },
501
+ {
502
+ "kind": "Content",
503
+ "text": "): "
504
+ },
505
+ {
506
+ "kind": "Reference",
507
+ "text": "MarkerPin",
508
+ "canonicalReference": "@archilogic/floor-plan-sdk!~MarkerPin:class"
509
+ },
510
+ {
511
+ "kind": "Content",
512
+ "text": ";"
513
+ }
514
+ ],
515
+ "isStatic": false,
516
+ "returnTypeTokenRange": {
517
+ "startIndex": 3,
518
+ "endIndex": 4
519
+ },
520
+ "releaseTag": "Public",
521
+ "isProtected": false,
522
+ "overloadIndex": 1,
523
+ "parameters": [
524
+ {
525
+ "parameterName": "{ pos, color, size }",
526
+ "parameterTypeTokenRange": {
527
+ "startIndex": 1,
528
+ "endIndex": 2
529
+ },
530
+ "isOptional": true
531
+ }
532
+ ],
533
+ "isOptional": false,
534
+ "isAbstract": false,
535
+ "name": "addMarker"
536
+ },
537
+ {
538
+ "kind": "Method",
539
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#addPlanGraphic:member(1)",
540
+ "docComment": "/**\n * create plan graphic\n *\n * @deprecated\n *\n * use floorPlan.addLayer(<name>)\n *\n * @returns {PlanLayer}\n */\n",
541
+ "excerptTokens": [
542
+ {
543
+ "kind": "Content",
544
+ "text": "addPlanGraphic(): "
545
+ },
546
+ {
547
+ "kind": "Reference",
548
+ "text": "PlanLayer",
549
+ "canonicalReference": "@archilogic/floor-plan-sdk!~PlanLayer:class"
550
+ },
551
+ {
552
+ "kind": "Content",
553
+ "text": ";"
554
+ }
555
+ ],
556
+ "isStatic": false,
557
+ "returnTypeTokenRange": {
558
+ "startIndex": 1,
559
+ "endIndex": 2
560
+ },
561
+ "releaseTag": "Public",
562
+ "isProtected": false,
563
+ "overloadIndex": 1,
564
+ "parameters": [],
565
+ "isOptional": false,
566
+ "isAbstract": false,
567
+ "name": "addPlanGraphic"
568
+ },
569
+ {
570
+ "kind": "Property",
571
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#availableHelpers:member",
572
+ "docComment": "",
573
+ "excerptTokens": [
574
+ {
575
+ "kind": "Content",
576
+ "text": "availableHelpers: "
577
+ },
578
+ {
579
+ "kind": "Content",
580
+ "text": "{\n [name: string]: typeof "
581
+ },
582
+ {
583
+ "kind": "Reference",
584
+ "text": "Helper",
585
+ "canonicalReference": "@archilogic/floor-plan-sdk!~Helper:class"
586
+ },
587
+ {
588
+ "kind": "Content",
589
+ "text": ";\n }"
590
+ },
591
+ {
592
+ "kind": "Content",
593
+ "text": ";"
594
+ }
595
+ ],
596
+ "isReadonly": false,
597
+ "isOptional": false,
598
+ "releaseTag": "Public",
599
+ "name": "availableHelpers",
600
+ "propertyTypeTokenRange": {
601
+ "startIndex": 1,
602
+ "endIndex": 4
603
+ },
604
+ "isStatic": false,
605
+ "isProtected": false,
606
+ "isAbstract": false
607
+ },
608
+ {
609
+ "kind": "Method",
610
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#destroy:member(1)",
611
+ "docComment": "/**\n * Destroy the floor plan instance\n */\n",
612
+ "excerptTokens": [
613
+ {
614
+ "kind": "Content",
615
+ "text": "destroy(): "
616
+ },
617
+ {
618
+ "kind": "Content",
619
+ "text": "void"
620
+ },
621
+ {
622
+ "kind": "Content",
623
+ "text": ";"
624
+ }
625
+ ],
626
+ "isStatic": false,
627
+ "returnTypeTokenRange": {
628
+ "startIndex": 1,
629
+ "endIndex": 2
630
+ },
631
+ "releaseTag": "Public",
632
+ "isProtected": false,
633
+ "overloadIndex": 1,
634
+ "parameters": [],
635
+ "isOptional": false,
636
+ "isAbstract": false,
637
+ "name": "destroy"
638
+ },
639
+ {
640
+ "kind": "Method",
641
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#emit:member(1)",
642
+ "docComment": "",
643
+ "excerptTokens": [
644
+ {
645
+ "kind": "Content",
646
+ "text": "emit(event: "
647
+ },
648
+ {
649
+ "kind": "Reference",
650
+ "text": "FpeEvent",
651
+ "canonicalReference": "@archilogic/floor-plan-sdk!~FpeEvent:type"
652
+ },
653
+ {
654
+ "kind": "Content",
655
+ "text": ", ...args: "
656
+ },
657
+ {
658
+ "kind": "Content",
659
+ "text": "any[]"
660
+ },
661
+ {
662
+ "kind": "Content",
663
+ "text": "): "
664
+ },
665
+ {
666
+ "kind": "Content",
667
+ "text": "this"
668
+ },
669
+ {
670
+ "kind": "Content",
671
+ "text": ";"
672
+ }
673
+ ],
674
+ "isStatic": false,
675
+ "returnTypeTokenRange": {
676
+ "startIndex": 5,
677
+ "endIndex": 6
678
+ },
679
+ "releaseTag": "Public",
680
+ "isProtected": false,
681
+ "overloadIndex": 1,
682
+ "parameters": [
683
+ {
684
+ "parameterName": "event",
685
+ "parameterTypeTokenRange": {
686
+ "startIndex": 1,
687
+ "endIndex": 2
688
+ },
689
+ "isOptional": false
690
+ },
691
+ {
692
+ "parameterName": "args",
693
+ "parameterTypeTokenRange": {
694
+ "startIndex": 3,
695
+ "endIndex": 4
696
+ },
697
+ "isOptional": false
698
+ }
699
+ ],
700
+ "isOptional": false,
701
+ "isAbstract": false,
702
+ "name": "emit"
703
+ },
704
+ {
705
+ "kind": "Method",
706
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#exportImage:member(1)",
707
+ "docComment": "/**\n * Export the current view as an image\n */\n",
708
+ "excerptTokens": [
709
+ {
710
+ "kind": "Content",
711
+ "text": "exportImage({ format, fileName, quality, output, maxWidth, download }?: "
712
+ },
713
+ {
714
+ "kind": "Reference",
715
+ "text": "ExportImage",
716
+ "canonicalReference": "@archilogic/floor-plan-sdk!~ExportImage:interface"
717
+ },
718
+ {
719
+ "kind": "Content",
720
+ "text": "): "
721
+ },
722
+ {
723
+ "kind": "Reference",
724
+ "text": "Promise",
725
+ "canonicalReference": "!Promise:interface"
726
+ },
727
+ {
728
+ "kind": "Content",
729
+ "text": "<string | "
730
+ },
731
+ {
732
+ "kind": "Reference",
733
+ "text": "Error",
734
+ "canonicalReference": "!Error:interface"
735
+ },
736
+ {
737
+ "kind": "Content",
738
+ "text": ">"
739
+ },
740
+ {
741
+ "kind": "Content",
742
+ "text": ";"
743
+ }
744
+ ],
745
+ "isStatic": false,
746
+ "returnTypeTokenRange": {
747
+ "startIndex": 3,
748
+ "endIndex": 7
749
+ },
750
+ "releaseTag": "Public",
751
+ "isProtected": false,
752
+ "overloadIndex": 1,
753
+ "parameters": [
754
+ {
755
+ "parameterName": "{ format, fileName, quality, output, maxWidth, download }",
756
+ "parameterTypeTokenRange": {
757
+ "startIndex": 1,
758
+ "endIndex": 2
759
+ },
760
+ "isOptional": true
761
+ }
762
+ ],
763
+ "isOptional": false,
764
+ "isAbstract": false,
765
+ "name": "exportImage"
766
+ },
767
+ {
768
+ "kind": "Property",
769
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#fpeNode:member",
770
+ "docComment": "",
771
+ "excerptTokens": [
772
+ {
773
+ "kind": "Content",
774
+ "text": "fpeNode?: "
775
+ },
776
+ {
777
+ "kind": "Reference",
778
+ "text": "HTMLElement",
779
+ "canonicalReference": "!HTMLElement:interface"
780
+ },
781
+ {
782
+ "kind": "Content",
783
+ "text": ";"
784
+ }
785
+ ],
786
+ "isReadonly": false,
787
+ "isOptional": true,
788
+ "releaseTag": "Public",
789
+ "name": "fpeNode",
790
+ "propertyTypeTokenRange": {
791
+ "startIndex": 1,
792
+ "endIndex": 2
793
+ },
794
+ "isStatic": false,
795
+ "isProtected": false,
796
+ "isAbstract": false
797
+ },
798
+ {
799
+ "kind": "Method",
800
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#generateUi:member(1)",
801
+ "docComment": "",
802
+ "excerptTokens": [
803
+ {
804
+ "kind": "Content",
805
+ "text": "generateUi(): "
806
+ },
807
+ {
808
+ "kind": "Content",
809
+ "text": "void"
810
+ },
811
+ {
812
+ "kind": "Content",
813
+ "text": ";"
814
+ }
815
+ ],
816
+ "isStatic": false,
817
+ "returnTypeTokenRange": {
818
+ "startIndex": 1,
819
+ "endIndex": 2
820
+ },
821
+ "releaseTag": "Public",
822
+ "isProtected": false,
823
+ "overloadIndex": 1,
824
+ "parameters": [],
825
+ "isOptional": false,
826
+ "isAbstract": false,
827
+ "name": "generateUi"
828
+ },
829
+ {
830
+ "kind": "Method",
831
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#getLayer:member(1)",
832
+ "docComment": "/**\n * get plan layer by name\n */\n",
833
+ "excerptTokens": [
834
+ {
835
+ "kind": "Content",
836
+ "text": "getLayer(id: "
837
+ },
838
+ {
839
+ "kind": "Content",
840
+ "text": "any"
841
+ },
842
+ {
843
+ "kind": "Content",
844
+ "text": "): "
845
+ },
846
+ {
847
+ "kind": "Reference",
848
+ "text": "PlanLayer",
849
+ "canonicalReference": "@archilogic/floor-plan-sdk!~PlanLayer:class"
850
+ },
851
+ {
852
+ "kind": "Content",
853
+ "text": ";"
854
+ }
855
+ ],
856
+ "isStatic": false,
857
+ "returnTypeTokenRange": {
858
+ "startIndex": 3,
859
+ "endIndex": 4
860
+ },
861
+ "releaseTag": "Public",
862
+ "isProtected": false,
863
+ "overloadIndex": 1,
864
+ "parameters": [
865
+ {
866
+ "parameterName": "id",
867
+ "parameterTypeTokenRange": {
868
+ "startIndex": 1,
869
+ "endIndex": 2
870
+ },
871
+ "isOptional": false
872
+ }
873
+ ],
874
+ "isOptional": false,
875
+ "isAbstract": false,
876
+ "name": "getLayer"
877
+ },
878
+ {
879
+ "kind": "Method",
880
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#getPlanPosition:member(1)",
881
+ "docComment": "/**\n * Convert screen coordinates to plan coordinates\n */\n",
882
+ "excerptTokens": [
883
+ {
884
+ "kind": "Content",
885
+ "text": "getPlanPosition(point: "
886
+ },
887
+ {
888
+ "kind": "Reference",
889
+ "text": "Point2d",
890
+ "canonicalReference": "@archilogic/floor-plan-sdk!Point2d:type"
891
+ },
892
+ {
893
+ "kind": "Content",
894
+ "text": "): "
895
+ },
896
+ {
897
+ "kind": "Reference",
898
+ "text": "Point2d",
899
+ "canonicalReference": "@archilogic/floor-plan-sdk!Point2d:type"
900
+ },
901
+ {
902
+ "kind": "Content",
903
+ "text": ";"
904
+ }
905
+ ],
906
+ "isStatic": false,
907
+ "returnTypeTokenRange": {
908
+ "startIndex": 3,
909
+ "endIndex": 4
910
+ },
911
+ "releaseTag": "Public",
912
+ "isProtected": false,
913
+ "overloadIndex": 1,
914
+ "parameters": [
915
+ {
916
+ "parameterName": "point",
917
+ "parameterTypeTokenRange": {
918
+ "startIndex": 1,
919
+ "endIndex": 2
920
+ },
921
+ "isOptional": false
922
+ }
923
+ ],
924
+ "isOptional": false,
925
+ "isAbstract": false,
926
+ "name": "getPlanPosition"
927
+ },
928
+ {
929
+ "kind": "Method",
930
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#getSceneBoundingBox:member(1)",
931
+ "docComment": "",
932
+ "excerptTokens": [
933
+ {
934
+ "kind": "Content",
935
+ "text": "getSceneBoundingBox(margin?: "
936
+ },
937
+ {
938
+ "kind": "Content",
939
+ "text": "number"
940
+ },
941
+ {
942
+ "kind": "Content",
943
+ "text": "): "
944
+ },
945
+ {
946
+ "kind": "Reference",
947
+ "text": "BoundingBox2d",
948
+ "canonicalReference": "@archilogic/floor-plan-sdk!~BoundingBox2d:type"
949
+ },
950
+ {
951
+ "kind": "Content",
952
+ "text": ";"
953
+ }
954
+ ],
955
+ "isStatic": false,
956
+ "returnTypeTokenRange": {
957
+ "startIndex": 3,
958
+ "endIndex": 4
959
+ },
960
+ "releaseTag": "Public",
961
+ "isProtected": false,
962
+ "overloadIndex": 1,
963
+ "parameters": [
964
+ {
965
+ "parameterName": "margin",
966
+ "parameterTypeTokenRange": {
967
+ "startIndex": 1,
968
+ "endIndex": 2
969
+ },
970
+ "isOptional": true
971
+ }
972
+ ],
973
+ "isOptional": false,
974
+ "isAbstract": false,
975
+ "name": "getSceneBoundingBox"
976
+ },
977
+ {
978
+ "kind": "Method",
979
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#getScreenPosition:member(1)",
980
+ "docComment": "/**\n * Convert plan coordinates to screen coordinates\n */\n",
981
+ "excerptTokens": [
982
+ {
983
+ "kind": "Content",
984
+ "text": "getScreenPosition(point: "
985
+ },
986
+ {
987
+ "kind": "Reference",
988
+ "text": "Point2d",
989
+ "canonicalReference": "@archilogic/floor-plan-sdk!Point2d:type"
990
+ },
991
+ {
992
+ "kind": "Content",
993
+ "text": "): "
994
+ },
995
+ {
996
+ "kind": "Reference",
997
+ "text": "Point2d",
998
+ "canonicalReference": "@archilogic/floor-plan-sdk!Point2d:type"
999
+ },
1000
+ {
1001
+ "kind": "Content",
1002
+ "text": ";"
1003
+ }
1004
+ ],
1005
+ "isStatic": false,
1006
+ "returnTypeTokenRange": {
1007
+ "startIndex": 3,
1008
+ "endIndex": 4
1009
+ },
1010
+ "releaseTag": "Public",
1011
+ "isProtected": false,
1012
+ "overloadIndex": 1,
1013
+ "parameters": [
1014
+ {
1015
+ "parameterName": "point",
1016
+ "parameterTypeTokenRange": {
1017
+ "startIndex": 1,
1018
+ "endIndex": 2
1019
+ },
1020
+ "isOptional": false
1021
+ }
1022
+ ],
1023
+ "isOptional": false,
1024
+ "isAbstract": false,
1025
+ "name": "getScreenPosition"
1026
+ },
1027
+ {
1028
+ "kind": "Method",
1029
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#getZoomExtentsBoundingBox:member(1)",
1030
+ "docComment": "/**\n * Get a bounding box containing the scene, with some padding\n *\n * @param sceneBoundingBox - bounding box of the scene, in meters.\n *\n * @param rectLeft - left edge of a rectangle into which the scene should fit, in pixels.\n *\n * @param rectTop - top edge of a rectangle into which the scene should fit, in pixels.\n *\n * @param rectRight - right edge of a rectangle into which the scene should fit, in pixels.\n *\n * @param rectBottom - bottom edge of a rectangle into which the scene should fit, in pixels.\n *\n * @param viewportWidth - width in pixels of the canvas.\n *\n * @param viewportHeight - height in pixels of the canvas.\n *\n * @returns {BoundingBox2d} returns a new bounding box\n */\n",
1031
+ "excerptTokens": [
1032
+ {
1033
+ "kind": "Content",
1034
+ "text": "getZoomExtentsBoundingBox(sceneBoundingBox: "
1035
+ },
1036
+ {
1037
+ "kind": "Reference",
1038
+ "text": "BoundingBox2d",
1039
+ "canonicalReference": "@archilogic/floor-plan-sdk!~BoundingBox2d:type"
1040
+ },
1041
+ {
1042
+ "kind": "Content",
1043
+ "text": ", rectLeft: "
1044
+ },
1045
+ {
1046
+ "kind": "Content",
1047
+ "text": "number"
1048
+ },
1049
+ {
1050
+ "kind": "Content",
1051
+ "text": ", rectTop: "
1052
+ },
1053
+ {
1054
+ "kind": "Content",
1055
+ "text": "number"
1056
+ },
1057
+ {
1058
+ "kind": "Content",
1059
+ "text": ", rectRight: "
1060
+ },
1061
+ {
1062
+ "kind": "Content",
1063
+ "text": "number"
1064
+ },
1065
+ {
1066
+ "kind": "Content",
1067
+ "text": ", rectBottom: "
1068
+ },
1069
+ {
1070
+ "kind": "Content",
1071
+ "text": "number"
1072
+ },
1073
+ {
1074
+ "kind": "Content",
1075
+ "text": ", viewportWidth: "
1076
+ },
1077
+ {
1078
+ "kind": "Content",
1079
+ "text": "number"
1080
+ },
1081
+ {
1082
+ "kind": "Content",
1083
+ "text": ", viewportHeight: "
1084
+ },
1085
+ {
1086
+ "kind": "Content",
1087
+ "text": "number"
1088
+ },
1089
+ {
1090
+ "kind": "Content",
1091
+ "text": "): "
1092
+ },
1093
+ {
1094
+ "kind": "Reference",
1095
+ "text": "BoundingBox2d",
1096
+ "canonicalReference": "@archilogic/floor-plan-sdk!~BoundingBox2d:type"
1097
+ },
1098
+ {
1099
+ "kind": "Content",
1100
+ "text": ";"
1101
+ }
1102
+ ],
1103
+ "isStatic": false,
1104
+ "returnTypeTokenRange": {
1105
+ "startIndex": 15,
1106
+ "endIndex": 16
1107
+ },
1108
+ "releaseTag": "Public",
1109
+ "isProtected": false,
1110
+ "overloadIndex": 1,
1111
+ "parameters": [
1112
+ {
1113
+ "parameterName": "sceneBoundingBox",
1114
+ "parameterTypeTokenRange": {
1115
+ "startIndex": 1,
1116
+ "endIndex": 2
1117
+ },
1118
+ "isOptional": false
1119
+ },
1120
+ {
1121
+ "parameterName": "rectLeft",
1122
+ "parameterTypeTokenRange": {
1123
+ "startIndex": 3,
1124
+ "endIndex": 4
1125
+ },
1126
+ "isOptional": false
1127
+ },
1128
+ {
1129
+ "parameterName": "rectTop",
1130
+ "parameterTypeTokenRange": {
1131
+ "startIndex": 5,
1132
+ "endIndex": 6
1133
+ },
1134
+ "isOptional": false
1135
+ },
1136
+ {
1137
+ "parameterName": "rectRight",
1138
+ "parameterTypeTokenRange": {
1139
+ "startIndex": 7,
1140
+ "endIndex": 8
1141
+ },
1142
+ "isOptional": false
1143
+ },
1144
+ {
1145
+ "parameterName": "rectBottom",
1146
+ "parameterTypeTokenRange": {
1147
+ "startIndex": 9,
1148
+ "endIndex": 10
1149
+ },
1150
+ "isOptional": false
1151
+ },
1152
+ {
1153
+ "parameterName": "viewportWidth",
1154
+ "parameterTypeTokenRange": {
1155
+ "startIndex": 11,
1156
+ "endIndex": 12
1157
+ },
1158
+ "isOptional": false
1159
+ },
1160
+ {
1161
+ "parameterName": "viewportHeight",
1162
+ "parameterTypeTokenRange": {
1163
+ "startIndex": 13,
1164
+ "endIndex": 14
1165
+ },
1166
+ "isOptional": false
1167
+ }
1168
+ ],
1169
+ "isOptional": false,
1170
+ "isAbstract": false,
1171
+ "name": "getZoomExtentsBoundingBox"
1172
+ },
1173
+ {
1174
+ "kind": "Method",
1175
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#handleDrop:member(1)",
1176
+ "docComment": "",
1177
+ "excerptTokens": [
1178
+ {
1179
+ "kind": "Content",
1180
+ "text": "handleDrop(evt: "
1181
+ },
1182
+ {
1183
+ "kind": "Content",
1184
+ "text": "any"
1185
+ },
1186
+ {
1187
+ "kind": "Content",
1188
+ "text": "): "
1189
+ },
1190
+ {
1191
+ "kind": "Content",
1192
+ "text": "void"
1193
+ },
1194
+ {
1195
+ "kind": "Content",
1196
+ "text": ";"
1197
+ }
1198
+ ],
1199
+ "isStatic": false,
1200
+ "returnTypeTokenRange": {
1201
+ "startIndex": 3,
1202
+ "endIndex": 4
1203
+ },
1204
+ "releaseTag": "Public",
1205
+ "isProtected": false,
1206
+ "overloadIndex": 1,
1207
+ "parameters": [
1208
+ {
1209
+ "parameterName": "evt",
1210
+ "parameterTypeTokenRange": {
1211
+ "startIndex": 1,
1212
+ "endIndex": 2
1213
+ },
1214
+ "isOptional": false
1215
+ }
1216
+ ],
1217
+ "isOptional": false,
1218
+ "isAbstract": false,
1219
+ "name": "handleDrop"
1220
+ },
1221
+ {
1222
+ "kind": "Property",
1223
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#helper:member",
1224
+ "docComment": "",
1225
+ "excerptTokens": [
1226
+ {
1227
+ "kind": "Content",
1228
+ "text": "helper: "
1229
+ },
1230
+ {
1231
+ "kind": "Content",
1232
+ "text": "{\n [name: string]: "
1233
+ },
1234
+ {
1235
+ "kind": "Reference",
1236
+ "text": "Helper",
1237
+ "canonicalReference": "@archilogic/floor-plan-sdk!~Helper:class"
1238
+ },
1239
+ {
1240
+ "kind": "Content",
1241
+ "text": ";\n }"
1242
+ },
1243
+ {
1244
+ "kind": "Content",
1245
+ "text": ";"
1246
+ }
1247
+ ],
1248
+ "isReadonly": false,
1249
+ "isOptional": false,
1250
+ "releaseTag": "Public",
1251
+ "name": "helper",
1252
+ "propertyTypeTokenRange": {
1253
+ "startIndex": 1,
1254
+ "endIndex": 4
1255
+ },
1256
+ "isStatic": false,
1257
+ "isProtected": false,
1258
+ "isAbstract": false
1259
+ },
1260
+ {
1261
+ "kind": "Method",
1262
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#initDrawing:member(1)",
1263
+ "docComment": "",
1264
+ "excerptTokens": [
1265
+ {
1266
+ "kind": "Content",
1267
+ "text": "initDrawing(): "
1268
+ },
1269
+ {
1270
+ "kind": "Content",
1271
+ "text": "void"
1272
+ },
1273
+ {
1274
+ "kind": "Content",
1275
+ "text": ";"
1276
+ }
1277
+ ],
1278
+ "isStatic": false,
1279
+ "returnTypeTokenRange": {
1280
+ "startIndex": 1,
1281
+ "endIndex": 2
1282
+ },
1283
+ "releaseTag": "Public",
1284
+ "isProtected": false,
1285
+ "overloadIndex": 1,
1286
+ "parameters": [],
1287
+ "isOptional": false,
1288
+ "isAbstract": false,
1289
+ "name": "initDrawing"
1290
+ },
1291
+ {
1292
+ "kind": "Method",
1293
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#initDrawingEvents:member(1)",
1294
+ "docComment": "",
1295
+ "excerptTokens": [
1296
+ {
1297
+ "kind": "Content",
1298
+ "text": "initDrawingEvents(): "
1299
+ },
1300
+ {
1301
+ "kind": "Content",
1302
+ "text": "void"
1303
+ },
1304
+ {
1305
+ "kind": "Content",
1306
+ "text": ";"
1307
+ }
1308
+ ],
1309
+ "isStatic": false,
1310
+ "returnTypeTokenRange": {
1311
+ "startIndex": 1,
1312
+ "endIndex": 2
1313
+ },
1314
+ "releaseTag": "Public",
1315
+ "isProtected": false,
1316
+ "overloadIndex": 1,
1317
+ "parameters": [],
1318
+ "isOptional": false,
1319
+ "isAbstract": false,
1320
+ "name": "initDrawingEvents"
1321
+ },
1322
+ {
1323
+ "kind": "Property",
1324
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#interaction:member",
1325
+ "docComment": "",
1326
+ "excerptTokens": [
1327
+ {
1328
+ "kind": "Content",
1329
+ "text": "interaction: "
1330
+ },
1331
+ {
1332
+ "kind": "Reference",
1333
+ "text": "FpeInteraction",
1334
+ "canonicalReference": "@archilogic/floor-plan-sdk!~FpeInteraction:interface"
1335
+ },
1336
+ {
1337
+ "kind": "Content",
1338
+ "text": ";"
1339
+ }
1340
+ ],
1341
+ "isReadonly": false,
1342
+ "isOptional": false,
1343
+ "releaseTag": "Public",
1344
+ "name": "interaction",
1345
+ "propertyTypeTokenRange": {
1346
+ "startIndex": 1,
1347
+ "endIndex": 2
1348
+ },
1349
+ "isStatic": false,
1350
+ "isProtected": false,
1351
+ "isAbstract": false
1352
+ },
1353
+ {
1354
+ "kind": "Method",
1355
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#mountFloorPlan:member(1)",
1356
+ "docComment": "",
1357
+ "excerptTokens": [
1358
+ {
1359
+ "kind": "Content",
1360
+ "text": "mountFloorPlan(root: "
1361
+ },
1362
+ {
1363
+ "kind": "Reference",
1364
+ "text": "Element",
1365
+ "canonicalReference": "!Element:interface"
1366
+ },
1367
+ {
1368
+ "kind": "Content",
1369
+ "text": "): "
1370
+ },
1371
+ {
1372
+ "kind": "Content",
1373
+ "text": "void"
1374
+ },
1375
+ {
1376
+ "kind": "Content",
1377
+ "text": ";"
1378
+ }
1379
+ ],
1380
+ "isStatic": false,
1381
+ "returnTypeTokenRange": {
1382
+ "startIndex": 3,
1383
+ "endIndex": 4
1384
+ },
1385
+ "releaseTag": "Public",
1386
+ "isProtected": false,
1387
+ "overloadIndex": 1,
1388
+ "parameters": [
1389
+ {
1390
+ "parameterName": "root",
1391
+ "parameterTypeTokenRange": {
1392
+ "startIndex": 1,
1393
+ "endIndex": 2
1394
+ },
1395
+ "isOptional": false
1396
+ }
1397
+ ],
1398
+ "isOptional": false,
1399
+ "isAbstract": false,
1400
+ "name": "mountFloorPlan"
1401
+ },
1402
+ {
1403
+ "kind": "Method",
1404
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#off:member(1)",
1405
+ "docComment": "",
1406
+ "excerptTokens": [
1407
+ {
1408
+ "kind": "Content",
1409
+ "text": "off(event: "
1410
+ },
1411
+ {
1412
+ "kind": "Reference",
1413
+ "text": "FpeEvent",
1414
+ "canonicalReference": "@archilogic/floor-plan-sdk!~FpeEvent:type"
1415
+ },
1416
+ {
1417
+ "kind": "Content",
1418
+ "text": ", callback?: "
1419
+ },
1420
+ {
1421
+ "kind": "Reference",
1422
+ "text": "Function",
1423
+ "canonicalReference": "!Function:interface"
1424
+ },
1425
+ {
1426
+ "kind": "Content",
1427
+ "text": "): "
1428
+ },
1429
+ {
1430
+ "kind": "Content",
1431
+ "text": "this"
1432
+ },
1433
+ {
1434
+ "kind": "Content",
1435
+ "text": ";"
1436
+ }
1437
+ ],
1438
+ "isStatic": false,
1439
+ "returnTypeTokenRange": {
1440
+ "startIndex": 5,
1441
+ "endIndex": 6
1442
+ },
1443
+ "releaseTag": "Public",
1444
+ "isProtected": false,
1445
+ "overloadIndex": 1,
1446
+ "parameters": [
1447
+ {
1448
+ "parameterName": "event",
1449
+ "parameterTypeTokenRange": {
1450
+ "startIndex": 1,
1451
+ "endIndex": 2
1452
+ },
1453
+ "isOptional": false
1454
+ },
1455
+ {
1456
+ "parameterName": "callback",
1457
+ "parameterTypeTokenRange": {
1458
+ "startIndex": 3,
1459
+ "endIndex": 4
1460
+ },
1461
+ "isOptional": true
1462
+ }
1463
+ ],
1464
+ "isOptional": false,
1465
+ "isAbstract": false,
1466
+ "name": "off"
1467
+ },
1468
+ {
1469
+ "kind": "Method",
1470
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#on:member(1)",
1471
+ "docComment": "/**\n * Subscribe to an event\n */\n",
1472
+ "excerptTokens": [
1473
+ {
1474
+ "kind": "Content",
1475
+ "text": "on(event: "
1476
+ },
1477
+ {
1478
+ "kind": "Reference",
1479
+ "text": "FpeEvent",
1480
+ "canonicalReference": "@archilogic/floor-plan-sdk!~FpeEvent:type"
1481
+ },
1482
+ {
1483
+ "kind": "Content",
1484
+ "text": ", callback: "
1485
+ },
1486
+ {
1487
+ "kind": "Reference",
1488
+ "text": "Function",
1489
+ "canonicalReference": "!Function:interface"
1490
+ },
1491
+ {
1492
+ "kind": "Content",
1493
+ "text": ", ctx?: "
1494
+ },
1495
+ {
1496
+ "kind": "Content",
1497
+ "text": "any"
1498
+ },
1499
+ {
1500
+ "kind": "Content",
1501
+ "text": "): "
1502
+ },
1503
+ {
1504
+ "kind": "Content",
1505
+ "text": "this"
1506
+ },
1507
+ {
1508
+ "kind": "Content",
1509
+ "text": ";"
1510
+ }
1511
+ ],
1512
+ "isStatic": false,
1513
+ "returnTypeTokenRange": {
1514
+ "startIndex": 7,
1515
+ "endIndex": 8
1516
+ },
1517
+ "releaseTag": "Public",
1518
+ "isProtected": false,
1519
+ "overloadIndex": 1,
1520
+ "parameters": [
1521
+ {
1522
+ "parameterName": "event",
1523
+ "parameterTypeTokenRange": {
1524
+ "startIndex": 1,
1525
+ "endIndex": 2
1526
+ },
1527
+ "isOptional": false
1528
+ },
1529
+ {
1530
+ "parameterName": "callback",
1531
+ "parameterTypeTokenRange": {
1532
+ "startIndex": 3,
1533
+ "endIndex": 4
1534
+ },
1535
+ "isOptional": false
1536
+ },
1537
+ {
1538
+ "parameterName": "ctx",
1539
+ "parameterTypeTokenRange": {
1540
+ "startIndex": 5,
1541
+ "endIndex": 6
1542
+ },
1543
+ "isOptional": true
1544
+ }
1545
+ ],
1546
+ "isOptional": false,
1547
+ "isAbstract": false,
1548
+ "name": "on"
1549
+ },
1550
+ {
1551
+ "kind": "Method",
1552
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#once:member(1)",
1553
+ "docComment": "/**\n * Subscribe to an event once\n */\n",
1554
+ "excerptTokens": [
1555
+ {
1556
+ "kind": "Content",
1557
+ "text": "once(event: "
1558
+ },
1559
+ {
1560
+ "kind": "Reference",
1561
+ "text": "FpeEvent",
1562
+ "canonicalReference": "@archilogic/floor-plan-sdk!~FpeEvent:type"
1563
+ },
1564
+ {
1565
+ "kind": "Content",
1566
+ "text": ", callback: "
1567
+ },
1568
+ {
1569
+ "kind": "Reference",
1570
+ "text": "Function",
1571
+ "canonicalReference": "!Function:interface"
1572
+ },
1573
+ {
1574
+ "kind": "Content",
1575
+ "text": ", ctx?: "
1576
+ },
1577
+ {
1578
+ "kind": "Content",
1579
+ "text": "any"
1580
+ },
1581
+ {
1582
+ "kind": "Content",
1583
+ "text": "): "
1584
+ },
1585
+ {
1586
+ "kind": "Content",
1587
+ "text": "this"
1588
+ },
1589
+ {
1590
+ "kind": "Content",
1591
+ "text": ";"
1592
+ }
1593
+ ],
1594
+ "isStatic": false,
1595
+ "returnTypeTokenRange": {
1596
+ "startIndex": 7,
1597
+ "endIndex": 8
1598
+ },
1599
+ "releaseTag": "Public",
1600
+ "isProtected": false,
1601
+ "overloadIndex": 1,
1602
+ "parameters": [
1603
+ {
1604
+ "parameterName": "event",
1605
+ "parameterTypeTokenRange": {
1606
+ "startIndex": 1,
1607
+ "endIndex": 2
1608
+ },
1609
+ "isOptional": false
1610
+ },
1611
+ {
1612
+ "parameterName": "callback",
1613
+ "parameterTypeTokenRange": {
1614
+ "startIndex": 3,
1615
+ "endIndex": 4
1616
+ },
1617
+ "isOptional": false
1618
+ },
1619
+ {
1620
+ "parameterName": "ctx",
1621
+ "parameterTypeTokenRange": {
1622
+ "startIndex": 5,
1623
+ "endIndex": 6
1624
+ },
1625
+ "isOptional": true
1626
+ }
1627
+ ],
1628
+ "isOptional": false,
1629
+ "isAbstract": false,
1630
+ "name": "once"
1631
+ },
1632
+ {
1633
+ "kind": "Method",
1634
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#prevent:member(1)",
1635
+ "docComment": "",
1636
+ "excerptTokens": [
1637
+ {
1638
+ "kind": "Content",
1639
+ "text": "prevent(e: "
1640
+ },
1641
+ {
1642
+ "kind": "Content",
1643
+ "text": "any"
1644
+ },
1645
+ {
1646
+ "kind": "Content",
1647
+ "text": "): "
1648
+ },
1649
+ {
1650
+ "kind": "Content",
1651
+ "text": "void"
1652
+ },
1653
+ {
1654
+ "kind": "Content",
1655
+ "text": ";"
1656
+ }
1657
+ ],
1658
+ "isStatic": false,
1659
+ "returnTypeTokenRange": {
1660
+ "startIndex": 3,
1661
+ "endIndex": 4
1662
+ },
1663
+ "releaseTag": "Public",
1664
+ "isProtected": false,
1665
+ "overloadIndex": 1,
1666
+ "parameters": [
1667
+ {
1668
+ "parameterName": "e",
1669
+ "parameterTypeTokenRange": {
1670
+ "startIndex": 1,
1671
+ "endIndex": 2
1672
+ },
1673
+ "isOptional": false
1674
+ }
1675
+ ],
1676
+ "isOptional": false,
1677
+ "isAbstract": false,
1678
+ "name": "prevent"
1679
+ },
1680
+ {
1681
+ "kind": "Method",
1682
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#removeHelper:member(1)",
1683
+ "docComment": "",
1684
+ "excerptTokens": [
1685
+ {
1686
+ "kind": "Content",
1687
+ "text": "removeHelper(helperId: "
1688
+ },
1689
+ {
1690
+ "kind": "Content",
1691
+ "text": "string"
1692
+ },
1693
+ {
1694
+ "kind": "Content",
1695
+ "text": "): "
1696
+ },
1697
+ {
1698
+ "kind": "Content",
1699
+ "text": "void"
1700
+ },
1701
+ {
1702
+ "kind": "Content",
1703
+ "text": ";"
1704
+ }
1705
+ ],
1706
+ "isStatic": false,
1707
+ "returnTypeTokenRange": {
1708
+ "startIndex": 3,
1709
+ "endIndex": 4
1710
+ },
1711
+ "releaseTag": "Public",
1712
+ "isProtected": false,
1713
+ "overloadIndex": 1,
1714
+ "parameters": [
1715
+ {
1716
+ "parameterName": "helperId",
1717
+ "parameterTypeTokenRange": {
1718
+ "startIndex": 1,
1719
+ "endIndex": 2
1720
+ },
1721
+ "isOptional": false
1722
+ }
1723
+ ],
1724
+ "isOptional": false,
1725
+ "isAbstract": false,
1726
+ "name": "removeHelper"
1727
+ },
1728
+ {
1729
+ "kind": "Method",
1730
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#set:member(1)",
1731
+ "docComment": "/**\n * Change options after the floor plan engine instance has been created\n *\n * @param args - Startup options\n */\n",
1732
+ "excerptTokens": [
1733
+ {
1734
+ "kind": "Content",
1735
+ "text": "set(args: "
1736
+ },
1737
+ {
1738
+ "kind": "Reference",
1739
+ "text": "FpeConfig",
1740
+ "canonicalReference": "@archilogic/floor-plan-sdk!~FpeConfig:interface"
1741
+ },
1742
+ {
1743
+ "kind": "Content",
1744
+ "text": "): "
1745
+ },
1746
+ {
1747
+ "kind": "Content",
1748
+ "text": "void"
1749
+ },
1750
+ {
1751
+ "kind": "Content",
1752
+ "text": ";"
1753
+ }
1754
+ ],
1755
+ "isStatic": false,
1756
+ "returnTypeTokenRange": {
1757
+ "startIndex": 3,
1758
+ "endIndex": 4
1759
+ },
1760
+ "releaseTag": "Public",
1761
+ "isProtected": false,
1762
+ "overloadIndex": 1,
1763
+ "parameters": [
1764
+ {
1765
+ "parameterName": "args",
1766
+ "parameterTypeTokenRange": {
1767
+ "startIndex": 1,
1768
+ "endIndex": 2
1769
+ },
1770
+ "isOptional": false
1771
+ }
1772
+ ],
1773
+ "isOptional": false,
1774
+ "isAbstract": false,
1775
+ "name": "set"
1776
+ },
1777
+ {
1778
+ "kind": "Method",
1779
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#setZoom:member(1)",
1780
+ "docComment": "/**\n * set zoom to a specific bounding box\n *\n * @param bb - bounding box\n *\n * @param animate - duration of the animation for the viewport transform, if not provided there will be no animation\n *\n * @returns {Promise.<Boolean, Error>} returns promise which resolves when animation is done\n */\n",
1781
+ "excerptTokens": [
1782
+ {
1783
+ "kind": "Content",
1784
+ "text": "setZoom(bb: "
1785
+ },
1786
+ {
1787
+ "kind": "Reference",
1788
+ "text": "BoundingBox2d",
1789
+ "canonicalReference": "@archilogic/floor-plan-sdk!~BoundingBox2d:type"
1790
+ },
1791
+ {
1792
+ "kind": "Content",
1793
+ "text": ", animate?: "
1794
+ },
1795
+ {
1796
+ "kind": "Reference",
1797
+ "text": "Animate",
1798
+ "canonicalReference": "@archilogic/floor-plan-sdk!~Animate:type"
1799
+ },
1800
+ {
1801
+ "kind": "Content",
1802
+ "text": "): "
1803
+ },
1804
+ {
1805
+ "kind": "Reference",
1806
+ "text": "Promise",
1807
+ "canonicalReference": "!Promise:interface"
1808
+ },
1809
+ {
1810
+ "kind": "Content",
1811
+ "text": "<boolean>"
1812
+ },
1813
+ {
1814
+ "kind": "Content",
1815
+ "text": ";"
1816
+ }
1817
+ ],
1818
+ "isStatic": false,
1819
+ "returnTypeTokenRange": {
1820
+ "startIndex": 5,
1821
+ "endIndex": 7
1822
+ },
1823
+ "releaseTag": "Public",
1824
+ "isProtected": false,
1825
+ "overloadIndex": 1,
1826
+ "parameters": [
1827
+ {
1828
+ "parameterName": "bb",
1829
+ "parameterTypeTokenRange": {
1830
+ "startIndex": 1,
1831
+ "endIndex": 2
1832
+ },
1833
+ "isOptional": false
1834
+ },
1835
+ {
1836
+ "parameterName": "animate",
1837
+ "parameterTypeTokenRange": {
1838
+ "startIndex": 3,
1839
+ "endIndex": 4
1840
+ },
1841
+ "isOptional": true
1842
+ }
1843
+ ],
1844
+ "isOptional": false,
1845
+ "isAbstract": false,
1846
+ "name": "setZoom"
1847
+ },
1848
+ {
1849
+ "kind": "Property",
1850
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#view:member",
1851
+ "docComment": "",
1852
+ "excerptTokens": [
1853
+ {
1854
+ "kind": "Content",
1855
+ "text": "view: "
1856
+ },
1857
+ {
1858
+ "kind": "Reference",
1859
+ "text": "WebGlView",
1860
+ "canonicalReference": "@archilogic/floor-plan-sdk!~WebGlView:class"
1861
+ },
1862
+ {
1863
+ "kind": "Content",
1864
+ "text": ";"
1865
+ }
1866
+ ],
1867
+ "isReadonly": false,
1868
+ "isOptional": false,
1869
+ "releaseTag": "Public",
1870
+ "name": "view",
1871
+ "propertyTypeTokenRange": {
1872
+ "startIndex": 1,
1873
+ "endIndex": 2
1874
+ },
1875
+ "isStatic": false,
1876
+ "isProtected": false,
1877
+ "isAbstract": false
1878
+ },
1879
+ {
1880
+ "kind": "Method",
1881
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#zoomByFactor:member(1)",
1882
+ "docComment": "/**\n * zoom the current view by a factor\n *\n * @param factor - zoom factor, larger than 1 zooms in, smaller than 1 zooms out\n *\n * @param animate - duration of the animation for the viewport transform, if not provided there will be no animation\n *\n * @returns {Promise.<Boolean, Error>} returns promise which resolves when animation is done\n */\n",
1883
+ "excerptTokens": [
1884
+ {
1885
+ "kind": "Content",
1886
+ "text": "zoomByFactor(factor: "
1887
+ },
1888
+ {
1889
+ "kind": "Content",
1890
+ "text": "number"
1891
+ },
1892
+ {
1893
+ "kind": "Content",
1894
+ "text": ", animate?: "
1895
+ },
1896
+ {
1897
+ "kind": "Reference",
1898
+ "text": "Animate",
1899
+ "canonicalReference": "@archilogic/floor-plan-sdk!~Animate:type"
1900
+ },
1901
+ {
1902
+ "kind": "Content",
1903
+ "text": "): "
1904
+ },
1905
+ {
1906
+ "kind": "Reference",
1907
+ "text": "Promise",
1908
+ "canonicalReference": "!Promise:interface"
1909
+ },
1910
+ {
1911
+ "kind": "Content",
1912
+ "text": "<boolean>"
1913
+ },
1914
+ {
1915
+ "kind": "Content",
1916
+ "text": ";"
1917
+ }
1918
+ ],
1919
+ "isStatic": false,
1920
+ "returnTypeTokenRange": {
1921
+ "startIndex": 5,
1922
+ "endIndex": 7
1923
+ },
1924
+ "releaseTag": "Public",
1925
+ "isProtected": false,
1926
+ "overloadIndex": 1,
1927
+ "parameters": [
1928
+ {
1929
+ "parameterName": "factor",
1930
+ "parameterTypeTokenRange": {
1931
+ "startIndex": 1,
1932
+ "endIndex": 2
1933
+ },
1934
+ "isOptional": false
1935
+ },
1936
+ {
1937
+ "parameterName": "animate",
1938
+ "parameterTypeTokenRange": {
1939
+ "startIndex": 3,
1940
+ "endIndex": 4
1941
+ },
1942
+ "isOptional": true
1943
+ }
1944
+ ],
1945
+ "isOptional": false,
1946
+ "isAbstract": false,
1947
+ "name": "zoomByFactor"
1948
+ },
1949
+ {
1950
+ "kind": "Method",
1951
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#zoomExtents:member(1)",
1952
+ "docComment": "/**\n * Zoom to the extent of the scene in the viewport ( wait for loadScene promise )\n *\n * @param margin - margin around scene in meters. Defaults to 1 meter\n *\n * @param animate - duration in milliseconds of the animation for the viewport transform. If true, the duration will be 500ms. If false or not provided there will be no animation\n *\n * @param boundingBox - bounding box to zoom to. Can for example be calculated via getZoomExtentsBoundingBox(…). If provided, the margin parameter will be ignored\n *\n * @returns {Promise.<Boolean, Error>} returns promise which resolves when animation is done\n */\n",
1953
+ "excerptTokens": [
1954
+ {
1955
+ "kind": "Content",
1956
+ "text": "zoomExtents(margin?: "
1957
+ },
1958
+ {
1959
+ "kind": "Content",
1960
+ "text": "number"
1961
+ },
1962
+ {
1963
+ "kind": "Content",
1964
+ "text": ", animate?: "
1965
+ },
1966
+ {
1967
+ "kind": "Reference",
1968
+ "text": "Animate",
1969
+ "canonicalReference": "@archilogic/floor-plan-sdk!~Animate:type"
1970
+ },
1971
+ {
1972
+ "kind": "Content",
1973
+ "text": ", boundingBox?: "
1974
+ },
1975
+ {
1976
+ "kind": "Reference",
1977
+ "text": "BoundingBox2d",
1978
+ "canonicalReference": "@archilogic/floor-plan-sdk!~BoundingBox2d:type"
1979
+ },
1980
+ {
1981
+ "kind": "Content",
1982
+ "text": "): "
1983
+ },
1984
+ {
1985
+ "kind": "Reference",
1986
+ "text": "Promise",
1987
+ "canonicalReference": "!Promise:interface"
1988
+ },
1989
+ {
1990
+ "kind": "Content",
1991
+ "text": "<boolean>"
1992
+ },
1993
+ {
1994
+ "kind": "Content",
1995
+ "text": ";"
1996
+ }
1997
+ ],
1998
+ "isStatic": false,
1999
+ "returnTypeTokenRange": {
2000
+ "startIndex": 7,
2001
+ "endIndex": 9
2002
+ },
2003
+ "releaseTag": "Public",
2004
+ "isProtected": false,
2005
+ "overloadIndex": 1,
2006
+ "parameters": [
2007
+ {
2008
+ "parameterName": "margin",
2009
+ "parameterTypeTokenRange": {
2010
+ "startIndex": 1,
2011
+ "endIndex": 2
2012
+ },
2013
+ "isOptional": true
2014
+ },
2015
+ {
2016
+ "parameterName": "animate",
2017
+ "parameterTypeTokenRange": {
2018
+ "startIndex": 3,
2019
+ "endIndex": 4
2020
+ },
2021
+ "isOptional": true
2022
+ },
2023
+ {
2024
+ "parameterName": "boundingBox",
2025
+ "parameterTypeTokenRange": {
2026
+ "startIndex": 5,
2027
+ "endIndex": 6
2028
+ },
2029
+ "isOptional": true
2030
+ }
2031
+ ],
2032
+ "isOptional": false,
2033
+ "isAbstract": false,
2034
+ "name": "zoomExtents"
2035
+ },
2036
+ {
2037
+ "kind": "Method",
2038
+ "canonicalReference": "@archilogic/floor-plan-sdk!FloorPlanEngine#zoomToElement:member(1)",
2039
+ "docComment": "/**\n * Zoom to the bounding box of an element ( wait for loadScene promise )\n *\n * @param node - id of an asset or a space or the node itself\n *\n * @param margin - margin around scene in meters\n *\n * @param animate - duration of the animation for the viewport transform, if not provided there will be no animation\n *\n * @returns {Promise.<Boolean, Error>} returns promise which resolves when animation is done\n */\n",
2040
+ "excerptTokens": [
2041
+ {
2042
+ "kind": "Content",
2043
+ "text": "zoomToElement(node: "
2044
+ },
2045
+ {
2046
+ "kind": "Content",
2047
+ "text": "any"
2048
+ },
2049
+ {
2050
+ "kind": "Content",
2051
+ "text": ", margin?: "
2052
+ },
2053
+ {
2054
+ "kind": "Content",
2055
+ "text": "number"
2056
+ },
2057
+ {
2058
+ "kind": "Content",
2059
+ "text": ", animate?: "
2060
+ },
2061
+ {
2062
+ "kind": "Reference",
2063
+ "text": "Animate",
2064
+ "canonicalReference": "@archilogic/floor-plan-sdk!~Animate:type"
2065
+ },
2066
+ {
2067
+ "kind": "Content",
2068
+ "text": "): "
2069
+ },
2070
+ {
2071
+ "kind": "Reference",
2072
+ "text": "Promise",
2073
+ "canonicalReference": "!Promise:interface"
2074
+ },
2075
+ {
2076
+ "kind": "Content",
2077
+ "text": "<boolean | "
2078
+ },
2079
+ {
2080
+ "kind": "Reference",
2081
+ "text": "Error",
2082
+ "canonicalReference": "!Error:interface"
2083
+ },
2084
+ {
2085
+ "kind": "Content",
2086
+ "text": ">"
2087
+ },
2088
+ {
2089
+ "kind": "Content",
2090
+ "text": ";"
2091
+ }
2092
+ ],
2093
+ "isStatic": false,
2094
+ "returnTypeTokenRange": {
2095
+ "startIndex": 7,
2096
+ "endIndex": 11
2097
+ },
2098
+ "releaseTag": "Public",
2099
+ "isProtected": false,
2100
+ "overloadIndex": 1,
2101
+ "parameters": [
2102
+ {
2103
+ "parameterName": "node",
2104
+ "parameterTypeTokenRange": {
2105
+ "startIndex": 1,
2106
+ "endIndex": 2
2107
+ },
2108
+ "isOptional": false
2109
+ },
2110
+ {
2111
+ "parameterName": "margin",
2112
+ "parameterTypeTokenRange": {
2113
+ "startIndex": 3,
2114
+ "endIndex": 4
2115
+ },
2116
+ "isOptional": true
2117
+ },
2118
+ {
2119
+ "parameterName": "animate",
2120
+ "parameterTypeTokenRange": {
2121
+ "startIndex": 5,
2122
+ "endIndex": 6
2123
+ },
2124
+ "isOptional": true
2125
+ }
2126
+ ],
2127
+ "isOptional": false,
2128
+ "isAbstract": false,
2129
+ "name": "zoomToElement"
2130
+ }
2131
+ ],
2132
+ "extendsTokenRange": {
2133
+ "startIndex": 1,
2134
+ "endIndex": 2
2135
+ },
2136
+ "implementsTokenRanges": []
2137
+ },
2138
+ {
2139
+ "kind": "Interface",
2140
+ "canonicalReference": "@archilogic/floor-plan-sdk!GraphicArgs:interface",
2141
+ "docComment": "",
2142
+ "excerptTokens": [
2143
+ {
2144
+ "kind": "Content",
2145
+ "text": "interface GraphicArgs "
2146
+ }
2147
+ ],
2148
+ "fileUrlPath": "dist/fpe.d.ts",
2149
+ "releaseTag": "Public",
2150
+ "name": "GraphicArgs",
2151
+ "preserveMemberOrder": false,
2152
+ "members": [
2153
+ {
2154
+ "kind": "PropertySignature",
2155
+ "canonicalReference": "@archilogic/floor-plan-sdk!GraphicArgs#alpha:member",
2156
+ "docComment": "",
2157
+ "excerptTokens": [
2158
+ {
2159
+ "kind": "Content",
2160
+ "text": "alpha?: "
2161
+ },
2162
+ {
2163
+ "kind": "Content",
2164
+ "text": "number"
2165
+ },
2166
+ {
2167
+ "kind": "Content",
2168
+ "text": ";"
2169
+ }
2170
+ ],
2171
+ "isReadonly": false,
2172
+ "isOptional": true,
2173
+ "releaseTag": "Public",
2174
+ "name": "alpha",
2175
+ "propertyTypeTokenRange": {
2176
+ "startIndex": 1,
2177
+ "endIndex": 2
2178
+ }
2179
+ },
2180
+ {
2181
+ "kind": "PropertySignature",
2182
+ "canonicalReference": "@archilogic/floor-plan-sdk!GraphicArgs#clearLayer:member",
2183
+ "docComment": "",
2184
+ "excerptTokens": [
2185
+ {
2186
+ "kind": "Content",
2187
+ "text": "clearLayer?: "
2188
+ },
2189
+ {
2190
+ "kind": "Content",
2191
+ "text": "boolean"
2192
+ },
2193
+ {
2194
+ "kind": "Content",
2195
+ "text": ";"
2196
+ }
2197
+ ],
2198
+ "isReadonly": false,
2199
+ "isOptional": true,
2200
+ "releaseTag": "Public",
2201
+ "name": "clearLayer",
2202
+ "propertyTypeTokenRange": {
2203
+ "startIndex": 1,
2204
+ "endIndex": 2
2205
+ }
2206
+ },
2207
+ {
2208
+ "kind": "PropertySignature",
2209
+ "canonicalReference": "@archilogic/floor-plan-sdk!GraphicArgs#id:member",
2210
+ "docComment": "",
2211
+ "excerptTokens": [
2212
+ {
2213
+ "kind": "Content",
2214
+ "text": "id?: "
2215
+ },
2216
+ {
2217
+ "kind": "Content",
2218
+ "text": "string"
2219
+ },
2220
+ {
2221
+ "kind": "Content",
2222
+ "text": ";"
2223
+ }
2224
+ ],
2225
+ "isReadonly": false,
2226
+ "isOptional": true,
2227
+ "releaseTag": "Public",
2228
+ "name": "id",
2229
+ "propertyTypeTokenRange": {
2230
+ "startIndex": 1,
2231
+ "endIndex": 2
2232
+ }
2233
+ },
2234
+ {
2235
+ "kind": "PropertySignature",
2236
+ "canonicalReference": "@archilogic/floor-plan-sdk!GraphicArgs#interactive:member",
2237
+ "docComment": "",
2238
+ "excerptTokens": [
2239
+ {
2240
+ "kind": "Content",
2241
+ "text": "interactive?: "
2242
+ },
2243
+ {
2244
+ "kind": "Content",
2245
+ "text": "boolean"
2246
+ },
2247
+ {
2248
+ "kind": "Content",
2249
+ "text": ";"
2250
+ }
2251
+ ],
2252
+ "isReadonly": false,
2253
+ "isOptional": true,
2254
+ "releaseTag": "Public",
2255
+ "name": "interactive",
2256
+ "propertyTypeTokenRange": {
2257
+ "startIndex": 1,
2258
+ "endIndex": 2
2259
+ }
2260
+ },
2261
+ {
2262
+ "kind": "PropertySignature",
2263
+ "canonicalReference": "@archilogic/floor-plan-sdk!GraphicArgs#isHandler:member",
2264
+ "docComment": "",
2265
+ "excerptTokens": [
2266
+ {
2267
+ "kind": "Content",
2268
+ "text": "isHandler?: "
2269
+ },
2270
+ {
2271
+ "kind": "Content",
2272
+ "text": "boolean"
2273
+ },
2274
+ {
2275
+ "kind": "Content",
2276
+ "text": ";"
2277
+ }
2278
+ ],
2279
+ "isReadonly": false,
2280
+ "isOptional": true,
2281
+ "releaseTag": "Public",
2282
+ "name": "isHandler",
2283
+ "propertyTypeTokenRange": {
2284
+ "startIndex": 1,
2285
+ "endIndex": 2
2286
+ }
2287
+ },
2288
+ {
2289
+ "kind": "PropertySignature",
2290
+ "canonicalReference": "@archilogic/floor-plan-sdk!GraphicArgs#position:member",
2291
+ "docComment": "",
2292
+ "excerptTokens": [
2293
+ {
2294
+ "kind": "Content",
2295
+ "text": "position?: "
2296
+ },
2297
+ {
2298
+ "kind": "Reference",
2299
+ "text": "Point2d",
2300
+ "canonicalReference": "@archilogic/floor-plan-sdk!Point2d:type"
2301
+ },
2302
+ {
2303
+ "kind": "Content",
2304
+ "text": ";"
2305
+ }
2306
+ ],
2307
+ "isReadonly": false,
2308
+ "isOptional": true,
2309
+ "releaseTag": "Public",
2310
+ "name": "position",
2311
+ "propertyTypeTokenRange": {
2312
+ "startIndex": 1,
2313
+ "endIndex": 2
2314
+ }
2315
+ },
2316
+ {
2317
+ "kind": "PropertySignature",
2318
+ "canonicalReference": "@archilogic/floor-plan-sdk!GraphicArgs#scale:member",
2319
+ "docComment": "",
2320
+ "excerptTokens": [
2321
+ {
2322
+ "kind": "Content",
2323
+ "text": "scale?: "
2324
+ },
2325
+ {
2326
+ "kind": "Content",
2327
+ "text": "number"
2328
+ },
2329
+ {
2330
+ "kind": "Content",
2331
+ "text": ";"
2332
+ }
2333
+ ],
2334
+ "isReadonly": false,
2335
+ "isOptional": true,
2336
+ "releaseTag": "Public",
2337
+ "name": "scale",
2338
+ "propertyTypeTokenRange": {
2339
+ "startIndex": 1,
2340
+ "endIndex": 2
2341
+ }
2342
+ },
2343
+ {
2344
+ "kind": "PropertySignature",
2345
+ "canonicalReference": "@archilogic/floor-plan-sdk!GraphicArgs#scaleOnZoom:member",
2346
+ "docComment": "",
2347
+ "excerptTokens": [
2348
+ {
2349
+ "kind": "Content",
2350
+ "text": "scaleOnZoom?: "
2351
+ },
2352
+ {
2353
+ "kind": "Content",
2354
+ "text": "boolean"
2355
+ },
2356
+ {
2357
+ "kind": "Content",
2358
+ "text": ";"
2359
+ }
2360
+ ],
2361
+ "isReadonly": false,
2362
+ "isOptional": true,
2363
+ "releaseTag": "Public",
2364
+ "name": "scaleOnZoom",
2365
+ "propertyTypeTokenRange": {
2366
+ "startIndex": 1,
2367
+ "endIndex": 2
2368
+ }
2369
+ },
2370
+ {
2371
+ "kind": "PropertySignature",
2372
+ "canonicalReference": "@archilogic/floor-plan-sdk!GraphicArgs#shapes:member",
2373
+ "docComment": "",
2374
+ "excerptTokens": [
2375
+ {
2376
+ "kind": "Content",
2377
+ "text": "shapes: "
2378
+ },
2379
+ {
2380
+ "kind": "Reference",
2381
+ "text": "Shape",
2382
+ "canonicalReference": "@archilogic/floor-plan-sdk!Shape:type"
2383
+ },
2384
+ {
2385
+ "kind": "Content",
2386
+ "text": "[]"
2387
+ },
2388
+ {
2389
+ "kind": "Content",
2390
+ "text": ";"
2391
+ }
2392
+ ],
2393
+ "isReadonly": false,
2394
+ "isOptional": false,
2395
+ "releaseTag": "Public",
2396
+ "name": "shapes",
2397
+ "propertyTypeTokenRange": {
2398
+ "startIndex": 1,
2399
+ "endIndex": 3
2400
+ }
2401
+ }
2402
+ ],
2403
+ "extendsTokenRanges": []
2404
+ },
2405
+ {
2406
+ "kind": "TypeAlias",
2407
+ "canonicalReference": "@archilogic/floor-plan-sdk!Point2d:type",
2408
+ "docComment": "",
2409
+ "excerptTokens": [
2410
+ {
2411
+ "kind": "Content",
2412
+ "text": "type Point2d = "
2413
+ },
2414
+ {
2415
+ "kind": "Content",
2416
+ "text": "[number, number]"
2417
+ },
2418
+ {
2419
+ "kind": "Content",
2420
+ "text": ";"
2421
+ }
2422
+ ],
2423
+ "fileUrlPath": "dist/fpe.d.ts",
2424
+ "releaseTag": "Public",
2425
+ "name": "Point2d",
2426
+ "typeTokenRange": {
2427
+ "startIndex": 1,
2428
+ "endIndex": 2
2429
+ }
2430
+ },
2431
+ {
2432
+ "kind": "TypeAlias",
2433
+ "canonicalReference": "@archilogic/floor-plan-sdk!Polygon:type",
2434
+ "docComment": "",
2435
+ "excerptTokens": [
2436
+ {
2437
+ "kind": "Content",
2438
+ "text": "type Polygon = "
2439
+ },
2440
+ {
2441
+ "kind": "Reference",
2442
+ "text": "Point2d",
2443
+ "canonicalReference": "@archilogic/floor-plan-sdk!Point2d:type"
2444
+ },
2445
+ {
2446
+ "kind": "Content",
2447
+ "text": "[]"
2448
+ },
2449
+ {
2450
+ "kind": "Content",
2451
+ "text": ";"
2452
+ }
2453
+ ],
2454
+ "fileUrlPath": "dist/fpe.d.ts",
2455
+ "releaseTag": "Public",
2456
+ "name": "Polygon",
2457
+ "typeTokenRange": {
2458
+ "startIndex": 1,
2459
+ "endIndex": 3
2460
+ }
2461
+ },
2462
+ {
2463
+ "kind": "Function",
2464
+ "canonicalReference": "@archilogic/floor-plan-sdk!polygonIntersection:function(1)",
2465
+ "docComment": "/**\n * boolean intersection of two or more polygon the subject path can be an open polyline\n */\n",
2466
+ "excerptTokens": [
2467
+ {
2468
+ "kind": "Content",
2469
+ "text": "declare function polygonIntersection(polygons?: "
2470
+ },
2471
+ {
2472
+ "kind": "Reference",
2473
+ "text": "PolygonList",
2474
+ "canonicalReference": "@archilogic/floor-plan-sdk!PolygonList:type"
2475
+ },
2476
+ {
2477
+ "kind": "Content",
2478
+ "text": ", clipPolygons?: "
2479
+ },
2480
+ {
2481
+ "kind": "Reference",
2482
+ "text": "PolygonList",
2483
+ "canonicalReference": "@archilogic/floor-plan-sdk!PolygonList:type"
2484
+ },
2485
+ {
2486
+ "kind": "Content",
2487
+ "text": ", subjectPathOpen?: "
2488
+ },
2489
+ {
2490
+ "kind": "Content",
2491
+ "text": "boolean"
2492
+ },
2493
+ {
2494
+ "kind": "Content",
2495
+ "text": "): "
2496
+ },
2497
+ {
2498
+ "kind": "Reference",
2499
+ "text": "PolygonList",
2500
+ "canonicalReference": "@archilogic/floor-plan-sdk!PolygonList:type"
2501
+ },
2502
+ {
2503
+ "kind": "Content",
2504
+ "text": ";"
2505
+ }
2506
+ ],
2507
+ "fileUrlPath": "dist/fpe.d.ts",
2508
+ "returnTypeTokenRange": {
2509
+ "startIndex": 7,
2510
+ "endIndex": 8
2511
+ },
2512
+ "releaseTag": "Public",
2513
+ "overloadIndex": 1,
2514
+ "parameters": [
2515
+ {
2516
+ "parameterName": "polygons",
2517
+ "parameterTypeTokenRange": {
2518
+ "startIndex": 1,
2519
+ "endIndex": 2
2520
+ },
2521
+ "isOptional": true
2522
+ },
2523
+ {
2524
+ "parameterName": "clipPolygons",
2525
+ "parameterTypeTokenRange": {
2526
+ "startIndex": 3,
2527
+ "endIndex": 4
2528
+ },
2529
+ "isOptional": true
2530
+ },
2531
+ {
2532
+ "parameterName": "subjectPathOpen",
2533
+ "parameterTypeTokenRange": {
2534
+ "startIndex": 5,
2535
+ "endIndex": 6
2536
+ },
2537
+ "isOptional": true
2538
+ }
2539
+ ],
2540
+ "name": "polygonIntersection"
2541
+ },
2542
+ {
2543
+ "kind": "TypeAlias",
2544
+ "canonicalReference": "@archilogic/floor-plan-sdk!PolygonList:type",
2545
+ "docComment": "",
2546
+ "excerptTokens": [
2547
+ {
2548
+ "kind": "Content",
2549
+ "text": "type PolygonList = "
2550
+ },
2551
+ {
2552
+ "kind": "Reference",
2553
+ "text": "Polygon",
2554
+ "canonicalReference": "@archilogic/floor-plan-sdk!Polygon:type"
2555
+ },
2556
+ {
2557
+ "kind": "Content",
2558
+ "text": "[]"
2559
+ },
2560
+ {
2561
+ "kind": "Content",
2562
+ "text": ";"
2563
+ }
2564
+ ],
2565
+ "fileUrlPath": "dist/fpe.d.ts",
2566
+ "releaseTag": "Public",
2567
+ "name": "PolygonList",
2568
+ "typeTokenRange": {
2569
+ "startIndex": 1,
2570
+ "endIndex": 3
2571
+ }
2572
+ },
2573
+ {
2574
+ "kind": "Function",
2575
+ "canonicalReference": "@archilogic/floor-plan-sdk!polygonOffset:function(1)",
2576
+ "docComment": "/**\n * contour offset for one or multiple polygons https://sourceforge.net/p/jsclipper/wiki/documentation/#clipperlibendtype\n */\n",
2577
+ "excerptTokens": [
2578
+ {
2579
+ "kind": "Content",
2580
+ "text": "declare function polygonOffset(polygons: "
2581
+ },
2582
+ {
2583
+ "kind": "Reference",
2584
+ "text": "PolygonList",
2585
+ "canonicalReference": "@archilogic/floor-plan-sdk!PolygonList:type"
2586
+ },
2587
+ {
2588
+ "kind": "Content",
2589
+ "text": ", delta?: "
2590
+ },
2591
+ {
2592
+ "kind": "Content",
2593
+ "text": "number"
2594
+ },
2595
+ {
2596
+ "kind": "Content",
2597
+ "text": ", endType?: "
2598
+ },
2599
+ {
2600
+ "kind": "Reference",
2601
+ "text": "EndType",
2602
+ "canonicalReference": "@archilogic/floor-plan-sdk!~EndType:enum"
2603
+ },
2604
+ {
2605
+ "kind": "Content",
2606
+ "text": ", skipCleaning?: "
2607
+ },
2608
+ {
2609
+ "kind": "Content",
2610
+ "text": "boolean"
2611
+ },
2612
+ {
2613
+ "kind": "Content",
2614
+ "text": "): "
2615
+ },
2616
+ {
2617
+ "kind": "Reference",
2618
+ "text": "PolygonList",
2619
+ "canonicalReference": "@archilogic/floor-plan-sdk!PolygonList:type"
2620
+ },
2621
+ {
2622
+ "kind": "Content",
2623
+ "text": ";"
2624
+ }
2625
+ ],
2626
+ "fileUrlPath": "dist/fpe.d.ts",
2627
+ "returnTypeTokenRange": {
2628
+ "startIndex": 9,
2629
+ "endIndex": 10
2630
+ },
2631
+ "releaseTag": "Public",
2632
+ "overloadIndex": 1,
2633
+ "parameters": [
2634
+ {
2635
+ "parameterName": "polygons",
2636
+ "parameterTypeTokenRange": {
2637
+ "startIndex": 1,
2638
+ "endIndex": 2
2639
+ },
2640
+ "isOptional": false
2641
+ },
2642
+ {
2643
+ "parameterName": "delta",
2644
+ "parameterTypeTokenRange": {
2645
+ "startIndex": 3,
2646
+ "endIndex": 4
2647
+ },
2648
+ "isOptional": true
2649
+ },
2650
+ {
2651
+ "parameterName": "endType",
2652
+ "parameterTypeTokenRange": {
2653
+ "startIndex": 5,
2654
+ "endIndex": 6
2655
+ },
2656
+ "isOptional": true
2657
+ },
2658
+ {
2659
+ "parameterName": "skipCleaning",
2660
+ "parameterTypeTokenRange": {
2661
+ "startIndex": 7,
2662
+ "endIndex": 8
2663
+ },
2664
+ "isOptional": true
2665
+ }
2666
+ ],
2667
+ "name": "polygonOffset"
2668
+ },
2669
+ {
2670
+ "kind": "Function",
2671
+ "canonicalReference": "@archilogic/floor-plan-sdk!polygonUnion:function(1)",
2672
+ "docComment": "/**\n * boolean union of two or more polygon\n */\n",
2673
+ "excerptTokens": [
2674
+ {
2675
+ "kind": "Content",
2676
+ "text": "declare function polygonUnion(polygons: "
2677
+ },
2678
+ {
2679
+ "kind": "Reference",
2680
+ "text": "PolygonList",
2681
+ "canonicalReference": "@archilogic/floor-plan-sdk!PolygonList:type"
2682
+ },
2683
+ {
2684
+ "kind": "Content",
2685
+ "text": "): "
2686
+ },
2687
+ {
2688
+ "kind": "Reference",
2689
+ "text": "PolygonList",
2690
+ "canonicalReference": "@archilogic/floor-plan-sdk!PolygonList:type"
2691
+ },
2692
+ {
2693
+ "kind": "Content",
2694
+ "text": ";"
2695
+ }
2696
+ ],
2697
+ "fileUrlPath": "dist/fpe.d.ts",
2698
+ "returnTypeTokenRange": {
2699
+ "startIndex": 3,
2700
+ "endIndex": 4
2701
+ },
2702
+ "releaseTag": "Public",
2703
+ "overloadIndex": 1,
2704
+ "parameters": [
2705
+ {
2706
+ "parameterName": "polygons",
2707
+ "parameterTypeTokenRange": {
2708
+ "startIndex": 1,
2709
+ "endIndex": 2
2710
+ },
2711
+ "isOptional": false
2712
+ }
2713
+ ],
2714
+ "name": "polygonUnion"
2715
+ },
2716
+ {
2717
+ "kind": "TypeAlias",
2718
+ "canonicalReference": "@archilogic/floor-plan-sdk!Shape:type",
2719
+ "docComment": "",
2720
+ "excerptTokens": [
2721
+ {
2722
+ "kind": "Content",
2723
+ "text": "type Shape = "
2724
+ },
2725
+ {
2726
+ "kind": "Reference",
2727
+ "text": "PolygonShape",
2728
+ "canonicalReference": "@archilogic/floor-plan-sdk!~PolygonShape:interface"
2729
+ },
2730
+ {
2731
+ "kind": "Content",
2732
+ "text": " | "
2733
+ },
2734
+ {
2735
+ "kind": "Reference",
2736
+ "text": "PolylineShape",
2737
+ "canonicalReference": "@archilogic/floor-plan-sdk!~PolylineShape:interface"
2738
+ },
2739
+ {
2740
+ "kind": "Content",
2741
+ "text": " | "
2742
+ },
2743
+ {
2744
+ "kind": "Reference",
2745
+ "text": "RectShape",
2746
+ "canonicalReference": "@archilogic/floor-plan-sdk!~RectShape:interface"
2747
+ },
2748
+ {
2749
+ "kind": "Content",
2750
+ "text": " | "
2751
+ },
2752
+ {
2753
+ "kind": "Reference",
2754
+ "text": "CircleShape",
2755
+ "canonicalReference": "@archilogic/floor-plan-sdk!~CircleShape:interface"
2756
+ },
2757
+ {
2758
+ "kind": "Content",
2759
+ "text": " | "
2760
+ },
2761
+ {
2762
+ "kind": "Reference",
2763
+ "text": "LineShape",
2764
+ "canonicalReference": "@archilogic/floor-plan-sdk!~LineShape:interface"
2765
+ },
2766
+ {
2767
+ "kind": "Content",
2768
+ "text": " | "
2769
+ },
2770
+ {
2771
+ "kind": "Reference",
2772
+ "text": "GroupShape",
2773
+ "canonicalReference": "@archilogic/floor-plan-sdk!~GroupShape:interface"
2774
+ },
2775
+ {
2776
+ "kind": "Content",
2777
+ "text": " | "
2778
+ },
2779
+ {
2780
+ "kind": "Reference",
2781
+ "text": "TextShape",
2782
+ "canonicalReference": "@archilogic/floor-plan-sdk!~TextShape:interface"
2783
+ },
2784
+ {
2785
+ "kind": "Content",
2786
+ "text": " | "
2787
+ },
2788
+ {
2789
+ "kind": "Reference",
2790
+ "text": "ArcShape",
2791
+ "canonicalReference": "@archilogic/floor-plan-sdk!~ArcShape:interface"
2792
+ },
2793
+ {
2794
+ "kind": "Content",
2795
+ "text": " | "
2796
+ },
2797
+ {
2798
+ "kind": "Reference",
2799
+ "text": "BezierShape",
2800
+ "canonicalReference": "@archilogic/floor-plan-sdk!~BezierShape:interface"
2801
+ },
2802
+ {
2803
+ "kind": "Content",
2804
+ "text": " | "
2805
+ },
2806
+ {
2807
+ "kind": "Reference",
2808
+ "text": "CompositeShape",
2809
+ "canonicalReference": "@archilogic/floor-plan-sdk!~CompositeShape:interface"
2810
+ },
2811
+ {
2812
+ "kind": "Content",
2813
+ "text": ";"
2814
+ }
2815
+ ],
2816
+ "fileUrlPath": "dist/fpe.d.ts",
2817
+ "releaseTag": "Public",
2818
+ "name": "Shape",
2819
+ "typeTokenRange": {
2820
+ "startIndex": 1,
2821
+ "endIndex": 20
2822
+ }
2823
+ }
2824
+ ]
2825
+ }
2826
+ ]
2827
+ }