Skip to content

UserJourneyNode

reference
1 min readUpdated

Kind: Interface

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

A single node in a user journey

Represents a step in the user's interaction with the application. Could be a screen they see, an action they take, or a decision point.

Properties

PropertyType
idstring
typeUserJourneyNodeType
labelstring
descriptionstring
componentNamestring
routePathstring
userActionstring
handlerMethodstring
conditionstring
sourceLinenumber
sourceFilestring
metadataRecord<string, any>

Was this page helpful?

Download as PDF