Skip to main content

Type Alias: EditingMode

EditingMode = "disabled" | "createCopy" | "updateContents"

Defined in: ExpoQuickLook.types.ts:8

Controls whether and how the user can edit a previewed file.

  • 'disabled' — editing is not allowed
  • 'createCopy' — edits are saved as a new copy of the file
  • 'updateContents' — edits overwrite the original file