sendObject <object> <value>
This is a shortcut useful for setting an object field to the same value
on the server and on all clients. It is equivalent to "setObject
<object> <value>; sendEval {setObject <object>
<value>}
".
If invoked on the server, the object will be set on the server and on all clients. If invoked on a client, the value will be set on that client and on the server.
If called on the server, this will set the batchSize to 100 on all clients as well as the server:
lens> sendObject batchSize 100