RasterListItem.setThumbnail( thumbnail )
Sets the image displayed in the "thumbs" mode.Parameters
Name | Type | Description | |
---|---|---|---|
thumbnail | value |
String containing path of an image. Set to
null to remove any previously set image. |
Returns
Type | Description |
---|---|
object | The list item object. This allow for chaining multiple setter methods in one single statement. |