global.html 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098
  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">Type Definitions</h3>
  27. <h4 class="name" id="CreateNewNoteParams">CreateNewNoteParams</h4>
  28. <h5>Type:</h5>
  29. <ul>
  30. <li>
  31. <span class="param-type">object</span>
  32. </li>
  33. </ul>
  34. <h5 class="subsection-title">Properties:</h5>
  35. <table class="props">
  36. <thead>
  37. <tr>
  38. <th>Name</th>
  39. <th>Type</th>
  40. <th class="last">Description</th>
  41. </tr>
  42. </thead>
  43. <tbody>
  44. <tr>
  45. <td class="name"><code>parentNoteId</code></td>
  46. <td class="type">
  47. <span class="param-type">string</span>
  48. </td>
  49. <td class="description last">MANDATORY</td>
  50. </tr>
  51. <tr>
  52. <td class="name"><code>title</code></td>
  53. <td class="type">
  54. <span class="param-type">string</span>
  55. </td>
  56. <td class="description last">MANDATORY</td>
  57. </tr>
  58. <tr>
  59. <td class="name"><code>content</code></td>
  60. <td class="type">
  61. <span class="param-type">string</span>
  62. |
  63. <span class="param-type">buffer</span>
  64. </td>
  65. <td class="description last">MANDATORY</td>
  66. </tr>
  67. <tr>
  68. <td class="name"><code>type</code></td>
  69. <td class="type">
  70. <span class="param-type">string</span>
  71. </td>
  72. <td class="description last">text, code, file, image, search, book, relation-map - MANDATORY</td>
  73. </tr>
  74. <tr>
  75. <td class="name"><code>mime</code></td>
  76. <td class="type">
  77. <span class="param-type">string</span>
  78. </td>
  79. <td class="description last">value is derived from default mimes for type</td>
  80. </tr>
  81. <tr>
  82. <td class="name"><code>isProtected</code></td>
  83. <td class="type">
  84. <span class="param-type">boolean</span>
  85. </td>
  86. <td class="description last">default is false</td>
  87. </tr>
  88. <tr>
  89. <td class="name"><code>isExpanded</code></td>
  90. <td class="type">
  91. <span class="param-type">boolean</span>
  92. </td>
  93. <td class="description last">default is false</td>
  94. </tr>
  95. <tr>
  96. <td class="name"><code>prefix</code></td>
  97. <td class="type">
  98. <span class="param-type">string</span>
  99. </td>
  100. <td class="description last">default is empty string</td>
  101. </tr>
  102. <tr>
  103. <td class="name"><code>notePosition</code></td>
  104. <td class="type">
  105. <span class="param-type">int</span>
  106. </td>
  107. <td class="description last">default is last existing notePosition in a parent + 10</td>
  108. </tr>
  109. </tbody>
  110. </table>
  111. <dl class="details">
  112. <dt class="tag-source">Source:</dt>
  113. <dd class="tag-source"><ul class="dummy"><li>
  114. <a href="services_backend_script_api.js.html">services/backend_script_api.js</a>, <a href="services_backend_script_api.js.html#line208">line 208</a>
  115. </li></ul></dd>
  116. </dl>
  117. <h4 class="name" id="CreateNoteAttribute">CreateNoteAttribute</h4>
  118. <h5>Type:</h5>
  119. <ul>
  120. <li>
  121. <span class="param-type">object</span>
  122. </li>
  123. </ul>
  124. <h5 class="subsection-title">Properties:</h5>
  125. <table class="props">
  126. <thead>
  127. <tr>
  128. <th>Name</th>
  129. <th>Type</th>
  130. <th>Attributes</th>
  131. <th class="last">Description</th>
  132. </tr>
  133. </thead>
  134. <tbody>
  135. <tr>
  136. <td class="name"><code>type</code></td>
  137. <td class="type">
  138. <span class="param-type">string</span>
  139. </td>
  140. <td class="attributes">
  141. </td>
  142. <td class="description last">attribute type - label, relation etc.</td>
  143. </tr>
  144. <tr>
  145. <td class="name"><code>name</code></td>
  146. <td class="type">
  147. <span class="param-type">string</span>
  148. </td>
  149. <td class="attributes">
  150. </td>
  151. <td class="description last">attribute name</td>
  152. </tr>
  153. <tr>
  154. <td class="name"><code>value</code></td>
  155. <td class="type">
  156. <span class="param-type">string</span>
  157. </td>
  158. <td class="attributes">
  159. &lt;optional><br>
  160. </td>
  161. <td class="description last">attribute value</td>
  162. </tr>
  163. </tbody>
  164. </table>
  165. <dl class="details">
  166. <dt class="tag-source">Source:</dt>
  167. <dd class="tag-source"><ul class="dummy"><li>
  168. <a href="services_backend_script_api.js.html">services/backend_script_api.js</a>, <a href="services_backend_script_api.js.html#line169">line 169</a>
  169. </li></ul></dd>
  170. </dl>
  171. <h4 class="name" id="CreateNoteAttribute">CreateNoteAttribute</h4>
  172. <h5>Type:</h5>
  173. <ul>
  174. <li>
  175. <span class="param-type">object</span>
  176. </li>
  177. </ul>
  178. <h5 class="subsection-title">Properties:</h5>
  179. <table class="props">
  180. <thead>
  181. <tr>
  182. <th>Name</th>
  183. <th>Type</th>
  184. <th>Attributes</th>
  185. <th class="last">Description</th>
  186. </tr>
  187. </thead>
  188. <tbody>
  189. <tr>
  190. <td class="name"><code>type</code></td>
  191. <td class="type">
  192. <span class="param-type">string</span>
  193. </td>
  194. <td class="attributes">
  195. </td>
  196. <td class="description last">attribute type - label, relation etc.</td>
  197. </tr>
  198. <tr>
  199. <td class="name"><code>name</code></td>
  200. <td class="type">
  201. <span class="param-type">string</span>
  202. </td>
  203. <td class="attributes">
  204. </td>
  205. <td class="description last">attribute name</td>
  206. </tr>
  207. <tr>
  208. <td class="name"><code>value</code></td>
  209. <td class="type">
  210. <span class="param-type">string</span>
  211. </td>
  212. <td class="attributes">
  213. &lt;optional><br>
  214. </td>
  215. <td class="description last">attribute value</td>
  216. </tr>
  217. </tbody>
  218. </table>
  219. <dl class="details">
  220. <dt class="tag-source">Source:</dt>
  221. <dd class="tag-source"><ul class="dummy"><li>
  222. <a href="services_backend_script_api.js.html">services/backend_script_api.js</a>, <a href="services_backend_script_api.js.html#line229">line 229</a>
  223. </li></ul></dd>
  224. </dl>
  225. <h4 class="name" id="CreateNoteExtraOptions">CreateNoteExtraOptions</h4>
  226. <h5>Type:</h5>
  227. <ul>
  228. <li>
  229. <span class="param-type">object</span>
  230. </li>
  231. </ul>
  232. <h5 class="subsection-title">Properties:</h5>
  233. <table class="props">
  234. <thead>
  235. <tr>
  236. <th>Name</th>
  237. <th>Type</th>
  238. <th>Attributes</th>
  239. <th>Default</th>
  240. <th class="last">Description</th>
  241. </tr>
  242. </thead>
  243. <tbody>
  244. <tr>
  245. <td class="name"><code>json</code></td>
  246. <td class="type">
  247. <span class="param-type">boolean</span>
  248. </td>
  249. <td class="attributes">
  250. &lt;optional><br>
  251. </td>
  252. <td class="default">
  253. false
  254. </td>
  255. <td class="description last">should the note be JSON</td>
  256. </tr>
  257. <tr>
  258. <td class="name"><code>isProtected</code></td>
  259. <td class="type">
  260. <span class="param-type">boolean</span>
  261. </td>
  262. <td class="attributes">
  263. &lt;optional><br>
  264. </td>
  265. <td class="default">
  266. false
  267. </td>
  268. <td class="description last">should the note be protected</td>
  269. </tr>
  270. <tr>
  271. <td class="name"><code>type</code></td>
  272. <td class="type">
  273. <span class="param-type">string</span>
  274. </td>
  275. <td class="attributes">
  276. &lt;optional><br>
  277. </td>
  278. <td class="default">
  279. 'text'
  280. </td>
  281. <td class="description last">note type</td>
  282. </tr>
  283. <tr>
  284. <td class="name"><code>mime</code></td>
  285. <td class="type">
  286. <span class="param-type">string</span>
  287. </td>
  288. <td class="attributes">
  289. &lt;optional><br>
  290. </td>
  291. <td class="default">
  292. 'text/html'
  293. </td>
  294. <td class="description last">MIME type of the note</td>
  295. </tr>
  296. <tr>
  297. <td class="name"><code>attributes</code></td>
  298. <td class="type">
  299. <span class="param-type">Array.&lt;<a href="global.html#CreateNoteAttribute">CreateNoteAttribute</a>></span>
  300. </td>
  301. <td class="attributes">
  302. &lt;optional><br>
  303. </td>
  304. <td class="default">
  305. []
  306. </td>
  307. <td class="description last">attributes to be created for this note</td>
  308. </tr>
  309. </tbody>
  310. </table>
  311. <dl class="details">
  312. <dt class="tag-source">Source:</dt>
  313. <dd class="tag-source"><ul class="dummy"><li>
  314. <a href="services_backend_script_api.js.html">services/backend_script_api.js</a>, <a href="services_backend_script_api.js.html#line236">line 236</a>
  315. </li></ul></dd>
  316. </dl>
  317. </article>
  318. </section>
  319. </div>
  320. <nav>
  321. <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="Attribute.html">Attribute</a></li><li><a href="BackendScriptApi.html">BackendScriptApi</a></li><li><a href="Branch.html">Branch</a></li><li><a href="EtapiToken.html">EtapiToken</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>
  322. </nav>
  323. <br class="clear">
  324. <footer>
  325. Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a>
  326. </footer>
  327. <script> prettyPrint(); </script>
  328. <script src="scripts/linenumber.js"> </script>
  329. </body>
  330. </html>