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

schemaErrors

Property
Type
Ajv.ErrorObject[]

customErrors

Property
Type
CustomErrorObject[]

warnings

Property
Type
ConfigWarningObject[]

DataWarningKeywords

Type definition
Type
(typeof DataWarningKeywords)[keyof typeof DataWarningKeywords]

DataWarningObject

Type definition

keyword

Property
Type
DataWarningKeywords

header

Property
Type
string | undefined

message

Property
Type
string

params

Property
Type
ElementCountExceededParams | undefined

NumericAggregationParams

Type definition

fieldName

Property
Type
string

fieldType

Property
Type
RESTFieldType

aggregationRequested

Property
Type
WebChartStatisticType

DuplicateSeriesIdParams

Type definition

seriesName

Property
Type
string

seriesId

Property
Type
string

LayerLoadFailureParams

Type definition

url

Property
Type
string

portalItemId

Property
Type
string