@@ -86,7 +86,8 @@ render(
8686| logoUrl | string | | * See the [ developer docs] ( https://developer.box.com/docs/box-content-explorer#section-options ) .* |
8787| sharedLink | string | | * See the [ developer docs] ( https://developer.box.com/docs/box-content-explorer#section-options ) .* |
8888| sharedLinkPassword | string | | * See the [ developer docs] ( https://developer.box.com/docs/box-content-explorer#section-options ) .* |
89- | defaultView | string | ` files ` | * See the [ developer docs] ( https://developer.box.com/docs/box-content-picker#section-options ) .* |
89+ | defaultView | string | ` files ` | * See the [ developer docs] ( https://developer.box.com/docs/box-content-explorer#section-options ) .* |
90+ | responseFilter | function | | * See the [ developer docs] ( https://developer.box.com/docs/box-content-explorer#section-options ) .* |
9091
9192### Keyboard Shortcuts
9293* See the [ developer docs] ( https://developer.box.com/docs/box-content-explorer#section-keyboard-shortcuts ) .*
@@ -139,6 +140,7 @@ render(
139140| chooseButtonLabel | string | | * See the [ developer docs] ( https://developer.box.com/docs/box-content-picker#section-options ) .* |
140141| cancelButtonLabel | string | | * See the [ developer docs] ( https://developer.box.com/docs/box-content-picker#section-options ) .* |
141142| defaultView | string | ` files ` | * See the [ developer docs] ( https://developer.box.com/docs/box-content-picker#section-options ) .* |
143+ | responseFilter | function | | * See the [ developer docs] ( https://developer.box.com/docs/box-content-picker#section-options ) .* |
142144
143145### Keyboard Shortcuts
144146* See the [ developer docs] ( https://developer.box.com/docs/box-content-picker#section-keyboard-shortcuts ) .*
@@ -179,6 +181,7 @@ render(
179181| logoUrl | string | | * See the [ developer docs] ( https://developer.box.com/docs/box-content-uploader#section-options ) .* |
180182| sharedLink | string | | * See the [ developer docs] ( https://developer.box.com/docs/box-content-uploader#section-options ) .* |
181183| sharedLinkPassword | string | | * See the [ developer docs] ( https://developer.box.com/docs/box-content-uploader#section-options ) .* |
184+ | responseFilter | function | | * See the [ developer docs] ( https://developer.box.com/docs/box-content-uploader#section-options ) .* |
182185
183186
184187## Content Tree ([ Documentation] ( https://developer.box.com/docs/box-content-tree ) )
@@ -218,6 +221,7 @@ render(
218221| logoUrl | string | | * See the [ developer docs] ( https://developer.box.com/docs/box-content-tree#section-options ) .* |
219222| sharedLink | string | | * See the [ developer docs] ( https://developer.box.com/docs/box-content-tree#section-options ) .* |
220223| sharedLinkPassword | string | | * See the [ developer docs] ( https://developer.box.com/docs/box-content-tree#section-options ) .* |
224+ | responseFilter | function | | * See the [ developer docs] ( https://developer.box.com/docs/box-content-tree#section-options ) .* |
221225
222226
223227## Content Preview ([ Documentation] ( https://developer.box.com/docs/box-content-preview ) )
0 commit comments