ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.mosaic.om.interfaces 

IMetadataAvailable  - AS3 ADEP Composite Application

Packagecom.adobe.mosaic.om.interfaces
Interfacepublic interface IMetadataAvailable

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Runtime Versions: AIR 2.6, Flash Player 10.2

The IMetadataAvailable interface provides methods for retrieving metadata about nodes in the DOM.



Public Properties
 PropertyDefined By
  metadata : IMetadata
[read-only] Returns the metadata if any of the node.
IMetadataAvailable
Property Detail

metadata

property
metadata:IMetadata  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

Returns the metadata if any of the node.



Implementation
    public function get metadata():IMetadata

Related API Elements