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

jsMain.web.screen.ScreenOrientation.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.screen

import js.core.Void
import web.events.Event
import web.events.EventHandler
import web.events.EventTarget
import kotlin.js.Promise

sealed external class ScreenOrientation :
    EventTarget {
    val angle: Double
    var onchange: EventHandler?
    val type: OrientationType
    fun lock(orientation: OrientationLockType): Promise
    fun unlock()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy