Liking cljdoc? Tell your friends :D
ClojureScript only.

web.dom.HTMLDetailsElement

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.
raw docstring

opencljs

(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.
sourceraw docstring

set-open!cljs

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close