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

jsMain.web.window.WindowTarget.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

@file:Suppress(
    "NAME_CONTAINS_ILLEGAL_CHARS",
    "NESTED_CLASS_IN_EXTERNAL_INTERFACE",
)

package web.window

// language=JavaScript
@JsName("""(/*union*/{_self: '_self', _blank: '_blank', _parent: '_parent', _top: '_top'}/*union*/)""")
sealed external interface WindowTarget {
    companion object {
        val _self: WindowTarget
        val _blank: WindowTarget
        val _parent: WindowTarget
        val _top: WindowTarget
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy