TaskBoardPreviewDialogProps
Interface
Represents the props of the TaskBoardPreviewDialog component.
Definition
Package:@progress/kendo-react-taskboard
Properties
delete
ReactNode
Determines the content of the delete button.
description
ReactNode
The rendered description.
edit
ReactNode
Determines the content of the edit button.
onClosePreviewPane
(event: MouseEvent<HTMLButtonElement, MouseEvent>) => void
Fires when the preview pane needs to be shown.
Parameters:eventMouseEvent<HTMLButtonElement, MouseEvent>
onTaskDelete
(event: MouseEvent<HTMLButtonElement, MouseEvent>) => void
Fires when task is deleted.
Parameters:eventMouseEvent<HTMLButtonElement, MouseEvent>
onTaskEdit
(event: MouseEvent<HTMLButtonElement, MouseEvent>) => void
Fires when task is edited.
Parameters:eventMouseEvent<HTMLButtonElement, MouseEvent>
Represents the priority of the current task.
priorityLabel
ReactNode
Represents the priority label of the TaskBoardPreviewDialog.
title
ReactNode
The rendered title.