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
| Property | Type | Description |
|---|---|---|
path | String | Path the folder opens up to. |
view | String | Either "grid" or "tree". Default is "grid". |
selection | Array | Array of currently selected items in folder. |
glob | Boolean | Unknown boolean. |
multiselectable | Boolean | Whether or not more than one item can be selected. |
showHiddenFiles | Boolean | Whether to show hidden files or not. |
transferable | ? | Unknown |
selectable | ? | Unknown |