Contentful Personalization & Analytics
Preparing search index...
@contentful/optimization-web
EntryInteractionTrackers
Interface EntryInteractionTrackers
Concrete tracked entry interaction registry for the Web SDK.
interface
EntryInteractionTrackers
{
clicks
:
EntryInteractionTracker
<
undefined
,
EntryClickInteractionElementOptions
,
>
;
hovers
:
EntryInteractionTracker
<
EntryHoverInteractionStartOptions
|
undefined
,
EntryHoverInteractionElementOptions
,
>
;
views
:
EntryInteractionTracker
<
EntryViewInteractionStartOptions
|
undefined
,
EntryViewInteractionElementOptions
,
>
;
}
Index
Properties
clicks
hovers
views
Properties
clicks
clicks
:
EntryInteractionTracker
<
undefined
,
EntryClickInteractionElementOptions
>
hovers
hovers
:
EntryInteractionTracker
<
EntryHoverInteractionStartOptions
|
undefined
,
EntryHoverInteractionElementOptions
,
>
views
views
:
EntryInteractionTracker
<
EntryViewInteractionStartOptions
|
undefined
,
EntryViewInteractionElementOptions
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
clicks
hovers
views
Contentful Personalization & Analytics
Loading...
Concrete tracked entry interaction registry for the Web SDK.