Packageeu.orangeflash.webapis.yahoo.types
Classpublic class Thumbnail

Thumbnail information, you recieve this items as Image.thumbnail property, when using Image Search.



Public Properties
 PropertyDefined by
  height : Number
[read-only] Number, thumbnail height.
Thumbnail
  url : String
[read-only] String, thumbnail url.
Thumbnail
  width : Number
[read-only] Number, thumbnail width.
Thumbnail
Property detail
heightproperty
height:Number  [read-only]

Number, thumbnail height.

Implementation
    public function get height():Number
urlproperty 
url:String  [read-only]

String, thumbnail url.

Implementation
    public function get url():String
widthproperty 
width:Number  [read-only]

Number, thumbnail width.

Implementation
    public function get width():Number