New to KendoReactStart a free 30-day trial

TaskBoardPreviewDialogProps

Represents the props of the TaskBoardPreviewDialog component.

NameTypeDefaultDescription

delete

React.ReactNode

Determines the content of the delete button.

description

React.ReactNode

The rendered description.

edit

React.ReactNode

Determines the content of the edit button.

onClosePreviewPane

(event: MouseEvent<HTMLButtonElement>) => void

Fires when the preview pane needs to be shown.

onTaskDelete

(event: MouseEvent<HTMLButtonElement>) => void

Fires when task is deleted.

onTaskEdit

(event: MouseEvent<HTMLButtonElement>) => void

Fires when task is edited.

priority

TaskBoardPriority

Represents the priority of the current task.

priorityLabel

React.ReactNode

Represents the priority label of the TaskBoardPreviewDialog.

title

React.ReactNode

The rendered title.

Not finding the help you need?
Contact Support