Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 664 Bytes

File metadata and controls

22 lines (15 loc) · 664 Bytes

InsightsMetricIndicatorRange

Properties

Name Type Description Notes
min number The minimum value for the indicator range [default to undefined]
max number The maximum value for the indicator range [default to undefined]

Example

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

const instance: InsightsMetricIndicatorRange = {
    min,
    max,
};

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