TaskEditingResult
Interface
Definition
Package:@progress/kendo-react-taskboard
Properties
description
string
The current description value of the task being edited.
onDescriptionChange
(event: InputChangeEvent) => void
Handles changes to the task description input field.
Parameters:eventInputChangeEvent
onPriorityChange
(event: DropDownListChangeEvent) => void
Handles changes to the task priority dropdown selection.
Parameters:eventDropDownListChangeEvent
onSave
(event: MouseEvent<HTMLButtonElement, MouseEvent>) => void
Saves the current task changes and calls the parent save handler.
Parameters:eventMouseEvent<HTMLButtonElement, MouseEvent>
onTitleChange
(event: InputChangeEvent) => void
Handles changes to the task title input field.
Parameters:eventInputChangeEvent
The current priority value of the task being edited.
title
string
The current title value of the task being edited.