Packagesystem.data
Interfacepublic interface Data

The Data interface defines the interface for object that have a data property.



Public Properties
 PropertyDefined By
  data : *
Indicates the data value object of the component.
Data
Property Detail
dataproperty
data:*

Indicates the data value object of the component.


Implementation
    public function get data():*
    public function set data(value:any):void