Class: FSView

ui.FSView

new ui.FSView () Deprecated : Use a html.ListView instead.

Element representing a list view specialized for displaying file system models.

This element has a default delegate, which may be overwritten if needed.

Properties:
Name Type Description
displayMode string

(default: "list") The display mode. One of list|grid

filesystem html.Filesystem

(default: null) If the filesystem is set, it is used for icon thumbnails.

iconScale number

(default: 1) The scaling factor of icons.

Extends