File

projects/core/src/event/cx-event.ts

Description

Intended to be inherited by all other Spartacus' events.

"One event to rule them all".

Index

Properties
  • Static Readonly type

Properties

Static Readonly type
Type : string
Default value : 'CxEvent'

Event's type

export abstract class CxEvent {
  /**
   * Event's type
   */
  static readonly type: string = 'CxEvent';
}

result-matching ""

    No results matching ""