g6/packages/site/docs/apis/interfaces/graph/GraphData.en.md

38 lines
797 B
Markdown
Raw Normal View History

---
title: GraphData
---
[Overview - v5.0.0-alpha.9](../../README.en.md) / [Modules](../../modules.en.md) / [graph](../../modules/graph.en.md) / GraphData
[graph](../../modules/graph.en.md).GraphData
## Properties
### combos
`Optional` **combos**: `ComboUserModel`[]
#### Defined in
[packages/g6/src/types/data.ts:14](https://github.com/antvis/G6/blob/a69acd5592/packages/g6/src/types/data.ts#L14)
___
### edges
`Optional` **edges**: `EdgeUserModel`[]
#### Defined in
[packages/g6/src/types/data.ts:13](https://github.com/antvis/G6/blob/a69acd5592/packages/g6/src/types/data.ts#L13)
___
### nodes
`Optional` **nodes**: `NodeUserModel`[]
#### Defined in
[packages/g6/src/types/data.ts:12](https://github.com/antvis/G6/blob/a69acd5592/packages/g6/src/types/data.ts#L12)