Skip to main content

folder

caution

This is outdated, feel free to contribute to the docs and update this page. Otherwise it'll get updated in a few weeks.

View code source The folder component is for displaying a list of folders in either a grid layout or tree layout.

props

PropertyTypeDescription
pathStringPath the folder opens up to.
viewStringEither "grid" or "tree". Default is "grid".
selectionArrayArray of currently selected items in folder.
globBooleanUnknown boolean.
multiselectableBooleanWhether or not more than one item can be selected.
showHiddenFilesBooleanWhether to show hidden files or not.
transferable?Unknown
selectable?Unknown