Skip to content

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

ParameterType
error?unknown

Returns

void