# PreviewImageOptions

Options passed to previewImage.

Availability
0.8
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# error

Availability
0.8
error :Callback<PreviewImageError>

Function called back if the preview fails. Check the message property of passed back parameter.


# image

Availability
0.8
image :Titanium.Blob

The image to preview. Must be a blob based on a file, such as from read.


# success

Availability
0.8
success :Callback<SuccessResponse>

Function to be called back if the preview succeeds. No info is passed.