Skip to main content

FilesystemPermissionRequest 객체는 PermissionRequest를 상속한다.

FilesystemPermissionRequest 객체는 PermissionRequest를 확장한다

  • filePath string (선택 사항) - fileSystem 요청의 경로를 나타낸다.
  • isDirectory boolean (선택 사항) - fileSystem 요청이 디렉토리인지 여부를 나타낸다.
  • fileAccessType string (선택 사항) - fileSystem 요청의 접근 타입을 나타낸다. writable(쓰기 가능) 또는 readable(읽기 가능) 중 하나의 값을 가질 수 있다.