Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/interfaces/user-journey.interface.ts
Connection between two nodes in a user journey
Properties
| Property | Type |
|---|---|
id | string |
from | string |
to | string |
label | string |
condition | string |
isDefault | boolean |
metadata | Record<string, any> |
Was this page helpful?