grafo-client
Version:
Grafo Client API Library
1 lines • 482 B
JavaScript
function ShareDbUpdatePacket(t,e,a,r,o){this.slot=t,this.id=e,this.arrayName=a,this.obj=r,this.oldObj=o}module.exports=ShareDbUpdatePacket,ShareDbUpdatePacket.prototype.getId=function(){return this.id},ShareDbUpdatePacket.prototype.getSlot=function(){return this.slot},ShareDbUpdatePacket.prototype.getArrayName=function(){return this.arrayName},ShareDbUpdatePacket.prototype.getObj=function(){return this.obj},ShareDbUpdatePacket.prototype.getOldObj=function(){return this.oldObj};