Entry.EntryCard.card-actions
Components
CardActions()
CardActions(
props
,context
?):ReactNode
Parameters
Parameter | Type |
---|---|
props | CardActionProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/Entry/EntryCard/card-actions.tsx:18
Props
CardActionProps
CardActionProps:
object
Type declaration
Member | Type |
---|---|
actionsRight | ReactNode |
customStyle | string |
disableActions | boolean |
itemId | string |
onReflect | () => void |
reflectAnchorLink | string |
reflectionsCount | number |
Source
libs/design-system-components/src/components/Entry/EntryCard/card-actions.tsx:8