name property
String
get
name
The name property of the HTMLIFrameElement interface is a string
value that reflects the name attribute of the iframe element,
indicating the specific name of the <iframe> element.
Implementation
external String get name;
set
name
(String value)
Implementation
external set name(String value);