How can trigger an event from a child component #1275
Unanswered
tareksalem
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am new to iced
now I have the following structure
1- main app
2- child component
I learned how to propagate the
Message
from the parent component to the child oneBut I don't know how to trigger an event back from the child component to the parent or trigger that event to other child components
any help please?
Beta Was this translation helpful? Give feedback.
All reactions