Skip to content

PushTarget Component

Lance edited this page Jan 5, 2014 · 12 revisions

The pushTarget component must be nested inside a container component. Multiple pushTargets can be nested inside a single container. Each pushTarget represents a single clientside element and can subscribe to multiple topics.

When a message is broadcast, the pushTarget will fire an event. The resultant markup will update the clientside element. Updates can ``appendorprepend``` to the current contents of the client element or can ```replace``` the content entirely.

Clone this wiki locally