When set will add the downloads directory as mountpoint

Defines a single mount point for the file manager.

When set will add external storage devices as mountpoints

Hierarchy

  • FileManagerMountPoint

Properties

canCreateFolder?: boolean

True when the user is allowed to create folders inside the mount point.

canDelete?: boolean

True when the user is allowed to delete files or folders inside the mount point.

canRename?: boolean

True when the user is allowed to rename files or folders inside the mount point.

displayName?: string

The display name for the mount point.

isReadOnly?: boolean

True when the user is NOT allowed to perform writing operations (move, delete, create, rename, ..) inside the mount point.

path: string

The path to which this mount point will map.

Generated using TypeDoc