VibesConsoleContentCard
Components
VibesConsoleContentCard()
VibesConsoleContentCard(
props
,context
?):ReactNode
Parameters
Parameter | Type |
---|---|
props | VibesConsoleContentCardProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/VibesConsoleContentCard/index.tsx:35
Props
ReportEntry
ReportEntry:
object
Type declaration
Member | Type |
---|---|
appName | string |
id | string |
itemData | EntryCardProps | ProfileItemData |
itemType | ItemType |
lastReportDate | Date |
primaryReason | string |
reportCount | number |
Source
libs/design-system-components/src/components/VibesConsoleContentCard/index.tsx:12
VibesConsoleContentCardProps
VibesConsoleContentCardProps:
object
Type declaration
Member | Type |
---|---|
caseLabel | string |
entry | ReportEntry |
lastReportLabel | string |
nsfwLabel | string |
onButtonClick | (action , itemType , id ) => () => void |
onReasonClick | (id ) => void |
primaryButtonLabel | string |
reportedForLabels | object |
reportedForLabels.first | string |
reportedForLabels.second | string |
secondaryButtonLabel | string |
viewProfileLabel | string |
Source
libs/design-system-components/src/components/VibesConsoleContentCard/index.tsx:22