The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/docs/sources/packages_api/runtime/locationupdate.md

1.6 KiB

+++

-----------------------------------------------------------------------

Do not edit this file. It is automatically generated by API Documenter.

-----------------------------------------------------------------------

title = "LocationUpdate" keywords = ["grafana","documentation","sdk","@grafana/runtime"] type = "docs" +++

LocationUpdate interface

Signature

export interface LocationUpdate 

Import

import { LocationUpdate } from '@grafana/runtime';

Properties

Property Type Description
partial boolean If set to true, the query argument will be added to the existing URL.
path string Target path where you automatically wants to navigate the user.
query UrlQueryMap Specify this value if you want to add values to the query string of the URL.
replace boolean

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;