mirror of
https://gitee.com/antv/g6.git
synced 2024-12-05 13:18:40 +08:00
10 lines
210 B
Markdown
10 lines
210 B
Markdown
|
### getContent
|
|||
|
|
|||
|
**类型**:`(event?: IG6GraphEvent) => string | HTMLElement | Promise<string | HTMLElement>`
|
|||
|
|
|||
|
**默认值**:`() => '...'`
|
|||
|
|
|||
|
**是否必须**:false
|
|||
|
|
|||
|
**说明**:获取内容的回调函数
|