Contentful Personalization & Analytics
    Preparing search index...

    Interface EntryClickInteractionElementOptions

    Per-element options for click interaction tracking.

    interface EntryClickInteractionElementOptions {
        data?: unknown;
    }
    Index

    Properties

    Properties

    data?: unknown

    Entry metadata to use for clicks on this element.

    When present and valid, this value takes precedence over data-ctfl-* dataset attributes on the element.