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

io.scalajs.dom.html.HTMLMenuElement.scala Maven / Gradle / Ivy

There is a newer version: 0.4.2
Show newest version
package io.scalajs.dom.html

import scala.scalajs.js

/**
  * HTMLMenuElement
  * @see https://docs.webplatform.org/wiki/dom/HTMLMenuElement
  * @see https://developer.blackberry.com/html5/documentation/v1_0/htmlmenuelement_569241_11.html
  * @author [email protected]
  */
@js.native
trait HTMLMenuElement extends HTMLElement {

  /**
    * When true, indicates reduced spacing between list items.
    */
  var compact: Boolean = js.native

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy