New to KendoReactStart a free 30-day trial

Represents the props of the TaskBoardTaskEditPane component

Definition

Package:@progress/kendo-react-taskboard

Properties

cancelButton

ReactNode

Represents the cancel button of the TaskBoardTaskEditPane.

The rendered description.

Represents the descriptionInput title of the TaskBoardTaskEditPane.

Represents the description label of the TaskBoardTaskEditPane.

string

Represents the rendered header of the TaskBoardTaskEditPane.

onClose

(event: MouseEvent​<HTMLButtonElement, MouseEvent>) => void

Fires when Cancel button is clicked.

Parameters:eventMouseEvent​<HTMLButtonElement, MouseEvent>

onDescriptionChange

(event: InputChangeEvent) => void

Fires when a description is changed.

Parameters:eventInputChangeEvent

onPriorityChange

(event: DropDownListChangeEvent) => void

Fires when a priority has been changed.

Parameters:eventDropDownListChangeEvent

onSave

(event: MouseEvent​<HTMLButtonElement, MouseEvent>) => void

Fires when Save button is clicked.

Parameters:eventMouseEvent​<HTMLButtonElement, MouseEvent>

onTitleChange

(event: InputChangeEvent) => void

Fires when a title is changed.

Parameters:eventInputChangeEvent

Determines the rendered priorities.

Determines the priority.

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.

Represents the titleInput title of the TaskBoardTaskEditPane.

titleLabel

ReactNode

Represents the title label of the TaskBoardTaskEditPane.