Typescript Library Declarations (DOM)
Interface CSSTransformComponent
MDN Reference
interface
CSSTransformComponent
{
is2D
:
boolean
;
toMatrix
()
:
DOMMatrix
;
toString
()
:
string
;
}
Hierarchy
CSSTransformComponent (
View Summary
)
CSSMatrixComponent
CSSPerspective
CSSRotate
CSSScale
CSSSkew
CSSSkewX
CSSSkewY
CSSTranslate
Index
Properties
is2D
Methods
to
Matrix
to
String
Properties
is2D
is2D
:
boolean
MDN Reference
Methods
to
Matrix
toMatrix
()
:
DOMMatrix
MDN Reference
Returns
DOMMatrix
to
String
toString
()
:
string
Returns
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
is2D
Methods
to
Matrix
to
String
Typescript Library Declarations (DOM)
MDN Reference