Type Alias: ThumbnailResult
ThumbnailResult =
object
Defined in: ExpoQuickLook.types.ts:70
Result returned after generating a thumbnail.
Platform
ios
Properties
height
height:
number
Defined in: ExpoQuickLook.types.ts:76
Actual height of the generated thumbnail in pixels.
uri
uri:
string
Defined in: ExpoQuickLook.types.ts:72
Local URI of the generated thumbnail image.
width
width:
number
Defined in: ExpoQuickLook.types.ts:74
Actual width of the generated thumbnail in pixels.