+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "LogSearchMatch" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## LogSearchMatch interface Signature ```typescript export interface LogSearchMatch ``` Import ```typescript import { LogSearchMatch } from '@grafana/data'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [length](#length-property) | number | | | [start](#start-property) | number | | | [text](#text-property) | string | | ### length property Signature ```typescript length: number; ``` ### start property Signature ```typescript start: number; ``` ### text property Signature ```typescript text: string; ```