TaskBoardCardProps
Represents the props of the TaskBoardCard component.
Name | Type | Default | Description |
---|---|---|---|
card |
|
Represents the Card component. | |
cardBody |
|
Represents the TaskBoardCardBody component. | |
cardHeader |
|
Represents the TaskBoardCardHeader component. | |
confirmDialog |
|
Represents the TaskBoardConfirmDialog component. | |
confirmDialogCancelButton |
|
Represents the content of the cancel button of the TaskBoardConfirmDialog component. | |
confirmDialogConfirmButton |
|
Represents the content of the confirm button of the TaskBoardConfirmDialog component. | |
confirmDialogMessage |
|
Represents the content of the TaskBoardConfirmDialog component. | |
confirmDialogTitle |
|
Represents the title of the TaskBoardConfirmDialog component. | |
disabled? |
|
The disabled state. | |
elementRef? |
|
Specifies the CardHandle reference. | |
menuItems |
|
Represents the menu items. | |
onCloseConfirmDialog |
|
The Close Button click event handler of the TaskBoardConfirmDialog component. | |
onClosePreviewPane |
|
Fires when the preview pane needs to be closed. | |
onHideMenu |
|
Fires when the menu needs to be hidden. | |
onMenuButtonBlur |
|
Fires on blur of the menu button. | |
onMenuItemSelect |
|
Fires on menu item selection. | |
onShowMenu |
|
Fires when the menu needs to be shown. | |
onShowPreviewPane |
|
Fires when the preview pane needs to be shown. | |
onTaskDelete |
|
Fires when task's delete button is clicked. | |
onTaskEdit |
|
Fires when task's edit button is clicked. | |
popupRef |
|
Represents the popup reference. | |
previewDialog |
|
Represents the TaskBoardPreviewDialog component. | |
previewDialogDelete |
|
Represents the preview dialog delete node. | |
previewDialogEdit |
|
Represents the preview dialog edit node. | |
previewDialogPriorityLabel |
|
Represents the priority label in the preview dialog. | |
showDeleteConfirm |
|
Determines the visibility of the task's delete confirmation dialog. | |
showMenu |
|
Determines the menu visibility. | |
showTaskPreviewPane |
|
Determines the visibility of the task's preview pane. | |
style? |
|
The applied styles. | |
tabIndex? |
|
Specifies the | |
task |
|
The rendered task. |