Data source for JavaScript properties that arent objects. Contains reference to parent object so that you can set the vaule
extends goog.ds.BaseDataNode| Instance Method Summary | |
get() ⇒ ?ObjectGet the value of the node | |
getDataName() ⇒ stringGet the name of the node relative to the parent node | |
getParent_() ⇒ ?goog.ds.DataNodeGet the parent node | |
set(?Object value)Set the value of the node | |