You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As suggested during the conversion on #15, we should start sketching the interface for Actions.
The first approach should offer:
A way to register an action handler that will be called when the associated action is emitted by any ui element from the ui. It will receive as parameters:
the name of the action
the original user event
the value of the data binding or None if no argument was provided to the action.
This first approach is quite simple but should help seeing the impact on the rest of the code and would also be a base for further discussion to design the action architecture.
The text was updated successfully, but these errors were encountered:
As suggested during the conversion on #15, we should start sketching the interface for
Action
s.The first approach should offer:
None
if no argument was provided to the action.This first approach is quite simple but should help seeing the impact on the rest of the code and would also be a base for further discussion to design the action architecture.
The text was updated successfully, but these errors were encountered: