Base type for all objects that can be placed in the [metrics] array of [MetricWidgetArgs].

See [ExpressionWidgetMetric] and [Metric] to create instances that can be added to [MetricWidgetArgs.metrics].

interface WidgetMetric {
    addWidgetJson(metrics): void;
}

Implemented by

Methods

Generated using TypeDoc