core/product-experience/product-experience.model.ts
Suggets some common product experience event properties.
Properties |
[key: string]:
|
| action |
action:
|
Type : string
|
| Optional |
|
Description or an identifier of user interaction. |
| component |
component:
|
Type : string
|
| Optional |
|
Component that triggered the event. |
| result |
result:
|
Type : string
|
| Optional |
|
The result from the user action, e.g. when 'Cancel' when a user has cancelled a confirmation prompt. |
| url |
url:
|
Type : string
|
| Optional |
|
The URL that the action was triggered at. |