RecentNote.html 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>JSDoc: Class: RecentNote</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: RecentNote</h1>
  17. <section>
  18. <header>
  19. <h2><span class="attribs"><span class="type-signature"></span></span>RecentNote<span class="signature">()</span><span class="type-signature"></span></h2>
  20. <div class="class-description">RecentNote represents recently visited note.</div>
  21. </header>
  22. <article>
  23. <div class="container-overview">
  24. <h2>Constructor</h2>
  25. <h4 class="name" id="RecentNote"><span class="type-signature"></span>new RecentNote<span class="signature">()</span><span class="type-signature"></span></h4>
  26. <h5 class="subsection-title">Properties:</h5>
  27. <table class="props">
  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>noteId</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>notePath</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>isDeleted</code></td>
  52. <td class="type">
  53. <span class="param-type">boolean</span>
  54. </td>
  55. <td class="description last"></td>
  56. </tr>
  57. <tr>
  58. <td class="name"><code>utcDateModified</code></td>
  59. <td class="type">
  60. <span class="param-type">string</span>
  61. </td>
  62. <td class="description last"></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="entities_recent_note.js.html">entities/recent_note.js</a>, <a href="entities_recent_note.js.html#line16">line 16</a>
  70. </li></ul></dd>
  71. </dl>
  72. </div>
  73. <h3 class="subsection-title">Extends</h3>
  74. <ul>
  75. <li><a href="Entity.html">Entity</a></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="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="Note.html">Note</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>
  82. </nav>
  83. <br class="clear">
  84. <footer>
  85. Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a>
  86. </footer>
  87. <script> prettyPrint(); </script>
  88. <script src="scripts/linenumber.js"> </script>
  89. </body>
  90. </html>