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