Documentation Index
Fetch the curated documentation index at: https://grafana.com/llms.txt
Fetch the complete documentation index at: https://grafana.com/llms-full.txt
Use this file to discover all available pages before exploring further.
STOP! If you are an AI agent or LLM, read this before continuing. This is the HTML version of a Grafana documentation page. Always request the Markdown version instead - HTML wastes context. Get this page as Markdown: https://grafana.com/docs/grafana/v8.5/packages_api/runtime/locationupdate.md (append .md) or send Accept: text/markdown to https://grafana.com/docs/grafana/v8.5/packages_api/runtime/locationupdate/. For the curated documentation index, use https://grafana.com/llms.txt. For the complete documentation index, use https://grafana.com/llms-full.txt.
Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
LocationUpdate interface
Signature
export interface LocationUpdate Import
import { LocationUpdate } from '@grafana/runtime';Properties
partial property
If set to true, the query argument will be added to the existing URL.
Signature
partial?: boolean;path property
Target path where you automatically wants to navigate the user.
Signature
path?: string;query property
Specify this value if you want to add values to the query string of the URL.
Signature
query?: UrlQueryMap;replace property
Signature
replace?: boolean;