urlUtil variable

urlUtil variable

Signature

  1. urlUtil: {
  2. renderUrl: typeof renderUrl;
  3. toUrlParams: typeof toUrlParams;
  4. appendQueryToUrl: typeof appendQueryToUrl;
  5. getUrlSearchParams: typeof getUrlSearchParams;
  6. parseKeyValue: typeof parseKeyValue;
  7. }

Import

  1. import { urlUtil } from '@grafana/data';