Variable CSSMatrixComponent
CSSMatrixComponent: {
prototype: CSSMatrixComponent;
new (
matrix: DOMMatrixReadOnly,
options?: CSSMatrixComponentOptions,
): CSSMatrixComponent;
}
prototype: CSSMatrixComponent;
new (
matrix: DOMMatrixReadOnly,
options?: CSSMatrixComponentOptions,
): CSSMatrixComponent;
}
Type declaration
- new (
 matrix: DOMMatrixReadOnly,
 options?: CSSMatrixComponentOptions,
 ): CSSMatrixComponent
- Parameters- matrix: DOMMatrixReadOnly
- Optionaloptions: CSSMatrixComponentOptions
 - Returns CSSMatrixComponent
 
- new (
- prototype: CSSMatrixComponent