jQuery Common Types - data - custom-store - LoadResultObject

An additional type for LoadResult.

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

Object

Includes the following fields:

  • data
    Contains an array of items or GroupItems.

  • totalCount

  • summary

  • groupCount

data

Contains an array of items or GroupItems.

Type:

Array<any>

|

Array<GroupItem>

groupCount

A number of groups.

Type:

Number

summary

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

Type:

Array<any>

totalCount

A total number of items.

Type:

Number