The HTMLDetailsElement interface provides special properties
the regular web.dom.HTMLElement
interface it also has available
it by inheritance) for manipulating <details>
elements.
The HTMLDetailsElement interface provides special properties the regular `web.dom.HTMLElement` interface it also has available it by inheritance) for manipulating `<details>` elements.
(open this)
Property.
Is a boolean reflecting the open HTML attribute, indicating whether not the element’s contents (not counting the <summary>) is to shown to the user.
Property. Is a boolean reflecting the open HTML attribute, indicating whether not the element’s contents (not counting the <summary>) is to shown to the user.
(set-open! this val)
Property.
Is a boolean reflecting the open HTML attribute, indicating whether not the element’s contents (not counting the <summary>) is to shown to the user.
Property. Is a boolean reflecting the open HTML attribute, indicating whether not the element’s contents (not counting the <summary>) is to shown to the user.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close