Replies: 1 comment
-
Hi @AndadH, the filters have been replaced by |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I want to be able to filter outgoing traffic from the sync state so that I don't have to send updates about every detial to every client, is there some functionality that I could use? I couldn't find anything here or on the Docs
Here is an example of what I want to be able to do.
@filter(function(client: any): boolean { return this.id === client.sessionId; }) @type(Inventory) inventory = new Inventory();
Beta Was this translation helpful? Give feedback.
All reactions