cc3fc18076
* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
37 lines
944 B
Markdown
37 lines
944 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "findUniqueLabels"
|
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## findUniqueLabels() function
|
|
|
|
### findUniqueLabels() function
|
|
|
|
Returns a map of labels that are in `labels`<!-- -->, but not in `commonLabels`<!-- -->.
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
export declare function findUniqueLabels(labels: Labels | undefined, commonLabels: Labels): Labels;
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { findUniqueLabels } from '@grafana/data';
|
|
```
|
|
<b>Parameters</b>
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| labels | <code>Labels | undefined</code> | |
|
|
| commonLabels | <code>Labels</code> | |
|
|
|
|
<b>Returns:</b>
|
|
|
|
`Labels`
|
|
|