jQuery Common Types - data - custom-store - GroupItem

An additional type for LoadResult.

import { GroupItem } from "devextreme/common/data/custom-store"
Type:

Object

count

A total number of items.

Type:

Number

items

Contains an array of items or GroupItems, or nothing.

Type:

Array<any>

|

Array<GroupItem>

| null

key

A key to group items by.

Type: any |

String

|

Number

summary

A summary array that contains the resulting values in the same order as the summary definitions.

Type:

Array<any>