AnalyticsEventAttributes
Home > @backstage/core-plugin-api
> AnalyticsEventAttributes
A structure allowing other arbitrary metadata to be provided by analytics event emitters.
Signature:
export type AnalyticsEventAttributes = {
[attribute in string]: string | boolean | number;
};