New to KendoReactStart a free 30-day trial

TaskBoardEditCardProps

Represents the props of the TaskBoardEditCard component

NameTypeDefaultDescription

editPane

React.ComponentType<TaskBoardTaskEditPaneProps>

Specifies the TaskBoardTaskEditPane component.

onClose

(event: MouseEvent<HTMLButtonElement>) => void

Triggered on onClose event of the TaskBoardAddCard.

onSave

(task: TaskBoardTaskModel, prevTask: TaskBoardTaskModel) => void

Triggered on onSave event of the TaskBoardAddCard.

priorities

TaskBoardPriority[]

Represent the priorities of the task board card.

task

TaskBoardTaskModel

Determines the task of the TaskBoardEditCard component.

Not finding the help you need?
Contact Support