Interface AddRouteOptions

interface AddRouteOptions {
    exact?: boolean;
    once?: boolean;
}

Properties

Properties

exact?: boolean

If true, url is not parsed as regex

once?: boolean

If true, route is deleted when used