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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close