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

Home > @vue-storefront/core > UseCartFactoryParams > isInCart

UseCartFactoryParams.isInCart property

Signature:

isInCart: (context: Context, params: {
        currentCart: CART;
        product: PRODUCT;
    }) => boolean;