Liking cljdoc? Tell your friends :D
ClojureScript only.

web.dom.HTMLParamElement

The HTMLParamElement interface provides special properties (beyond of the regular web.dom.HTMLElement object interface it inherits) manipulating <param> elements, representing a pair of a key a value that acts as a parameter for an <object> element.

The HTMLParamElement interface provides special properties (beyond
of the regular `web.dom.HTMLElement` object interface it inherits)
manipulating `<param>` elements, representing a pair of a key
a value that acts as a parameter for an `<object>` element.
raw docstring

namecljs

(name this)

Property.

Is a DOMString representing the name of the parameter. It reflects name attribute.

Property.

Is a DOMString representing the name of the parameter. It reflects
name attribute.
sourceraw docstring

set-name!cljs

(set-name! this val)

Property.

Is a DOMString representing the name of the parameter. It reflects name attribute.

Property.

Is a DOMString representing the name of the parameter. It reflects
name attribute.
sourceraw docstring

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

× close