+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "LogRowModel" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## LogRowModel interface Signature ```typescript export interface LogRowModel ``` Import ```typescript import { LogRowModel } from '@grafana/data'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [dataFrame](#dataframe-property) | DataFrame | | | [duplicates](#duplicates-property) | number | | | [entry](#entry-property) | string | | | [entryFieldIndex](#entryfieldindex-property) | number | | | [hasAnsi](#hasansi-property) | boolean | | | [labels](#labels-property) | Labels | | | [logLevel](#loglevel-property) | LogLevel | | | [raw](#raw-property) | string | | | [rowIndex](#rowindex-property) | number | | | [searchWords](#searchwords-property) | string[] | | | [timeEpochMs](#timeepochms-property) | number | | | [timeEpochNs](#timeepochns-property) | string | | | [timeFromNow](#timefromnow-property) | string | | | [timeLocal](#timelocal-property) | string | | | [timeUtc](#timeutc-property) | string | | | [uid](#uid-property) | string | | | [uniqueLabels](#uniquelabels-property) | Labels | | ### dataFrame property Signature ```typescript dataFrame: DataFrame; ``` ### duplicates property Signature ```typescript duplicates?: number; ``` ### entry property Signature ```typescript entry: string; ``` ### entryFieldIndex property Signature ```typescript entryFieldIndex: number; ``` ### hasAnsi property Signature ```typescript hasAnsi: boolean; ``` ### labels property Signature ```typescript labels: Labels; ``` ### logLevel property Signature ```typescript logLevel: LogLevel; ``` ### raw property Signature ```typescript raw: string; ``` ### rowIndex property Signature ```typescript rowIndex: number; ``` ### searchWords property Signature ```typescript searchWords?: string[]; ``` ### timeEpochMs property Signature ```typescript timeEpochMs: number; ``` ### timeEpochNs property Signature ```typescript timeEpochNs: string; ``` ### timeFromNow property Signature ```typescript timeFromNow: string; ``` ### timeLocal property Signature ```typescript timeLocal: string; ``` ### timeUtc property Signature ```typescript timeUtc: string; ``` ### uid property Signature ```typescript uid: string; ``` ### uniqueLabels property Signature ```typescript uniqueLabels?: Labels; ```