Skip to content

UserJourneyAnalysisResult

reference
1 min readUpdated

Kind: Interface

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

Result of analyzing a component for user journeys

Properties

PropertyType
sourcestring
framework`'angular'
flowsUserJourneyFlow[]
errorsstring[]
warningsstring[]
metadata`{
/** Duration in milliseconds */
duration: number;

/** Number of flows found */
flowCount: number;

/** Number of nodes across all flows */
totalNodeCount: number;

/** Number of edges across all flows */
totalEdgeCount: number;

[key: string]: any;

}` |

Was this page helpful?

Download as PDF