TaskEditingProps
Interface
Definition
Package:@progress/kendo-react-taskboard
Properties
onSave
(task: TaskBoardTaskModel, prevTask: TaskBoardTaskModel) => void
Callback function called when the task is saved.
Parameters:taskTaskBoardTaskModelprevTaskTaskBoardTaskModel
Array of available priority options for the task.
The task to be edited. If not provided, creates a new task.