@lcap/nasl-unified-frontend-generator > routesExtractionPlugin
routesExtractionPlugin variable
Signature:
routesExtractionPlugin: {
name: string;
functions: {
extractRoute(components: ComponentIR[], routePrefix: string, options?: {
lazy?: boolean;
}): {
routes: RouteIR[];
authResourcePaths: string[];
baseResourcePaths: string[];
};
};
}