Class: FSItem

ui.FSItem

new ui.FSItem ()

Element representing a file item for displaying in a list view.

Properties:
Name Type Description
columnWidths Array.<number>

(default: []) An optional array for setting the widths of the columns in list mode.

displayMode string

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

file object

(default: null) The file object to represent.

highlighted bool

(default: false) If true, the item is highlighted.

thumbnail string

(default: "") The URL of the thumbnail. This is usually a local blob URL.

Extends