jQuery/JS Common Types - data
LangParams
Specifies parameters for language-specific sorting and filtering.
import { LangParams } from "devextreme/common/data"
Type:
MultiValueSearchOperation
Multi-value search operations.
Type:
Accepted Values: 'anyof' | 'noneof'
The following operations are available:
- "anyof": Matches specified values
- "noneof": Matches values that are not specified
ResolvedData
Use LoadResult instead.
Specifies returned data of the load() method in CustomStore.
import { ResolvedData } from "devextreme/common/data"
Type:
SearchOperation
Specifies the comparison operation used in searching.
Type:
Accepted Values: '=' | '<>' | '>' | '>=' | '<' | '<=' | 'startswith' | 'endswith' | 'contains' | 'notcontains'
SummaryDescriptor
A total summary expression for loadOptions.
import { SummaryDescriptor } from "devextreme/common/data"
Type: