Dart API Referencedart:htmlSourceElement

SourceElement Interface

Extends

Element

Constructors

Code new SourceElement() #

SourceElement();

Fields

Code String media #

Reflects the media HTML attribute, containing the intended type of the media resource.
String media;

Code String src #

Reflects the src HTML attribute, containing the URL for the media resource.
String src;

Code String type #

Reflects the type HTML attribute, containing the type of the media resource.
String type;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.