body property
HTMLElement?
get
body
The Document.body property represents the
body or frameset node of the current document, or
null if no such element exists.
Implementation
external HTMLElement? get body;
set
body
(HTMLElement? value)
Implementation
external set body(HTMLElement? value);