global.html 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>JSDoc: Global</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">Global</h1>
  17. <section>
  18. <header>
  19. <h2></h2>
  20. </header>
  21. <article>
  22. <div class="container-overview">
  23. <dl class="details">
  24. </dl>
  25. </div>
  26. <h3 class="subsection-title">Members</h3>
  27. <h4 class="name" id="api"><span class="type-signature"></span>api<span class="type-signature"> :<a href="BackendScriptApi.html">BackendScriptApi</a></span></h4>
  28. <div class="description">
  29. An instance of the frontend api available globally.
  30. </div>
  31. <h5>Type:</h5>
  32. <ul>
  33. <li>
  34. <span class="param-type"><a href="BackendScriptApi.html">BackendScriptApi</a></span>
  35. </li>
  36. </ul>
  37. <dl class="details">
  38. <dt class="tag-source">Source:</dt>
  39. <dd class="tag-source"><ul class="dummy"><li>
  40. <a href="services_backend_script_api.js.html">services/backend_script_api.js</a>, <a href="services_backend_script_api.js.html#line32">line 32</a>
  41. </li></ul></dd>
  42. </dl>
  43. <h3 class="subsection-title">Type Definitions</h3>
  44. <h4 class="name" id="AttributeType">AttributeType</h4>
  45. <div class="description">
  46. There are currently only two types of attributes, labels or relations.
  47. </div>
  48. <h5>Type:</h5>
  49. <ul>
  50. <li>
  51. <span class="param-type">"label"</span>
  52. |
  53. <span class="param-type">"relation"</span>
  54. </li>
  55. </ul>
  56. <dl class="details">
  57. <dt class="tag-source">Source:</dt>
  58. <dd class="tag-source"><ul class="dummy"><li>
  59. <a href="becca_entities_battribute.js.html">becca/entities/battribute.js</a>, <a href="becca_entities_battribute.js.html#line11">line 11</a>
  60. </li></ul></dd>
  61. </dl>
  62. <h4 class="name" id="NotePathRecord">NotePathRecord</h4>
  63. <h5>Type:</h5>
  64. <ul>
  65. <li>
  66. <span class="param-type">Object</span>
  67. </li>
  68. </ul>
  69. <h5 class="subsection-title">Properties:</h5>
  70. <table class="props">
  71. <thead>
  72. <tr>
  73. <th>Name</th>
  74. <th>Type</th>
  75. <th class="last">Description</th>
  76. </tr>
  77. </thead>
  78. <tbody>
  79. <tr>
  80. <td class="name"><code>isArchived</code></td>
  81. <td class="type">
  82. <span class="param-type">boolean</span>
  83. </td>
  84. <td class="description last"></td>
  85. </tr>
  86. <tr>
  87. <td class="name"><code>isInHoistedSubTree</code></td>
  88. <td class="type">
  89. <span class="param-type">boolean</span>
  90. </td>
  91. <td class="description last"></td>
  92. </tr>
  93. <tr>
  94. <td class="name"><code>notePath</code></td>
  95. <td class="type">
  96. <span class="param-type">Array.&lt;string></span>
  97. </td>
  98. <td class="description last"></td>
  99. </tr>
  100. <tr>
  101. <td class="name"><code>isHidden</code></td>
  102. <td class="type">
  103. <span class="param-type">boolean</span>
  104. </td>
  105. <td class="description last"></td>
  106. </tr>
  107. </tbody>
  108. </table>
  109. <dl class="details">
  110. <dt class="tag-source">Source:</dt>
  111. <dd class="tag-source"><ul class="dummy"><li>
  112. <a href="becca_entities_bnote.js.html">becca/entities/bnote.js</a>, <a href="becca_entities_bnote.js.html#line27">line 27</a>
  113. </li></ul></dd>
  114. </dl>
  115. <h4 class="name" id="NoteType">NoteType</h4>
  116. <div class="description">
  117. There are many different Note types, some of which are entirely opaque to the
  118. end user. Those types should be used only for checking against, they are
  119. not for direct use.
  120. </div>
  121. <h5>Type:</h5>
  122. <ul>
  123. <li>
  124. <span class="param-type">"file"</span>
  125. |
  126. <span class="param-type">"image"</span>
  127. |
  128. <span class="param-type">"search"</span>
  129. |
  130. <span class="param-type">"noteMap"</span>
  131. |
  132. <span class="param-type">"launcher"</span>
  133. |
  134. <span class="param-type">"doc"</span>
  135. |
  136. <span class="param-type">"contentWidget"</span>
  137. |
  138. <span class="param-type">"text"</span>
  139. |
  140. <span class="param-type">"relationMap"</span>
  141. |
  142. <span class="param-type">"render"</span>
  143. |
  144. <span class="param-type">"canvas"</span>
  145. |
  146. <span class="param-type">"mermaid"</span>
  147. |
  148. <span class="param-type">"book"</span>
  149. |
  150. <span class="param-type">"webView"</span>
  151. |
  152. <span class="param-type">"code"</span>
  153. </li>
  154. </ul>
  155. <dl class="details">
  156. <dt class="tag-source">Source:</dt>
  157. <dd class="tag-source"><ul class="dummy"><li>
  158. <a href="becca_entities_bnote.js.html">becca/entities/bnote.js</a>, <a href="becca_entities_bnote.js.html#line20">line 20</a>
  159. </li></ul></dd>
  160. </dl>
  161. <h4 class="name" id="int">int</h4>
  162. <div class="description">
  163. A whole number
  164. </div>
  165. <h5>Type:</h5>
  166. <ul>
  167. <li>
  168. <span class="param-type">number</span>
  169. </li>
  170. </ul>
  171. <dl class="details">
  172. <dt class="tag-source">Source:</dt>
  173. <dd class="tag-source"><ul class="dummy"><li>
  174. <a href="services_backend_script_api.js.html">services/backend_script_api.js</a>, <a href="services_backend_script_api.js.html#line27">line 27</a>
  175. </li></ul></dd>
  176. </dl>
  177. </article>
  178. </section>
  179. </div>
  180. <nav>
  181. <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-sql.html">sql</a></li></ul><h3>Classes</h3><ul><li><a href="AbstractBeccaEntity.html">AbstractBeccaEntity</a></li><li><a href="BAttachment.html">BAttachment</a></li><li><a href="BAttribute.html">BAttribute</a></li><li><a href="BBranch.html">BBranch</a></li><li><a href="BEtapiToken.html">BEtapiToken</a></li><li><a href="BNote.html">BNote</a></li><li><a href="BOption.html">BOption</a></li><li><a href="BRecentNote.html">BRecentNote</a></li><li><a href="BRevision.html">BRevision</a></li><li><a href="BackendScriptApi.html">BackendScriptApi</a></li></ul><h3>Global</h3><ul><li><a href="global.html#api">api</a></li></ul>
  182. </nav>
  183. <br class="clear">
  184. <footer>
  185. Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a>
  186. </footer>
  187. <script> prettyPrint(); </script>
  188. <script src="scripts/linenumber.js"> </script>
  189. </body>
  190. </html>