You are reading the documentation for Vue Storefront v2. See the latest docs.

Home > @vue-storefront/core > UseWishlistFactoryParams > isInWishlist

UseWishlistFactoryParams.isInWishlist property

Signature:

isInWishlist: (context: Context, params: {
        currentWishlist: WISHLIST;
        product: PRODUCT;
    }) => boolean;