IDynamicMetricValues
Editor values associated with editing a dynamic metric
Properties
| Property | Type | Notes |
|---|---|---|
| Optional | boolean |
whether attribute filtering should be enabled |
| Optional | IExpression[] |
a list of expressions with which to construct a where clause |
| Optional | string |
field of the layer of the item being queried to run the aggregation on |
| Optional | FieldType |
the esri-dictated field type of the field being queried |
| Optional | string |
id of the item being queried |
| Optional | number |
id of the layer of the item being queried |
| Optional | string |
the old where clause, utilized during the migration of the old summary stat card |
| Optional | string |
the feature service url of the item being queried |
| Optional | string |
the ui navigational link to the item source |
| Optional | string |
the text displayed in the ui for the sourceLink |
| Optional | string |
the method of service aggregation -- count, min, max, etc. |
| Optional | string |
a clause to filter the query by -- ex: field BETWEEN 0 AND 2 |
Index Signatures
Interface defined in packages/common/src/core/types/Metrics.ts:241