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

jsMain.web.dom.ProcessingInstruction.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.dom

import web.cssom.LinkStyle

sealed external class ProcessingInstruction :
    CharacterData,
    LinkStyle {
    override val ownerDocument: Document
    val target: String
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy