let postEvents = new models.EventStream<PostEvent>({ name: 'post', channel: 'posts', filter: 'id == `123`', }); let commentEvents = new models.EventStream<CommentEvent>({ name: 'comment', channel: 'comments', filter: 'post_id == `123`', orderingKey: 'id', });
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter