mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -06:00
867 B
867 B
+++
-----------------------------------------------------------------------
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
Signature
LogRows: React.FunctionComponent<Pick<Props, "timeZone" | "getRowContext" | "onClickFilterLabel" | "onClickFilterOutLabel" | "getFieldLinks" | "highlighterExpressions" | "wrapLogMessage" | "showContextToggle" | "showLabels" | "showTime" | "allowDetails" | "logRows" | "deduplicatedRows" | "dedupStrategy" | "rowLimit" | "previewLimit" | "disableCustomHorizontalScroll">>
Import
import { LogRows } from '@grafana/ui';