mirror of
https://gitee.com/antv/g6.git
synced 2024-12-05 05:09:07 +08:00
12 lines
218 B
Markdown
12 lines
218 B
Markdown
## shouldBegin
|
|
|
|
**Type**: `(event: IG6GraphEvent) => boolean;`
|
|
|
|
<embed src="./IG6GraphEvent.en.md"></embed>
|
|
|
|
**Default**: `() => true`
|
|
|
|
**Required**: false
|
|
|
|
Whether to allow the current node to trigger the interaction
|