Vue CardView - CardCover
Configures the card cover.
import { DxCardViewTypes } from "devextreme-vue/card-view"
Type:
DxCardViewTypes.CardCover
altExpr
Specifies which data field to use as the alt argument of the cover image.
Selector: alt-expr
Function parameters:
data: any
The card's data.
Return Value:
The calculated alt attribute.
imageExpr
Specifies which data field to use as the src argument of the cover image.
Selector: image-expr
Function parameters:
data: any
The card's data.
Return Value:
The calculated src attribute.