undo
Revert the last graph modification (push, update, delete, clear, cite, or import) and automatically refresh open views. Returns an error when there is nothing to undo, without affecting view states.
Instructions
[M2e] 마지막 그래프 변경(push/update/delete/clear/cite/import)을 되돌린다.
되돌린 결과는 [8-C] 이벤트로 브로드캐스트되어 열린 뷰가 즉시 갱신된다. 되돌릴 것이 없으면 { ok: false, error: "nothing_to_undo" }. (필터/스타일/포커스/스냅샷 같은 뷰 상태는 대상이 아니다.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||