> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Dependency graph

> Dependency graph

This element displays the dependencies in a project graphically.

Also known as **AcyclicGraph** element.

## Configuration

| Setting           | Description |
| :---------------- | :---------- |
| createRelationUrl | URL         |
| editRelationUrl   | URL         |

## Functions

### setFieldValue(String action, Map values)

Adds either a node or a dependency.

**addNode:**

| Value       | Description                               |
| :---------- | :---------------------------------------- |
| dependentOf | a comma-separated list of nodes (Integer) |
| id          | ID of node                                |
| htmlContent | HTML formatted contents of node           |
| color       | HTML color value for node                 |

**addDependency:**

| Value       | Description                 |
| :---------- | :-------------------------- |
| dependentOf | ID of target node (Integer) |
| relationId  | ID of self                  |
