You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+43-3
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,9 @@ new FileBrowser(path, options)
42
42
`path` : the directory to browse
43
43
44
44
`options` : a JSON value indicating the additional options to change the behaviour of the browser
45
-
-`canBrowseParent: Boolean`: allow browsing above the initial path. Useful for exploring outside the known directories.
46
-
-`precheckAccess: Boolean`: while listing directory contents, check each sub-directory is accessible or not. Inaccessible directories will be colored in red.
45
+
-`canBrowseParent: Boolean`: allow browsing above the initial path. Useful for exploring outside the known directories. Default *false*.
46
+
-`precheckAccess: Boolean`: while listing directory contents, check each sub-directory is accessible or not. Inaccessible directories will be colored in red. Default *true*.
47
+
-`fullscreen: Boolean`: open the file browser in fullscreen. Default *true*.
47
48
48
49
---
49
50
@@ -86,6 +87,15 @@ Allow browsing above the inital path. Useful for exploring outside the known dir
86
87
```javascript
87
88
canBrowseParent: Boolean
88
89
```
90
+
---
91
+
92
+
### fullscreen
93
+
94
+
Open the file browser in full screen.
95
+
96
+
```javascript
97
+
fullscreen: Boolean
98
+
```
89
99
90
100
---
91
101
@@ -117,4 +127,34 @@ The current directory being displayed.
0 commit comments