ShowProfileRequest interface  
Note
This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Input parameters provided to the showProfile API.
Properties
| modality | An optional hint to the hosting M365 application about which modality of the profile you want to show. | 
| persona | The information about the persona to show the profile for. | 
| target | The bounding rectangle of the target. | 
| trigger | Specifies which user interaction was used to trigger the API call. | 
Property Details
modality
An optional hint to the hosting M365 application about which modality of the profile you want to show.
modality?: ModalityProperty Value
persona
		targetElementBoundingRect
	   
	The bounding rectangle of the target.
targetElementBoundingRect: DOMRectProperty Value
DOMRect
		triggerType
	 
	Specifies which user interaction was used to trigger the API call.
triggerType: TriggerType