ui-router-server / connect / ConnectNext
Type Alias: ConnectNext
ts
type ConnectNext = (error?) => void;Defined in: connect.ts:47
Connect's continuation: call with no argument to pass, with an error to fail.
Parameters
| Parameter | Type |
|---|---|
error? | unknown |
Returns
void