Packageflash.accessibility
Interfacepublic interface ISearchableText

Language version: ActionScript 3.0
Runtime version: 

The ISearchableText interface can be implemented by objects that contain text which should be searchable on the web.



Public Properties
 PropertyDefined by
  searchText : String
[read-only] Gets the search text from a component implementing ISearchableText.
ISearchableText
Property detail
searchTextproperty
searchText:String  [read-only]

Language version: ActionScript 3.0
Runtime version: 

Gets the search text from a component implementing ISearchableText.

Implementation
    public function get searchText():String