We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 121af1a + f611a04 commit 8217b47Copy full SHA for 8217b47
docs/documentation/docs/controls/FilePicker.md
@@ -80,8 +80,8 @@ interface `IFilePickerResult`
80
Provides options for carousel buttons location.
81
82
| Value | Type | Description |
83
-| ---- | ---- |
84
-| fileName | string | File namr of the result with the extension. |
+| ---- | ---- | ---- |
+| fileName | string | File name of the result with the extension. |
85
| fileNameWithoutExtension | string | File name of the result without the extension. |
86
| fileAbsoluteUrl | string | Absolute URL of the file. Null in case of file upload. |
87
| downloadFileContent | () => Promise<File> | Function allows to download file content. Returns File object. |
0 commit comments