Metric Field
type: "metric"
A metric select based on the available plugins.
Additional Fields
Field | Type | Description |
---|---|---|
defaultValue | ValueMetricConfig? | The optional default value |
Example
mobro-widget-config.json
{
"config": [
{
"name": "example",
"label": "Example",
"type": "metric"
}
]
}