diff options
Diffstat (limited to 'docs/interfaces/_context_model_.context.html')
-rw-r--r-- | docs/interfaces/_context_model_.context.html | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/docs/interfaces/_context_model_.context.html b/docs/interfaces/_context_model_.context.html index d72aa8a..0179a6f 100644 --- a/docs/interfaces/_context_model_.context.html +++ b/docs/interfaces/_context_model_.context.html @@ -100,9 +100,14 @@ <div class="tsd-signature tsd-kind-icon">cache<wbr>Path<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d590774/src/context.model.ts#L3">context.model.ts:3</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/638ff46/src/context.model.ts#L13">context.model.ts:13</a></li> </ul> </aside> + <div class="tsd-comment tsd-typography"> + <div class="lead"> + <p>Location of the database cache file (JSON file)</p> + </div> + </div> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> <a name="logger" class="tsd-anchor"></a> @@ -110,9 +115,17 @@ <div class="tsd-signature tsd-kind-icon">logger<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">function</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d590774/src/context.model.ts#L2">context.model.ts:2</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/638ff46/src/context.model.ts#L9">context.model.ts:9</a></li> </ul> </aside> + <div class="tsd-comment tsd-typography"> + <div class="lead"> + <p>Method used to log.</p> + </div> + <p>console.log is usually supplied + but it may be handy to pipe it elsewhere + later</p> + </div> <div class="tsd-type-declaration"> <h4>Type declaration</h4> <ul class="tsd-parameters"> @@ -141,9 +154,14 @@ <div class="tsd-signature tsd-kind-icon">max<wbr>DbSizeMB<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d590774/src/context.model.ts#L4">context.model.ts:4</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/638ff46/src/context.model.ts#L17">context.model.ts:17</a></li> </ul> </aside> + <div class="tsd-comment tsd-typography"> + <div class="lead"> + <p>Maximum database size in megabytes</p> + </div> + </div> </section> </section> </div> @@ -153,6 +171,9 @@ <li class="globals "> <a href="../globals.html"><em>Globals</em></a> </li> + <li class=" tsd-kind-external-module"> + <a href="../modules/_change_handlers_model_.html">"change-<wbr>handlers.model"</a> + </li> <li class="current tsd-kind-external-module"> <a href="../modules/_context_model_.html">"context.model"</a> </li> |