ui/uinode

class UINode()
Extends:Emitter

A class with an assigned DOM node representing it.

master
Type:UINode
Default:null
Throws Error:If attempting to set the master to an invalid type/class.

The designated master for this node.

parent
Type:UINode
Default:null
Throws Error:If attempting to set the parent to an invalid type/class.

The designated parent for this node.

$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.