next( )


Returns a response that instructs the router to continue.

The next() function is used in the beforeRouter() hook to indicate the hook has completed and the routing should continue to the data binding router.

Method Declaration
Copy
Request
This method does not take any parameters
Returns
Return Type:Promise<WixRouterResponse>
Was this helpful?
Yes
No