New to KendoReactStart a free 30-day trial

Represents the props of the TaskBoardColumn component

Definition

Package:@progress/kendo-react-taskboard

Properties

Specifies the add button title.

Represents the TaskBoardAddCard component.

Represents the TaskBoardColumnBody component.

card

ComponentType​<TaskBoardCardProps>

Represents the TaskBoardCard component.

children

ReactNode

Determines the children nodes.

Specifies the close button title.

The column of the TaskBoard.

Represents the TaskBoardConfirmDialog component.

Specifies the cancel dialog confirm button node.

Specifies the confirm dialog confirm button node.

Specifies the confirm dialog message

Specifies the confirm dialog title.

Specifies the edit button title.

Represents the TaskBoardEditCard component.

Specifies the edited task.

elementRef?

RefObject​<null | HTMLDivElement>

Represents the reference of the element.

Represents the TaskBoardColumnHeader component.

onCloseDialog

(event: MouseEvent​<HTMLButtonElement, MouseEvent>) => void

The Close Button click event handler of the TaskBoardConfirmDialog component.

Parameters:eventMouseEvent​<HTMLButtonElement, MouseEvent>

onColumnConfirmDelete

(event: MouseEvent​<HTMLButtonElement, MouseEvent>) => void

Fires on confirmation of column deletion.

Parameters:eventMouseEvent​<HTMLButtonElement, MouseEvent>

onColumnDelete

(event: MouseEvent​<HTMLButtonElement, MouseEvent>) => void

Fires on column deletion.

Parameters:eventMouseEvent​<HTMLButtonElement, MouseEvent>

onColumnEnterEdit

(event: MouseEvent​<HTMLButtonElement, MouseEvent>) => void

Fires when column enters edit.

Parameters:eventMouseEvent​<HTMLButtonElement, MouseEvent>

onColumnExitEdit

(event: FocusEvent​<HTMLInputElement, Element>) => void

Fires when column exits edit.

Parameters:eventFocusEvent​<HTMLInputElement, Element>

onShowAddCardDialog

(event: MouseEvent​<HTMLButtonElement, MouseEvent>) => void

Fires when the add card dialog is shown.

Parameters:eventMouseEvent​<HTMLButtonElement, MouseEvent>

Fires when the edit card pane is shown.

Parameters:taskTaskBoardTaskModel

Fire on task creation.

Parameters:taskTaskBoardTaskModel

Fires when task is deleted.

Parameters:taskTaskBoardTaskModel

Fires when task is edited.

onTitleChange?

(event: InputChangeEvent) => void

Fires when title is changed.

Parameters:eventInputChangeEvent

The priorities that are set in the TaskBoard.

Determines the visibility of the add card.

Determines the visibility of the column confirm/delete.

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.