Definition
CSS Typed OM Level 1 defines StylePropertyMapReadOnly
[Exposed=(Window, Worker, PaintWorklet, LayoutWorklet)]
interface StylePropertyMapReadOnly {
iterable<USVString, sequence<CSSStyleValue>>;
(undefined or CSSStyleValue) get(USVString property);
sequence<CSSStyleValue> getAll(USVString property);
boolean has(USVString property);
readonly attribute unsigned long size;
};
Methods and attributes that return objects implementing StylePropertyMapReadOnly
Referring IDL interfaces/dictionaries
Referring specifications
- Font Metrics API Level 1 refers to
StylePropertyMapReadOnly
- CSS Layout API Level 1 refers to
StylePropertyMapReadOnly