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

main.web.permissions.PermissionStatus.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.permissions

import web.events.Event
import web.events.EventHandler
import web.events.EventTarget

sealed external class PermissionStatus :
    EventTarget {
    val name: String
    var onchange: EventHandler?
    val state: PermissionState
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy