Type Alias: VrameworkuWSHandlerOptions
type VrameworkuWSHandlerOptions: object & RunRouteOptions;
Options for configuring the vrameworkHandler
.
Type declaration
createSessionServices
createSessionServices: CreateSessionServices<any, any, any>;
loadSchemas?
optional loadSchemas: boolean;
logRoutes?
optional logRoutes: boolean;
singletonServices
singletonServices: CoreSingletonServices;
Defined in
packages/servers/uws/uws-handler/src/vramework-uws-handler.ts:24