Marker object
Last updated
Last updated
Name
Type
Description
uuid
string
The id of the marker.
type
string
Can be "interval" or "instance".
value
string or number
The value you set in injectMarker.
label
string
The label of the marker.
port
string
The port of the marker, ie where the marker comes from. Examples: "Software", "Serial", etc...
startDatetime
string (ISO date time)
The timestamp you set in injectMarker.
endDatetime
string (ISO date time)
The timestamp you set in updateMarker.
If you didn't call this method, then endDatetime is equal to startDatetime.
extras
object
Can be any extra information you want to associate with this marker.