ShareView.html 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>JSDoc: Class: ShareView</title>
  6. <script src="scripts/prettify/prettify.js"> </script>
  7. <script src="scripts/prettify/lang-css.js"> </script>
  8. <!--[if lt IE 9]>
  9. <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  10. <![endif]-->
  11. <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
  12. <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
  13. </head>
  14. <body>
  15. <div id="main">
  16. <h1 class="page-title">Class: ShareView</h1>
  17. <section>
  18. <header>
  19. <h2><span class="attribs"><span class="type-signature"></span></span>ShareView<span class="signature">(options)</span><span class="type-signature"></span></h2>
  20. </header>
  21. <article>
  22. <div class="container-overview">
  23. <h4 class="name" id="ShareView"><span class="type-signature"></span>new ShareView<span class="signature">(options)</span><span class="type-signature"></span></h4>
  24. <div class="description">
  25. Constructor for ShareView.
  26. </div>
  27. <h5>Parameters:</h5>
  28. <table class="params">
  29. <thead>
  30. <tr>
  31. <th>Name</th>
  32. <th>Type</th>
  33. <th class="last">Description</th>
  34. </tr>
  35. </thead>
  36. <tbody>
  37. <tr>
  38. <td class="name"><code>options</code></td>
  39. <td class="type">
  40. <span class="param-type">Object</span>
  41. </td>
  42. <td class="description last">Options
  43. <h6>Properties</h6>
  44. <table class="params">
  45. <thead>
  46. <tr>
  47. <th>Name</th>
  48. <th>Type</th>
  49. <th class="last">Description</th>
  50. </tr>
  51. </thead>
  52. <tbody>
  53. <tr>
  54. <td class="name"><code>glassContext</code></td>
  55. <td class="type">
  56. <span class="param-type">Object</span>
  57. </td>
  58. <td class="description last">The glass context</td>
  59. </tr>
  60. </tbody>
  61. </table>
  62. </td>
  63. </tr>
  64. </tbody>
  65. </table>
  66. <dl class="details">
  67. <dt class="tag-source">Source:</dt>
  68. <dd class="tag-source"><ul class="dummy"><li>
  69. <a href="glass_views_ShareView.js.html">glass/views/ShareView.js</a>, <a href="glass_views_ShareView.js.html#line37">line 37</a>
  70. </li></ul></dd>
  71. </dl>
  72. </div>
  73. <h3 class="subsection-title">Extends</h3>
  74. <ul>
  75. <li>AccessibleView</li>
  76. </ul>
  77. </article>
  78. </section>
  79. </div>
  80. <nav>
  81. <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="ConnectorBase.html">ConnectorBase</a></li><li><a href="Connectors.html">Connectors</a></li><li><a href="EmailClient.html">EmailClient</a></li><li><a href="EmailConnector.html">EmailConnector</a></li><li><a href="MSTeamsAuth.html">MSTeamsAuth</a></li><li><a href="MSTeamsClient.html">MSTeamsClient</a></li><li><a href="MSTeamsConnector.html">MSTeamsConnector</a></li><li><a href="ShareableItems.html">ShareableItems</a></li><li><a href="ShareController.html">ShareController</a></li><li><a href="ShareView.html">ShareView</a></li><li><a href="SlackAuth.html">SlackAuth</a></li><li><a href="SlackClient.html">SlackClient</a></li><li><a href="SlackConnector.html">SlackConnector</a></li></ul><h3>Interfaces</h3><ul><li><a href="ShareInterface.html">ShareInterface</a></li></ul>
  82. </nav>
  83. <br class="clear">
  84. <footer>
  85. Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed May 25 2022 13:54:53 GMT+0000 (UTC)
  86. </footer>
  87. <script> prettyPrint(); </script>
  88. <script src="scripts/linenumber.js"> </script>
  89. </body>
  90. </html>