Context
Global context of the application which includes runtime integration context.
export interface Context {
$sfcc: SFCCIntegrationContext;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
$sfcc | Required | SFCCIntegrationContext | SalesForce Commerce Cloud integration context. |