Skip to main content

IFetchSessionId

Datalayer Core


Datalayer Core / IFetchSessionId

Type Alias: IFetchSessionId

IFetchSessionId = object

Defined in: src/collaboration/DatalayerCollaboration.ts:6

Properties

fetchFn?

optional fetchFn: typeof fetch

Defined in: src/collaboration/DatalayerCollaboration.ts:13

Custom fetch function to use instead of global fetch. Useful for proxying requests in environments with CORS restrictions (e.g., VS Code webviews).


token?

optional token: string

Defined in: src/collaboration/DatalayerCollaboration.ts:8


url

url: string

Defined in: src/collaboration/DatalayerCollaboration.ts:7