useShopwareContext
Definition
Basic usage
ts
const { apiInstance } = useShopwareContext();
Signature
ts
export function useShopwareContext(): ShopwareContext
Return type
See ShopwareContext
ts
export type ShopwareContext = {
/**
* Shopware API instance
*/
apiInstance: ShopwareApiInstance;
};
Properties
Name | Type | Description |
---|---|---|
apiInstance | ShopwareApiInstance | Shopware API instance |