ui/uinode ================= .. js:class:: UINode() :extends: Emitter A class with an assigned DOM node representing it. .. js:attribute:: master :type: UINode :default: null :throws Error: If attempting to set the master to an invalid type/class. The designated master for this node. .. js:attribute:: parent :type: UINode :default: null :throws Error: If attempting to set the parent to an invalid type/class. The designated parent for this node. .. js:attribute:: $node :type: JQuery :default: null :throws Error: If attempting to set the $node to an invalid type/class. The JQuery object containing the DOM element (exactly 1) representing this node.