MeasureOptions

sealed external interface MeasureOptions(source)

Properties

Link copied to clipboard
abstract var detail: Any?

Additional optional detail to include with the mark.

Link copied to clipboard
abstract var duration: Double?

Duration between start and end times.

Link copied to clipboard
abstract var end: Any?

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

Link copied to clipboard
abstract var start: Any?

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