Alokai

Context

Global context of the application which includes runtime integration context.

export interface Context {
	$sfcc: SFCCIntegrationContext;
}

Properties

NameRequiredTypeDescription
$sfccRequiredSFCCIntegrationContextSalesForce Commerce Cloud integration context.

Referenced Types

On this page