Skip to content

UserJourneyBuildContext

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/libs/parser-core/src/interfaces/user-journey.interface.ts

Context for building user journey nodes

Tracks state while traversing code to build journey flows

Properties

PropertyType
componentNamestring
currentRoutestring
nodesMap<string, UserJourneyNode>
edgesUserJourneyEdge[]
visitedNodeIdsSet<string>
depthnumber
optionsUserJourneyAnalysisOptions

Was this page helpful?

Download as PDF