Server emit to event "my event"
Parse.LiveQuery.on('my event', () => {
// code...
});
No. It is not currently possible. You'd need to maybe create a class with a column of type object and then pass your "event" through this object.
Most helpful comment
No. It is not currently possible. You'd need to maybe create a class with a column of type object and then pass your "event" through this object.