mirai
mirai copied to clipboard
feat: Added support for `MiraiStream` for widgets inter-communication
Description
Added support for MiraiStream
for widgets inter-communication
Related Issues
Type of Change
- [X] New feature (non-breaking change which adds functionality)
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Code refactor
- [ ] Build configuration change
- [ ] Documentation
- [ ] Chore
It looks like this PR is out of date @i-asimkhan after merge #119
A illustration how MiraiStream
could work.
-
name
refers to the event name that is triggered, such asOnChanged
. -
id
is a unique identifier that distinguishes between triggered events, serving as an additional filter. -
data
is a dynamic value that can be used elsewhere, representing a value that's already in the runtime state, like an input value.
@i-asimkhan @divyanshub024
It looks like this PR is out of date @i-asimkhan after merge #119
Hey @RodolfoSilva Thanks for noticing this. We are focusing on other stuff like network calls and form-data submission along with an API call. I think this pr will change a lot as we finish those changes.
There is any Branch or PR that I can check @i-asimkhan? Maybe I can help in something.
@RodolfoSilva This work is paused for the moment as we are busy with other things. So, feel free to take this up.