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

jsMain.web.cssom.CSSTransformValue.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.cssom

import js.core.ArrayLike
import js.core.ReadonlyArray
import web.geometry.DOMMatrix

external class CSSTransformValue(
    transforms: ReadonlyArray,
) : CSSStyleValue,
    ArrayLike {
    override val length: Int
    val is2D: Boolean
    fun toMatrix(): DOMMatrix
    fun forEach(action: (item: CSSTransformComponent) -> Unit)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy