Skip to main content

UserInfoDialog

Interfaces

UserInfoDialogProps

Extends

  • Pick<BaseDialogProps, Exclude<keyof BaseDialogProps, "title" | "subtitle">>

Indexable

[p: string]: any

Properties

PropertyTypeDescription
UserInfoProps?UserInfoProps-
user?SCUserTypeUser Object

Default
null
userId?numberId of user object

Default
null

Functions

UserInfoDialog()

UserInfoDialog(inProps): Element

Parameters

ParameterType
inPropsUserInfoDialogProps

Returns

Element

Source

packages/react-ui/src/components/UserInfoDialog/UserInfoDialog.tsx:45