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