WebIDLpedia

CSSVariableReferenceValue interface

Definition

CSS Typed OM Level 1 defines CSSVariableReferenceValue



[Exposed=(Window, Worker, PaintWorklet, LayoutWorklet)]
interface CSSVariableReferenceValue {
    constructor(USVString variable, optional CSSUnparsedValue? fallback = null);
    attribute USVString variable;
    readonly attribute CSSUnparsedValue? fallback;
};

Methods and attributes that return objects implementing CSSVariableReferenceValue