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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,7 @@ render(
71
71
| onUpload | function(Array<[File](https://developer.box.com/reference#file-object)>) || Callback function for when item(s) are uploaded. |
72
72
| onNavigate | function([File](https://developer.box.com/reference#file-object)) || Callback function for when navigating into a folder. |
73
73
| isTouch | boolean ||*See the [developer docs](https://developer.box.com/docs/box-content-explorer#section-options).*|
74
+
| autoFocus | boolean ||*See the [developer docs](https://developer.box.com/docs/box-content-explorer#section-options).*|
74
75
| logoUrl | string ||*See the [developer docs](https://developer.box.com/docs/box-content-explorer#section-options).*|
75
76
| sharedLink | string ||*See the [developer docs](https://developer.box.com/docs/box-content-explorer#section-options).*|
76
77
| sharedLinkPassword | string ||*See the [developer docs](https://developer.box.com/docs/box-content-explorer#section-options).*|
@@ -116,6 +117,7 @@ render(
116
117
| onCancel | function || Callback function for when the cancel button is pressed. |
117
118
| onChoose | function || Callback function for when the choose button is pressed. |
118
119
| isTouch | boolean ||*See the [developer docs](https://developer.box.com/docs/box-content-picker#section-options).*|
120
+
| autoFocus | boolean ||*See the [developer docs](https://developer.box.com/docs/box-content-picker#section-options).*|
119
121
| logoUrl | string ||*See the [developer docs](https://developer.box.com/docs/box-content-picker#section-options).*|
120
122
| sharedLink | string ||*See the [developer docs](https://developer.box.com/docs/box-content-picker#section-options).*|
121
123
| sharedLinkPassword | string ||*See the [developer docs](https://developer.box.com/docs/box-content-picker#section-options).*|
@@ -190,6 +192,7 @@ render(
190
192
| type | string |`file, web_link, folder`| Indicates which type of items show up in the tree. Should be a comma seperated combination of `file`, `folder` or `web_link`. |
191
193
| onClick | function([Folder](https://developer.box.com/reference#folder-object)|[File](https://developer.box.com/reference#file-object)|[Web Link](https://developer.box.com/reference#web-link-object)) || Callback function for when an item is clicked. |
192
194
| isTouch | boolean ||*See the [developer docs](https://developer.box.com/docs/box-content-tree#section-options).*|
195
+
| autoFocus | boolean ||*See the [developer docs](https://developer.box.com/docs/box-content-tree#section-options).*|
193
196
| logoUrl | string ||*See the [developer docs](https://developer.box.com/docs/box-content-tree#section-options).*|
194
197
| sharedLink | string ||*See the [developer docs](https://developer.box.com/docs/box-content-tree#section-options).*|
195
198
| sharedLinkPassword | string ||*See the [developer docs](https://developer.box.com/docs/box-content-tree#section-options).*|
0 commit comments