ProfileEngagements.Entry
Components
Entry()
Entry(
props
,context
?):ReactNode
Parameters
Parameter | Type |
---|---|
props | EntryProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/ProfileEngagements/Entry/index.tsx:23
Props
EntryProps
EntryProps:
object
Type declaration
Member | Type |
---|---|
avatar | Profile ["avatar" ] |
customStyle | string |
followId | string |
isFollowing | boolean |
name | string |
onProfileClick | (profileId ) => void |
profileAnchorLink | string |
profileIds | object |
profileIds.did | string |
profileIds.id | string |
renderFollowElement | (profileId , followId , isFollowing ) => ReactElement | null |
transformSource | (src ) => Image |
Source
libs/design-system-components/src/components/ProfileEngagements/Entry/index.tsx:6