Packageorg.apache.flex.core
Interfacepublic interface IFlexInfo
Implementors Application, Application, Application

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The IFlexInfo interface is an interface used to signal to the compiler that it should generate a data structure that contains information about the application such as its size, mixins, locale, etc.



Public Methods
 MethodDefined By
  
info():Object
The compiler overrides this getter to provide the data structure.
IFlexInfo
Method Detail
info()method
public function info():Object

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The compiler overrides this getter to provide the data structure.

Returns
Object