Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.cssom
/
CSSMatrixComponent
CSSMatrix
Component
open
class
CSSMatrixComponent
(
matrix
:
DOMMatrixReadOnly
,
options
:
CSSMatrixComponentOptions
=
definedExternally
)
:
CSSTransformComponent
(
source
)
MDN Reference
Members
Constructors
CSSMatrix
Component
Link copied to clipboard
constructor
(
matrix
:
DOMMatrixReadOnly
,
options
:
CSSMatrixComponentOptions
=
definedExternally
)
Properties
is2D
Link copied to clipboard
var
is2D
:
Boolean
MDN Reference
matrix
Link copied to clipboard
var
matrix
:
DOMMatrix
MDN Reference
Functions
to
Matrix
Link copied to clipboard
fun
toMatrix
(
)
:
DOMMatrix
MDN Reference