grafana/public/app/core/selectors/location.ts
2019-04-28 09:58:12 +02:00

5 lines
208 B
TypeScript

import { LocationState } from 'app/types';
export const getRouteParamsId = (state: LocationState) => state.routeParams.id;
export const getRouteParamsPage = (state: LocationState) => state.routeParams.page;