Skip to content

ComponentServiceDependency

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/packages/doc-automation/src/v2/types/cross-language.types.ts

Component-to-Service dependency tracking

Tracks which components use which services to build user journey maps.

Properties

PropertyType
componentFilestring
componentNamestring
injectedServices`Array<{
serviceName: string;
serviceFile: string;
methodsCalled: string[]; // Which service methods this component calls

}>` |

Was this page helpful?

Download as PDF