src property

String get src

The HTMLImageElement property src, which reflects the HTML src attribute, specifies the image to display in the img element.

Implementation

external String get src;
set src (String value)

Implementation

external set src(String value);