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

io.laminext.videojs.api.SliderOptions.scala Maven / Gradle / Ivy

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

import scala.scalajs.js
import scala.scalajs.js.UndefOr

@js.native
trait SliderOptions extends ComponentOptions {
  val barName: UndefOr[String]
  val vertical: UndefOr[Boolean]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy