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

# Interface: LayoutResult

## Table of contents

### Properties

- [axes](LayoutResult.md#axes)
- [final](LayoutResult.md#final)
- [tween](LayoutResult.md#tween)

## Properties

### axes

• `Optional` **axes**: [`AxesOptions`](AxesOptions.md)

#### Defined in

[layout/layout.ts:20](https://bitbucket.org/kineviz/graphxr-api/src/c752a8c/src/layout/layout.ts#lines-20)

___

### final

• **final**: [`NodeIdToPosition`](../modules.md#nodeidtoposition)

#### Defined in

[layout/layout.ts:18](https://bitbucket.org/kineviz/graphxr-api/src/c752a8c/src/layout/layout.ts#lines-18)

___

### tween

• `Optional` **tween**: `TweenLayoutOptions`

#### Defined in

[layout/layout.ts:19](https://bitbucket.org/kineviz/graphxr-api/src/c752a8c/src/layout/layout.ts#lines-19)
