AnalyticsContextValue
Home > @backstage/frontend-plugin-api
> AnalyticsContextValue
Analytics context envelope.
Signature:
export type AnalyticsContextValue = CommonAnalyticsContext & {
[param in string]: string | boolean | number | undefined;
};
References: CommonAnalyticsContext