JavaScript/jQuery CardView - ContextMenuPreparingEvent
The argument type in the contextMenuPreparing event.
import { ContextMenuPreparingEvent } from "devextreme/ui/card_view"
Type:
Used in:
items
Items to be displayed in the context menu.
Type:
Array<any>
Their structure is described in the items property description. Each item also contains the onItemClick event handler that allows you to access the clicked or tapped item's data.
target
The name of the element on which the context menu is invoked: "headerPanel", "content", or "toolbar".
Type:
This field is read-only.
Feedback