command "focuswindow", wshserver.FocusWindowCommand
(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts)
| 390 | |
| 391 | // command "focuswindow", wshserver.FocusWindowCommand |
| 392 | func FocusWindowCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) error { |
| 393 | _, err := sendRpcRequestCallHelper[any](w, "focuswindow", data, opts) |
| 394 | return err |
| 395 | } |
| 396 | |
| 397 | // command "getallbadges", wshserver.GetAllBadgesCommand |
| 398 | func GetAllBadgesCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) ([]baseds.BadgeEvent, error) { |