io.laminext.videojs.PlayerEvents.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
import io.laminext.videojs.api.Player
import com.raquo.laminar.api.L._
class PlayerEvents(
val player: Signal[Option[Player]],
val loadStart: EventStream[Player],
val ended: EventStream[Player],
val timeUpdate: EventStream[Player],
val seek: EventStream[Player]
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy