Liking cljdoc? Tell your friends :D
ClojureScript only.

web.svg.SVGViewElement

The SVGViewElement interface provides access to the properties <view> elements, as well as methods to manipulate them.

The SVGViewElement interface provides access to the properties
`<view>` elements, as well as methods to manipulate them.
raw docstring

set-view-target!cljs

(set-view-target! this val)

Property.

An SVGStringList corresponding to the viewTarget attribute of given <view> element. A list of DOMString values which contain names listed in the viewTarget attribute. Each of the DOMString can be associated with the corresponding element using the getElementById() call.

Property.

An SVGStringList corresponding to the viewTarget attribute of
given <view> element. A list of DOMString values which contain
names listed in the viewTarget attribute. Each of the DOMString
can be associated with the corresponding element using the getElementById()
call.
sourceraw docstring

view-targetcljs

(view-target this)

Property.

An SVGStringList corresponding to the viewTarget attribute of given <view> element. A list of DOMString values which contain names listed in the viewTarget attribute. Each of the DOMString can be associated with the corresponding element using the getElementById() call.

Property.

An SVGStringList corresponding to the viewTarget attribute of
given <view> element. A list of DOMString values which contain
names listed in the viewTarget attribute. Each of the DOMString
can be associated with the corresponding element using the getElementById()
call.
sourceraw docstring

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

× close