TaskBoardColumnProps
Represents the props of the TaskBoardColumn component
Name | Type | Default | Description |
---|---|---|---|
addButtonTitle |
|
Specifies the add button title. | |
addCardDialog |
|
Represents the TaskBoardAddCard component. | |
body |
|
Represents the TaskBoardColumnBody component. | |
card |
|
Represents the TaskBoardCard component. | |
children |
|
Determines the children nodes. | |
closeButtonTitle |
|
Specifies the close button title. | |
column |
|
The column of the TaskBoard. | |
confirmDialog |
|
Represents the TaskBoardConfirmDialog component. | |
confirmDialogCancelButton |
|
Specifies the cancel dialog confirm button node. | |
confirmDialogConfirmButton |
|
Specifies the confirm dialog confirm button node. | |
confirmDialogMessage |
|
Specifies the confirm dialog message | |
confirmDialogTitle |
|
Specifies the confirm dialog title. | |
editButtonTitle |
|
Specifies the edit button title. | |
editCardDialog |
|
Represents the TaskBoardEditCard component. | |
editedTask? |
|
Specifies the edited task. | |
elementRef? |
|
Represents the reference of the element. | |
header |
|
Represents the TaskBoardColumnHeader component. | |
onCloseDialog |
|
The Close Button click event handler of the TaskBoardConfirmDialog component. | |
onColumnConfirmDelete |
|
Fires on confirmation of column deletion. | |
onColumnDelete |
|
Fires on column deletion. | |
onColumnEnterEdit |
|
Fires when column enters edit. | |
onColumnExitEdit |
|
Fires when column exits edit. | |
onShowAddCardDialog |
|
Fires when the add card dialog is shown. | |
onShowEditCardPane |
|
Fires when the edit card pane is shown. | |
onTaskCreate |
|
Fire on task creation. | |
onTaskDelete |
|
Fires when task is deleted. | |
onTaskEdit |
|
Fires when task is edited. | |
onTitleChange? |
|
Fires when title is changed. | |
priorities |
|
The priorities that are set in the TaskBoard. | |
showAddCard |
|
Determines the visibility of the add card. | |
showColumnConfirmDelete |
|
Determines the visibility of the column confirm/delete. | |
showEditCard |
|
Determines the visibility of the edit card. | |
style? |
|
The styles for the TaskBoard. | |
tabIndex? |
|
Specifies the | |
tasks |
|
The tasks of the TaskBoard. |