Interface: TraceViewConfig
Defined in: trace-view.ts:68
Properties
blobUrl?
optionalblobUrl?: (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?
optionaldocument?:Document
Defined in: trace-view.ts:73
previewUrl?
optionalpreviewUrl?:PreviewUrl
Defined in: trace-view.ts:72
Resolve an absolute image path to a preview URL.