All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.dom.svg.SVGElement.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package dom.svg

import dom.DocumentAndElementEventHandlers
import dom.Element
import dom.GlobalEventHandlers
import dom.HTMLOrSVGElement
import dom.css.ElementCSSInlineStyle

sealed external class SVGElement :
    Element,
    DocumentAndElementEventHandlers,
    ElementCSSInlineStyle,
    GlobalEventHandlers,
    HTMLOrSVGElement {
    val ownerSVGElement: SVGSVGElement?
    val viewportElement: SVGElement?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy