
jsMain.web.cssom.StylePropertyMapReadOnly.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package web.cssom
import js.core.ReadonlyArray
sealed external class StylePropertyMapReadOnly {
val size: Int
operator fun get(property: String): CSSStyleValue?
fun getAll(property: String): ReadonlyArray
fun has(property: String): Boolean
fun forEach(action: (item: ReadonlyArray) -> Unit)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy