DotNaos UI
ProjectBoard

Issue Card

Issue Card from the Project package.

Source code

Waiting for the preview before loading source files · 2 of 2

Properties

Public properties derived from the component’s TypeScript signature.

PropertyTypeDefault
issueRequired
ProjectIssue
selectedOptional
boolean
false
showStatusOptionalShows the status badge; useful outside a kanban column where the column already implies it.
boolean
false
isDragSourceOptionalDims the card at its origin position while it is the source of an active drag.
boolean
false
isMovingOptionalMarks the card as busy (e.g. an in-flight move), dimming it and disabling drag.
boolean
false
onPressOptional
((issue: ProjectIssue) => void)
onDragPointerDownOptionalWired up by KanbanBoard to initiate a drag from anywhere on the card.
((event: ReactPointerEvent<HTMLElement>) => void)