Skip to content

Commit 1abc684

Browse files
committed
comit changes to FilePicker doc
1 parent 09ce89f commit 1abc684

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/documentation/docs/controls/FilePicker.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ The FilePicker component can be configured with the following properties:
5959
| label | string | no | Specifies the text describing the file picker. |
6060
| buttonLabel | string | no | Specifies the label of the file picker button. |
6161
| buttonIcon | string | no | In case it is provided the file picker will be rendered as an action button. |
62+
buttonIconProps | IIconProps | no | In case it is provided the file picker will be rendered as an Icon the and all can define Properties for Icon |
6263
| onSave | (filePickerResult: IFilePickerResult) => void | yes | Handler when the file has been selected and picker has been closed. |
6364
| onChange | (filePickerResult: IFilePickerResult) => void | no | Handler when the file selection has been changed. |
6465
| context | ExtensionContext \| WebPartContext | yes | Current context. |

src/controls/filePicker/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ export * from "./FilePicker";
22
export * from "./FilePicker.types";
33
export * from "./IFilePickerProps";
44
export * from "./IFilePickerState";
5+
export { IIconProps } from "office-ui-fabric-react";

0 commit comments

Comments
 (0)