Skip to content

Commit 1e6a1b1

Browse files
author
Richard Gigan
committed
doc(FilePicker) : add precision for Bing Search image API
1 parent 1e6b0f4 commit 1e6a1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/docs/controls/FilePicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The FilePicker component can be configured with the following properties:
8383
| context | BaseComponentContext | yes | Current context. |
8484
| accepts | string[] | no | Array of strings containing allowed files extensions. E.g. [".gif", ".jpg", ".jpeg", ".bmp", ".dib", ".tif", ".tiff", ".ico", ".png", ".jxr", ".svg"] |
8585
| required | boolean | no | Sets the label to inform that the value is required. |
86-
| bingAPIKey | string | no | Used to execute WebSearch. If not provided SearchTab will not be available. |
86+
| bingAPIKey | string | no | Used to execute WebSearch. If not provided SearchTab will not be available. The API key can be created on a Azure account ([Bing image search API](https://www.microsoft.com/en-us/bing/apis/bing-image-search-api)), a free version exist for 1000 query per month ([Pricing](https://www.microsoft.com/en-us/bing/apis/pricing)) |
8787
| disabled | boolean | no | Specifies if the picker button is disabled |
8888
| hidden | boolean | no | Specifies if the picker button is hidden (if hidden, panel visibility can still be controlled with isPanelOpen) |
8989
| itemsCountQueryLimit | number | no | Number of items to obtain when executing REST queries. Default 100. |

0 commit comments

Comments
 (0)