Documentation

routeAsync()

Routes to matching activities for the given path.

routeAsync(path: string): Promise<Activity | undefined>;

Notes

Parameters

Related