UNPKG

jive-sdk

Version:

Node.js SDK for Jive Software to assist with the development of add-ons

18 lines (12 loc) 286 B
<html> <body> <div id="j-content">External Stream App View</div> <script> gadgets.util.registerOnLoadHandler(function() { osapi.jive.core.container.getLaunchContext(function(ctx){ console.log('Context: ', ctx); }); }); </script> </body> </html>