serializeStateToUrlParam() function

serializeStateToUrlParam() function

Signature

  1. export declare function serializeStateToUrlParam(urlState: ExploreUrlState, compact?: boolean): string;

Import

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

Parameters

ParameterTypeDescription
urlStateExploreUrlState
compactboolean

Returns:

string