getViewModelUserObject
@spartanfx/react / spfx / getViewModelUserObject
Function: getViewModelUserObject()
function getViewModelUserObject(user): IComboBoxPeoplePickerUserProps;
Utility function to map a full ISiteUserInfo object into the simplified
IComboBoxPeoplePickerUserProps structure used by this component.
Props
| Property | Type | Description |
|---|---|---|
id | number | User ID (matches SharePoint user ID). |
loginName | string | Login name or claim-based identifier (e.g., i:0#.f |
title | string | Display name. |
Full type reference:
IComboBoxPeoplePickerUserProps