WebIDLpedia

CSSMathValue interface

Definition

CSS Typed OM Level 1 defines CSSMathValue



[Exposed=(Window, Worker, PaintWorklet, LayoutWorklet)]
interface CSSMathValue : CSSNumericValue {
    readonly attribute CSSMathOperator operator;
};

Referring IDL interfaces/dictionaries