SVGElementInstance

JS
1.1
interface SVGElementInstance

Properties

JS
1.1

correspondingElement

open val correspondingElement: SVGElement?
JS
1.1

correspondingUseElement

open val correspondingUseElement: SVGUseElement?

Inheritors

JS
1.1

SVGElement

Exposes the JavaScript SVGElement to Kotlin

abstract class SVGElement : 
    Element,
    ElementCSSInlineStyle,
    GlobalEventHandlers,
    SVGElementInstance