Home > @shopware-pwa/composables > ApplicationVueContext
# ApplicationVueContext interface
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Applicatoin Context for Shopware PWA. It's an extended Vue instance.
Signature:
export interface ApplicationVueContext extends VueConstructor
Extends: VueConstructor
# Properties
| Property | Type | Description |
|---|---|---|
| $cookies | any | (BETA) |
| $i18n | any | (BETA) |
| $interceptors | any | (BETA) |
| $route | any | (BETA) |
| $router | any | (BETA) |
| $shopwareApiInstance | ShopwareApiInstance | (BETA) |
| $shopwareDefaults | any | (BETA) |
| $store | any | (BETA) |
| cookies | any | (BETA) |
| i18n | any | (BETA) |
| interceptors | any | (BETA) |
| route | any | (BETA) |
| router | any | (BETA) |
| shopwareApiInstance | ShopwareApiInstance | (BETA) |
| shopwareDefaults | any | (BETA) |
| store | any | (BETA) |