mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
799 B
799 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "sortThresholds" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++
sortThresholds() function
sortThresholds() function
Sorts the thresholds
Signature
export declare function sortThresholds(thresholds: Threshold[]): Threshold[];
Import
import { sortThresholds } from '@grafana/data';
Parameters
Parameter | Type | Description |
---|---|---|
thresholds | Threshold[] |
Returns:
Threshold[]