Skip to main content

Interface: ViewEntry

Defined in: types/entry.types.ts:263

Extends​

Properties​

createdAt?​

optional createdAt: string

Defined in: types/entry.types.ts:42

Inherited from​

BaseEntry.createdAt


familyHash?​

optional familyHash: string

Defined in: types/entry.types.ts:44

Inherited from​

BaseEntry.familyHash


id?​

optional id: number

Defined in: types/entry.types.ts:39

Inherited from​

BaseEntry.id


payload​

payload: object

Defined in: types/entry.types.ts:265

cacheHit?​

optional cacheHit: boolean

dataSize?​

optional dataSize: number

duration​

duration: number

error?​

optional error: string

format​

format: "html" | "json" | "xml" | "pdf"

locals?​

optional locals: Record<string, unknown>

outputSize?​

optional outputSize: number

status​

status: "error" | "rendered"

template​

template: string


requestId?​

optional requestId: string

Defined in: types/entry.types.ts:41

Inherited from​

BaseEntry.requestId


resolvedAt?​

optional resolvedAt: string

Defined in: types/entry.types.ts:46

Inherited from​

BaseEntry.resolvedAt


tags?​

optional tags: string[]

Defined in: types/entry.types.ts:45

Inherited from​

BaseEntry.tags


type​

type: "view"

Defined in: types/entry.types.ts:264

Overrides​

BaseEntry.type