Skip to main content

MeasureOptions

interface MeasureOptions

Properties Jump to heading

optional
Jump to headingdetail: unknown | undefined

Additional optional detail to include with the mark.

optional
Jump to headingduration: number | undefined

Duration between start and end times.

optional
Jump to headingend:
number
| string
| undefined

Timestamp to be used as the end time, or a string identifying a previously recorded mark.

optional
Jump to headingstart:
number
| string
| undefined

Timestamp to be used as the start time, or a string identifying a previously recorded mark.

Back to top