augment-vir - v31.51.1
    Preparing search index...

    Type Alias NavOptions

    NavOptions: Omit<UrlOverrides, "paths"> & {
        baseFrontendUrl?: string;
        paths?: string[] | GenericTreePaths;
    }

    Used for the path argument of testPlaywright.nav.

    Type Declaration

    • OptionalbaseFrontendUrl?: string

      If not provided, the page's current URL will be used.

    • Optionalpaths?: string[] | GenericTreePaths