locationUtil variable

locationUtil variable

Signature

  1. locationUtil: {
  2. initialize: (dependencies: LocationUtilDependencies) => void;
  3. stripBaseFromUrl: (url: string) => string;
  4. assureBaseUrl: (url: string) => string;
  5. getTimeRangeUrlParams: () => string | null;
  6. getVariablesUrlParams: (scopedVars?: ScopedVars | undefined) => string | null;
  7. processUrl: (url: string) => string;
  8. }

Import

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