Skip to main content

UserInfoDialog

Interfaces

UserInfoDialogProps

Extends

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

Indexable

[p: string]: any

Other props

[key: number]: any

Properties

PropertyTypeDescription
user?SCUserTypeUser Object Default null
userId?numberId of user object Default null
UserInfoProps?UserInfoProps-

Functions

UserInfoDialog()

UserInfoDialog(inProps): Element

Parameters

ParameterType
inPropsUserInfoDialogProps

Returns

Element