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