mirror of
https://gitee.com/antv/g6.git
synced 2024-12-15 18:11:08 +08:00
10 lines
228 B
Markdown
10 lines
228 B
Markdown
### getContent
|
|
|
|
**Type**: `(event?: IG6GraphEvent) => string | HTMLElement | Promise<string | HTMLElement>`
|
|
|
|
**Default**: `() => '...'`
|
|
|
|
**Required**: false
|
|
|
|
**Description**: The callback function to get the content of the item
|