Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 912 Bytes

File metadata and controls

28 lines (21 loc) · 912 Bytes

InsightsChartMetric

Properties

Name Type Description Notes
indicator string Metric indicator tier [default to undefined]
value number Metric value [default to undefined]
unit string Metric unit [default to undefined]
modifier string Metric modifier [default to undefined]
tiers Array<InsightsMetricTierDefinition> Metric indicator tiers [default to undefined]

Example

import { InsightsChartMetric } from 'launchdarkly-api-typescript';

const instance: InsightsChartMetric = {
    indicator,
    value,
    unit,
    modifier,
    tiers,
};

[Back to Model list] [Back to API list] [Back to README]