core
1.0-RC1
js
core
/
dev.fritz2.tracking
Package
dev.
fritz2.
tracking
Types
Functions
Types
Tracker
Link copied to clipboard
js
class
Tracker
(
defaultTransaction
:
String
,
debounceTimeout
:
Long
)
Content copied to clipboard
tracks running transactions (e.g. inside a
Store
)
Functions
tracker
Link copied to clipboard
js
fun
tracker
(
defaultTransaction
:
String
=
"..."
,
debounceTimeout
:
Long
=
100
)
:
Tracker
Content copied to clipboard
convenience method for creating a
Tracker