Skip to main content

Type Alias: PreviewFilesOptions

PreviewFilesOptions = object

Defined in: ExpoQuickLook.types.ts:42

Options for previewing multiple files with swipe navigation.

Platform

ios

Properties

editingMode?

optional editingMode?: EditingMode

Defined in: ExpoQuickLook.types.ts:50

Controls whether the user can edit files during preview.


initialIndex?

optional initialIndex?: number

Defined in: ExpoQuickLook.types.ts:48

Zero-based index of the file to show first. Defaults to 0.


requestOptions?

optional requestOptions?: RequestOptions

Defined in: ExpoQuickLook.types.ts:46

HTTP request options for remote URL downloads.


uris

uris: string[]

Defined in: ExpoQuickLook.types.ts:44

Array of local file paths or remote URLs to preview.