Marker object
A marker object includes these fields:
Name
Type
Description
uuid
string
The id of the marker.
type
string
Can be "interval" or "instance".
value
string or number
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)
endDatetime
string (ISO date time)
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.
Examples
An instance marker:
An interval marker:
Last updated