Sprotty
Toggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Function.Set Request Context

sprotty-protocol / setRequestContext

Function: setRequestContext()

setRequestContext(context): void

Defined in: actions.ts:77

Configure the context in which request actions are created. This is typically either ‘client’ or ‘server’ to avoid collisions of request IDs.

Parameters

context

string

Returns

void