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

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

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

import scala.scalajs.js

@js.native
trait ChildDefinition extends js.Object {
  val name: String
  val children: js.UndefOr[js.Array[Child]]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy