io.scalajs.dom.html.HTMLMenuElement.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dom-html_sjs0.6_2.11 Show documentation
Show all versions of dom-html_sjs0.6_2.11 Show documentation
DOM/HTML bindings for Scala.js
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
}