Contentful Personalization & Analytics
    Preparing search index...

    Interface AcceptedCurrentStateEmissionOptions<TKey, TData>

    interface AcceptedCurrentStateEmissionOptions<TKey, TData> {
        emit: () => Promise<EventEmissionResult<TData>>;
        isAllowed: boolean;
        key: TKey;
    }

    Type Parameters

    • TKey
    • TData
    Index

    Properties

    Properties

    emit: () => Promise<EventEmissionResult<TData>>
    isAllowed: boolean
    key: TKey