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

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

// Automatically generated - do not modify!

package web.dom

sealed external class Text(
    data: String = definedExternally,
) : CharacterData,
    Slottable {
    /** Returns the combined data of all direct Text node siblings. */
    val wholeText: String

    /** Splits data at the given offset and returns the remainder as Text node. */
    fun splitText(offset: Number): Text
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy