Typescript Library Declarations (Web Worker)
Interface CSSTransformComponent
MDN Reference
interface
CSSTransformComponent
{
is2D
:
boolean
;
toMatrix
(
)
:
DOMMatrix
;
toString
(
)
:
string
;
}
Hierarchy
CSSTransformComponent (
view full
)
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
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
Methods
to
Matrix
to
String
Typescript Library Declarations (Web Worker)
MDN Reference