
jsMain.web.html.SelectionDirection.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
@file:Suppress(
"NAME_CONTAINS_ILLEGAL_CHARS",
)
package web.html
// language=JavaScript
@JsName("""(/*union*/{forward: 'forward', backward: 'backward', none: 'none'}/*union*/)""")
external enum class SelectionDirection {
forward,
backward,
none,
;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy