UserInfoDialog
Interfaces
UserInfoDialogProps
Extends
Pick
<BaseDialogProps
,Exclude
<keyofBaseDialogProps
,"title"
|"subtitle"
>>
Indexable
[p
: string
]: any
Properties
Property | Type | Description |
---|---|---|
UserInfoProps? | UserInfoProps | - |
user? | SCUserType | User Object Default null |
userId? | number | Id of user object Default null |
Functions
UserInfoDialog()
UserInfoDialog(
inProps
):Element
Parameters
Parameter | Type |
---|---|
inProps | UserInfoDialogProps |
Returns
Element
Source
packages/react-ui/src/components/UserInfoDialog/UserInfoDialog.tsx:45