InterfaceRouteOptions

Route-finding options.

interface RouteOptions {
    avoidFlags?: string[] | Set<string>;
}

Properties

Properties

avoidFlags?: string[] | Set<string>

Routes will avoid paths that have any of the flags declared here.