UserInfoDialog
Interfaces
UserInfoDialogProps
Extends
Pick
<BaseDialogProps
,Exclude
<keyofBaseDialogProps
,"title"
|"subtitle"
>>
Indexable
[p
: string
]: any
Other props
[key
: number
]: any
Properties
Property | Type | Description |
---|---|---|
user? | SCUserType | User Object Default null |
userId? | number | Id of user object Default null |
UserInfoProps? | UserInfoProps | - |
Functions
UserInfoDialog()
UserInfoDialog(
inProps
):Element
Parameters
Parameter | Type |
---|---|
inProps | UserInfoDialogProps |
Returns
Element