Contentful Personalization & Analytics
Preparing search index...
@contentful/optimization-web
EntryInteractionApi
Interface EntryInteractionApi
interface
EntryInteractionApi
{
clearElement
:
(
interaction
:
keyof
EntryInteractionTrackers
,
element
:
Element
,
)
=>
void
;
disable
:
(
interaction
:
keyof
EntryInteractionTrackers
)
=>
void
;
disableElement
:
(
interaction
:
keyof
EntryInteractionTrackers
,
element
:
Element
,
)
=>
void
;
enable
:
<
TInteraction
extends
keyof
EntryInteractionTrackers
>
(
interaction
:
TInteraction
,
options
?:
EntryInteractionStartOptions
<
TInteraction
>
,
)
=>
void
;
enableElement
:
<
TInteraction
extends
keyof
EntryInteractionTrackers
>
(
interaction
:
TInteraction
,
element
:
Element
,
options
?:
EntryInteractionElementOptions
<
TInteraction
>
,
)
=>
void
;
}
Index
Properties
clear
Element
disable
disable
Element
enable
enable
Element
Properties
clear
Element
clearElement
:
(
interaction
:
keyof
EntryInteractionTrackers
,
element
:
Element
,
)
=>
void
disable
disable
:
(
interaction
:
keyof
EntryInteractionTrackers
)
=>
void
disable
Element
disableElement
:
(
interaction
:
keyof
EntryInteractionTrackers
,
element
:
Element
,
)
=>
void
enable
enable
:
<
TInteraction
extends
keyof
EntryInteractionTrackers
>
(
interaction
:
TInteraction
,
options
?:
EntryInteractionStartOptions
<
TInteraction
>
,
)
=>
void
enable
Element
enableElement
:
<
TInteraction
extends
keyof
EntryInteractionTrackers
>
(
interaction
:
TInteraction
,
element
:
Element
,
options
?:
EntryInteractionElementOptions
<
TInteraction
>
,
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
clear
Element
disable
disable
Element
enable
enable
Element
Contentful Personalization & Analytics
Loading...