Home > @tridion-sites/open-api-client > DependencyDirection
Specifies the direction of dependencies in a dependency graph.
Members: * Uses - The dependencies represent items which the given items refers to
* UsedBy - The dependencies represent items which are referring to the given item
Signature:
export declare enum DependencyDirection
| Member | Value | Description |
|---|---|---|
| USED_BY | "UsedBy" |
|
| USES | "Uses" |