Skip to main content

Entry.EntryCard

Components

EntryCard()

EntryCard(props, context?): ReactNode

Parameters

ParameterType
propsEntryCardProps
context?any

Returns

ReactNode

Source

libs/design-system-components/src/components/Entry/EntryCard/index.tsx:83

Props

EntryCardProps

EntryCardProps: object & BeamProps | ReflectProps

Type declaration

MemberType
actionsRightReactNode
contentClickableboolean
ctaLabelstring
customStylestring
dataTestIdstring
disableActionsboolean
disableReportingboolean
editLabelstring
editableboolean
entryDataEntryData
flagAsLabelstring
hideActionButtonsboolean
hoverboolean
isLoggedInboolean
isViewerboolean
lastEntryboolean
moderatedobject
moderated.authorReact.ReactNode
moderated.othersReact.ReactNode
moderatedContentLabelstring
noWrapperCardboolean
notEditableLabelstring
nsfwOmit <NSFWProps, "onClickToView">
nsfwUserSettingboolean
onContentClick() => void
onEdit() => void
onEntryFlag() => void
onEntryRemove(itemId) => void
onMentionClick(profileId) => void
onReflect() => void
onTagClick(tag) => void
profileAvatarReactNode
refRef<HTMLDivElement>
reflectAnchorLinkstring
reflectionsCountnumber
removeEntryLabelstring
removedobject
removed.authorReact.ReactNode
removed.othersReact.ReactNode
showHiddenContentboolean
showLoginModal(title?, message?) => void
showNSFWCardboolean

Source

libs/design-system-components/src/components/Entry/EntryCard/index.tsx:36