TaskBoardColumnProps
Represents the props of the TaskBoardColumn component
Definition
Package:@progress/kendo-react-taskboard
Properties
addButtonTitle
string
Specifies the add button title.
addCardDialog
ComponentType<TaskBoardAddCardProps>
Represents the TaskBoardAddCard component.
body
ComponentType<TaskBoardColumnBodyProps>
Represents the TaskBoardColumnBody component.
card
ComponentType<TaskBoardCardProps>
Represents the TaskBoardCard component.
children
ReactNode
Determines the children nodes.
closeButtonTitle
string
Specifies the close button title.
The column of the TaskBoard.
confirmDialog
ComponentType<TaskBoardConfirmDialogProps>
Represents the TaskBoardConfirmDialog component.
confirmDialogCancelButton
ReactNode
Specifies the cancel dialog confirm button node.
confirmDialogConfirmButton
ReactNode
Specifies the confirm dialog confirm button node.
confirmDialogMessage
ReactNode
Specifies the confirm dialog message
confirmDialogTitle
string
Specifies the confirm dialog title.
editButtonTitle
string
Specifies the edit button title.
editCardDialog
ComponentType<TaskBoardEditCardProps>
Represents the TaskBoardEditCard component.
Specifies the edited task.
elementRef?
RefObject<null | HTMLDivElement>
Represents the reference of the element.
header
ComponentType<TaskBoardColumnHeaderProps>
Represents the TaskBoardColumnHeader component.
onCloseDialog
(event: MouseEvent<HTMLButtonElement, MouseEvent>) => void
The Close Button click event handler of the TaskBoardConfirmDialog component.
onColumnConfirmDelete
(event: MouseEvent<HTMLButtonElement, MouseEvent>) => void
Fires on confirmation of column deletion.
onColumnDelete
(event: MouseEvent<HTMLButtonElement, MouseEvent>) => void
Fires on column deletion.
onColumnEnterEdit
(event: MouseEvent<HTMLButtonElement, MouseEvent>) => void
Fires when column enters edit.
onColumnExitEdit
(event: FocusEvent<HTMLInputElement, Element>) => void
Fires when column exits edit.
onShowAddCardDialog
(event: MouseEvent<HTMLButtonElement, MouseEvent>) => void
Fires when the add card dialog is shown.
onShowEditCardPane
(task: TaskBoardTaskModel) => void
Fires when the edit card pane is shown.
onTaskCreate
(task: TaskBoardTaskModel) => void
Fire on task creation.
onTaskDelete
(task: TaskBoardTaskModel) => void
Fires when task is deleted.
onTaskEdit
(task: TaskBoardTaskModel, prevTask: TaskBoardTaskModel) => void
Fires when task is edited.
onTitleChange?
(event: InputChangeEvent) => void
Fires when title is changed.
The priorities that are set in the TaskBoard.
showAddCard
boolean
Determines the visibility of the add card.
showColumnConfirmDelete
boolean
Determines the visibility of the column confirm/delete.
showEditCard
boolean
Determines the visibility of the edit card.
style?
CSSProperties
The styles for the TaskBoard.
tabIndex?
number
Specifies the tabIndex that will be added to the TaskBoard Column element.
The tasks of the TaskBoard.