name property
String
get
name
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;
set
name
(String value)
Implementation
external set name(String value);