Typescript Library Declarations (Web Worker)
Interface CSSMatrixComponent
MDN Reference
interface
CSSMatrixComponent
{
is2D
:
boolean
;
matrix
:
DOMMatrix
;
toMatrix
(
)
:
DOMMatrix
;
toString
(
)
:
string
;
}
Hierarchy
CSSTransformComponent
CSSMatrixComponent (
view full
)
Index
Properties
is2D
matrix
Methods
to
Matrix
to
String
Properties
is2D
is2D
:
boolean
MDN Reference
matrix
matrix
:
DOMMatrix
MDN Reference
Methods
to
Matrix
to
Matrix
(
)
:
DOMMatrix
MDN Reference
Returns
DOMMatrix
to
String
to
String
(
)
:
string
Returns
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
is2D
matrix
Methods
to
Matrix
to
String
Typescript Library Declarations (Web Worker)
MDN Reference