-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Embedded web components: implement the ability to push property updates to client #5259
Comments
Acceptance CriteriaThe value to deliver is to be able to send property updates to the client. This might be anything that the embedding application is interested in, like alarming the user about a new message pushed by the server. |
Should we split up the embedding tutorial somewhat? It is starting to get quite large? We could have the current tutorial (with @denis-anisimov's fireEvent additions) as a separate, large tutorial, but lift separate issues as their own topics, something like:
Or is that too much separation? |
Less is more. I'm fine with splitting it up. |
Currently, properties are only synchronized to one direction: from client to server. Implement synchronization from server to client.
Currently,
InstanceConfigurator
receives a reference to aWebComponent
, which is proposed to look like this:Either provide implementation to
WebComponent
or find another way.The text was updated successfully, but these errors were encountered: