All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.laminext.videojs.api.components.ControlBar.scala Maven / Gradle / Ivy

There is a newer version: 0.17.0
Show newest version
package io.laminext.videojs.api.components

import io.laminext.videojs.api.Component

import scala.scalajs.js

@js.native
trait ControlBar extends Component {
  val playToggle: Component            = js.native
  val fullscreenToggle: Component      = js.native
  val currentTimeDisplay: Component    = js.native
  val timeDivider: Component           = js.native
  val durationDisplay: Component       = js.native
  val remainingTimeDisplay: Component  = js.native
  val progressControl: ProgressControl = js.native
  val volumeControl: VolumeControl     = js.native
  val muteToggle: Component            = js.native
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy