Liking cljdoc? Tell your friends :D
ClojureScript only.

web.dom.HTMLMapElement

The HTMLMapElement interface provides special properties and (beyond those of the regular object web.dom.HTMLElement interface also has available to it by inheritance) for manipulating the and presentation of map elements.

The HTMLMapElement interface provides special properties and
(beyond those of the regular object `web.dom.HTMLElement` interface
also has available to it by inheritance) for manipulating the
and presentation of map elements.
raw docstring

areascljs

(areas this)

Property.

Is a live HTMLCollection representing the <area> elements associated this <map>.

Property.

Is a live HTMLCollection representing the <area> elements associated
this <map>.
sourceraw docstring

namecljs

(name this)

Property.

Is a DOMString representing the <map> element for referencing other context. If the id attribute is set, this must have the value; and it cannot be null or empty.

Property.

Is a DOMString representing the <map> element for referencing
other context. If the id attribute is set, this must have the
value; and it cannot be null or empty.
sourceraw docstring

set-areas!cljs

(set-areas! this val)

Property.

Is a live HTMLCollection representing the <area> elements associated this <map>.

Property.

Is a live HTMLCollection representing the <area> elements associated
this <map>.
sourceraw docstring

set-name!cljs

(set-name! this val)

Property.

Is a DOMString representing the <map> element for referencing other context. If the id attribute is set, this must have the value; and it cannot be null or empty.

Property.

Is a DOMString representing the <map> element for referencing
other context. If the id attribute is set, this must have the
value; and it cannot be null or empty.
sourceraw docstring

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

× close