Vue CardView - CardInfo

The information about the card.

import { DxCardViewTypes } from "devextreme-vue/card-view"
Type: DxCardViewTypes.CardInfo

columns

Specifies columns associated with the card.

Selector: DxColumn
Type:

Array<Column>

data

The card's data.

Type: any

fields

The card fields.

Selector: DxField

index

The card's index.

Type:

Number

isSelected

Specifies whether the card is selected.

Selector: is-selected
Type:

Boolean

key

The card's key.

Type: any

values

Values of the card as they exist in the data source.

Type:

Array<any>