data property

String get data

The data property of the HTMLObjectElement interface returns a string that reflects the data HTML attribute, specifying the address of a resource's data.

Implementation

external String get data;
set data (String value)

Implementation

external set data(String value);