TaskBoardTaskModel
Interface
Represents the task board task model.
Definition
Package:@progress/kendo-react-taskboard
Properties
description
string
Determined the description of the TaskBoardTaskModel.
edit?
boolean
Determines of an ItemModel is going to edited.
id
undefined | string | number
Sets the id of an ItemModel.
index?
number
Determined the index of the TaskBoardTaskModel.
Determined the priority of the TaskBoardTaskModel.
status
string
Determines the status of an ItemModel.
title
string
Determines the title of an ItemModel.