TaskBoardTaskEditPaneProps
Represents the props of the TaskBoardTaskEditPane component
Definition
Package:@progress/kendo-react-taskboard
Properties
cancelButton
ReactNode
Represents the cancel button of the TaskBoardTaskEditPane.
description
string
The rendered description.
descriptionInputTitle
string
Represents the descriptionInput title of the TaskBoardTaskEditPane.
descriptionLabel
ReactNode
Represents the description label of the TaskBoardTaskEditPane.
header
string
Represents the rendered header of the TaskBoardTaskEditPane.
onClose
(event: MouseEvent<HTMLButtonElement, MouseEvent>) => void
Fires when Cancel button is clicked.
onDescriptionChange
(event: InputChangeEvent) => void
Fires when a description is changed.
onPriorityChange
(event: DropDownListChangeEvent) => void
Fires when a priority has been changed.
onSave
(event: MouseEvent<HTMLButtonElement, MouseEvent>) => void
Fires when Save button is clicked.
onTitleChange
(event: InputChangeEvent) => void
Fires when a title is changed.
Determines the rendered priorities.
Determines the priority.
priorityDropDownTitle
string
Represents the priorityDropDownTitle title of the TaskBoardTaskEditPane.
priorityLabel
ReactNode
Represents the priority label of the TaskBoardTaskEditPane.
saveButton
ReactNode
Represents the save button of the TaskBoardTaskEditPane.
Represents the rendered task of the TaskBoardTaskEditPane.
title
string
Represents the title of the TaskBoardTaskEditPane.
titleInputTitle
string
Represents the titleInput title of the TaskBoardTaskEditPane.
titleLabel
ReactNode
Represents the title label of the TaskBoardTaskEditPane.