class js.html.DetailsElement extends Element

Available on js

The HTML details element (<details>) is used as a disclosure widget from which the user the retrieve additional information.

Documentation for this class was provided by MDN.

Instance Fields

var open:Bool

This Boolean attribute indicates whether the details will be shown to the user on page load. If omitted the details will be hidden.