New to KendoReactStart a free 30-day trial

Represents the props of the TaskBoardCard component.

Definition

Package:@progress/kendo-react-taskboard

Properties

card

ForwardRefExoticComponent​<CardProps intersected with RefAttributes​<null | CardHandle>>

Represents the Card component.

Represents the TaskBoardCardBody component.

Represents the TaskBoardCardHeader component.

Represents the TaskBoardConfirmDialog component.

Represents the content of the cancel button of the TaskBoardConfirmDialog component.

Represents the content of the confirm button of the TaskBoardConfirmDialog component.

Represents the content of the TaskBoardConfirmDialog component.

Represents the title of the TaskBoardConfirmDialog component.

disabled?

boolean

The disabled state.

elementRef?

RefObject​<null | CardHandle>

Specifies the CardHandle reference.

Represents the menu items.

onCloseConfirmDialog

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

The Close Button click event handler of the TaskBoardConfirmDialog component.

Parameters:eventMouseEvent​<HTMLButtonElement, MouseEvent>

onClosePreviewPane

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

Fires when the preview pane needs to be closed.

Parameters:eventMouseEvent​<HTMLElement, MouseEvent>

onHideMenu

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

Fires when the menu needs to be hidden.

Parameters:eventMouseEvent​<HTMLButtonElement, MouseEvent>

onMenuButtonBlur

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

Fires on blur of the menu button.

Parameters:eventFocusEvent​<HTMLButtonElement, Element>

onMenuItemSelect

(event: MenuSelectEvent) => void

Fires on menu item selection.

Parameters:eventMenuSelectEvent

onShowMenu

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

Fires when the menu needs to be shown.

Parameters:eventMouseEvent​<HTMLButtonElement, MouseEvent>

onShowPreviewPane

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

Fires when the preview pane needs to be shown.

Parameters:eventMouseEvent​<HTMLElement, MouseEvent>

onTaskDelete

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

Fires when task's delete button is clicked.

Parameters:eventMouseEvent​<HTMLButtonElement, MouseEvent>

onTaskEdit

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

Fires when task's edit button is clicked.

Parameters:eventMouseEvent​<HTMLButtonElement, MouseEvent>

popupRef

RefObject​<null | PopupHandle>

Represents the popup reference.

Represents the TaskBoardPreviewDialog component.

Represents the preview dialog delete node.

Represents the preview dialog edit node.

Represents the priority label in the preview dialog.

Determines the visibility of the task's delete confirmation dialog.

showMenu

boolean

Determines the menu visibility.

Determines the visibility of the task's preview pane.

style?

CSSProperties

The applied styles.

tabIndex?

number

Specifies the tabIndex that will be added to the TaskBoard Card element.

The rendered task.