Skip to main content

VibesConsoleContentCard

Components

VibesConsoleContentCard()

VibesConsoleContentCard(props, context?): ReactNode

Parameters

ParameterType
propsVibesConsoleContentCardProps
context?any

Returns

ReactNode

Source

libs/design-system-components/src/components/VibesConsoleContentCard/index.tsx:35

Props

ReportEntry

ReportEntry: object

Type declaration

MemberType
appNamestring
idstring
itemDataEntryCardProps | ProfileItemData
itemTypeItemType
lastReportDateDate
primaryReasonstring
reportCountnumber

Source

libs/design-system-components/src/components/VibesConsoleContentCard/index.tsx:12


VibesConsoleContentCardProps

VibesConsoleContentCardProps: object

Type declaration

MemberType
caseLabelstring
entryReportEntry
lastReportLabelstring
nsfwLabelstring
onButtonClick(action, itemType, id) => () => void
onReasonClick(id) => void
primaryButtonLabelstring
reportedForLabelsobject
reportedForLabels.firststring
reportedForLabels.secondstring
secondaryButtonLabelstring
viewProfileLabelstring

Source

libs/design-system-components/src/components/VibesConsoleContentCard/index.tsx:22