Parent - Child Communication: Overview

This example Mojito application shows how mojits on the client can communicate directly from parent to child without broadcasting the message downward to all children. The first example shows how a static children configuration can be used to identify a child by slot. The second example shows how you might choose a child to broadcast a message to if a composite mojit's children were dynamically created.