Skip to main content

Type Alias: PreviewFileOptions

PreviewFileOptions = object

Defined in: ExpoQuickLook.types.ts:21

Options for previewing a single file.

Properties

chooserTitle?

optional chooserTitle?: string

Defined in: ExpoQuickLook.types.ts:30

Title shown in the Android share/chooser sheet.

Platform

android


editingMode?

optional editingMode?: EditingMode

Defined in: ExpoQuickLook.types.ts:35

Controls whether the user can edit the file during preview.

Platform

ios


requestOptions?

optional requestOptions?: RequestOptions

Defined in: ExpoQuickLook.types.ts:25

HTTP request options for remote URL downloads.


uri

uri: string

Defined in: ExpoQuickLook.types.ts:23

Local file path or remote URL (https://...) of the file to preview.