2020-02-26 03:03:53 -06:00
|
|
|
+++
|
|
|
|
# -----------------------------------------------------------------------
|
|
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
|
|
# -----------------------------------------------------------------------
|
2020-04-21 03:41:50 -05:00
|
|
|
title = "urlUtil"
|
2020-02-26 03:03:53 -06:00
|
|
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
|
|
|
type = "docs"
|
|
|
|
+++
|
|
|
|
|
2020-04-21 03:41:50 -05:00
|
|
|
## urlUtil variable
|
2020-02-26 03:03:53 -06:00
|
|
|
|
2020-04-21 03:41:50 -05:00
|
|
|
### urlUtil variable
|
2020-02-26 03:03:53 -06:00
|
|
|
|
|
|
|
<b>Signature</b>
|
|
|
|
|
|
|
|
```typescript
|
2020-04-21 03:41:50 -05:00
|
|
|
urlUtil: {
|
|
|
|
renderUrl: typeof renderUrl;
|
|
|
|
toUrlParams: typeof toUrlParams;
|
|
|
|
appendQueryToUrl: typeof appendQueryToUrl;
|
|
|
|
getUrlSearchParams: typeof getUrlSearchParams;
|
|
|
|
}
|
2020-02-26 03:03:53 -06:00
|
|
|
```
|
|
|
|
<b>Import</b>
|
|
|
|
|
|
|
|
```typescript
|
2020-04-21 03:41:50 -05:00
|
|
|
import { urlUtil } from '@grafana/data';
|
2020-02-26 03:03:53 -06:00
|
|
|
```
|