Type Alias. Server Action Handler
sprotty-protocol / ServerActionHandler
ServerActionHandler<
A> = (action,state,server) =>void|Promise<void>
Defined in: action-handler.ts:21
A
void | Promise<void>
sprotty-protocol / ServerActionHandler
ServerActionHandler<
A> = (action,state,server) =>void|Promise<void>
Defined in: action-handler.ts:21
A
void | Promise<void>