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

elemental2.dom.HTMLTrackElement Maven / Gradle / Ivy

package elemental2.dom;

import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsProperty;
import jsinterop.annotations.JsType;

@JsType(isNative = true, namespace = JsPackage.GLOBAL)
public class HTMLTrackElement extends HTMLElement {
  @JsProperty(name = "default")
  public boolean default_;

  public String kind;
  public String label;
  public int readyState;
  public String src;
  public String srclang;
  public TextTrack track;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy