|
|
@@ -39,7 +39,7 @@ node.getExtInfo<{ test: string }>()
|
|
|
|
|
|
### updateExtInfo
|
|
|
|
|
|
-Update extended data, update will not be recorded in `redo/undo`, if you need to record, please implement the [history](/flowgram.ai/guide/advanced/history.html) service
|
|
|
+Update extended data, update will not be recorded in `redo/undo`, if you need to record, please implement the [history](https://flowgram.ai/guide/advanced/history.html) service
|
|
|
|
|
|
```
|
|
|
node.updateExtInfo<{ test: string }>({
|