IDynamicMetricValues

Interface

Editor values associated with editing a dynamic metric

Properties

Property Type Notes
allowExpressionSet Optional boolean

whether attribute filtering should be enabled

expressionSet Optional IExpression[]

a list of expressions with which to construct a where clause

field Optional string

field of the layer of the item being queried to run the aggregation on

fieldType Optional FieldType

the esri-dictated field type of the field being queried

itemId Optional string

id of the item being queried

layerId Optional number

id of the layer of the item being queried

legacyWhere Optional string

the old where clause, utilized during the migration of the old summary stat card

serviceUrl Optional string

the feature service url of the item being queried

sourceTitle Optional string

the text displayed in the ui for the sourceLink

statistic Optional string

the method of service aggregation -- count, min, max, etc.

where Optional string

a clause to filter the query by -- ex: field BETWEEN 0 AND 2

Index Signatures

Key Type Value Type Notes
string any

Editor values associated with editing a dynamic metric


Interface defined in common/src/core/types/Metrics.ts:260