Plumile JS API
    Preparing search index...

    Function useNavigate

    • Returns the router's navigate helper bound to the current context.

      Type Parameters

      • TQuery extends Record<string, unknown> = Record<string, unknown>
      • TFilters extends Record<string, unknown> = Record<string, unknown>

      Returns (
          opts: {
              filters?: TFilters;
              pathname?: string;
              query?: TQuery;
              replace?: boolean;
          },
      ) => void

      Function accepting optional pathname, typed query and replace flag.