Back to Electron

FilesystemPermissionRequest Object extends `PermissionRequest`

docs/api/structures/filesystem-permission-request.md

42.0.0339 B
Original Source

FilesystemPermissionRequest Object extends PermissionRequest

  • filePath string (optional) - The path of the fileSystem request.
  • isDirectory boolean (optional) - Whether the fileSystem request is a directory.
  • fileAccessType string (optional) - The access type of the fileSystem request. Can be writable or readable.