toggle menu
Joyfill
2.0.0-RC8
common
switch theme
search in API
editor
/
joyfill.editors.event
/
EventCapture
Event
Capture
data
class
EventCapture
(
val
value
:
Any
?
,
val
target
:
String
=
Target.field_update
,
val
timestamp
:
Long
=
Clock.System.now().toEpochMilliseconds()
)
Members
Constructors
Event
Capture
Link copied to clipboard
constructor
(
value
:
Any
?
,
target
:
String
=
Target.field_update
,
timestamp
:
Long
=
Clock.System.now().toEpochMilliseconds()
)
Properties
target
Link copied to clipboard
val
target
:
String
timestamp
Link copied to clipboard
val
timestamp
:
Long
value
Link copied to clipboard
val
value
:
Any
?