Backstage
    Preparing search index...

    Analytics context envelope.

    interface AnalyticsContextValue {
        extensionId: string;
        pluginId: string;
        [key: string]: string | number | boolean | undefined;
    }

    Indexable

    • [key: string]: string | number | boolean | undefined
    Index

    Properties

    extensionId: string

    The nearest known parent extension where the event was captured.

    pluginId: string

    The nearest known parent plugin where the event was captured.