UNPKG
@coralogix/browser
Version:
latest (3.19.2)
3.19.2
3.19.1
3.19.0
3.18.0
3.16.0
3.15.1
3.10.0
3.9.0
3.8.3
3.8.2
3.8.0
3.7.1
3.7.0
3.6.0
3.5.1
3.5.0
3.4.1
3.4.0
3.2.0
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
2.14.0
2.13.0
2.12.0
2.11.1
2.11.0
2.10.0
2.9.0
2.8.9
2.8.8
2.8.7
2.8.6
2.8.5
2.8.4
2.8.3
2.8.2
2.8.1
2.8.0
2.7.0
2.6.0
2.5.0
2.4.1
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.7.0
1.6.0
1.5.0
1.4.19
1.4.12
1.4.11
1.4.9
1.4.6
1.4.5
1.4.4
1.2.42
1.2.40
1.2.39
1.2.36
1.2.35
1.2.31
1.2.29
1.2.28
1.2.26
1.2.25
1.2.23
1.2.21
1.2.20
1.2.19
1.2.17
1.2.16
1.2.14
1.2.13
1.2.10
1.2.8
1.2.6
1.2.2
1.2.1
1.2.0
1.1.24
1.1.23
1.1.22
1.1.21
1.1.20
1.1.19
1.1.18
1.1.17
1.1.12
1.1.11
1.1.9
1.1.6
1.1.2
1.1.1
1.0.105
1.0.104
1.0.101
1.0.100
1.0.98
1.0.97
1.0.93
1.0.92
1.0.91
1.0.89
1.0.87
1.0.86
1.0.82
1.0.81
1.0.79
1.0.77
1.0.76
1.0.73
1.0.71
1.0.69
1.0.66
1.0.65
1.0.64
1.0.63
1.0.62
1.0.61
1.0.60
1.0.59
1.0.56
1.0.52
1.0.51
1.0.49
1.0.48
1.0.46
1.0.43
1.0.41
1.0.39
1.0.37
1.0.36
1.0.35
1.0.34
1.0.33
1.0.23
1.0.22
1.0.20
1.0.19
1.0.18
1.0.17
1.0.16
1.0.8
1.0.3
1.0.2
1.0.1
1.0.0
0.0.9
Official Coralogix SDK for browsers
@coralogix/browser
/
src
/
instrumentations
/
screenshot
/
click-screenshot-manager.d.ts
10 lines
(9 loc)
•
236 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
declare
class
ClickScreenshotManager
{
private
secondCaptureClick;
private
clickCount;
static
unregister
():
void
;
constructor
(
);
reset
:
() =>
void
;
onNavigation
:
() =>
void
;
handleClick
:
() =>
void
; }