TimeRanges

abstract class TimeRanges : JsAny

Exposes the JavaScript TimeRanges to Kotlin

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open val length: Int

Functions

Link copied to clipboard
fun end(index: Int): Double
Link copied to clipboard
fun start(index: Int): Double