Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/lowcode-engine
/ back
Method
back
packages/shell/src/model/history.ts:27–29 ·
view source on GitHub ↗
* 历史记录后退
()
Source
from the content-addressed store, hash-verified
25
* 历史记录后退
26
*/
27
back(): void {
28
this[historySymbol].back();
29
}
30
31
/**
32
* 历史记录前进
Callers
nothing calls this directly
Calls
1
back
Method · 0.65
Tested by
no test coverage detected