dijit._Widget.domNode
dojo.require("dijit._Widget");
defined in dijit/_Widget.js
this is our visible representation of the widget! Other DOM Nodes may by assigned to other properties, usually through the template system's dojoAttachPonit syntax, but the domNode property is the canonical "top level" node in widget UI.