Skip to content
soycode edited this page Oct 21, 2015 · 1 revision

The freedom.js view API provides an interface for user interaction - a view exists as an iFrame, which is shown to the user in some way. Communication between the view and the freedom.js module is performed through the HTML5 postMessage mechanism, which this provider translates to freedom.js message events.

You can see the API itself, and to see it in action check out the connections demo (to actually see the demo, run grunt demo from the base of the repository).