Dart API Referencedart:htmlDetailsElement

DetailsElement Interface

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

Extends

Element

Constructors

Code new DetailsElement() #

DetailsElement();

Fields

Code bool open #

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

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.