New to KendoReact? Start a free 30-day trial
TaskBoardPreviewDialogProps
Represents the props of the TaskBoardPreviewDialog component.
Name | Type | Default | Description |
---|---|---|---|
delete |
|
Determines the content of the delete button. | |
description |
|
The rendered description. | |
edit |
|
Determines the content of the edit button. | |
onClosePreviewPane |
|
Fires when the preview pane needs to be shown. | |
onTaskDelete |
|
Fires when task is deleted. | |
onTaskEdit |
|
Fires when task is edited. | |
priority |
|
Represents the priority of the current task. | |
priorityLabel |
|
Represents the priority label of the TaskBoardPreviewDialog. | |
title |
|
The rendered title. |