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

jsMain.web.svg.SVGElement.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.svg

import web.cssom.ElementCSSInlineStyle
import web.dom.Element
import web.dom.GlobalEventHandlers
import web.dom.HTMLOrSVGElement

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy