Interface: TracesPaneOptions
Defined in: traces-pane.ts:41
Properties
baseUrl
baseUrl:
string
Defined in: traces-pane.ts:42
fetch?
optionalfetch?: (input,init?) =>Promise<Response>
Defined in: traces-pane.ts:51
Parameters
input
RequestInfo | URL
init?
RequestInit
Returns
Promise<Response>
followIntervalMs?
optionalfollowIntervalMs?:number
Defined in: traces-pane.ts:50
listIntervalMs?
optionallistIntervalMs?:number
Defined in: traces-pane.ts:49
session?
optionalsession?: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).