jQuery/JS Common Types - data

FilterDescriptor

import { FilterDescriptor } from "devextreme/common/data"
Type:

Object

index

LangParams

Specifies parameters for language-specific sorting and filtering.

import { LangParams } from "devextreme/common/data"
Type:

Object

MultiValueSearchOperation

Multi-value search operations.

Accepted Values: 'anyof' | 'noneof'

The following operations are available:

  • "anyof": Matches specified values
  • "noneof": Matches values that are not specified

ResolvedData Deprecated

Use LoadResult instead.

Specifies returned data of the load() method in CustomStore.

import { ResolvedData } from "devextreme/common/data"
Type:

Object

SearchOperation

Specifies the comparison operation used in searching.

Accepted Values: '=' | '<>' | '>' | '>=' | '<' | '<=' | 'startswith' | 'endswith' | 'contains' | 'notcontains'

SummaryDescriptor

A total summary expression for loadOptions.

import { SummaryDescriptor } from "devextreme/common/data"
Type:

Object