command "setblockfocus", wshserver.SetBlockFocusCommand
(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts)
| 832 | |
| 833 | // command "setblockfocus", wshserver.SetBlockFocusCommand |
| 834 | func SetBlockFocusCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) error { |
| 835 | _, err := sendRpcRequestCallHelper[any](w, "setblockfocus", data, opts) |
| 836 | return err |
| 837 | } |
| 838 | |
| 839 | // command "setconfig", wshserver.SetConfigCommand |
| 840 | func SetConfigCommand(w *wshutil.WshRpc, data wshrpc.MetaSettingsType, opts *wshrpc.RpcOpts) error { |