react-design-editor 0.0.33 → 0.0.37

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.
Files changed (95) hide show
  1. package/README.md +37 -33
  2. package/dist/react-design-editor.js +20849 -11309
  3. package/dist/react-design-editor.min.js +1 -1
  4. package/dist/react-design-editor.min.js.LICENSE.txt +3 -10
  5. package/package.json +35 -31
  6. package/lib/Canvas.d.ts +0 -32
  7. package/lib/Canvas.js +0 -162
  8. package/lib/CanvasObject.d.ts +0 -10
  9. package/lib/CanvasObject.js +0 -96
  10. package/lib/constants/defaults.d.ts +0 -37
  11. package/lib/constants/defaults.js +0 -68
  12. package/lib/constants/index.d.ts +0 -2
  13. package/lib/constants/index.js +0 -24
  14. package/lib/handlers/AlignmentHandler.d.ts +0 -18
  15. package/lib/handlers/AlignmentHandler.js +0 -58
  16. package/lib/handlers/AnimationHandler.d.ts +0 -50
  17. package/lib/handlers/AnimationHandler.js +0 -320
  18. package/lib/handlers/ChartHandler.d.ts +0 -8
  19. package/lib/handlers/ChartHandler.js +0 -8
  20. package/lib/handlers/ContextmenuHandler.d.ts +0 -28
  21. package/lib/handlers/ContextmenuHandler.js +0 -65
  22. package/lib/handlers/CropHandler.d.ts +0 -43
  23. package/lib/handlers/CropHandler.js +0 -261
  24. package/lib/handlers/DrawingHandler.d.ts +0 -28
  25. package/lib/handlers/DrawingHandler.js +0 -318
  26. package/lib/handlers/ElementHandler.d.ts +0 -80
  27. package/lib/handlers/ElementHandler.js +0 -154
  28. package/lib/handlers/EventHandler.d.ts +0 -170
  29. package/lib/handlers/EventHandler.js +0 -877
  30. package/lib/handlers/GridHandler.d.ts +0 -19
  31. package/lib/handlers/GridHandler.js +0 -77
  32. package/lib/handlers/GuidelineHandler.d.ts +0 -61
  33. package/lib/handlers/GuidelineHandler.js +0 -314
  34. package/lib/handlers/Handler.d.ts +0 -603
  35. package/lib/handlers/Handler.js +0 -1612
  36. package/lib/handlers/ImageHandler.d.ts +0 -307
  37. package/lib/handlers/ImageHandler.js +0 -529
  38. package/lib/handlers/InteractionHandler.d.ts +0 -45
  39. package/lib/handlers/InteractionHandler.js +0 -159
  40. package/lib/handlers/LinkHandler.d.ts +0 -115
  41. package/lib/handlers/LinkHandler.js +0 -247
  42. package/lib/handlers/NodeHandler.d.ts +0 -50
  43. package/lib/handlers/NodeHandler.js +0 -274
  44. package/lib/handlers/PortHandler.d.ts +0 -22
  45. package/lib/handlers/PortHandler.js +0 -179
  46. package/lib/handlers/ShortcutHandler.d.ts +0 -119
  47. package/lib/handlers/ShortcutHandler.js +0 -150
  48. package/lib/handlers/TooltipHandler.d.ts +0 -33
  49. package/lib/handlers/TooltipHandler.js +0 -91
  50. package/lib/handlers/TransactionHandler.d.ts +0 -59
  51. package/lib/handlers/TransactionHandler.js +0 -139
  52. package/lib/handlers/WorkareaHandler.d.ts +0 -43
  53. package/lib/handlers/WorkareaHandler.js +0 -354
  54. package/lib/handlers/ZoomHandler.d.ts +0 -48
  55. package/lib/handlers/ZoomHandler.js +0 -143
  56. package/lib/handlers/index.d.ts +0 -21
  57. package/lib/handlers/index.js +0 -44
  58. package/lib/index.d.ts +0 -5
  59. package/lib/index.js +0 -19
  60. package/lib/objects/Arrow.d.ts +0 -2
  61. package/lib/objects/Arrow.js +0 -39
  62. package/lib/objects/Chart.d.ts +0 -10
  63. package/lib/objects/Chart.js +0 -123
  64. package/lib/objects/CirclePort.d.ts +0 -2
  65. package/lib/objects/CirclePort.js +0 -28
  66. package/lib/objects/Cube.d.ts +0 -5
  67. package/lib/objects/Cube.js +0 -71
  68. package/lib/objects/CurvedLink.d.ts +0 -2
  69. package/lib/objects/CurvedLink.js +0 -49
  70. package/lib/objects/Element.d.ts +0 -13
  71. package/lib/objects/Element.js +0 -83
  72. package/lib/objects/Gif.d.ts +0 -3
  73. package/lib/objects/Gif.js +0 -38
  74. package/lib/objects/Iframe.d.ts +0 -9
  75. package/lib/objects/Iframe.js +0 -69
  76. package/lib/objects/Line.d.ts +0 -2
  77. package/lib/objects/Line.js +0 -24
  78. package/lib/objects/Link.d.ts +0 -15
  79. package/lib/objects/Link.js +0 -104
  80. package/lib/objects/Node.d.ts +0 -59
  81. package/lib/objects/Node.js +0 -271
  82. package/lib/objects/OrthogonalLink.d.ts +0 -2
  83. package/lib/objects/OrthogonalLink.js +0 -52
  84. package/lib/objects/Port.d.ts +0 -12
  85. package/lib/objects/Port.js +0 -28
  86. package/lib/objects/Svg.d.ts +0 -8
  87. package/lib/objects/Svg.js +0 -59
  88. package/lib/objects/Video.d.ts +0 -14
  89. package/lib/objects/Video.js +0 -119
  90. package/lib/objects/index.d.ts +0 -15
  91. package/lib/objects/index.js +0 -32
  92. package/lib/utils/ObjectUtil.d.ts +0 -400
  93. package/lib/utils/ObjectUtil.js +0 -13
  94. package/lib/utils/index.d.ts +0 -1
  95. package/lib/utils/index.js +0 -13
@@ -1,603 +0,0 @@
1
- /// <reference types="react" />
2
- import { fabric } from 'fabric';
3
- import { ElementHandler, ImageHandler, ChartHandler, CropHandler, AnimationHandler, ContextmenuHandler, TooltipHandler, ZoomHandler, WorkareaHandler, TransactionHandler, LinkHandler, AlignmentHandler, GuidelineHandler, GridHandler, PortHandler, NodeHandler, EventHandler, DrawingHandler, InteractionHandler, ShortcutHandler } from '.';
4
- import { FabricObject, FabricImage, WorkareaObject, WorkareaOption, InteractionMode, CanvasOption, GridOption, GuidelineOption, KeyEvent, FabricObjectOption, FabricCanvas, FabricGroup, FabricObjects } from '../utils';
5
- import { TransactionEvent } from './TransactionHandler';
6
- export interface HandlerCallback {
7
- /**
8
- * When has been added object in Canvas, Called function
9
- *
10
- */
11
- onAdd?: (object: FabricObject) => void;
12
- /**
13
- * Return contextmenu element
14
- *
15
- */
16
- onContext?: (el: HTMLDivElement, e: React.MouseEvent, target?: FabricObject) => Promise<any> | any;
17
- /**
18
- * Return tooltip element
19
- *
20
- */
21
- onTooltip?: (el: HTMLDivElement, target?: FabricObject) => Promise<any> | any;
22
- /**
23
- * When zoom, Called function
24
- */
25
- onZoom?: (zoomRatio: number) => void;
26
- /**
27
- * When clicked object, Called function
28
- *
29
- */
30
- onClick?: (canvas: FabricCanvas, target: FabricObject) => void;
31
- /**
32
- * When double clicked object, Called function
33
- *
34
- */
35
- onDblClick?: (canvas: FabricCanvas, target: FabricObject) => void;
36
- /**
37
- * When modified object, Called function
38
- */
39
- onModified?: (target: FabricObject) => void;
40
- /**
41
- * When select object, Called function
42
- *
43
- */
44
- onSelect?: (target: FabricObject) => void;
45
- /**
46
- * When has been removed object in Canvas, Called function
47
- *
48
- */
49
- onRemove?: (target: FabricObject) => void;
50
- /**
51
- * When has been undo or redo, Called function
52
- *
53
- */
54
- onTransaction?: (transaction: TransactionEvent) => void;
55
- /**
56
- * When has been changed interaction mode, Called function
57
- *
58
- */
59
- onInteraction?: (interactionMode: InteractionMode) => void;
60
- /**
61
- * When canvas has been loaded
62
- *
63
- */
64
- onLoad?: (handler: Handler, canvas?: fabric.Canvas) => void;
65
- }
66
- export interface HandlerOption {
67
- /**
68
- * Canvas id
69
- * @type {string}
70
- */
71
- id?: string;
72
- /**
73
- * Canvas object
74
- * @type {FabricCanvas}
75
- */
76
- canvas?: FabricCanvas;
77
- /**
78
- * Canvas parent element
79
- * @type {HTMLDivElement}
80
- */
81
- container?: HTMLDivElement;
82
- /**
83
- * Canvas editable
84
- * @type {boolean}
85
- */
86
- editable?: boolean;
87
- /**
88
- * Canvas interaction mode
89
- * @type {InteractionMode}
90
- */
91
- interactionMode?: InteractionMode;
92
- /**
93
- * Persist properties for object
94
- * @type {string[]}
95
- */
96
- propertiesToInclude?: string[];
97
- /**
98
- * Minimum zoom ratio
99
- * @type {number}
100
- */
101
- minZoom?: number;
102
- /**
103
- * Maximum zoom ratio
104
- * @type {number}
105
- */
106
- maxZoom?: number;
107
- /**
108
- * Workarea option
109
- * @type {WorkareaOption}
110
- */
111
- workareaOption?: WorkareaOption;
112
- /**
113
- * Canvas option
114
- * @type {CanvasOption}
115
- */
116
- canvasOption?: CanvasOption;
117
- /**
118
- * Grid option
119
- * @type {GridOption}
120
- */
121
- gridOption?: GridOption;
122
- /**
123
- * Default option for Fabric Object
124
- * @type {FabricObjectOption}
125
- */
126
- objectOption?: FabricObjectOption;
127
- /**
128
- * Guideline option
129
- * @type {GuidelineOption}
130
- */
131
- guidelineOption?: GuidelineOption;
132
- /**
133
- * Whether to use zoom
134
- * @type {boolean}
135
- */
136
- zoomEnabled?: boolean;
137
- /**
138
- * ActiveSelection option
139
- * @type {Partial<FabricObjectOption<fabric.ActiveSelection>>}
140
- */
141
- activeSelectionOption?: Partial<FabricObjectOption<fabric.ActiveSelection>>;
142
- /**
143
- * Canvas width
144
- * @type {number}
145
- */
146
- width?: number;
147
- /**
148
- * Canvas height
149
- * @type {number}
150
- */
151
- height?: number;
152
- /**
153
- * Keyboard event in Canvas
154
- * @type {KeyEvent}
155
- */
156
- keyEvent?: KeyEvent;
157
- /**
158
- * Append custom objects
159
- * @type {{ [key: string]: any }}
160
- */
161
- fabricObjects?: FabricObjects;
162
- [key: string]: any;
163
- }
164
- export declare type HandlerOptions = HandlerOption & HandlerCallback;
165
- /**
166
- * Main handler for Canvas
167
- * @class Handler
168
- * @implements {HandlerOptions}
169
- */
170
- declare class Handler implements HandlerOptions {
171
- id: string;
172
- canvas: FabricCanvas;
173
- workarea: WorkareaObject;
174
- container: HTMLDivElement;
175
- editable: boolean;
176
- interactionMode: InteractionMode;
177
- minZoom: number;
178
- maxZoom: number;
179
- propertiesToInclude?: string[];
180
- workareaOption?: WorkareaOption;
181
- canvasOption?: CanvasOption;
182
- gridOption?: GridOption;
183
- objectOption?: FabricObjectOption;
184
- guidelineOption?: GuidelineOption;
185
- keyEvent?: KeyEvent;
186
- activeSelectionOption?: Partial<FabricObjectOption<fabric.ActiveSelection>>;
187
- fabricObjects?: FabricObjects;
188
- zoomEnabled?: boolean;
189
- width?: number;
190
- height?: number;
191
- onAdd?: (object: FabricObject) => void;
192
- onContext?: (el: HTMLDivElement, e: React.MouseEvent, target?: FabricObject) => Promise<any>;
193
- onTooltip?: (el: HTMLDivElement, target?: FabricObject) => Promise<any>;
194
- onZoom?: (zoomRatio: number) => void;
195
- onClick?: (canvas: FabricCanvas, target: FabricObject) => void;
196
- onDblClick?: (canvas: FabricCanvas, target: FabricObject) => void;
197
- onModified?: (target: FabricObject) => void;
198
- onSelect?: (target: FabricObject) => void;
199
- onRemove?: (target: FabricObject) => void;
200
- onTransaction?: (transaction: TransactionEvent) => void;
201
- onInteraction?: (interactionMode: InteractionMode) => void;
202
- onLoad?: (handler: Handler, canvas?: fabric.Canvas) => void;
203
- imageHandler: ImageHandler;
204
- chartHandler: ChartHandler;
205
- elementHandler: ElementHandler;
206
- cropHandler: CropHandler;
207
- animationHandler: AnimationHandler;
208
- contextmenuHandler: ContextmenuHandler;
209
- tooltipHandler: TooltipHandler;
210
- zoomHandler: ZoomHandler;
211
- workareaHandler: WorkareaHandler;
212
- interactionHandler: InteractionHandler;
213
- transactionHandler: TransactionHandler;
214
- gridHandler: GridHandler;
215
- portHandler: PortHandler;
216
- linkHandler: LinkHandler;
217
- nodeHandler: NodeHandler;
218
- alignmentHandler: AlignmentHandler;
219
- guidelineHandler: GuidelineHandler;
220
- eventHandler: EventHandler;
221
- drawingHandler: DrawingHandler;
222
- shortcutHandler: ShortcutHandler;
223
- objectMap: Record<string, FabricObject>;
224
- objects: FabricObject[];
225
- activeLine?: any;
226
- activeShape?: any;
227
- zoom: number;
228
- prevTarget?: FabricObject;
229
- target?: FabricObject;
230
- pointArray?: any[];
231
- lineArray?: any[];
232
- isCut: boolean;
233
- private isRequsetAnimFrame;
234
- private requestFrame;
235
- private clipboard;
236
- constructor(options: HandlerOptions);
237
- /**
238
- * Initialize handler
239
- *
240
- * @author salgum1114
241
- * @param {HandlerOptions} options
242
- */
243
- initialize(options: HandlerOptions): void;
244
- /**
245
- * Init class fields
246
- * @param {HandlerOptions} options
247
- */
248
- initOption: (options: HandlerOptions) => void;
249
- /**
250
- * Initialize callback
251
- * @param {HandlerOptions} options
252
- */
253
- initCallback: (options: HandlerOptions) => void;
254
- /**
255
- * Initialize handlers
256
- *
257
- */
258
- initHandler: () => void;
259
- /**
260
- * Get primary object
261
- * @returns {FabricObject[]}
262
- */
263
- getObjects: () => FabricObject[];
264
- /**
265
- * Set key pair
266
- * @param {keyof FabricObject} key
267
- * @param {*} value
268
- * @returns
269
- */
270
- set: (key: keyof FabricObject, value: any) => void;
271
- /**
272
- * Set option
273
- * @param {Partial<FabricObject>} option
274
- * @returns
275
- */
276
- setObject: (option: Partial<FabricObject>) => void;
277
- /**
278
- * Set key pair by object
279
- * @param {FabricObject} obj
280
- * @param {string} key
281
- * @param {*} value
282
- * @returns
283
- */
284
- setByObject: (obj: any, key: string, value: any) => void;
285
- /**
286
- * Set key pair by id
287
- * @param {string} id
288
- * @param {string} key
289
- * @param {*} value
290
- */
291
- setById: (id: string, key: string, value: any) => void;
292
- /**
293
- * Set partial by object
294
- * @param {FabricObject} obj
295
- * @param {FabricObjectOption} option
296
- * @returns
297
- */
298
- setByPartial: (obj: FabricObject, option: FabricObjectOption) => void;
299
- /**
300
- * Set shadow
301
- * @param {fabric.Shadow} option
302
- * @returns
303
- */
304
- setShadow: (option: fabric.IShadowOptions) => void;
305
- /**
306
- * Set the image
307
- * @param {FabricImage} obj
308
- * @param {(File | string)} [source]
309
- * @returns
310
- */
311
- setImage: (obj: FabricImage, source?: File | string) => void;
312
- /**
313
- * Set image by id
314
- * @param {string} id
315
- * @param {*} source
316
- */
317
- setImageById: (id: string, source: any) => void;
318
- /**
319
- * Set visible
320
- * @param {boolean} [visible]
321
- * @returns
322
- */
323
- setVisible: (visible?: boolean) => void;
324
- /**
325
- * Set the position on Object
326
- *
327
- * @param {FabricObject} obj
328
- * @param {boolean} [centered]
329
- */
330
- centerObject: (obj: FabricObject, centered?: boolean) => void;
331
- /**
332
- * Add object
333
- * @param {FabricObjectOption} obj
334
- * @param {boolean} [centered=true]
335
- * @param {boolean} [loaded=false]
336
- * @returns
337
- */
338
- add: (obj: FabricObjectOption, centered?: boolean, loaded?: boolean) => FabricObject<fabric.Object>;
339
- /**
340
- * Add group object
341
- *
342
- * @param {FabricGroup} obj
343
- * @param {boolean} [centered=true]
344
- * @param {boolean} [loaded=false]
345
- * @returns
346
- */
347
- addGroup: (obj: FabricGroup, centered?: boolean, loaded?: boolean) => FabricObject<fabric.Object>[];
348
- /**
349
- * Add iamge object
350
- * @param {FabricImage} obj
351
- * @returns
352
- */
353
- addImage: (obj: FabricImage) => FabricImage;
354
- /**
355
- * Remove object
356
- * @param {FabricObject} target
357
- * @returns {any}
358
- */
359
- remove: (target?: FabricObject) => void;
360
- /**
361
- * Remove object by id
362
- * @param {string} id
363
- */
364
- removeById: (id: string) => void;
365
- /**
366
- * Delete at origin object list
367
- * @param {string} id
368
- */
369
- removeOriginById: (id: string) => void;
370
- /**
371
- * Duplicate object
372
- * @returns
373
- */
374
- duplicate: () => void;
375
- /**
376
- * Duplicate object by id
377
- * @param {string} id
378
- * @returns
379
- */
380
- duplicateById: (id: string) => boolean;
381
- /**
382
- * Cut object
383
- *
384
- */
385
- cut: () => void;
386
- /**
387
- * Copy to clipboard
388
- *
389
- * @param {*} value
390
- */
391
- copyToClipboard: (value: any) => void;
392
- /**
393
- * Copy object
394
- *
395
- * @returns
396
- */
397
- copy: () => boolean;
398
- /**
399
- * Paste object
400
- *
401
- * @returns
402
- */
403
- paste: () => boolean;
404
- /**
405
- * Load the image
406
- * @param {FabricImage} obj
407
- * @param {string} src
408
- */
409
- loadImage: (obj: FabricImage, src: string) => void;
410
- /**
411
- * Find object by object
412
- * @param {FabricObject} obj
413
- */
414
- find: (obj: FabricObject) => FabricObject<fabric.Object>;
415
- /**
416
- * Find object by id
417
- * @param {string} id
418
- * @returns {(FabricObject | null)}
419
- */
420
- findById: (id: string) => FabricObject | null;
421
- /**
422
- * Find object in origin list
423
- * @param {string} id
424
- * @returns
425
- */
426
- findOriginById: (id: string) => FabricObject<fabric.Object>;
427
- /**
428
- * Return origin object list
429
- * @param {string} id
430
- * @returns
431
- */
432
- findOriginByIdWithIndex: (id: string) => {
433
- object?: undefined;
434
- index?: undefined;
435
- } | {
436
- object: undefined;
437
- index: number;
438
- };
439
- /**
440
- * Select object
441
- * @param {FabricObject} obj
442
- * @param {boolean} [find]
443
- */
444
- select: (obj: FabricObject, find?: boolean) => void;
445
- /**
446
- * Select by id
447
- * @param {string} id
448
- */
449
- selectById: (id: string) => void;
450
- /**
451
- * Select all
452
- * @returns
453
- */
454
- selectAll: () => void;
455
- /**
456
- * Save origin width, height
457
- * @param {FabricObject} obj
458
- * @param {number} width
459
- * @param {number} height
460
- */
461
- originScaleToResize: (obj: FabricObject, width: number, height: number) => void;
462
- /**
463
- * When set the width, height, Adjust the size
464
- * @param {number} width
465
- * @param {number} height
466
- */
467
- scaleToResize: (width: number, height: number) => void;
468
- /**
469
- * Import json
470
- * @param {*} json
471
- * @param {(canvas: FabricCanvas) => void} [callback]
472
- */
473
- importJSON: (json: any, callback?: (canvas: FabricCanvas) => void) => Promise<FabricCanvas<fabric.Canvas>>;
474
- /**
475
- * Export json
476
- */
477
- exportJSON: () => FabricObject<fabric.Object>[];
478
- /**
479
- * Active selection to group
480
- * @returns
481
- */
482
- toGroup: (target?: FabricObject) => FabricObject<fabric.Group>;
483
- /**
484
- * Group to active selection
485
- * @returns
486
- */
487
- toActiveSelection: (target?: FabricObject) => any;
488
- /**
489
- * Bring forward
490
- */
491
- bringForward: () => void;
492
- /**
493
- * Bring to front
494
- */
495
- bringToFront: () => void;
496
- /**
497
- * Send backwards
498
- * @returns
499
- */
500
- sendBackwards: () => void;
501
- /**
502
- * Send to back
503
- */
504
- sendToBack: () => void;
505
- /**
506
- * Clear canvas
507
- * @param {boolean} [includeWorkarea=false]
508
- */
509
- clear: (includeWorkarea?: boolean) => void;
510
- /**
511
- * Start request animation frame
512
- */
513
- startRequestAnimFrame: () => void;
514
- /**
515
- * Stop request animation frame
516
- */
517
- stopRequestAnimFrame: () => void;
518
- /**
519
- * Save target object as image
520
- * @param {FabricObject} targetObject
521
- * @param {string} [option={ name: 'New Image', format: 'png', quality: 1 }]
522
- */
523
- saveImage: (targetObject: FabricObject, option?: {
524
- name: string;
525
- format: string;
526
- quality: number;
527
- }) => void;
528
- /**
529
- * Save canvas as image
530
- * @param {string} [option={ name: 'New Image', format: 'png', quality: 1 }]
531
- */
532
- saveCanvasImage: (option?: {
533
- name: string;
534
- format: string;
535
- quality: number;
536
- }) => void;
537
- /**
538
- * Sets "angle" of an instance with centered rotation
539
- *
540
- * @param {number} angle
541
- */
542
- rotate: (angle: number) => void;
543
- /**
544
- * Destroy canvas
545
- *
546
- */
547
- destroy: () => void;
548
- /**
549
- * Set canvas option
550
- *
551
- * @param {CanvasOption} canvasOption
552
- */
553
- setCanvasOption: (canvasOption: CanvasOption) => void;
554
- /**
555
- * Set keyboard event
556
- *
557
- * @param {KeyEvent} keyEvent
558
- */
559
- setKeyEvent: (keyEvent: KeyEvent) => void;
560
- /**
561
- * Set fabric objects
562
- *
563
- * @param {FabricObjects} fabricObjects
564
- */
565
- setFabricObjects: (fabricObjects: FabricObjects) => void;
566
- /**
567
- * Set workarea option
568
- *
569
- * @param {WorkareaOption} workareaOption
570
- */
571
- setWorkareaOption: (workareaOption: WorkareaOption) => void;
572
- /**
573
- * Set guideline option
574
- *
575
- * @param {GuidelineOption} guidelineOption
576
- */
577
- setGuidelineOption: (guidelineOption: GuidelineOption) => void;
578
- /**
579
- * Set grid option
580
- *
581
- * @param {GridOption} gridOption
582
- */
583
- setGridOption: (gridOption: GridOption) => void;
584
- /**
585
- * Set object option
586
- *
587
- * @param {FabricObjectOption} objectOption
588
- */
589
- setObjectOption: (objectOption: FabricObjectOption) => void;
590
- /**
591
- * Set activeSelection option
592
- *
593
- * @param {Partial<FabricObjectOption<fabric.ActiveSelection>>} activeSelectionOption
594
- */
595
- setActiveSelectionOption: (activeSelectionOption: Partial<FabricObjectOption<fabric.ActiveSelection>>) => void;
596
- /**
597
- * Set propertiesToInclude
598
- *
599
- * @param {string[]} propertiesToInclude
600
- */
601
- setPropertiesToInclude: (propertiesToInclude: string[]) => void;
602
- }
603
- export default Handler;