You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|webAbsoluteUrl|string|no|SpecifythesiteURLonwhichyouwanttoperformtheuserquerycall. Ifnotprovided, the people picker will perform a tenant wide people/group search. When provided it will search users/groups on the provided site. | |
74
74
| showHiddenInUI | boolean | no | Show users which are hidden from the UI. By default these users/groups hidden for the UI will not be shown. | false |
75
-
| principleTypes | PrincipleType[] | no | Define which type of data you want to retrieve: User, SharePoint groups, Security groups. Multiple are possible. | |
75
+
| principalTypes | PrincipalType[] | no | Define which type of data you want to retrieve: User, SharePoint groups, Security groups. Multiple are possible. | |
76
76
| suggestionsLimit | number | no | Maximum number of suggestions to show in the full suggestion list. | 5 |
77
-
| resolveDelay | number | no | Add delay to resolve and search users | 1000 |
77
+
| resolveDelay | number | no | Add delay to resolve and search users | 200 |
78
78
79
79
Enum `PrincipalType`
80
80
81
81
The `PrincipalType` enum can be used to specify the types of information you want to query: User, Security groups, and/or SharePoint groups.
0 commit comments