Definition
Geometry Interfaces Module Level 1 defines DOMRectInit
dictionary DOMRectInit {
unrestricted double x = 0;
unrestricted double y = 0;
unrestricted double width = 0;
unrestricted double height = 0;
};
Referring IDL interfaces/dictionaries
Referring specifications
- Intersection Observer refers to
DOMRectInit
- WebCodecs refers to
DOMRectInit