Skip to content

Interface: TracesPaneOptions

Defined in: traces-pane.ts:41

Properties

baseUrl

baseUrl: string

Defined in: traces-pane.ts:42


fetch?

optional fetch?: (input, init?) => Promise<Response>

Defined in: traces-pane.ts:51

MDN Reference

Parameters

input

RequestInfo | URL

init?

RequestInit

Returns

Promise<Response>


followIntervalMs?

optional followIntervalMs?: number

Defined in: traces-pane.ts:50


listIntervalMs?

optional listIntervalMs?: number

Defined in: traces-pane.ts:49


session?

optional session?: string

Defined in: traces-pane.ts:48

Pin the "current session" to this label instead of the answering server's own — the ?session= deep-link contract (the intent tool's 🔍 passes the label of the channel it talked to).