-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Note to myself: Add the direct component communication examples:
- Simple implementation: Playground
- With
namespacecomponent: Playground- Problem: Reaching data and triggering events outside
<namespace />component is not possible at the moment: Playground- Discussion: (gitter conversation)
- Problem: Reaching data and triggering events outside
Summary
To trigger incrementBy event inside myWidgetID instance with argument 5:
<namespace>
<button on-click="['>>>myWidgetID', 'incrementBy', 5]">
trigger the "incrementBy" event with argument "5" inside "myWidgetID" instance!
</button>
<widget wid="myWidgetID" />
</namespace>Metadata
Metadata
Assignees
Labels
No labels