TaskBoardCardProps
Represents the props of the TaskBoardCard component.
Definition
Package:@progress/kendo-react-taskboard
Properties
card
ForwardRefExoticComponent<CardProps intersected with RefAttributes<null | CardHandle>>
Represents the Card component.
cardBody
ComponentType<TaskBoardCardBodyProps>
Represents the TaskBoardCardBody component.
cardHeader
ComponentType<TaskBoardCardHeaderProps>
Represents the TaskBoardCardHeader component.
confirmDialog
ComponentType<TaskBoardConfirmDialogProps>
Represents the TaskBoardConfirmDialog component.
confirmDialogCancelButton
ReactNode
Represents the content of the cancel button of the TaskBoardConfirmDialog component.
confirmDialogConfirmButton
ReactNode
Represents the content of the confirm button of the TaskBoardConfirmDialog component.
confirmDialogMessage
ReactNode
Represents the content of the TaskBoardConfirmDialog component.
confirmDialogTitle
string
Represents the title of the TaskBoardConfirmDialog component.
disabled?
boolean
The disabled state.
elementRef?
RefObject<null | CardHandle>
Specifies the CardHandle reference.
menuItems
any[]
Represents the menu items.
onCloseConfirmDialog
(event: MouseEvent<HTMLButtonElement, MouseEvent>) => void
The Close Button click event handler of the TaskBoardConfirmDialog component.
onClosePreviewPane
(event: MouseEvent<HTMLElement, MouseEvent>) => void
Fires when the preview pane needs to be closed.
onHideMenu
(event: MouseEvent<HTMLButtonElement, MouseEvent>) => void
Fires when the menu needs to be hidden.
onMenuButtonBlur
(event: FocusEvent<HTMLButtonElement, Element>) => void
Fires on blur of the menu button.
onMenuItemSelect
(event: MenuSelectEvent) => void
Fires on menu item selection.
onShowMenu
(event: MouseEvent<HTMLButtonElement, MouseEvent>) => void
Fires when the menu needs to be shown.
onShowPreviewPane
(event: MouseEvent<HTMLElement, MouseEvent>) => void
Fires when the preview pane needs to be shown.
onTaskDelete
(event: MouseEvent<HTMLButtonElement, MouseEvent>) => void
Fires when task's delete button is clicked.
onTaskEdit
(event: MouseEvent<HTMLButtonElement, MouseEvent>) => void
Fires when task's edit button is clicked.
popupRef
RefObject<null | PopupHandle>
Represents the popup reference.
previewDialog
ComponentType<TaskBoardPreviewDialogProps>
Represents the TaskBoardPreviewDialog component.
previewDialogDelete
ReactNode
Represents the preview dialog delete node.
previewDialogEdit
ReactNode
Represents the preview dialog edit node.
Represents the priority label in the preview dialog.
showDeleteConfirm
boolean
Determines the visibility of the task's delete confirmation dialog.
showMenu
boolean
Determines the menu visibility.
showTaskPreviewPane
boolean
Determines the visibility of the task's preview pane.
style?
CSSProperties
The applied styles.
tabIndex?
number
Specifies the tabIndex that will be added to the TaskBoard Card element.
The rendered task.