CSSMatrixComponent
open class CSSMatrixComponent(matrix: DOMMatrixReadOnly, options: CSSMatrixComponentOptions = definedExternally) : CSSTransformComponent(source)
The CSSMatrixComponent interface of the CSS Typed Object Model API represents the matrix() and matrix3d() values of the individual transform property in CSS. It inherits properties and methods from its parent CSSTransformValue.