Trevixal API
    Preparing search index...

    The workspace's document store. Metadata lives in memory and is read synchronously; every mutation writes through to storage and notifies subscribers, so the tab strip and the panel re-render from one source.

    Index

    The underlying storage, so companions (the tab strip) can persist beside the index.

    • Parameters

      • path: string

      Returns Promise<string | null>

    • Copy a document (body, folder, tags) as "Copy of ", unpinned and unfavorited.</p> </div> <div class="tsd-parameters"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameter-list"> <li><span><span class="tsd-kind-parameter">id</span>: <span class="tsd-signature-type">string</span></span></li></ul></div> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/_trevixal_extension-workspace.DocumentRecord.html" class="tsd-signature-type tsd-kind-interface">DocumentRecord</a><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources"> <ul> <li>Defined in store.ts:359</li></ul></aside></div></li></ul></section> <section class="tsd-panel tsd-member"> <h3 class="tsd-anchor-link" id="export"><span>export</span><a href="#export" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3> <ul class="tsd-signatures"> <li class=""> <div class="tsd-signature tsd-anchor-link" id="export-1"><span class="tsd-kind-call-signature">export</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/_trevixal_extension-workspace.WorkspaceBundle.html" class="tsd-signature-type tsd-kind-interface">WorkspaceBundle</a><span class="tsd-signature-symbol">></span><a href="#export-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div> <div class="tsd-description"> <div class="tsd-comment tsd-typography"><p>Everything, bodies included, as one JSON-serializable bundle.</p> </div> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/_trevixal_extension-workspace.WorkspaceBundle.html" class="tsd-signature-type tsd-kind-interface">WorkspaceBundle</a><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources"> <ul> <li>Defined in store.ts:481</li></ul></aside></div></li></ul></section> <section class="tsd-panel tsd-member"> <h3 class="tsd-anchor-link" id="favorites"><span>favorites</span><a href="#favorites" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3> <ul class="tsd-signatures"> <li class=""> <div class="tsd-signature tsd-anchor-link" id="favorites-1"><span class="tsd-kind-call-signature">favorites</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-keyword">readonly</span> <a href="../types/_trevixal_extension-workspace.DocumentMeta.html" class="tsd-signature-type tsd-kind-type-alias">DocumentMeta</a><span class="tsd-signature-symbol">[]</span><a href="#favorites-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div> <div class="tsd-description"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-keyword">readonly</span> <a href="../types/_trevixal_extension-workspace.DocumentMeta.html" class="tsd-signature-type tsd-kind-type-alias">DocumentMeta</a><span class="tsd-signature-symbol">[]</span></h4><aside class="tsd-sources"> <ul> <li>Defined in store.ts:455</li></ul></aside></div></li></ul></section> <section class="tsd-panel tsd-member"> <h3 class="tsd-anchor-link" id="folders"><span>folders</span><a href="#folders" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3> <ul class="tsd-signatures"> <li class=""> <div class="tsd-signature tsd-anchor-link" id="folders-1"><span class="tsd-kind-call-signature">folders</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-keyword">readonly</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><a href="#folders-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div> <div class="tsd-description"> <div class="tsd-comment tsd-typography"><p>Every folder path, sorted, including the implicit parents of nested paths. A document in <code>Work/Q3</code> means <code>Work</code> exists even if nothing was ever filed there directly.</p> </div> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-keyword">readonly</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h4><aside class="tsd-sources"> <ul> <li>Defined in store.ts:383</li></ul></aside></div></li></ul></section> <section class="tsd-panel tsd-member"> <h3 class="tsd-anchor-link" id="get"><span>get</span><a href="#get" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3> <ul class="tsd-signatures"> <li class=""> <div class="tsd-signature tsd-anchor-link" id="get-1"><span class="tsd-kind-call-signature">get</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/_trevixal_extension-workspace.DocumentRecord.html" class="tsd-signature-type tsd-kind-interface">DocumentRecord</a> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol">></span><a href="#get-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div> <div class="tsd-description"> <div class="tsd-comment tsd-typography"><p>A document with its body, or null when the id is unknown.</p> </div> <div class="tsd-parameters"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameter-list"> <li><span><span class="tsd-kind-parameter">id</span>: <span class="tsd-signature-type">string</span></span></li></ul></div> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/_trevixal_extension-workspace.DocumentRecord.html" class="tsd-signature-type tsd-kind-interface">DocumentRecord</a> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources"> <ul> <li>Defined in store.ts:284</li></ul></aside></div></li></ul></section> <section class="tsd-panel tsd-member"> <h3 class="tsd-anchor-link" id="import"><span>import</span><a href="#import" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3> <ul class="tsd-signatures"> <li class=""> <div class="tsd-signature tsd-anchor-link" id="import-1"><span class="tsd-kind-call-signature">import</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">bundle</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">></span><a href="#import-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div> <div class="tsd-description"> <div class="tsd-comment tsd-typography"><p>Merge a bundle in. Documents keep their ids, so re-importing an export updates in place instead of duplicating; anything malformed is skipped. Returns the number of documents imported.</p> </div> <div class="tsd-parameters"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameter-list"> <li><span><span class="tsd-kind-parameter">bundle</span>: <span class="tsd-signature-type">unknown</span></span></li></ul></div> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources"> <ul> <li>Defined in store.ts:495</li></ul></aside></div></li></ul></section> <section class="tsd-panel tsd-member"> <h3 class="tsd-anchor-link" id="list"><span>list</span><a href="#list" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3> <ul class="tsd-signatures"> <li class=""> <div class="tsd-signature tsd-anchor-link" id="list-1"><span class="tsd-kind-call-signature">list</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-keyword">readonly</span> <a href="../types/_trevixal_extension-workspace.DocumentMeta.html" class="tsd-signature-type tsd-kind-type-alias">DocumentMeta</a><span class="tsd-signature-symbol">[]</span><a href="#list-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div> <div class="tsd-description"> <div class="tsd-comment tsd-typography"><p>Every document's metadata, most recently updated first.</p> </div> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-keyword">readonly</span> <a href="../types/_trevixal_extension-workspace.DocumentMeta.html" class="tsd-signature-type tsd-kind-type-alias">DocumentMeta</a><span class="tsd-signature-symbol">[]</span></h4><aside class="tsd-sources"> <ul> <li>Defined in store.ts:274</li></ul></aside></div></li></ul></section> <section class="tsd-panel tsd-member"> <h3 class="tsd-anchor-link" id="meta"><span>meta</span><a href="#meta" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3> <ul class="tsd-signatures"> <li class=""> <div class="tsd-signature tsd-anchor-link" id="meta-1"><span class="tsd-kind-call-signature">meta</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <a href="../types/_trevixal_extension-workspace.DocumentMeta.html" class="tsd-signature-type tsd-kind-type-alias">DocumentMeta</a> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">null</span><a href="#meta-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div> <div class="tsd-description"> <div class="tsd-comment tsd-typography"><p>Metadata for one document, or null. Synchronous: the index is in memory.</p> </div> <div class="tsd-parameters"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameter-list"> <li><span><span class="tsd-kind-parameter">id</span>: <span class="tsd-signature-type">string</span></span></li></ul></div> <h4 class="tsd-returns-title">Returns <a href="../types/_trevixal_extension-workspace.DocumentMeta.html" class="tsd-signature-type tsd-kind-type-alias">DocumentMeta</a> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">null</span></h4><aside class="tsd-sources"> <ul> <li>Defined in store.ts:279</li></ul></aside></div></li></ul></section> <section class="tsd-panel tsd-member"> <h3 class="tsd-anchor-link" id="move"><span>move</span><a href="#move" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3> <ul class="tsd-signatures"> <li class=""> <div class="tsd-signature tsd-anchor-link" id="move-1"><span class="tsd-kind-call-signature">move</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">folder</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../types/_trevixal_extension-workspace.DocumentMeta.html" class="tsd-signature-type tsd-kind-type-alias">DocumentMeta</a><span class="tsd-signature-symbol">></span><a href="#move-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div> <div class="tsd-description"> <div class="tsd-parameters"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameter-list"> <li><span><span class="tsd-kind-parameter">id</span>: <span class="tsd-signature-type">string</span></span></li> <li><span><span class="tsd-kind-parameter">folder</span>: <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">null</span></span></li></ul></div> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../types/_trevixal_extension-workspace.DocumentMeta.html" class="tsd-signature-type tsd-kind-type-alias">DocumentMeta</a><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources"> <ul> <li>Defined in store.ts:338</li></ul></aside></div></li></ul></section> <section class="tsd-panel tsd-member"> <h3 class="tsd-anchor-link" id="recent"><span>recent</span><a href="#recent" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3> <ul class="tsd-signatures"> <li class=""> <div class="tsd-signature tsd-anchor-link" id="recent-1"><span class="tsd-kind-call-signature">recent</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">limit</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-keyword">readonly</span> <a href="../types/_trevixal_extension-workspace.DocumentMeta.html" class="tsd-signature-type tsd-kind-type-alias">DocumentMeta</a><span class="tsd-signature-symbol">[]</span><a href="#recent-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div> <div class="tsd-description"> <div class="tsd-comment tsd-typography"><p>Documents that have been opened, most recent first.</p> </div> <div class="tsd-parameters"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameter-list"> <li><span><span class="tsd-kind-parameter">limit</span>: <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 10</span></span></li></ul></div> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-keyword">readonly</span> <a href="../types/_trevixal_extension-workspace.DocumentMeta.html" class="tsd-signature-type tsd-kind-type-alias">DocumentMeta</a><span class="tsd-signature-symbol">[]</span></h4><aside class="tsd-sources"> <ul> <li>Defined in store.ts:448</li></ul></aside></div></li></ul></section> <section class="tsd-panel tsd-member"> <h3 class="tsd-anchor-link" id="remove"><span>remove</span><a href="#remove" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3> <ul class="tsd-signatures"> <li class=""> <div class="tsd-signature tsd-anchor-link" id="remove-1"><span class="tsd-kind-call-signature">remove</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#remove-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div> <div class="tsd-description"> <div class="tsd-parameters"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameter-list"> <li><span><span class="tsd-kind-parameter">id</span>: <span class="tsd-signature-type">string</span></span></li></ul></div> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources"> <ul> <li>Defined in store.ts:371</li></ul></aside></div></li></ul></section> <section class="tsd-panel tsd-member"> <h3 class="tsd-anchor-link" id="removefolder"><span>remove<wbr/>Folder</span><a href="#removefolder" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3> <ul class="tsd-signatures"> <li class=""> <div class="tsd-signature tsd-anchor-link" id="removefolder-1"><span class="tsd-kind-call-signature">removeFolder</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">path</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#removefolder-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div> <div class="tsd-description"> <div class="tsd-comment tsd-typography"><p>Delete a folder. Its documents and subfolders move up to its parent.</p> </div> <div class="tsd-parameters"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameter-list"> <li><span><span class="tsd-kind-parameter">path</span>: <span class="tsd-signature-type">string</span></span></li></ul></div> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources"> <ul> <li>Defined in store.ts:428</li></ul></aside></div></li></ul></section> <section class="tsd-panel tsd-member"> <h3 class="tsd-anchor-link" id="rename"><span>rename</span><a href="#rename" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3> <ul class="tsd-signatures"> <li class=""> <div class="tsd-signature tsd-anchor-link" id="rename-1"><span class="tsd-kind-call-signature">rename</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">title</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../types/_trevixal_extension-workspace.DocumentMeta.html" class="tsd-signature-type tsd-kind-type-alias">DocumentMeta</a><span class="tsd-signature-symbol">></span><a href="#rename-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div> <div class="tsd-description"> <div class="tsd-parameters"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameter-list"> <li><span><span class="tsd-kind-parameter">id</span>: <span class="tsd-signature-type">string</span></span></li> <li><span><span class="tsd-kind-parameter">title</span>: <span class="tsd-signature-type">string</span></span></li></ul></div> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../types/_trevixal_extension-workspace.DocumentMeta.html" class="tsd-signature-type tsd-kind-type-alias">DocumentMeta</a><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources"> <ul> <li>Defined in store.ts:333</li></ul></aside></div></li></ul></section> <section class="tsd-panel tsd-member"> <h3 class="tsd-anchor-link" id="renamefolder"><span>rename<wbr/>Folder</span><a href="#renamefolder" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3> <ul class="tsd-signatures"> <li class=""> <div class="tsd-signature tsd-anchor-link" id="renamefolder-1"><span class="tsd-kind-call-signature">renameFolder</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">from</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">to</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol">></span><a href="#renamefolder-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div> <div class="tsd-description"> <div class="tsd-comment tsd-typography"><p>Rename (or re-parent) a folder, carrying its documents and subfolders along.</p> </div> <div class="tsd-parameters"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameter-list"> <li><span><span class="tsd-kind-parameter">from</span>: <span class="tsd-signature-type">string</span></span></li> <li><span><span class="tsd-kind-parameter">to</span>: <span class="tsd-signature-type">string</span></span></li></ul></div> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources"> <ul> <li>Defined in store.ts:406</li></ul></aside></div></li></ul></section> <section class="tsd-panel tsd-member"> <h3 class="tsd-anchor-link" id="save"><span>save</span><a href="#save" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3> <ul class="tsd-signatures"> <li class=""> <div class="tsd-signature tsd-anchor-link" id="save-1"><span class="tsd-kind-call-signature">save</span><span class="tsd-signature-symbol">(</span><br/>    <span class="tsd-kind-parameter">id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">doc</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">NodeJSON</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?:</span> <a href="../interfaces/_trevixal_extension-workspace.SaveDocumentOptions.html" class="tsd-signature-type tsd-kind-interface">SaveDocumentOptions</a><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/_trevixal_extension-workspace.DocumentRecord.html" class="tsd-signature-type tsd-kind-interface">DocumentRecord</a><span class="tsd-signature-symbol">></span><a href="#save-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div> <div class="tsd-description"> <div class="tsd-comment tsd-typography"><p>Replace a document's body (and optionally its title), bumping <code>updatedAt</code>.</p> </div> <div class="tsd-parameters"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameter-list"> <li><span><span class="tsd-kind-parameter">id</span>: <span class="tsd-signature-type">string</span></span></li> <li><span><span class="tsd-kind-parameter">doc</span>: <span class="tsd-signature-type">NodeJSON</span></span></li> <li><span><span class="tsd-kind-parameter">options</span>: <a href="../interfaces/_trevixal_extension-workspace.SaveDocumentOptions.html" class="tsd-signature-type tsd-kind-interface">SaveDocumentOptions</a><span class="tsd-signature-symbol"> = {}</span></span></li></ul></div> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/_trevixal_extension-workspace.DocumentRecord.html" class="tsd-signature-type tsd-kind-interface">DocumentRecord</a><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources"> <ul> <li>Defined in store.ts:320</li></ul></aside></div></li></ul></section> <section class="tsd-panel tsd-member"> <h3 class="tsd-anchor-link" id="search"><span>search</span><a href="#search" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3> <ul class="tsd-signatures"> <li class=""> <div class="tsd-signature tsd-anchor-link" id="search-1"><span class="tsd-kind-call-signature">search</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">query</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-keyword">readonly</span> <a href="../types/_trevixal_extension-workspace.DocumentMeta.html" class="tsd-signature-type tsd-kind-type-alias">DocumentMeta</a><span class="tsd-signature-symbol">[]</span><a href="#search-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div> <div class="tsd-description"> <div class="tsd-comment tsd-typography"><p>Documents whose title, folder or tags contain every word of the query, case-insensitively. Bodies are not searched: they are not in memory.</p> </div> <div class="tsd-parameters"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameter-list"> <li><span><span class="tsd-kind-parameter">query</span>: <span class="tsd-signature-type">string</span></span></li></ul></div> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-keyword">readonly</span> <a href="../types/_trevixal_extension-workspace.DocumentMeta.html" class="tsd-signature-type tsd-kind-type-alias">DocumentMeta</a><span class="tsd-signature-symbol">[]</span></h4><aside class="tsd-sources"> <ul> <li>Defined in store.ts:463</li></ul></aside></div></li></ul></section> <section class="tsd-panel tsd-member"> <h3 class="tsd-anchor-link" id="setfavorite"><span>set<wbr/>Favorite</span><a href="#setfavorite" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3> <ul class="tsd-signatures"> <li class=""> <div class="tsd-signature tsd-anchor-link" id="setfavorite-1"><span class="tsd-kind-call-signature">setFavorite</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">favorite</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../types/_trevixal_extension-workspace.DocumentMeta.html" class="tsd-signature-type tsd-kind-type-alias">DocumentMeta</a><span class="tsd-signature-symbol">></span><a href="#setfavorite-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div> <div class="tsd-description"> <div class="tsd-parameters"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameter-list"> <li><span><span class="tsd-kind-parameter">id</span>: <span class="tsd-signature-type">string</span></span></li> <li><span><span class="tsd-kind-parameter">favorite</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../types/_trevixal_extension-workspace.DocumentMeta.html" class="tsd-signature-type tsd-kind-type-alias">DocumentMeta</a><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources"> <ul> <li>Defined in store.ts:344</li></ul></aside></div></li></ul></section> <section class="tsd-panel tsd-member"> <h3 class="tsd-anchor-link" id="setpinned"><span>set<wbr/>Pinned</span><a href="#setpinned" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3> <ul class="tsd-signatures"> <li class=""> <div class="tsd-signature tsd-anchor-link" id="setpinned-1"><span class="tsd-kind-call-signature">setPinned</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">pinned</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../types/_trevixal_extension-workspace.DocumentMeta.html" class="tsd-signature-type tsd-kind-type-alias">DocumentMeta</a><span class="tsd-signature-symbol">></span><a href="#setpinned-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div> <div class="tsd-description"> <div class="tsd-parameters"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameter-list"> <li><span><span class="tsd-kind-parameter">id</span>: <span class="tsd-signature-type">string</span></span></li> <li><span><span class="tsd-kind-parameter">pinned</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../types/_trevixal_extension-workspace.DocumentMeta.html" class="tsd-signature-type tsd-kind-type-alias">DocumentMeta</a><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources"> <ul> <li>Defined in store.ts:348</li></ul></aside></div></li></ul></section> <section class="tsd-panel tsd-member"> <h3 class="tsd-anchor-link" id="subscribe"><span>subscribe</span><a href="#subscribe" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3> <ul class="tsd-signatures"> <li class=""> <div class="tsd-signature tsd-anchor-link" id="subscribe-1"><span class="tsd-kind-call-signature">subscribe</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">:</span> <a href="../types/_trevixal_extension-workspace.WorkspaceListener.html" class="tsd-signature-type tsd-kind-type-alias">WorkspaceListener</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">()</span> <span class="tsd-signature-symbol">=></span> <span class="tsd-signature-type">void</span><a href="#subscribe-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div> <div class="tsd-description"> <div class="tsd-comment tsd-typography"><p>Be told after every committed change. Returns a disposer.</p> </div> <div class="tsd-parameters"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameter-list"> <li><span><span class="tsd-kind-parameter">listener</span>: <a href="../types/_trevixal_extension-workspace.WorkspaceListener.html" class="tsd-signature-type tsd-kind-type-alias">WorkspaceListener</a></span></li></ul></div> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-symbol">()</span> <span class="tsd-signature-symbol">=></span> <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources"> <ul> <li>Defined in store.ts:473</li></ul></aside></div></li></ul></section> <section class="tsd-panel tsd-member"> <h3 class="tsd-anchor-link" id="touch"><span>touch</span><a href="#touch" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3> <ul class="tsd-signatures"> <li class=""> <div class="tsd-signature tsd-anchor-link" id="touch-1"><span class="tsd-kind-call-signature">touch</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../types/_trevixal_extension-workspace.DocumentMeta.html" class="tsd-signature-type tsd-kind-type-alias">DocumentMeta</a><span class="tsd-signature-symbol">></span><a href="#touch-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div> <div class="tsd-description"> <div class="tsd-comment tsd-typography"><p>Record that the document was opened, for the recents list.</p> </div> <div class="tsd-parameters"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameter-list"> <li><span><span class="tsd-kind-parameter">id</span>: <span class="tsd-signature-type">string</span></span></li></ul></div> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../types/_trevixal_extension-workspace.DocumentMeta.html" class="tsd-signature-type tsd-kind-type-alias">DocumentMeta</a><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources"> <ul> <li>Defined in store.ts:353</li></ul></aside></div></li></ul></section> <section class="tsd-panel tsd-member"> <h3 class="tsd-anchor-link" id="open"><code class="tsd-tag">Static</code><span>open</span><a href="#open" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3> <ul class="tsd-signatures"> <li class=""> <div class="tsd-signature tsd-anchor-link" id="open-1"><span class="tsd-kind-call-signature">open</span><span class="tsd-signature-symbol">(</span><br/>    <span class="tsd-kind-parameter">storage</span><span class="tsd-signature-symbol">:</span> <a href="../interfaces/_trevixal_extension-workspace.KeyValueStorage.html" class="tsd-signature-type tsd-kind-interface">KeyValueStorage</a><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?:</span> <a href="../interfaces/_trevixal_extension-workspace.WorkspaceStoreOptions.html" class="tsd-signature-type tsd-kind-interface">WorkspaceStoreOptions</a><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="" class="tsd-signature-type tsd-kind-class">WorkspaceStore</a><span class="tsd-signature-symbol">></span><a href="#open-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div> <div class="tsd-description"> <div class="tsd-comment tsd-typography"><p>Load the index from storage. A missing or corrupt index yields an empty workspace rather than a failure. The bodies are still there, so nothing is lost that a later import cannot recover.</p> </div> <div class="tsd-parameters"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameter-list"> <li><span><span class="tsd-kind-parameter">storage</span>: <a href="../interfaces/_trevixal_extension-workspace.KeyValueStorage.html" class="tsd-signature-type tsd-kind-interface">KeyValueStorage</a></span></li> <li><span><span class="tsd-kind-parameter">options</span>: <a href="../interfaces/_trevixal_extension-workspace.WorkspaceStoreOptions.html" class="tsd-signature-type tsd-kind-interface">WorkspaceStoreOptions</a><span class="tsd-signature-symbol"> = {}</span></span></li></ul></div> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="" class="tsd-signature-type tsd-kind-class">WorkspaceStore</a><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources"> <ul> <li>Defined in store.ts:253</li></ul></aside></div></li></ul></section></section></details></div> <div class="col-sidebar"> <div class="page-menu"> <div class="tsd-navigation settings"> <details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> <h3>Settings</h3></summary> <div class="tsd-accordion-details"> <div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span> <ul id="tsd-filter-options"> <li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li> <li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li> <li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div> <div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div> <details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> <h3>On This Page</h3></summary> <div class="tsd-accordion-details"> <details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary> <div><a href="#storage"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>storage</span></a></div></details> <details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Methods"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Methods</summary> <div><a href="#create"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>create</span></a><a href="#createfolder"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>create<wbr/>Folder</span></a><a href="#duplicate"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>duplicate</span></a><a href="#export"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>export</span></a><a href="#favorites"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>favorites</span></a><a href="#folders"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>folders</span></a><a href="#get"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get</span></a><a href="#import"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>import</span></a><a href="#list"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>list</span></a><a href="#meta"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>meta</span></a><a href="#move"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>move</span></a><a href="#recent"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>recent</span></a><a href="#remove"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>remove</span></a><a href="#removefolder"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>remove<wbr/>Folder</span></a><a href="#rename"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>rename</span></a><a href="#renamefolder"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>rename<wbr/>Folder</span></a><a href="#save"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>save</span></a><a href="#search"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>search</span></a><a href="#setfavorite"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Favorite</span></a><a href="#setpinned"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Pinned</span></a><a href="#subscribe"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>subscribe</span></a><a href="#touch"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>touch</span></a><a href="#open"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>open</span></a></div></details></div></details></div> <div class="site-menu"> <nav class="tsd-navigation"><a href="../index.html">Trevixal API</a> <ul class="tsd-small-nested-navigation" id="tsd-nav-container"> <li>Loading...</li></ul></nav></div></div></div><footer></footer> <div class="overlay"></div></body></html>