Contentful Personalization & Analytics
    Preparing search index...

    Interface AcceptedCurrentStateTrackerOptions<TKey>

    interface AcceptedCurrentStateTrackerOptions<TKey> {
        isEqual?: (left: TKey, right: TKey) => boolean;
    }

    Type Parameters

    • TKey
    Index

    Properties

    Properties

    isEqual?: (left: TKey, right: TKey) => boolean