rootElementDOMElement
private
The root DOM element to which event listeners should be attached. Event listeners will be attached to the document unless this is overridden.
Can be specified as a DOMElement or a selector string.
The default body is a string since this may be evaluated before document.body exists in the DOM.
Default: 'body'
Please login to continue.