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

Home > @vue-storefront/core > IntegrationContext

IntegrationContext interface

Signature:

export interface IntegrationContext<CLIENT = any, CONFIG = any, API = any> 

Properties

Property Modifiers Type Description
api API
client CLIENT
config CONFIG