mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-02 17:37:13 +00:00
refactor: rename to openclaw
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import Foundation
|
||||
|
||||
public enum OpenClawCanvasCommand: String, Codable, Sendable {
|
||||
case present = "canvas.present"
|
||||
case hide = "canvas.hide"
|
||||
case navigate = "canvas.navigate"
|
||||
case evalJS = "canvas.eval"
|
||||
case snapshot = "canvas.snapshot"
|
||||
}
|
||||
Reference in New Issue
Block a user