W3cubDocs

/Haxe JavaScript

DetailsElement

package js.html

extends ElementDOMElementNodeEventTarget

Available on js

The HTMLDetailsElement interface provides special properties (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating details elements.

Documentation HTMLDetailsElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Variables

open:Bool

Is a boolean reflecting the open HTML attribute, indicating whether or not the element’s contents (not counting the summary) is to be shown to the user.

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/DetailsElement.html