WebIDLpedia

HTMLModelElement interface

Definition

The <model> element defines HTMLModelElement

[Exposed=Window]
interface HTMLModelElement : HTMLElement {

  readonly attribute Promise<HTMLModelElement> ready;
  readonly attribute DOMPointReadOnly boundingBoxCenter;
  readonly attribute DOMPointReadOnly boundingBoxExtents;
  attribute DOMMatrixReadOnly entityTransform;

};

Methods and attributes that return objects implementing HTMLModelElement

Referring IDL interfaces/dictionaries