UserFormStateValue
@spartanfx/react / spfx / UserFormStateValue
Type Alias: UserFormStateValue
type UserFormStateValue = IPeoplePickerUser[] | null;
Represents the selected users from a People Picker field.
Uses the IPeoplePickerUser type, typically returned from SharePoint's People Picker.