Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents FSView options.

Hierarchy

  • FSViewOptions

Index

Properties

alignMode

alignMode: "explorer" | "desktop"

The intended view usage. "explorer" is the default. Use "desktop" if you are intending to build a custom shell with a default icon view.

enableNavigation

enableNavigation: boolean

Whether to allow navigation.

iconMovement

iconMovement: "align" | "free"

Icon alignment options. "align" specifies an ordered list of icons, "free" is the same as "align" with the exception to allow them to be freely moved.

iconPreviews

iconPreviews: boolean

Whether to allow thumbnails for image files.

metaLookup

metaLookup: boolean

Whether to perform metadata lookups for a directory.

previewMaxSize

previewMaxSize: number

The maximum allowed image size to use for thumbnails.

showHiddenFiles

showHiddenFiles: boolean

Whether to show hidden files (files prefixed with a .).

singleClick

singleClick: boolean

Whether to use single click for item interaction.

specialIcons

specialIcons: []

Special icons.

storedIconPositions

storedIconPositions: []

Stored icon positions.

viewMode

viewMode: "icons" | "tile" | "details"

The view mode.

Generated using TypeDoc