WebIDLpedia

CSSMatrixComponent interface

Definition

CSS Typed OM Level 1 defines CSSMatrixComponent



[Exposed=(Window, Worker, PaintWorklet, LayoutWorklet)]
interface CSSMatrixComponent : CSSTransformComponent {
    constructor(DOMMatrixReadOnly matrix, optional CSSMatrixComponentOptions options = {});
    attribute DOMMatrix matrix;
};

Methods and attributes that return objects implementing CSSMatrixComponent