| Package | org.un.flex.graphLayout.data |
| Interface | public interface IDataItem |
| Subinterfaces | IEdge, INode |
| Property | Defined 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 | ||
| data | property |
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
| id | property |
id:int [read-only]Access to the id property of any item.
Implementation public function get id():int