Contentful Personalization & Analytics
    Preparing search index...

    Interface InteractionTrackingContextValueInternal

    Resolved interaction tracking state provided to descendant components.

    interface InteractionTrackingContextValue {
        taps: boolean;
        views: boolean;
    }
    Index

    Properties

    Properties

    taps: boolean

    Whether tap tracking is enabled globally.

    views: boolean

    Whether view tracking is enabled globally.