clickgo 5.17.0 → 5.17.2
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.
- package/dist/control/common.cgc +0 -0
- package/dist/index.js +1 -1
- package/dist/lib/control.d.ts +5 -0
- package/doc/clickgo-rag.md +102 -33
- package/package.json +1 -1
package/dist/lib/control.d.ts
CHANGED
|
@@ -626,6 +626,11 @@ export interface ISelectItemclickedEvent {
|
|
|
626
626
|
'arrow': boolean;
|
|
627
627
|
};
|
|
628
628
|
}
|
|
629
|
+
export interface IStabChangeEvent extends ICustomEvent {
|
|
630
|
+
'detail': {
|
|
631
|
+
'value': number;
|
|
632
|
+
};
|
|
633
|
+
}
|
|
629
634
|
export interface ISwitchChangeEvent extends ICustomEvent {
|
|
630
635
|
'detail': {
|
|
631
636
|
'value': boolean;
|
package/doc/clickgo-rag.md
CHANGED
|
@@ -6473,7 +6473,15 @@ QR 码组件,用于生成二维码。
|
|
|
6473
6473
|
|
|
6474
6474
|
### 事件
|
|
6475
6475
|
|
|
6476
|
-
|
|
6476
|
+
#### change
|
|
6477
|
+
|
|
6478
|
+
切换选项卡时触发。
|
|
6479
|
+
|
|
6480
|
+
参数:
|
|
6481
|
+
|
|
6482
|
+
`event: { go: boolean, preventDefault: Function, detail: { value: number } }`
|
|
6483
|
+
|
|
6484
|
+
其中 `detail.value` 为即将切换到的索引,`preventDefault()` 可阻止切换。
|
|
6477
6485
|
|
|
6478
6486
|
### 样式
|
|
6479
6487
|
|
|
@@ -10421,6 +10429,7 @@ lib/control/index.md
|
|
|
10421
10429
|
- [ISelectRemovedEvent](interfaces/ISelectRemovedEvent.md)
|
|
10422
10430
|
- [ISelectRemoveEvent](interfaces/ISelectRemoveEvent.md)
|
|
10423
10431
|
- [ISelectTagclickEvent](interfaces/ISelectTagclickEvent.md)
|
|
10432
|
+
- [IStabChangeEvent](interfaces/IStabChangeEvent.md)
|
|
10424
10433
|
- [IStepClickedEvent](interfaces/IStepClickedEvent.md)
|
|
10425
10434
|
- [ISwitchChangeEvent](interfaces/ISwitchChangeEvent.md)
|
|
10426
10435
|
- [ITabChangedEvent](interfaces/ITabChangedEvent.md)
|
|
@@ -11015,6 +11024,7 @@ Custom Event
|
|
|
11015
11024
|
- [`ISelectAddEvent`](ISelectAddEvent.md)
|
|
11016
11025
|
- [`ISelectRemoveEvent`](ISelectRemoveEvent.md)
|
|
11017
11026
|
- [`ISelectChangeEvent`](ISelectChangeEvent.md)
|
|
11027
|
+
- [`IStabChangeEvent`](IStabChangeEvent.md)
|
|
11018
11028
|
- [`ISwitchChangeEvent`](ISwitchChangeEvent.md)
|
|
11019
11029
|
- [`ITabChangeEvent`](ITabChangeEvent.md)
|
|
11020
11030
|
- [`ITabCloseEvent`](ITabCloseEvent.md)
|
|
@@ -11219,7 +11229,7 @@ lib/control/interfaces/IFabricLayerchangeEvent.md
|
|
|
11219
11229
|
|
|
11220
11230
|
# Interface: IFabricLayerchangeEvent
|
|
11221
11231
|
|
|
11222
|
-
Defined in: [lib/control.ts:
|
|
11232
|
+
Defined in: [lib/control.ts:1495](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L1495)
|
|
11223
11233
|
|
|
11224
11234
|
## Properties
|
|
11225
11235
|
|
|
@@ -11227,7 +11237,7 @@ Defined in: [lib/control.ts:1487](https://github.com/maiyun/clickgo/blob/master/
|
|
|
11227
11237
|
|
|
11228
11238
|
> **detail**: `object`
|
|
11229
11239
|
|
|
11230
|
-
Defined in: [lib/control.ts:
|
|
11240
|
+
Defined in: [lib/control.ts:1496](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L1496)
|
|
11231
11241
|
|
|
11232
11242
|
#### next
|
|
11233
11243
|
|
|
@@ -11252,7 +11262,7 @@ lib/control/interfaces/IFabricLayerlistchangeEvent.md
|
|
|
11252
11262
|
|
|
11253
11263
|
# Interface: IFabricLayerlistchangeEvent
|
|
11254
11264
|
|
|
11255
|
-
Defined in: [lib/control.ts:
|
|
11265
|
+
Defined in: [lib/control.ts:1504](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L1504)
|
|
11256
11266
|
|
|
11257
11267
|
## Properties
|
|
11258
11268
|
|
|
@@ -11260,7 +11270,7 @@ Defined in: [lib/control.ts:1496](https://github.com/maiyun/clickgo/blob/master/
|
|
|
11260
11270
|
|
|
11261
11271
|
> **detail**: `object`
|
|
11262
11272
|
|
|
11263
|
-
Defined in: [lib/control.ts:
|
|
11273
|
+
Defined in: [lib/control.ts:1505](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L1505)
|
|
11264
11274
|
|
|
11265
11275
|
#### names
|
|
11266
11276
|
|
|
@@ -11291,7 +11301,7 @@ lib/control/interfaces/IFabricObjectchangeEvent.md
|
|
|
11291
11301
|
|
|
11292
11302
|
# Interface: IFabricObjectchangeEvent
|
|
11293
11303
|
|
|
11294
|
-
Defined in: [lib/control.ts:
|
|
11304
|
+
Defined in: [lib/control.ts:1515](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L1515)
|
|
11295
11305
|
|
|
11296
11306
|
## Properties
|
|
11297
11307
|
|
|
@@ -11299,7 +11309,7 @@ Defined in: [lib/control.ts:1507](https://github.com/maiyun/clickgo/blob/master/
|
|
|
11299
11309
|
|
|
11300
11310
|
> **detail**: `object`
|
|
11301
11311
|
|
|
11302
|
-
Defined in: [lib/control.ts:
|
|
11312
|
+
Defined in: [lib/control.ts:1516](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L1516)
|
|
11303
11313
|
|
|
11304
11314
|
#### angle
|
|
11305
11315
|
|
|
@@ -12690,7 +12700,7 @@ lib/control/interfaces/IObjviewerLine.md
|
|
|
12690
12700
|
|
|
12691
12701
|
# Interface: IObjviewerLine
|
|
12692
12702
|
|
|
12693
|
-
Defined in: [lib/control.ts:
|
|
12703
|
+
Defined in: [lib/control.ts:1531](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L1531)
|
|
12694
12704
|
|
|
12695
12705
|
## Properties
|
|
12696
12706
|
|
|
@@ -12698,7 +12708,7 @@ Defined in: [lib/control.ts:1523](https://github.com/maiyun/clickgo/blob/master/
|
|
|
12698
12708
|
|
|
12699
12709
|
> **end**: [`IObjviewerLineObj`](IObjviewerLineObj.md)
|
|
12700
12710
|
|
|
12701
|
-
Defined in: [lib/control.ts:
|
|
12711
|
+
Defined in: [lib/control.ts:1535](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L1535)
|
|
12702
12712
|
|
|
12703
12713
|
***
|
|
12704
12714
|
|
|
@@ -12706,7 +12716,7 @@ Defined in: [lib/control.ts:1527](https://github.com/maiyun/clickgo/blob/master/
|
|
|
12706
12716
|
|
|
12707
12717
|
> `optional` **hue?**: `string`
|
|
12708
12718
|
|
|
12709
|
-
Defined in: [lib/control.ts:
|
|
12719
|
+
Defined in: [lib/control.ts:1537](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L1537)
|
|
12710
12720
|
|
|
12711
12721
|
默认 255
|
|
12712
12722
|
|
|
@@ -12716,7 +12726,7 @@ Defined in: [lib/control.ts:1529](https://github.com/maiyun/clickgo/blob/master/
|
|
|
12716
12726
|
|
|
12717
12727
|
> `optional` **name?**: `string`
|
|
12718
12728
|
|
|
12719
|
-
Defined in: [lib/control.ts:
|
|
12729
|
+
Defined in: [lib/control.ts:1533](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L1533)
|
|
12720
12730
|
|
|
12721
12731
|
-- 可自定义线段的名称
|
|
12722
12732
|
|
|
@@ -12726,7 +12736,7 @@ Defined in: [lib/control.ts:1525](https://github.com/maiyun/clickgo/blob/master/
|
|
|
12726
12736
|
|
|
12727
12737
|
> `optional` **path?**: `string`
|
|
12728
12738
|
|
|
12729
|
-
Defined in: [lib/control.ts:
|
|
12739
|
+
Defined in: [lib/control.ts:1538](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L1538)
|
|
12730
12740
|
|
|
12731
12741
|
***
|
|
12732
12742
|
|
|
@@ -12734,7 +12744,7 @@ Defined in: [lib/control.ts:1530](https://github.com/maiyun/clickgo/blob/master/
|
|
|
12734
12744
|
|
|
12735
12745
|
> **start**: [`IObjviewerLineObj`](IObjviewerLineObj.md)
|
|
12736
12746
|
|
|
12737
|
-
Defined in: [lib/control.ts:
|
|
12747
|
+
Defined in: [lib/control.ts:1534](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L1534)
|
|
12738
12748
|
|
|
12739
12749
|
***
|
|
12740
12750
|
|
|
@@ -12742,7 +12752,7 @@ Defined in: [lib/control.ts:1526](https://github.com/maiyun/clickgo/blob/master/
|
|
|
12742
12752
|
|
|
12743
12753
|
> `optional` **stroke?**: `"down"` \| `"solid"` \| `"dashed"` \| `"up"`
|
|
12744
12754
|
|
|
12745
|
-
Defined in: [lib/control.ts:
|
|
12755
|
+
Defined in: [lib/control.ts:1540](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L1540)
|
|
12746
12756
|
|
|
12747
12757
|
默认 solid
|
|
12748
12758
|
|
|
@@ -12757,7 +12767,7 @@ lib/control/interfaces/IObjviewerLineObj.md
|
|
|
12757
12767
|
|
|
12758
12768
|
# Interface: IObjviewerLineObj
|
|
12759
12769
|
|
|
12760
|
-
Defined in: [lib/control.ts:
|
|
12770
|
+
Defined in: [lib/control.ts:1543](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L1543)
|
|
12761
12771
|
|
|
12762
12772
|
## Properties
|
|
12763
12773
|
|
|
@@ -12765,7 +12775,7 @@ Defined in: [lib/control.ts:1535](https://github.com/maiyun/clickgo/blob/master/
|
|
|
12765
12775
|
|
|
12766
12776
|
> **obj**: `HTMLElement` \| [`AbstractControl`](../classes/AbstractControl.md)
|
|
12767
12777
|
|
|
12768
|
-
Defined in: [lib/control.ts:
|
|
12778
|
+
Defined in: [lib/control.ts:1544](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L1544)
|
|
12769
12779
|
|
|
12770
12780
|
***
|
|
12771
12781
|
|
|
@@ -12773,7 +12783,7 @@ Defined in: [lib/control.ts:1536](https://github.com/maiyun/clickgo/blob/master/
|
|
|
12773
12783
|
|
|
12774
12784
|
> **pos**: `"b"` \| `"tr"` \| `"lt"` \| `"t"` \| `"r"` \| `"rb"` \| `"bl"` \| `"l"`
|
|
12775
12785
|
|
|
12776
|
-
Defined in: [lib/control.ts:
|
|
12786
|
+
Defined in: [lib/control.ts:1545](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L1545)
|
|
12777
12787
|
|
|
12778
12788
|
lib/control/interfaces/IPaletteChangedEvent.md
|
|
12779
12789
|
---
|
|
@@ -13445,6 +13455,65 @@ Defined in: [lib/control.ts:1392](https://github.com/maiyun/clickgo/blob/master/
|
|
|
13445
13455
|
|
|
13446
13456
|
> **value**: `string`
|
|
13447
13457
|
|
|
13458
|
+
lib/control/interfaces/IStabChangeEvent.md
|
|
13459
|
+
---
|
|
13460
|
+
|
|
13461
|
+
[**Documents for clickgo**](../../../index.md)
|
|
13462
|
+
|
|
13463
|
+
***
|
|
13464
|
+
|
|
13465
|
+
[Documents for clickgo](../../../index.md) / [lib/control](../index.md) / IStabChangeEvent
|
|
13466
|
+
|
|
13467
|
+
# Interface: IStabChangeEvent
|
|
13468
|
+
|
|
13469
|
+
Defined in: [lib/control.ts:1415](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L1415)
|
|
13470
|
+
|
|
13471
|
+
Custom Event
|
|
13472
|
+
|
|
13473
|
+
## Extends
|
|
13474
|
+
|
|
13475
|
+
- [`ICustomEvent`](ICustomEvent.md)
|
|
13476
|
+
|
|
13477
|
+
## Properties
|
|
13478
|
+
|
|
13479
|
+
### detail
|
|
13480
|
+
|
|
13481
|
+
> **detail**: `object`
|
|
13482
|
+
|
|
13483
|
+
Defined in: [lib/control.ts:1416](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L1416)
|
|
13484
|
+
|
|
13485
|
+
#### value
|
|
13486
|
+
|
|
13487
|
+
> **value**: `number`
|
|
13488
|
+
|
|
13489
|
+
***
|
|
13490
|
+
|
|
13491
|
+
### go
|
|
13492
|
+
|
|
13493
|
+
> **go**: `boolean`
|
|
13494
|
+
|
|
13495
|
+
Defined in: [lib/control.ts:878](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L878)
|
|
13496
|
+
|
|
13497
|
+
#### Inherited from
|
|
13498
|
+
|
|
13499
|
+
[`ICustomEvent`](ICustomEvent.md).[`go`](ICustomEvent.md#go)
|
|
13500
|
+
|
|
13501
|
+
***
|
|
13502
|
+
|
|
13503
|
+
### preventDefault
|
|
13504
|
+
|
|
13505
|
+
> **preventDefault**: () => `void`
|
|
13506
|
+
|
|
13507
|
+
Defined in: [lib/control.ts:879](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L879)
|
|
13508
|
+
|
|
13509
|
+
#### Returns
|
|
13510
|
+
|
|
13511
|
+
`void`
|
|
13512
|
+
|
|
13513
|
+
#### Inherited from
|
|
13514
|
+
|
|
13515
|
+
[`ICustomEvent`](ICustomEvent.md).[`preventDefault`](ICustomEvent.md#preventdefault)
|
|
13516
|
+
|
|
13448
13517
|
lib/control/interfaces/IStepClickedEvent.md
|
|
13449
13518
|
---
|
|
13450
13519
|
|
|
@@ -13456,7 +13525,7 @@ lib/control/interfaces/IStepClickedEvent.md
|
|
|
13456
13525
|
|
|
13457
13526
|
# Interface: IStepClickedEvent
|
|
13458
13527
|
|
|
13459
|
-
Defined in: [lib/control.ts:
|
|
13528
|
+
Defined in: [lib/control.ts:1485](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L1485)
|
|
13460
13529
|
|
|
13461
13530
|
## Properties
|
|
13462
13531
|
|
|
@@ -13464,7 +13533,7 @@ Defined in: [lib/control.ts:1477](https://github.com/maiyun/clickgo/blob/master/
|
|
|
13464
13533
|
|
|
13465
13534
|
> **detail**: `object`
|
|
13466
13535
|
|
|
13467
|
-
Defined in: [lib/control.ts:
|
|
13536
|
+
Defined in: [lib/control.ts:1486](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L1486)
|
|
13468
13537
|
|
|
13469
13538
|
#### index
|
|
13470
13539
|
|
|
@@ -13489,7 +13558,7 @@ lib/control/interfaces/ISwitchChangeEvent.md
|
|
|
13489
13558
|
|
|
13490
13559
|
# Interface: ISwitchChangeEvent
|
|
13491
13560
|
|
|
13492
|
-
Defined in: [lib/control.ts:
|
|
13561
|
+
Defined in: [lib/control.ts:1423](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L1423)
|
|
13493
13562
|
|
|
13494
13563
|
Custom Event
|
|
13495
13564
|
|
|
@@ -13503,7 +13572,7 @@ Custom Event
|
|
|
13503
13572
|
|
|
13504
13573
|
> **detail**: `object`
|
|
13505
13574
|
|
|
13506
|
-
Defined in: [lib/control.ts:
|
|
13575
|
+
Defined in: [lib/control.ts:1424](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L1424)
|
|
13507
13576
|
|
|
13508
13577
|
#### value
|
|
13509
13578
|
|
|
@@ -13548,7 +13617,7 @@ lib/control/interfaces/ITabChangedEvent.md
|
|
|
13548
13617
|
|
|
13549
13618
|
# Interface: ITabChangedEvent
|
|
13550
13619
|
|
|
13551
|
-
Defined in: [lib/control.ts:
|
|
13620
|
+
Defined in: [lib/control.ts:1437](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L1437)
|
|
13552
13621
|
|
|
13553
13622
|
## Properties
|
|
13554
13623
|
|
|
@@ -13556,7 +13625,7 @@ Defined in: [lib/control.ts:1429](https://github.com/maiyun/clickgo/blob/master/
|
|
|
13556
13625
|
|
|
13557
13626
|
> **detail**: `object`
|
|
13558
13627
|
|
|
13559
|
-
Defined in: [lib/control.ts:
|
|
13628
|
+
Defined in: [lib/control.ts:1438](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L1438)
|
|
13560
13629
|
|
|
13561
13630
|
#### value
|
|
13562
13631
|
|
|
@@ -13573,7 +13642,7 @@ lib/control/interfaces/ITabChangeEvent.md
|
|
|
13573
13642
|
|
|
13574
13643
|
# Interface: ITabChangeEvent
|
|
13575
13644
|
|
|
13576
|
-
Defined in: [lib/control.ts:
|
|
13645
|
+
Defined in: [lib/control.ts:1431](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L1431)
|
|
13577
13646
|
|
|
13578
13647
|
Custom Event
|
|
13579
13648
|
|
|
@@ -13587,7 +13656,7 @@ Custom Event
|
|
|
13587
13656
|
|
|
13588
13657
|
> **detail**: `object`
|
|
13589
13658
|
|
|
13590
|
-
Defined in: [lib/control.ts:
|
|
13659
|
+
Defined in: [lib/control.ts:1432](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L1432)
|
|
13591
13660
|
|
|
13592
13661
|
#### value
|
|
13593
13662
|
|
|
@@ -13632,7 +13701,7 @@ lib/control/interfaces/ITabCloseEvent.md
|
|
|
13632
13701
|
|
|
13633
13702
|
# Interface: ITabCloseEvent
|
|
13634
13703
|
|
|
13635
|
-
Defined in: [lib/control.ts:
|
|
13704
|
+
Defined in: [lib/control.ts:1443](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L1443)
|
|
13636
13705
|
|
|
13637
13706
|
Custom Event
|
|
13638
13707
|
|
|
@@ -13646,7 +13715,7 @@ Custom Event
|
|
|
13646
13715
|
|
|
13647
13716
|
> **detail**: `object`
|
|
13648
13717
|
|
|
13649
|
-
Defined in: [lib/control.ts:
|
|
13718
|
+
Defined in: [lib/control.ts:1444](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L1444)
|
|
13650
13719
|
|
|
13651
13720
|
#### index
|
|
13652
13721
|
|
|
@@ -13695,7 +13764,7 @@ lib/control/interfaces/ITableSortEvent.md
|
|
|
13695
13764
|
|
|
13696
13765
|
# Interface: ITableSortEvent
|
|
13697
13766
|
|
|
13698
|
-
Defined in: [lib/control.ts:
|
|
13767
|
+
Defined in: [lib/control.ts:1452](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L1452)
|
|
13699
13768
|
|
|
13700
13769
|
Custom Event
|
|
13701
13770
|
|
|
@@ -13709,7 +13778,7 @@ Custom Event
|
|
|
13709
13778
|
|
|
13710
13779
|
> **detail**: `object`
|
|
13711
13780
|
|
|
13712
|
-
Defined in: [lib/control.ts:
|
|
13781
|
+
Defined in: [lib/control.ts:1453](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L1453)
|
|
13713
13782
|
|
|
13714
13783
|
#### index
|
|
13715
13784
|
|
|
@@ -13762,7 +13831,7 @@ lib/control/interfaces/ITagDropEvent.md
|
|
|
13762
13831
|
|
|
13763
13832
|
# Interface: ITagDropEvent
|
|
13764
13833
|
|
|
13765
|
-
Defined in: [lib/control.ts:
|
|
13834
|
+
Defined in: [lib/control.ts:1476](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L1476)
|
|
13766
13835
|
|
|
13767
13836
|
## Properties
|
|
13768
13837
|
|
|
@@ -13770,7 +13839,7 @@ Defined in: [lib/control.ts:1468](https://github.com/maiyun/clickgo/blob/master/
|
|
|
13770
13839
|
|
|
13771
13840
|
> **detail**: `object`
|
|
13772
13841
|
|
|
13773
|
-
Defined in: [lib/control.ts:
|
|
13842
|
+
Defined in: [lib/control.ts:1477](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L1477)
|
|
13774
13843
|
|
|
13775
13844
|
#### after
|
|
13776
13845
|
|
|
@@ -13917,7 +13986,7 @@ lib/control/interfaces/ITuieditorImguploadEvent.md
|
|
|
13917
13986
|
|
|
13918
13987
|
# Interface: ITuieditorImguploadEvent
|
|
13919
13988
|
|
|
13920
|
-
Defined in: [lib/control.ts:
|
|
13989
|
+
Defined in: [lib/control.ts:1462](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L1462)
|
|
13921
13990
|
|
|
13922
13991
|
## Properties
|
|
13923
13992
|
|
|
@@ -13925,7 +13994,7 @@ Defined in: [lib/control.ts:1454](https://github.com/maiyun/clickgo/blob/master/
|
|
|
13925
13994
|
|
|
13926
13995
|
> **detail**: `object`
|
|
13927
13996
|
|
|
13928
|
-
Defined in: [lib/control.ts:
|
|
13997
|
+
Defined in: [lib/control.ts:1463](https://github.com/maiyun/clickgo/blob/master/dist/lib/control.ts#L1463)
|
|
13929
13998
|
|
|
13930
13999
|
#### callback
|
|
13931
14000
|
|