tuil
ReferencePackages@mwillbanks/tuil-log-viewerAPI

LogRowView

interface exported by @mwillbanks/tuil-log-viewer.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-log-viewer.

export interface LogRowView {
  readonly index: number;
  readonly severity: string;
  readonly timestamp: string;
  readonly source: string;
  readonly service: string;
  readonly attributes: string;
  readonly traceId: string;
  readonly body: string;
  readonly selected: boolean;
  readonly parseError: boolean;
  readonly duplicateCount: number;
  readonly rateLimited: boolean;
  readonly sampled: boolean;
}

Members

MemberTypeRequiredDescriptionRelated types
indexnumberYesThe index member uses the number contract.
severitystringYesThe severity member uses the string contract.
timestampstringYesThe timestamp member uses the string contract.
sourcestringYesThe source member uses the string contract.
servicestringYesThe service member uses the string contract.
attributesstringYesThe attributes member uses the string contract.
traceIdstringYesThe traceId member uses the string contract.
bodystringYesThe body member uses the string contract.
selectedbooleanYesThe selected member uses the boolean contract.
parseErrorbooleanYesThe parseError member uses the boolean contract.
duplicateCountnumberYesThe duplicateCount member uses the number contract.
rateLimitedbooleanYesThe rateLimited member uses the boolean contract.
sampledbooleanYesThe sampled member uses the boolean contract.

Parameters

This declaration has no public members.

Returns

This declaration does not return a value.

Throws

No thrown errors are documented for this declaration.

No package-local related types.

Source

View the secondary source reference

Package

@mwillbanks/tuil-log-viewer

On this page