Angular CardView - ContextMenuPreparingEvent
The argument type in the contextMenuPreparing event.
import { DxCardViewTypes } from "devextreme-angular/ui/card-view"
Type:
DxCardViewTypes.ContextMenuPreparingEvent
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.