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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |