Settings for file manager.
Path:

fileManager

Hierarchy

  • FileManagerConfig

Properties

addDownloadsMountPoint: boolean

Default: true

True when the mount point for the downloads directory should be added.

fileManager.addDownloadsMountPoint

addExternalStorageMountPoints: boolean

Default: false

True when external storage devices will create mount points.

fileManager.addExternalStorageMountPoints

allowBreadCrumbs?: boolean

Default: true

True when the file manager should display a bread crumbs (clickable path elements).

fileManager.allowBreadCrumbs

allowCustomFileIcons: boolean

Default: true

True when SiteKiosk should retrive icons from the system, false when simple default icons should be displayed instead.

fileManager.allowCustomFileIcons

allowTreeView?: boolean

Default: true

True when the file manager should display a tree view.

fileManager.allowTreeView

defaultItemSize: number

Default: 32

The default pixel size of file entries, icons, eg.

fileManager.defaultItemSize

defaultViewIsDetails?: boolean

Default: true

True when the file manager should start in the details view.

fileManager.defaultViewIsDetails

downloadsMountPoint?: FileManagerMountPoint

When set will add the downloads directory as mountpoint

fileManager.downloadsMountPoint

externalStorageMountPoints?: FileManagerMountPoint

When set will add external storage devices as mountpoints

fileManager.externalStorageMountPoints

mountPoints: FileManagerMountPoint[]

Default: []

List of mountpoints which should be displayed in the file manager.

fileManager.mountPoints

rootDisplayName?: string

The name of the root.

fileManager.rootDisplayName

showExtensions?: boolean

Default: false

True when the file manager should display file names with their file extension.

fileManager.showExtensions

showFilesInTreeView?: boolean

Default: false

True when the file manager should display files inside of the tree view.

fileManager.showFilesInTreeView

toolbarButtons: FileManagerToolbarButton[]

Default:

[
  {
    "action": "refresh"
  },
  {
    "action": "copy"
  },
  {
    "action": "cut"
  },
  {
    "action": "paste"
  },
  {
    "action": "delete"
  },
  {
    "action": "rename"
  },
  {
    "action": "newFolder"
  },
  {
    "action": "selectAll"
  },
  {
    "action": "toggleItemSize"
  },
  {
    "action": "toggleView"
  },
  {
    "action": "toggleSplitView"
  }
]


List of buttons for the file manager toolbar.

fileManager.toolbarButtons

Generated using TypeDoc