Skip to content

Interface: TraceViewConfig

Defined in: trace-view.ts:68

Properties

blobUrl?

optional blobUrl?: (traceId, file) => string

Defined in: trace-view.ts:70

Resolve a stage blob to a URL (cross-origin in the MV3 side panel).

Parameters

traceId

string

file

string

Returns

string


document?

optional document?: Document

Defined in: trace-view.ts:73


previewUrl?

optional previewUrl?: PreviewUrl

Defined in: trace-view.ts:72

Resolve an absolute image path to a preview URL.