name property
The name property of the
HTMLObjectElement interface returns a string that
reflects the
name
HTML attribute, specifying the name of
the browsing context.
Implementation
external String get name;
Implementation
external set name(String value);