HTMLObjectElement

The interface for <object>. Extends HTMLElementElement.

Reflected properties

All setters are guarded and throw NoModificationAllowedError on a read-only document.

Property Attribute Type Notes
data data string Reflects the content attribute verbatim.
type type string Reflects the content attribute verbatim.
name name string Reflects the content attribute verbatim.
width width string Reflects the content attribute verbatim.
height height string Reflects the content attribute verbatim.

See also