gs-bim-air 1.6.1-beta.61 → 1.6.1-beta.62

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,944 @@
1
+ [gs-bim-air](../gs-bim-air.md) / [Command](../modules/Command.md) / CommandShowCaeAxisCut
2
+
3
+ # Class: CommandShowCaeAxisCut
4
+
5
+ [Command](../modules/Command.md).CommandShowCaeAxisCut
6
+
7
+ ## Hierarchy
8
+
9
+ - `CommandComponent`
10
+
11
+ ↳ **`CommandShowCaeAxisCut`**
12
+
13
+ ## Table of contents
14
+
15
+ ### Constructors
16
+
17
+ - [constructor](Command.CommandShowCaeAxisCut.md#constructor)
18
+
19
+ ### Properties
20
+
21
+ - [\_axis](Command.CommandShowCaeAxisCut.md#_axis)
22
+ - [\_axisDirection](Command.CommandShowCaeAxisCut.md#_axisdirection)
23
+ - [\_bb](Command.CommandShowCaeAxisCut.md#_bb)
24
+ - [\_cuttingPlaneOperator](Command.CommandShowCaeAxisCut.md#_cuttingplaneoperator)
25
+ - [\_viewer](Command.CommandShowCaeAxisCut.md#_viewer)
26
+ - [bag](Command.CommandShowCaeAxisCut.md#bag)
27
+ - [onBegin](Command.CommandShowCaeAxisCut.md#onbegin)
28
+ - [onEnd](Command.CommandShowCaeAxisCut.md#onend)
29
+ - [onInterrupt](Command.CommandShowCaeAxisCut.md#oninterrupt)
30
+ - [onRestore](Command.CommandShowCaeAxisCut.md#onrestore)
31
+ - [typeName](Command.CommandShowCaeAxisCut.md#typename)
32
+ - [nameCounter](Command.CommandShowCaeAxisCut.md#namecounter)
33
+
34
+ ### Accessors
35
+
36
+ - [Axis](Command.CommandShowCaeAxisCut.md#axis)
37
+ - [axisDirection](Command.CommandShowCaeAxisCut.md#axisdirection)
38
+ - [bindComponent](Command.CommandShowCaeAxisCut.md#bindcomponent)
39
+ - [bindOtherComponent](Command.CommandShowCaeAxisCut.md#bindothercomponent)
40
+ - [commandData](Command.CommandShowCaeAxisCut.md#commanddata)
41
+ - [componentName](Command.CommandShowCaeAxisCut.md#componentname)
42
+ - [currentState](Command.CommandShowCaeAxisCut.md#currentstate)
43
+ - [cuttingPlaneOperator](Command.CommandShowCaeAxisCut.md#cuttingplaneoperator)
44
+ - [disabled](Command.CommandShowCaeAxisCut.md#disabled)
45
+ - [handledCommandPack](Command.CommandShowCaeAxisCut.md#handledcommandpack)
46
+ - [handledCommandState](Command.CommandShowCaeAxisCut.md#handledcommandstate)
47
+ - [handledStateList](Command.CommandShowCaeAxisCut.md#handledstatelist)
48
+ - [isHistoryHandled](Command.CommandShowCaeAxisCut.md#ishistoryhandled)
49
+ - [isSuccessed](Command.CommandShowCaeAxisCut.md#issuccessed)
50
+ - [process](Command.CommandShowCaeAxisCut.md#process)
51
+ - [toggleCallback](Command.CommandShowCaeAxisCut.md#togglecallback)
52
+ - [viewer](Command.CommandShowCaeAxisCut.md#viewer)
53
+ - [visible](Command.CommandShowCaeAxisCut.md#visible)
54
+
55
+ ### Methods
56
+
57
+ - [begin](Command.CommandShowCaeAxisCut.md#begin)
58
+ - [beginByState](Command.CommandShowCaeAxisCut.md#beginbystate)
59
+ - [buttonsVisible](Command.CommandShowCaeAxisCut.md#buttonsvisible)
60
+ - [cancelHandledHistory](Command.CommandShowCaeAxisCut.md#cancelhandledhistory)
61
+ - [commandCancel](Command.CommandShowCaeAxisCut.md#commandcancel)
62
+ - [commandOk](Command.CommandShowCaeAxisCut.md#commandok)
63
+ - [end](Command.CommandShowCaeAxisCut.md#end)
64
+ - [endByState](Command.CommandShowCaeAxisCut.md#endbystate)
65
+ - [hide](Command.CommandShowCaeAxisCut.md#hide)
66
+ - [hideOther](Command.CommandShowCaeAxisCut.md#hideother)
67
+ - [hideOthers](Command.CommandShowCaeAxisCut.md#hideothers)
68
+ - [interrupt](Command.CommandShowCaeAxisCut.md#interrupt)
69
+ - [interruptByState](Command.CommandShowCaeAxisCut.md#interruptbystate)
70
+ - [name](Command.CommandShowCaeAxisCut.md#name)
71
+ - [restore](Command.CommandShowCaeAxisCut.md#restore)
72
+ - [restoreByState](Command.CommandShowCaeAxisCut.md#restorebystate)
73
+ - [sendMessage](Command.CommandShowCaeAxisCut.md#sendmessage)
74
+ - [show](Command.CommandShowCaeAxisCut.md#show)
75
+ - [showOther](Command.CommandShowCaeAxisCut.md#showother)
76
+ - [toggle](Command.CommandShowCaeAxisCut.md#toggle)
77
+
78
+ ## Constructors
79
+
80
+ ### constructor
81
+
82
+ • **new CommandShowCaeAxisCut**()
83
+
84
+ #### Overrides
85
+
86
+ CommandComponent.constructor
87
+
88
+ ## Properties
89
+
90
+ ### \_axis
91
+
92
+ • **\_axis**: ``"x"`` \| ``"y"`` \| ``"z"``
93
+
94
+ ___
95
+
96
+ ### \_axisDirection
97
+
98
+ • **\_axisDirection**: ``1`` \| ``-1``
99
+
100
+ ___
101
+
102
+ ### \_bb
103
+
104
+ • **\_bb**: `any` = `null`
105
+
106
+ ___
107
+
108
+ ### \_cuttingPlaneOperator
109
+
110
+ • **\_cuttingPlaneOperator**: `CuttingPlaneOperator` = `null`
111
+
112
+ ___
113
+
114
+ ### \_viewer
115
+
116
+ • **\_viewer**: [`Viewer`](Viewer.md)
117
+
118
+ #### Inherited from
119
+
120
+ CommandComponent.\_viewer
121
+
122
+ ___
123
+
124
+ ### bag
125
+
126
+ • **bag**: `Object` = `{}`
127
+
128
+ #### Inherited from
129
+
130
+ CommandComponent.bag
131
+
132
+ ___
133
+
134
+ ### onBegin
135
+
136
+ • **onBegin**: [`List`](Longan.List.md)<() => `void`\>
137
+
138
+ #### Inherited from
139
+
140
+ CommandComponent.onBegin
141
+
142
+ ___
143
+
144
+ ### onEnd
145
+
146
+ • **onEnd**: [`List`](Longan.List.md)<() => `void`\>
147
+
148
+ #### Inherited from
149
+
150
+ CommandComponent.onEnd
151
+
152
+ ___
153
+
154
+ ### onInterrupt
155
+
156
+ • **onInterrupt**: [`List`](Longan.List.md)<() => `void`\>
157
+
158
+ #### Inherited from
159
+
160
+ CommandComponent.onInterrupt
161
+
162
+ ___
163
+
164
+ ### onRestore
165
+
166
+ • **onRestore**: [`List`](Longan.List.md)<() => `void`\>
167
+
168
+ #### Inherited from
169
+
170
+ CommandComponent.onRestore
171
+
172
+ ___
173
+
174
+ ### typeName
175
+
176
+ • **typeName**: `string` = `"CommandShowCaeAxisCut"`
177
+
178
+ #### Overrides
179
+
180
+ CommandComponent.typeName
181
+
182
+ ___
183
+
184
+ ### nameCounter
185
+
186
+ ▪ `Static` **nameCounter**: `number` = `0`
187
+
188
+ #### Inherited from
189
+
190
+ CommandComponent.nameCounter
191
+
192
+ ## Accessors
193
+
194
+ ### Axis
195
+
196
+ • `get` **Axis**(): ``"x"`` \| ``"y"`` \| ``"z"``
197
+
198
+ #### Returns
199
+
200
+ ``"x"`` \| ``"y"`` \| ``"z"``
201
+
202
+ • `set` **Axis**(`axis`): `void`
203
+
204
+ #### Parameters
205
+
206
+ | Name | Type |
207
+ | :------ | :------ |
208
+ | `axis` | ``"x"`` \| ``"y"`` \| ``"z"`` |
209
+
210
+ #### Returns
211
+
212
+ `void`
213
+
214
+ ___
215
+
216
+ ### axisDirection
217
+
218
+ • `get` **axisDirection**(): ``1`` \| ``-1``
219
+
220
+ #### Returns
221
+
222
+ ``1`` \| ``-1``
223
+
224
+ • `set` **axisDirection**(`direction`): `void`
225
+
226
+ #### Parameters
227
+
228
+ | Name | Type |
229
+ | :------ | :------ |
230
+ | `direction` | ``1`` \| ``-1`` |
231
+
232
+ #### Returns
233
+
234
+ `void`
235
+
236
+ ___
237
+
238
+ ### bindComponent
239
+
240
+ • `get` **bindComponent**(): () => `void`
241
+
242
+ #### Returns
243
+
244
+ `fn`
245
+
246
+ ▸ (): `void`
247
+
248
+ ##### Returns
249
+
250
+ `void`
251
+
252
+ #### Inherited from
253
+
254
+ CommandComponent.bindComponent
255
+
256
+ • `set` **bindComponent**(`component`): `void`
257
+
258
+ #### Parameters
259
+
260
+ | Name | Type |
261
+ | :------ | :------ |
262
+ | `component` | () => `void` |
263
+
264
+ #### Returns
265
+
266
+ `void`
267
+
268
+ #### Inherited from
269
+
270
+ CommandComponent.bindComponent
271
+
272
+ ___
273
+
274
+ ### bindOtherComponent
275
+
276
+ • `set` **bindOtherComponent**(`component`): `void`
277
+
278
+ #### Parameters
279
+
280
+ | Name | Type |
281
+ | :------ | :------ |
282
+ | `component` | `any` |
283
+
284
+ #### Returns
285
+
286
+ `void`
287
+
288
+ #### Inherited from
289
+
290
+ CommandComponent.bindOtherComponent
291
+
292
+ ___
293
+
294
+ ### commandData
295
+
296
+ • `get` **commandData**(): `any`
297
+
298
+ #### Returns
299
+
300
+ `any`
301
+
302
+ #### Inherited from
303
+
304
+ CommandComponent.commandData
305
+
306
+ • `set` **commandData**(`data`): `void`
307
+
308
+ #### Parameters
309
+
310
+ | Name | Type |
311
+ | :------ | :------ |
312
+ | `data` | `any` |
313
+
314
+ #### Returns
315
+
316
+ `void`
317
+
318
+ #### Inherited from
319
+
320
+ CommandComponent.commandData
321
+
322
+ ___
323
+
324
+ ### componentName
325
+
326
+ • `get` **componentName**(): `string`
327
+
328
+ #### Returns
329
+
330
+ `string`
331
+
332
+ #### Inherited from
333
+
334
+ CommandComponent.componentName
335
+
336
+ ___
337
+
338
+ ### currentState
339
+
340
+ • `get` **currentState**(): [`DeltaState`](Longan.DeltaState.md)
341
+
342
+ #### Returns
343
+
344
+ [`DeltaState`](Longan.DeltaState.md)
345
+
346
+ #### Inherited from
347
+
348
+ CommandComponent.currentState
349
+
350
+ • `set` **currentState**(`value`): `void`
351
+
352
+ #### Parameters
353
+
354
+ | Name | Type |
355
+ | :------ | :------ |
356
+ | `value` | [`DeltaState`](Longan.DeltaState.md) |
357
+
358
+ #### Returns
359
+
360
+ `void`
361
+
362
+ #### Inherited from
363
+
364
+ CommandComponent.currentState
365
+
366
+ ___
367
+
368
+ ### cuttingPlaneOperator
369
+
370
+ • `get` **cuttingPlaneOperator**(): `CuttingPlaneOperator`
371
+
372
+ #### Returns
373
+
374
+ `CuttingPlaneOperator`
375
+
376
+ ___
377
+
378
+ ### disabled
379
+
380
+ • `get` **disabled**(): `boolean`
381
+
382
+ #### Returns
383
+
384
+ `boolean`
385
+
386
+ #### Inherited from
387
+
388
+ CommandComponent.disabled
389
+
390
+ • `set` **disabled**(`disabled`): `void`
391
+
392
+ #### Parameters
393
+
394
+ | Name | Type |
395
+ | :------ | :------ |
396
+ | `disabled` | `boolean` |
397
+
398
+ #### Returns
399
+
400
+ `void`
401
+
402
+ #### Inherited from
403
+
404
+ CommandComponent.disabled
405
+
406
+ ___
407
+
408
+ ### handledCommandPack
409
+
410
+ • `get` **handledCommandPack**(): [`StatePack`](Longan.StatePack.md)
411
+
412
+ #### Returns
413
+
414
+ [`StatePack`](Longan.StatePack.md)
415
+
416
+ #### Inherited from
417
+
418
+ CommandComponent.handledCommandPack
419
+
420
+ • `set` **handledCommandPack**(`value`): `void`
421
+
422
+ #### Parameters
423
+
424
+ | Name | Type |
425
+ | :------ | :------ |
426
+ | `value` | [`StatePack`](Longan.StatePack.md) |
427
+
428
+ #### Returns
429
+
430
+ `void`
431
+
432
+ #### Inherited from
433
+
434
+ CommandComponent.handledCommandPack
435
+
436
+ ___
437
+
438
+ ### handledCommandState
439
+
440
+ • `get` **handledCommandState**(): [`DeltaState`](Longan.DeltaState.md)
441
+
442
+ #### Returns
443
+
444
+ [`DeltaState`](Longan.DeltaState.md)
445
+
446
+ #### Inherited from
447
+
448
+ CommandComponent.handledCommandState
449
+
450
+ • `set` **handledCommandState**(`value`): `void`
451
+
452
+ #### Parameters
453
+
454
+ | Name | Type |
455
+ | :------ | :------ |
456
+ | `value` | [`DeltaState`](Longan.DeltaState.md) |
457
+
458
+ #### Returns
459
+
460
+ `void`
461
+
462
+ #### Inherited from
463
+
464
+ CommandComponent.handledCommandState
465
+
466
+ ___
467
+
468
+ ### handledStateList
469
+
470
+ • `get` **handledStateList**(): [`List`](Longan.List.md)<[`DeltaState`](Longan.DeltaState.md)\>
471
+
472
+ #### Returns
473
+
474
+ [`List`](Longan.List.md)<[`DeltaState`](Longan.DeltaState.md)\>
475
+
476
+ #### Inherited from
477
+
478
+ CommandComponent.handledStateList
479
+
480
+ ___
481
+
482
+ ### isHistoryHandled
483
+
484
+ • `get` **isHistoryHandled**(): `boolean`
485
+
486
+ #### Returns
487
+
488
+ `boolean`
489
+
490
+ #### Inherited from
491
+
492
+ CommandComponent.isHistoryHandled
493
+
494
+ • `set` **isHistoryHandled**(`value`): `void`
495
+
496
+ #### Parameters
497
+
498
+ | Name | Type |
499
+ | :------ | :------ |
500
+ | `value` | `boolean` |
501
+
502
+ #### Returns
503
+
504
+ `void`
505
+
506
+ #### Inherited from
507
+
508
+ CommandComponent.isHistoryHandled
509
+
510
+ ___
511
+
512
+ ### isSuccessed
513
+
514
+ • `get` **isSuccessed**(): `boolean`
515
+
516
+ #### Returns
517
+
518
+ `boolean`
519
+
520
+ #### Inherited from
521
+
522
+ CommandComponent.isSuccessed
523
+
524
+ • `set` **isSuccessed**(`value`): `void`
525
+
526
+ #### Parameters
527
+
528
+ | Name | Type |
529
+ | :------ | :------ |
530
+ | `value` | `boolean` |
531
+
532
+ #### Returns
533
+
534
+ `void`
535
+
536
+ #### Inherited from
537
+
538
+ CommandComponent.isSuccessed
539
+
540
+ ___
541
+
542
+ ### process
543
+
544
+ • `get` **process**(): [`Process`](Longan.Process.md)
545
+
546
+ #### Returns
547
+
548
+ [`Process`](Longan.Process.md)
549
+
550
+ #### Inherited from
551
+
552
+ CommandComponent.process
553
+
554
+ • `set` **process**(`process`): `void`
555
+
556
+ #### Parameters
557
+
558
+ | Name | Type |
559
+ | :------ | :------ |
560
+ | `process` | [`Process`](Longan.Process.md) |
561
+
562
+ #### Returns
563
+
564
+ `void`
565
+
566
+ #### Inherited from
567
+
568
+ CommandComponent.process
569
+
570
+ ___
571
+
572
+ ### toggleCallback
573
+
574
+ • `set` **toggleCallback**(`toggleCallback`): `void`
575
+
576
+ #### Parameters
577
+
578
+ | Name | Type |
579
+ | :------ | :------ |
580
+ | `toggleCallback` | `any` |
581
+
582
+ #### Returns
583
+
584
+ `void`
585
+
586
+ #### Inherited from
587
+
588
+ CommandComponent.toggleCallback
589
+
590
+ ___
591
+
592
+ ### viewer
593
+
594
+ • `get` **viewer**(): [`Viewer`](Viewer.md)
595
+
596
+ #### Returns
597
+
598
+ [`Viewer`](Viewer.md)
599
+
600
+ #### Inherited from
601
+
602
+ CommandComponent.viewer
603
+
604
+ • `set` **viewer**(`viewer`): `void`
605
+
606
+ #### Parameters
607
+
608
+ | Name | Type |
609
+ | :------ | :------ |
610
+ | `viewer` | [`Viewer`](Viewer.md) |
611
+
612
+ #### Returns
613
+
614
+ `void`
615
+
616
+ #### Inherited from
617
+
618
+ CommandComponent.viewer
619
+
620
+ ___
621
+
622
+ ### visible
623
+
624
+ • `get` **visible**(): `boolean`
625
+
626
+ #### Returns
627
+
628
+ `boolean`
629
+
630
+ #### Inherited from
631
+
632
+ CommandComponent.visible
633
+
634
+ ## Methods
635
+
636
+ ### begin
637
+
638
+ ▸ **begin**(): `void`
639
+
640
+ #### Returns
641
+
642
+ `void`
643
+
644
+ #### Overrides
645
+
646
+ CommandComponent.begin
647
+
648
+ ___
649
+
650
+ ### beginByState
651
+
652
+ ▸ **beginByState**(): `void`
653
+
654
+ #### Returns
655
+
656
+ `void`
657
+
658
+ #### Inherited from
659
+
660
+ CommandComponent.beginByState
661
+
662
+ ___
663
+
664
+ ### buttonsVisible
665
+
666
+ ▸ **buttonsVisible**(`visible?`): `boolean`
667
+
668
+ #### Parameters
669
+
670
+ | Name | Type |
671
+ | :------ | :------ |
672
+ | `visible?` | `boolean` |
673
+
674
+ #### Returns
675
+
676
+ `boolean`
677
+
678
+ #### Inherited from
679
+
680
+ CommandComponent.buttonsVisible
681
+
682
+ ___
683
+
684
+ ### cancelHandledHistory
685
+
686
+ ▸ **cancelHandledHistory**(): `void`
687
+
688
+ #### Returns
689
+
690
+ `void`
691
+
692
+ #### Inherited from
693
+
694
+ CommandComponent.cancelHandledHistory
695
+
696
+ ___
697
+
698
+ ### commandCancel
699
+
700
+ ▸ **commandCancel**(): `void`
701
+
702
+ #### Returns
703
+
704
+ `void`
705
+
706
+ #### Inherited from
707
+
708
+ CommandComponent.commandCancel
709
+
710
+ ___
711
+
712
+ ### commandOk
713
+
714
+ ▸ **commandOk**(): `void`
715
+
716
+ #### Returns
717
+
718
+ `void`
719
+
720
+ #### Inherited from
721
+
722
+ CommandComponent.commandOk
723
+
724
+ ___
725
+
726
+ ### end
727
+
728
+ ▸ **end**(): `void`
729
+
730
+ #### Returns
731
+
732
+ `void`
733
+
734
+ #### Overrides
735
+
736
+ CommandComponent.end
737
+
738
+ ___
739
+
740
+ ### endByState
741
+
742
+ ▸ **endByState**(): `void`
743
+
744
+ #### Returns
745
+
746
+ `void`
747
+
748
+ #### Inherited from
749
+
750
+ CommandComponent.endByState
751
+
752
+ ___
753
+
754
+ ### hide
755
+
756
+ ▸ **hide**(): `void`
757
+
758
+ #### Returns
759
+
760
+ `void`
761
+
762
+ #### Inherited from
763
+
764
+ CommandComponent.hide
765
+
766
+ ___
767
+
768
+ ### hideOther
769
+
770
+ ▸ **hideOther**(`componentName`): `void`
771
+
772
+ #### Parameters
773
+
774
+ | Name | Type |
775
+ | :------ | :------ |
776
+ | `componentName` | `string` |
777
+
778
+ #### Returns
779
+
780
+ `void`
781
+
782
+ #### Inherited from
783
+
784
+ CommandComponent.hideOther
785
+
786
+ ___
787
+
788
+ ### hideOthers
789
+
790
+ ▸ **hideOthers**(): `void`
791
+
792
+ #### Returns
793
+
794
+ `void`
795
+
796
+ #### Inherited from
797
+
798
+ CommandComponent.hideOthers
799
+
800
+ ___
801
+
802
+ ### interrupt
803
+
804
+ ▸ **interrupt**(): `void`
805
+
806
+ #### Returns
807
+
808
+ `void`
809
+
810
+ #### Inherited from
811
+
812
+ CommandComponent.interrupt
813
+
814
+ ___
815
+
816
+ ### interruptByState
817
+
818
+ ▸ **interruptByState**(): `void`
819
+
820
+ #### Returns
821
+
822
+ `void`
823
+
824
+ #### Inherited from
825
+
826
+ CommandComponent.interruptByState
827
+
828
+ ___
829
+
830
+ ### name
831
+
832
+ ▸ **name**(`name?`): `string`
833
+
834
+ #### Parameters
835
+
836
+ | Name | Type |
837
+ | :------ | :------ |
838
+ | `name?` | `string` |
839
+
840
+ #### Returns
841
+
842
+ `string`
843
+
844
+ #### Inherited from
845
+
846
+ CommandComponent.name
847
+
848
+ ___
849
+
850
+ ### restore
851
+
852
+ ▸ **restore**(): `void`
853
+
854
+ #### Returns
855
+
856
+ `void`
857
+
858
+ #### Inherited from
859
+
860
+ CommandComponent.restore
861
+
862
+ ___
863
+
864
+ ### restoreByState
865
+
866
+ ▸ **restoreByState**(): `void`
867
+
868
+ #### Returns
869
+
870
+ `void`
871
+
872
+ #### Inherited from
873
+
874
+ CommandComponent.restoreByState
875
+
876
+ ___
877
+
878
+ ### sendMessage
879
+
880
+ ▸ **sendMessage**(`commandMessage`): `void`
881
+
882
+ #### Parameters
883
+
884
+ | Name | Type |
885
+ | :------ | :------ |
886
+ | `commandMessage` | `Object` |
887
+ | `commandMessage.msg` | `string` |
888
+ | `commandMessage.sender` | `string` |
889
+
890
+ #### Returns
891
+
892
+ `void`
893
+
894
+ #### Inherited from
895
+
896
+ CommandComponent.sendMessage
897
+
898
+ ___
899
+
900
+ ### show
901
+
902
+ ▸ **show**(): `void`
903
+
904
+ #### Returns
905
+
906
+ `void`
907
+
908
+ #### Inherited from
909
+
910
+ CommandComponent.show
911
+
912
+ ___
913
+
914
+ ### showOther
915
+
916
+ ▸ **showOther**(`componentName`): `void`
917
+
918
+ #### Parameters
919
+
920
+ | Name | Type |
921
+ | :------ | :------ |
922
+ | `componentName` | `string` |
923
+
924
+ #### Returns
925
+
926
+ `void`
927
+
928
+ #### Inherited from
929
+
930
+ CommandComponent.showOther
931
+
932
+ ___
933
+
934
+ ### toggle
935
+
936
+ ▸ **toggle**(): `any`
937
+
938
+ #### Returns
939
+
940
+ `any`
941
+
942
+ #### Inherited from
943
+
944
+ CommandComponent.toggle