Skip to content

Commit b252e8d

Browse files
committed
docs: instead of ,
1 parent 2d38310 commit b252e8d

File tree

11 files changed

+18
-12
lines changed

11 files changed

+18
-12
lines changed

docs/documentation/docs/controls/FilePicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The FilePicker component can be configured with the following properties:
6262
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 |
6363
| onSave | (filePickerResult: IFilePickerResult) => void | yes | Handler when the file has been selected and picker has been closed. |
6464
| onChange | (filePickerResult: IFilePickerResult) => void | no | Handler when the file selection has been changed. |
65-
| context | ExtensionContext \| WebPartContext | yes | Current context. |
65+
| context | BaseComponentContext | yes | Current context. |
6666
| accepts | string[] | no | Array of strings containing allowed files extensions. E.g. [".gif", ".jpg", ".jpeg", ".bmp", ".dib", ".tif", ".tiff", ".ico", ".png", ".jxr", ".svg"] |
6767
| required | boolean | no | Sets the label to inform that the value is required. |
6868
| bingAPIKey | string | no | Used to execute WebSearch. If not provided SearchTab will not be available. |

docs/documentation/docs/controls/FolderExplorer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The `FolderExplorer` control can be configured with the following properties:
5050

5151
| Property | Type | Required | Description |
5252
| ---- | ---- | ---- | ---- |
53-
| context | WebPartContext \| ExtensionContext | yes | The context object of the SPFx loaded webpart or customizer. |
53+
| context | BaseComponentContext | yes | The context object of the SPFx loaded webpart or customizer. |
5454
| siteAbsoluteUrl | string | no | The absolute url of the target site. Only required if not the current site. |
5555
| rootFolder | IFolder | yes | The lowest level folder that can be explored. This can be the root folder of a library. If site url is provided, it will allow the user to select a document library |
5656
| defaultFolder | IFolder | yes | The default folder to be explored. |

docs/documentation/docs/controls/FolderPicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The `FolderPicker` control can be configured with the following properties:
5656

5757
| Property | Type | Required | Description |
5858
| ---- | ---- | ---- | ---- |
59-
| context | WebPartContext \| ExtensionContext | yes | The context object of the SPFx loaded webpart or customizer. |
59+
| context | BaseComponentContext | yes | The context object of the SPFx loaded webpart or customizer. |
6060
| label | string | yes | The label for the control. |
6161
| rootFolder | IFolder | yes | The lowest level folder that can be explored. This can be the root folder of a library. |
6262
| defaultFolder | IFolder | no | The default folder to be selected or explored. |

docs/documentation/docs/controls/ListItemAttachments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The `ListItemAttachments` control can be configured with the following propertie
3636

3737
| Property | Type | Required | Description |
3838
| ---- | ---- | ---- | ---- |
39-
| context | WebPartContext \| ExtensionContext | yes | SPFx web part or extention context |
39+
| context | BaseComponentContext | yes | SPFx web part or extention context |
4040
| itemId | number | yes | List Item Id |
4141
| listId | string | yes | Guid of the list. |
4242
| webUrl | string | no | URL of the site. By default it uses the current site URL. |

docs/documentation/docs/controls/ListItemPicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The `ListItemPicker` control can be configured with the following properties:
5050
| ---- | ---- | ---- | ---- |
5151
| columnInternalName | string | yes | InternalName of column to search and get values. |
5252
| keyColumnInternalName | string | no | InternalName of column to use as the key for the selection. Must be a column with unique values. Default: Id |
53-
| context | WebPartContext \| ExtensionContext | yes | SPFx web part or extention context |
53+
| context | BaseComponentContext | yes | SPFx web part or extention context |
5454
| listId | string | yes | Guid of the list. |
5555
| itemLimit | number | yes | Number of items which can be selected |
5656
| onSelectItem | (items: any[]) => void | yes | Callback function which returns the selected items. |

docs/documentation/docs/controls/ListPicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The `ListPicker` control can be configured with the following properties:
4949

5050
| Property | Type | Required | Description |
5151
| ---- | ---- | ---- | ---- |
52-
| context | WebPartContext \| ExtensionContext | yes | The context object of the SPFx loaded webpart or customizer. |
52+
| context | BaseComponentContext | yes | The context object of the SPFx loaded webpart or customizer. |
5353
| className | string | no | If provided, additional class name to provide on the dropdown element. |
5454
| disabled | boolean | no | Whether or not the control is disabled. |
5555
| baseTemplate | number | no | The SharePoint BaseTemplate ID to filter the list options by. |

docs/documentation/docs/controls/PeoplePicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The People picker control can be configured with the following properties:
5555

5656
| Property | Type | Required | Description | Default |
5757
| ---- | ---- | ---- | ---- | ---- |
58-
| context | WebPartContext | yes | Context of the current web part. | |
58+
| context | BaseComponentContext | yes | Context of the current web part. | |
5959
| titleText | string | no | Text to be displayed on the control | |
6060
| groupName | string | no | group from which users are fetched. Leave it blank if need to filter all users | _none_ |
6161
| personSelectionLimit | number | no | Defines the limit of people that can be selected in the control | 1 |

docs/documentation/docs/controls/SecurityTrimmedControl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The `SecurityTrimmedControl` can be configured with the following properties:
7676
7777
| Property | Type | Required | Description |
7878
| ---- | ---- | ---- | ---- |
79-
| context | WebPartContext \| ExtensionContext | yes | Context of the web part, application customizer, field customizer, or list view command set. |
79+
| context | BaseComponentContext | yes | Context of the web part, application customizer, field customizer, or list view command set. |
8080
| permissions | SPPermission[] | yes | The permissions to check for the user. |
8181
| level | PermissionLevel | yes | Specify where to check the user permissions: current site or list / remote site or list. |
8282
| remoteSiteUrl | string | no | The URL of the remote site. Required when you want to check permissions on remote site or list. |

docs/documentation/docs/controls/SiteBreadcrumb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ The SiteBreadcrumb control can be configured with the following properties:
2626

2727
| Property | Type | Required | Description |
2828
| ---- | ---- | ---- | ---- |
29-
| context | WebPartContext \| ExtensionContext | yes | Pass the context of your web part or application customizer extension. |
29+
| context | BaseComponentContext | yes | Pass the context of your web part or application customizer extension. |
3030

3131
![](https://telemetry.sharepointpnp.com/sp-dev-fx-controls-react/wiki/controls/SiteBreadcrumb)

docs/documentation/docs/controls/TaxonomyPicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ The TaxonomyPicker control can be configured with the following properties:
153153
| panelTitle | string | yes | TermSet Picker Panel title. |
154154
| label | string | yes | Text displayed above the Taxonomy Picker. |
155155
| disabled | boolean | no | Specify if the control needs to be disabled. |
156-
| context | WebPartContext \| ExtensionContext | yes | Context of the current web part or extension. |
156+
| context | BaseComponentContext | yes | Context of the current web part or extension. |
157157
| initialValues | IPickerTerms | no | Defines the selected by default term sets. |
158158
| allowMultipleSelections | boolean | no | Defines if the user can select only one or many term sets. Default value is false. |
159159
| termsetNameOrID | string | yes | The name or Id of your TermSet that you would like the Taxonomy Picker to chose terms from. |

0 commit comments

Comments
 (0)