Packageorg.un.flex.graphLayout.data
Interfacepublic interface IDataItem
SubinterfacesIEdge, INode

This is the base interface of our data items, like nodes (vertices) and edges, it specifies ID and data properties.



Public Properties
 PropertyDefined by
  data : Object
Access to the data object associated with any item.
IDataItem
  id : int
[read-only] Access to the id property of any item.
IDataItem
Property detail
dataproperty
data:Object  [read-write]

Access to the data object associated with any item.

Implementation
    public function get data():Object
    public function set data(value:Object):void
idproperty 
id:int  [read-only]

Access to the id property of any item.

Implementation
    public function get id():int