Contentful Personalization & Analytics
Preparing search index...
@contentful/optimization-core
AcceptedCurrentStateEmissionOptions
Interface AcceptedCurrentStateEmissionOptions<TKey, TData>
Emission inputs for
AcceptedCurrentStateTracker.emitIfNeeded
.
interface
AcceptedCurrentStateEmissionOptions
<
TKey
,
TData
>
{
emit
:
()
=>
Promise
<
EventEmissionResult
<
TData
>
>
;
isAllowed
:
boolean
;
key
:
TKey
;
}
Type Parameters
TKey
TData
Index
Properties
emit
is
Allowed
key
Properties
Readonly
emit
emit
:
()
=>
Promise
<
EventEmissionResult
<
TData
>
>
Readonly
is
Allowed
isAllowed
:
boolean
Readonly
key
key
:
TKey
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
emit
is
Allowed
key
Contentful Personalization & Analytics
Loading...
Emission inputs for AcceptedCurrentStateTracker.emitIfNeeded.