Types
import type { ValidationStatus, DataWarningKeywords, DataWarningObject, NumericAggregationParams, DuplicateSeriesIdParams } from "@arcgis/charts-components/utils/chart-config/validator/interfaces.js";Variables
Type definitions
ValidationStatus
deprecated Type definition
Validation Status interface which described the validity of the input WebChart config.
valid
Property
- Type
- boolean
customErrors
Property
- Type
- CustomErrorObject[]
warnings
Property
- Type
- ConfigWarningObject[]
DataWarningKeywords
Type definition
- Type
- (typeof DataWarningKeywords)[keyof typeof DataWarningKeywords]
DataWarningObject
Type definition
keyword
Property
- Type
- DataWarningKeywords
message
Property
- Type
- string
NumericAggregationParams
Type definition
fieldName
Property
- Type
- string
fieldType
Property
- Type
- RESTFieldType