Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/antvis/Infographic
/ undo
Method
undo
src/editor/commands/UpdateOptions.ts:23–27 ·
view source on GitHub ↗
(state: IStateManager)
Source
from the content-addressed store, hash-verified
21
}
22
23
async
undo(state: IStateManager) {
24
if
(this.original) {
25
state.updateOptions(this.original);
26
}
27
}
28
29
serialize() {
30
return
{
Callers
nothing calls this directly
Calls
1
updateOptions
Method · 0.65
Tested by
no test coverage detected