srcdoc property
JSAny
get
srcdoc
The srcdoc
property of the HTMLIFrameElement specifies the content
of the page.
Implementation
external JSAny get srcdoc;
set
srcdoc
(JSAny value)
Implementation
external set srcdoc(JSAny value);