WebIDLpedia

CSSNumericArray interface

Definition

CSS Typed OM Level 1 defines CSSNumericArray



[Exposed=(Window, Worker, PaintWorklet, LayoutWorklet)]
interface CSSNumericArray {
    iterable<CSSNumericValue>;
    readonly attribute unsigned long length;
    getter CSSNumericValue (unsigned long index);
};

Methods and attributes that return objects implementing CSSNumericArray

Referring IDL interfaces/dictionaries