File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
docs/documentation/docs/controls Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ The FilePicker component can be configured with the following properties:
59
59
| label | string | no | Specifies the text describing the file picker. |
60
60
| buttonLabel | string | no | Specifies the label of the file picker button. |
61
61
| 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 |
62
63
| onSave | (filePickerResult: IFilePickerResult) => void | yes | Handler when the file has been selected and picker has been closed. |
63
64
| onChange | (filePickerResult: IFilePickerResult) => void | no | Handler when the file selection has been changed. |
64
65
| context | ExtensionContext \| WebPartContext | yes | Current context. |
Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ export * from "./FilePicker";
2
2
export * from "./FilePicker.types" ;
3
3
export * from "./IFilePickerProps" ;
4
4
export * from "./IFilePickerState" ;
5
+ export { IIconProps } from "office-ui-fabric-react" ;
You can’t perform that action at this time.
0 commit comments