io.laminext.videojs.api.components.ControlBar.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of videojs_sjs1_3 Show documentation
Show all versions of videojs_sjs1_3 Show documentation
Laminar utilities and components
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