mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-04-20 12:28:08 +00:00
fix: 增加 getNode 兼容接口
This commit is contained in:
parent
24e95ea6bb
commit
5b6792fcb0
@ -224,6 +224,13 @@ export class SettingTopEntry implements SettingEntry {
|
|||||||
getPage() {
|
getPage() {
|
||||||
return this.first.document;
|
return this.first.document;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated
|
||||||
|
*/
|
||||||
|
getNode() {
|
||||||
|
return this.nodes[0];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
interface Purgeable {
|
interface Purgeable {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user