body property

HTMLElement get body

Specifies the beginning and end of the document body.

MDN Reference

Implementation

_i3.HTMLElement get body => _i4.getProperty(
      this,
      'body',
    );
set body (HTMLElement value)

Implementation

set body(_i3.HTMLElement value) {
  _i4.setProperty(
    this,
    'body',
    value,
  );
}