locationUtil variable
locationUtil variable
Signature
locationUtil: {
initialize: (dependencies: LocationUtilDependencies) => void;
stripBaseFromUrl: (url: string) => string;
assureBaseUrl: (url: string) => string;
getTimeRangeUrlParams: () => string | null;
getVariablesUrlParams: (scopedVars?: ScopedVars | undefined) => string | null;
processUrl: (url: string) => string;
}
Import
import { locationUtil } from '@grafana/data';