[@kineviz/graphxr-api](../README.md) / [Exports](../modules.md) / ExpandNodesEdgeDirection

# Enumeration: ExpandNodesEdgeDirection

## Table of contents

### Enumeration Members

- [ANY](ExpandNodesEdgeDirection.md#any)
- [BOTH](ExpandNodesEdgeDirection.md#both)
- [INCOMING](ExpandNodesEdgeDirection.md#incoming)
- [OUTGOING](ExpandNodesEdgeDirection.md#outgoing)

## Enumeration Members

### ANY

• **ANY** = ``"any"``

#### Defined in

[neo4j/expandNodes.ts:11](https://bitbucket.org/kineviz/graphxr-api/src/c752a8c/src/neo4j/expandNodes.ts#lines-11)

___

### BOTH

• **BOTH** = ``"both"``

#### Defined in

[neo4j/expandNodes.ts:10](https://bitbucket.org/kineviz/graphxr-api/src/c752a8c/src/neo4j/expandNodes.ts#lines-10)

___

### INCOMING

• **INCOMING** = ``"incoming"``

#### Defined in

[neo4j/expandNodes.ts:8](https://bitbucket.org/kineviz/graphxr-api/src/c752a8c/src/neo4j/expandNodes.ts#lines-8)

___

### OUTGOING

• **OUTGOING** = ``"outgoing"``

#### Defined in

[neo4j/expandNodes.ts:9](https://bitbucket.org/kineviz/graphxr-api/src/c752a8c/src/neo4j/expandNodes.ts#lines-9)
