mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 06:12:31 +08:00
24 lines
867 B
Markdown
24 lines
867 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "LogRows"
|
|
keywords = ["grafana","documentation","sdk","@grafana/ui"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## LogRows variable
|
|
|
|
### LogRows variable
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
LogRows: React.FunctionComponent<Pick<Props, "timeZone" | "getRowContext" | "onClickFilterLabel" | "onClickFilterOutLabel" | "getFieldLinks" | "highlighterExpressions" | "wrapLogMessage" | "showContextToggle" | "showLabels" | "showTime" | "allowDetails" | "logRows" | "deduplicatedRows" | "dedupStrategy" | "rowLimit" | "previewLimit" | "disableCustomHorizontalScroll">>
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { LogRows } from '@grafana/ui';
|
|
```
|