mirror of https://github.com/grafana/grafana.git
62 lines
1.2 KiB
Markdown
62 lines
1.2 KiB
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "LogLabelStatsModel"
|
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## LogLabelStatsModel interface
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
export interface LogLabelStatsModel
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { LogLabelStatsModel } from '@grafana/data';
|
|
```
|
|
<b>Properties</b>
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [active](#active-property) | <code>boolean</code> | |
|
|
| [count](#count-property) | <code>number</code> | |
|
|
| [proportion](#proportion-property) | <code>number</code> | |
|
|
| [value](#value-property) | <code>string</code> | |
|
|
|
|
### active property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
active?: boolean;
|
|
```
|
|
|
|
### count property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
count: number;
|
|
```
|
|
|
|
### proportion property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
proportion: number;
|
|
```
|
|
|
|
### value property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
value: string;
|
|
```
|