Packagesystem.data
Interfacepublic interface Identifiable
Implementors ConfigurableObject, CoreStyleSheet, Localization

This interface defines a common structure for identifiable classes (has an "id" property).



Public Properties
 PropertyDefined By
  id : *
Indicates the id value of this object.
Identifiable
Property Detail
idproperty
id:*

Indicates the id value of this object.


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