@apicart/store-sdk
Version:
Apicart SDK for integrating store into any web application
15 lines (11 loc) • 576 B
text/typescript
export default class CustomerEventDispatcherEvents {
// Inner changes
public static readonly HASH_CHANGED: string = 'apicart:customer:hash-changed';
// Parameters
public static readonly PARAMETER_ADDED: string = 'apicart:customer:parameter-added';
public static readonly PARAMETER_REMOVED: string = 'apicart:customer:parameter-removed';
// States
public static readonly MERGED: string = 'apicart:customer:merged';
public static readonly SYNCHRONIZED: string = 'apicart:customer:synchronized';
public static readonly UPDATED: string = 'apicart:customer:updated';
}