New to KendoReactStart a free 30-day trial

Represents the props of the TaskBoardCardHeader component.

Definition

Package:@progress/kendo-react-taskboard

Properties

Represents the menu items.

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 when menu item is selected.

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>

popupRef

RefObject​<null | PopupHandle>

Specifies the popup reference.

showMenu

boolean

Determines the visibility of the show menu.

The rendered task.

title

ReactNode

The rendered title.