API โบ @qwik.dev/qwik-router/middleware/azure-swa
createQwikCity
Warning: This API is now obsolete.
Use
createQwikRouterinstead. Will be removed in V3
createQwikCity: typeof createQwikRouter;createQwikRouter
export declare function createQwikRouter(
opts: QwikRouterAzureOptions,
): AzureFunction;Parameter
Type
Description
opts
AzureFunction
PlatformAzure
export interface PlatformAzure extends Partial<Context>Extends: Partial<Context>
QwikCityAzureOptions
Warning: This API is now obsolete.
Use
QwikRouterAzureOptionsinstead. Will be removed in V3
export type QwikCityAzureOptions = QwikRouterAzureOptions;References: QwikRouterAzureOptions
QwikRouterAzureOptions
export interface QwikRouterAzureOptions extends ServerRenderOptionsExtends: ServerRenderOptions