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
Optional
options: CSSMatrixComponentOptions
Returns CSSMatrixComponent
- new (
prototype: CSSMatrixComponent