MeasureOptions

@native @JSType trait MeasureOptions extends StObject
Companion
object
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

var detail: UndefOr[Any]

Additional optional detail to include with the mark.

Additional optional detail to include with the mark.

var duration: UndefOr[Double]

Duration between start and end times.

Duration between start and end times.

var end: UndefOr[Double | String]

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

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

var start: UndefOr[Double | String]

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

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