Skip to content

Commit

Permalink
Update SitePicker.md (#1842)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuidoZam committed Aug 12, 2024
1 parent 03a9d8a commit fadbbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/docs/controls/SitePicker.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The `SitePicker` control can be configured with the following properties:
| isDesc | boolean | no | Specifies if the list is sorted in descending order. Default: `false`. |
| label | string | no | Label to use for the control. |
| limitToCurrentSiteCollection | boolean | no | Specifies if the options should be limited by the current site collections. Taken into consideration if selectionMode is set to `web`. |
| mode | `'site' | 'web' | 'hub'` | no | Defines what entities are available for selection: site collections, sites, hub sites. Default: `web`. |
| mode | `'associatedsites' | 'site' | 'web' | 'hub'` | no | Defines what entities are available for selection: site collections, sites, hub sites and sites inside hub. Default: `web`. |
| multiSelect | boolean | no | Optional mode indicates if multi-choice selections is allowed. Default: `true`. |
| onChange | `(selectedSites: ISite[]) => void` | yes | Selection change handler. |
| orderBy | `'title' | 'url'` | no | Specifices if the list is sorted by title or url. Default: `title`. |
Expand Down

0 comments on commit fadbbf5

Please sign in to comment.