Source code
Revision control
Copy as Markdown
Other Tools
// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into webref
// Source: The <model> element (https://immersive-web.github.io/model-element/)
[Exposed=Window]
interface HTMLModelElement : HTMLElement {
readonly attribute Promise<HTMLModelElement> ready;
readonly attribute DOMPointReadOnly boundingBoxCenter;
readonly attribute DOMPointReadOnly boundingBoxExtents;
attribute DOMMatrixReadOnly entityTransform;
};