name property
String
get
name
The HTMLImageElement
interface's deprecated name
property specifies
a name for the element. This has been replaced by the Element.id
property available on all elements.
Implementation
external String get name;
set
name
(String value)
Implementation
external set name(String value);