NoteImage.html 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>JSDoc: Class: NoteImage</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: NoteImage</h1>
  17. <section>
  18. <header>
  19. <h2><span class="attribs"><span class="type-signature"></span></span>NoteImage<span class="signature">(noteImageId, noteId, imageId, isDeleted, dateModified, dateCreated)</span><span class="type-signature"></span></h2>
  20. <div class="class-description">This class represents image's placement in the note(s). One image may be placed into several notes.</div>
  21. </header>
  22. <article>
  23. <div class="container-overview">
  24. <h2>Constructor</h2>
  25. <h4 class="name" id="NoteImage"><span class="type-signature"></span>new NoteImage<span class="signature">(noteImageId, noteId, imageId, isDeleted, dateModified, dateCreated)</span><span class="type-signature"></span></h4>
  26. <h5>Parameters:</h5>
  27. <table class="params">
  28. <thead>
  29. <tr>
  30. <th>Name</th>
  31. <th>Type</th>
  32. <th class="last">Description</th>
  33. </tr>
  34. </thead>
  35. <tbody>
  36. <tr>
  37. <td class="name"><code>noteImageId</code></td>
  38. <td class="type">
  39. <span class="param-type">string</span>
  40. </td>
  41. <td class="description last"></td>
  42. </tr>
  43. <tr>
  44. <td class="name"><code>noteId</code></td>
  45. <td class="type">
  46. <span class="param-type">string</span>
  47. </td>
  48. <td class="description last"></td>
  49. </tr>
  50. <tr>
  51. <td class="name"><code>imageId</code></td>
  52. <td class="type">
  53. <span class="param-type">string</span>
  54. </td>
  55. <td class="description last"></td>
  56. </tr>
  57. <tr>
  58. <td class="name"><code>isDeleted</code></td>
  59. <td class="type">
  60. <span class="param-type">boolean</span>
  61. </td>
  62. <td class="description last"></td>
  63. </tr>
  64. <tr>
  65. <td class="name"><code>dateModified</code></td>
  66. <td class="type">
  67. <span class="param-type">string</span>
  68. </td>
  69. <td class="description last"></td>
  70. </tr>
  71. <tr>
  72. <td class="name"><code>dateCreated</code></td>
  73. <td class="type">
  74. <span class="param-type">string</span>
  75. </td>
  76. <td class="description last"></td>
  77. </tr>
  78. </tbody>
  79. </table>
  80. <dl class="details">
  81. <dt class="tag-source">Source:</dt>
  82. <dd class="tag-source"><ul class="dummy"><li>
  83. <a href="entities_note_image.js.html">entities/note_image.js</a>, <a href="entities_note_image.js.html#line19">line 19</a>
  84. </li></ul></dd>
  85. </dl>
  86. </div>
  87. <h3 class="subsection-title">Extends</h3>
  88. <ul>
  89. <li><a href="Entity.html">Entity</a></li>
  90. </ul>
  91. </article>
  92. </section>
  93. </div>
  94. <nav>
  95. <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="ApiToken.html">ApiToken</a></li><li><a href="Attribute.html">Attribute</a></li><li><a href="BackendScriptApi.html">BackendScriptApi</a></li><li><a href="Branch.html">Branch</a></li><li><a href="Entity.html">Entity</a></li><li><a href="Image.html">Image</a></li><li><a href="Note.html">Note</a></li><li><a href="NoteImage.html">NoteImage</a></li><li><a href="NoteRevision.html">NoteRevision</a></li><li><a href="Option.html">Option</a></li><li><a href="RecentNote.html">RecentNote</a></li></ul><h3><a href="global.html">Global</a></h3>
  96. </nav>
  97. <br class="clear">
  98. <footer>
  99. Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Oct 07 2018 16:26:59 GMT+0200 (CEST)
  100. </footer>
  101. <script> prettyPrint(); </script>
  102. <script src="scripts/linenumber.js"> </script>
  103. </body>
  104. </html>