innerHTML property
The innerHTML property of the ShadowRoot
interface sets or returns a reference to the DOM tree inside the
ShadowRoot.
Implementation
external JSAny get innerHTML;
Implementation
external set innerHTML(JSAny value);
The innerHTML property of the ShadowRoot
interface sets or returns a reference to the DOM tree inside the
ShadowRoot.
external JSAny get innerHTML;
external set innerHTML(JSAny value);