@deep-foundation/deeplinks
Version:
[](https://www.npmjs.com/package/@deep-foundation/deeplinks) [](https://gitpod.io/#https://github.com/deep-fo
40 lines • 76.9 kB
HTML
<!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>CyberDeepClientOptions | @deep-foundation/deeplinks</title><meta name="description" content="Documentation for @deep-foundation/deeplinks"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@deep-foundation/deeplinks</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@deep-foundation/deeplinks</a></li><li><a href="../modules/cyber.html">cyber</a></li><li><a href="cyber.CyberDeepClientOptions.html">CyberDeepClientOptions</a></li></ul><h1>Interface CyberDeepClientOptions<L></h1></div><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">CyberDeepClientOptions</span><span class="tsd-signature-symbol"><</span><a class="tsd-signature-type tsd-kind-type-parameter" href="cyber.CyberDeepClientOptions.html#L">L</a><span class="tsd-signature-symbol">></span> <span class="tsd-signature-symbol">{ </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#apolloClient">apolloClient</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">IApolloClient</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#canSelectReturning">canSelectReturning</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#config">config</a><span class="tsd-signature-symbol">: </span><a href="cyber.CONFIG.html" class="tsd-signature-type tsd-kind-interface">CONFIG</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#cyberClient">cyberClient</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">CyberClient</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#deep">deep</a><span class="tsd-signature-symbol">?: </span><a href="client.DeepClientInstance.html" class="tsd-signature-type tsd-kind-interface">DeepClientInstance</a><span class="tsd-signature-symbol"><</span><a class="tsd-signature-type tsd-kind-type-parameter" href="cyber.CyberDeepClientOptions.html#L">L</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#defaultDeleteName">defaultDeleteName</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#defaultInsertName">defaultInsertName</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#defaultSelectName">defaultSelectName</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#defaultUpdateName">defaultUpdateName</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#deleteReturning">deleteReturning</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#filesSelectReturning">filesSelectReturning</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#handleAuth">handleAuth</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">linkId</span><span class="tsd-signature-symbol">?: </span><a href="../types/minilinks.Id.html" class="tsd-signature-type tsd-kind-type-alias">Id</a>, <span class="tsd-kind-parameter">token</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">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#handleOperation">handleOperation</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">operation</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, <span class="tsd-kind-parameter">query</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span>, <span class="tsd-kind-parameter">value</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#handlersSelectReturning">handlersSelectReturning</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#helia">helia</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Helia</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Libp2p</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">ServiceMap</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#insertReturning">insertReturning</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#linkId">linkId</a><span class="tsd-signature-symbol">?: </span><a href="../types/minilinks.Id.html" class="tsd-signature-type tsd-kind-type-alias">Id</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#linksSelectReturning">linksSelectReturning</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#local">local</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#minilinks">minilinks</a><span class="tsd-signature-symbol">?: </span><a href="../classes/minilinks.MinilinkCollection.html" class="tsd-signature-type tsd-kind-class">MinilinkCollection</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><a href="minilinks.Link.html" class="tsd-signature-type tsd-kind-interface">Link</a><span class="tsd-signature-symbol"><</span><a href="../types/minilinks.Id.html" class="tsd-signature-type tsd-kind-type-alias">Id</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#ml">ml</a><span class="tsd-signature-symbol">?: </span><a href="../classes/minilinks.MinilinkCollection.html" class="tsd-signature-type tsd-kind-class">MinilinkCollection</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><a href="minilinks.Link.html" class="tsd-signature-type tsd-kind-interface">Link</a><span class="tsd-signature-symbol"><</span><a href="../types/minilinks.Id.html" class="tsd-signature-type tsd-kind-type-alias">Id</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#namespace">namespace</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#needConnection">needConnection</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#path">path</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#remote">remote</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#returning">returning</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#secret">secret</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#selectorsSelectReturning">selectorsSelectReturning</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#selectReturning">selectReturning</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#self">self</a><span class="tsd-signature-symbol">?: </span><a href="client.DeepClientInstance.html" class="tsd-signature-type tsd-kind-interface">DeepClientInstance</a><span class="tsd-signature-symbol"><</span><a class="tsd-signature-type tsd-kind-type-parameter" href="cyber.CyberDeepClientOptions.html#L">L</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#silent">silent</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#ssl">ssl</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#table">table</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#token">token</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#treeSelectReturning">treeSelectReturning</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#unsafe">unsafe</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#updateReturning">updateReturning</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#valuesSelectReturning">valuesSelectReturning</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="cyber.CyberDeepClientOptions.html#ws">ws</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div> <section class="tsd-panel"><h4>Type Parameters</h4><ul class="tsd-type-parameter-list"><li><span><a id="L" class="tsd-anchor"></a><span class="tsd-kind-type-parameter">L</span><span class="tsd-signature-keyword"> extends </span><a href="minilinks.Link.html" class="tsd-signature-type tsd-kind-interface">Link</a><span class="tsd-signature-symbol"><</span><a href="../types/minilinks.Id.html" class="tsd-signature-type tsd-kind-type-alias">Id</a><span class="tsd-signature-symbol">></span></span></li></ul></section> <section class="tsd-panel tsd-hierarchy"><h4>Hierarchy (<a href="../hierarchy.html#cyber.CyberDeepClientOptions">view full</a>)</h4><ul class="tsd-hierarchy"><li><a href="client.DeepClientOptions.html" class="tsd-signature-type tsd-kind-interface">DeepClientOptions</a><span class="tsd-signature-symbol"><</span><a class="tsd-signature-type tsd-kind-type-parameter" href="cyber.CyberDeepClientOptions.html#L">L</a><span class="tsd-signature-symbol">></span><ul class="tsd-hierarchy"><li><span class="target">CyberDeepClientOptions</span></li></ul></li></ul></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/cyber.tsx#L155">work/deeplinks/deeplinks/imports/cyber.tsx:155</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="cyber.CyberDeepClientOptions.html#apolloClient" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>apollo<wbr/>Client?</span></a>
<a href="cyber.CyberDeepClientOptions.html#canSelectReturning" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>can<wbr/>Select<wbr/>Returning?</span></a>
<a href="cyber.CyberDeepClientOptions.html#config" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>config</span></a>
<a href="cyber.CyberDeepClientOptions.html#cyberClient" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>cyber<wbr/>Client</span></a>
<a href="cyber.CyberDeepClientOptions.html#deep" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>deep?</span></a>
<a href="cyber.CyberDeepClientOptions.html#defaultDeleteName" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>default<wbr/>Delete<wbr/>Name?</span></a>
<a href="cyber.CyberDeepClientOptions.html#defaultInsertName" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>default<wbr/>Insert<wbr/>Name?</span></a>
<a href="cyber.CyberDeepClientOptions.html#defaultSelectName" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>default<wbr/>Select<wbr/>Name?</span></a>
<a href="cyber.CyberDeepClientOptions.html#defaultUpdateName" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>default<wbr/>Update<wbr/>Name?</span></a>
<a href="cyber.CyberDeepClientOptions.html#deleteReturning" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>delete<wbr/>Returning?</span></a>
<a href="cyber.CyberDeepClientOptions.html#filesSelectReturning" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>files<wbr/>Select<wbr/>Returning?</span></a>
<a href="cyber.CyberDeepClientOptions.html#handleAuth" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>handle<wbr/>Auth?</span></a>
<a href="cyber.CyberDeepClientOptions.html#handleOperation" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>handle<wbr/>Operation?</span></a>
<a href="cyber.CyberDeepClientOptions.html#handlersSelectReturning" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>handlers<wbr/>Select<wbr/>Returning?</span></a>
<a href="cyber.CyberDeepClientOptions.html#helia" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>helia</span></a>
<a href="cyber.CyberDeepClientOptions.html#insertReturning" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>insert<wbr/>Returning?</span></a>
<a href="cyber.CyberDeepClientOptions.html#linkId" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>link<wbr/>Id?</span></a>
<a href="cyber.CyberDeepClientOptions.html#linksSelectReturning" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>links<wbr/>Select<wbr/>Returning?</span></a>
<a href="cyber.CyberDeepClientOptions.html#local" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>local?</span></a>
<a href="cyber.CyberDeepClientOptions.html#minilinks" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>minilinks?</span></a>
<a href="cyber.CyberDeepClientOptions.html#ml" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>ml?</span></a>
<a href="cyber.CyberDeepClientOptions.html#namespace" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>namespace?</span></a>
<a href="cyber.CyberDeepClientOptions.html#needConnection" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>need<wbr/>Connection?</span></a>
<a href="cyber.CyberDeepClientOptions.html#path" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>path?</span></a>
<a href="cyber.CyberDeepClientOptions.html#remote" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>remote?</span></a>
<a href="cyber.CyberDeepClientOptions.html#returning" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>returning?</span></a>
<a href="cyber.CyberDeepClientOptions.html#secret" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>secret?</span></a>
<a href="cyber.CyberDeepClientOptions.html#selectorsSelectReturning" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>selectors<wbr/>Select<wbr/>Returning?</span></a>
<a href="cyber.CyberDeepClientOptions.html#selectReturning" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>select<wbr/>Returning?</span></a>
<a href="cyber.CyberDeepClientOptions.html#self" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>self?</span></a>
<a href="cyber.CyberDeepClientOptions.html#silent" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>silent?</span></a>
<a href="cyber.CyberDeepClientOptions.html#ssl" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>ssl?</span></a>
<a href="cyber.CyberDeepClientOptions.html#table" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>table?</span></a>
<a href="cyber.CyberDeepClientOptions.html#token" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>token?</span></a>
<a href="cyber.CyberDeepClientOptions.html#treeSelectReturning" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>tree<wbr/>Select<wbr/>Returning?</span></a>
<a href="cyber.CyberDeepClientOptions.html#unsafe" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>unsafe?</span></a>
<a href="cyber.CyberDeepClientOptions.html#updateReturning" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>update<wbr/>Returning?</span></a>
<a href="cyber.CyberDeepClientOptions.html#valuesSelectReturning" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>values<wbr/>Select<wbr/>Returning?</span></a>
<a href="cyber.CyberDeepClientOptions.html#ws" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>ws?</span></a>
</div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="apolloClient" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>apollo<wbr/>Client</span><a href="#apolloClient" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">apollo<wbr/>Client</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">IApolloClient</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from <a href="client.DeepClientOptions.html">DeepClientOptions</a>.<a href="client.DeepClientOptions.html#apolloClient">apolloClient</a></p><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client.tsx#L445">work/deeplinks/deeplinks/imports/client.tsx:445</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="canSelectReturning" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>can<wbr/>Select<wbr/>Returning</span><a href="#canSelectReturning" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">can<wbr/>Select<wbr/>Returning</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from <a href="client.DeepClientOptions.html">DeepClientOptions</a>.<a href="client.DeepClientOptions.html#canSelectReturning">canSelectReturning</a></p><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client.tsx#L454">work/deeplinks/deeplinks/imports/client.tsx:454</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="config" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>config</span><a href="#config" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">config</span><span class="tsd-signature-symbol">:</span> <a href="cyber.CONFIG.html" class="tsd-signature-type tsd-kind-interface">CONFIG</a></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/cyber.tsx#L157">work/deeplinks/deeplinks/imports/cyber.tsx:157</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="cyberClient" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>cyber<wbr/>Client</span><a href="#cyberClient" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">cyber<wbr/>Client</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">CyberClient</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/cyber.tsx#L156">work/deeplinks/deeplinks/imports/cyber.tsx:156</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="deep" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>deep</span><a href="#deep" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">deep</span><span class="tsd-signature-symbol">?:</span> <a href="client.DeepClientInstance.html" class="tsd-signature-type tsd-kind-interface">DeepClientInstance</a><span class="tsd-signature-symbol"><</span><a class="tsd-signature-type tsd-kind-type-parameter" href="cyber.CyberDeepClientOptions.html#L">L</a><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from <a href="client.DeepClientOptions.html">DeepClientOptions</a>.<a href="client.DeepClientOptions.html#deep">deep</a></p><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client.tsx#L442">work/deeplinks/deeplinks/imports/client.tsx:442</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="defaultDeleteName" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>default<wbr/>Delete<wbr/>Name</span><a href="#defaultDeleteName" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">default<wbr/>Delete<wbr/>Name</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from <a href="client.DeepClientOptions.html">DeepClientOptions</a>.<a href="client.DeepClientOptions.html#defaultDeleteName">defaultDeleteName</a></p><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client.tsx#L466">work/deeplinks/deeplinks/imports/client.tsx:466</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="defaultInsertName" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>default<wbr/>Insert<wbr/>Name</span><a href="#defaultInsertName" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">default<wbr/>Insert<wbr/>Name</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from <a href="client.DeepClientOptions.html">DeepClientOptions</a>.<a href="client.DeepClientOptions.html#defaultInsertName">defaultInsertName</a></p><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client.tsx#L464">work/deeplinks/deeplinks/imports/client.tsx:464</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="defaultSelectName" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>default<wbr/>Select<wbr/>Name</span><a href="#defaultSelectName" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">default<wbr/>Select<wbr/>Name</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from <a href="client.DeepClientOptions.html">DeepClientOptions</a>.<a href="client.DeepClientOptions.html#defaultSelectName">defaultSelectName</a></p><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client.tsx#L463">work/deeplinks/deeplinks/imports/client.tsx:463</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="defaultUpdateName" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>default<wbr/>Update<wbr/>Name</span><a href="#defaultUpdateName" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">default<wbr/>Update<wbr/>Name</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from <a href="client.DeepClientOptions.html">DeepClientOptions</a>.<a href="client.DeepClientOptions.html#defaultUpdateName">defaultUpdateName</a></p><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client.tsx#L465">work/deeplinks/deeplinks/imports/client.tsx:465</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="deleteReturning" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>delete<wbr/>Returning</span><a href="#deleteReturning" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">delete<wbr/>Returning</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from <a href="client.DeepClientOptions.html">DeepClientOptions</a>.<a href="client.DeepClientOptions.html#deleteReturning">deleteReturning</a></p><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client.tsx#L461">work/deeplinks/deeplinks/imports/client.tsx:461</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="filesSelectReturning" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>files<wbr/>Select<wbr/>Returning</span><a href="#filesSelectReturning" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">files<wbr/>Select<wbr/>Returning</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from <a href="client.DeepClientOptions.html">DeepClientOptions</a>.<a href="client.DeepClientOptions.html#filesSelectReturning">filesSelectReturning</a></p><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client.tsx#L457">work/deeplinks/deeplinks/imports/client.tsx:457</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="handleAuth" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>handle<wbr/>Auth</span><a href="#handleAuth" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">handle<wbr/>Auth</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">linkId</span><span class="tsd-signature-symbol">?: </span><a href="../types/minilinks.Id.html" class="tsd-signature-type tsd-kind-type-alias">Id</a>, <span class="tsd-kind-parameter">token</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">any</span><span class="tsd-signature-symbol">)</span></div><aside class="tsd-sources"><p>Inherited from <a href="client.DeepClientOptions.html">DeepClientOptions</a>.<a href="client.DeepClientOptions.html#handleAuth">handleAuth</a></p><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client.tsx#L439">work/deeplinks/deeplinks/imports/client.tsx:439</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="handleOperation" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>handle<wbr/>Operation</span><a href="#handleOperation" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">handle<wbr/>Operation</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">operation</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, <span class="tsd-kind-parameter">query</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span>, <span class="tsd-kind-parameter">value</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span></div><aside class="tsd-sources"><p>Inherited from <a href="client.DeepClientOptions.html">DeepClientOptions</a>.<a href="client.DeepClientOptions.html#handleOperation">handleOperation</a></p><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client.tsx#L440">work/deeplinks/deeplinks/imports/client.tsx:440</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="handlersSelectReturning" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>handlers<wbr/>Select<wbr/>Returning</span><a href="#handlersSelectReturning" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">handlers<wbr/>Select<wbr/>Returning</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from <a href="client.DeepClientOptions.html">DeepClientOptions</a>.<a href="client.DeepClientOptions.html#handlersSelectReturning">handlersSelectReturning</a></p><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client.tsx#L458">work/deeplinks/deeplinks/imports/client.tsx:458</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="helia" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>helia</span><a href="#helia" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">helia</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Helia</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Libp2p</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">ServiceMap</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/cyber.tsx#L158">work/deeplinks/deeplinks/imports/cyber.tsx:158</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="insertReturning" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>insert<wbr/>Returning</span><a href="#insertReturning" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">insert<wbr/>Returning</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from <a href="client.DeepClientOptions.html">DeepClientOptions</a>.<a href="client.DeepClientOptions.html#insertReturning">insertReturning</a></p><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client.tsx#L459">work/deeplinks/deeplinks/imports/client.tsx:459</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="linkId" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>link<wbr/>Id</span><a href="#linkId" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">link<wbr/>Id</span><span class="tsd-signature-symbol">?:</span> <a href="../types/minilinks.Id.html" class="tsd-signature-type tsd-kind-type-alias">Id</a></div><aside class="tsd-sources"><p>Inherited from <a href="client.DeepClientOptions.html">DeepClientOptions</a>.<a href="client.DeepClientOptions.html#linkId">linkId</a></p><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client.tsx#L434">work/deeplinks/deeplinks/imports/client.tsx:434</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="linksSelectReturning" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>links<wbr/>Select<wbr/>Returning</span><a href="#linksSelectReturning" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">links<wbr/>Select<wbr/>Returning</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from <a href="client.DeepClientOptions.html">DeepClientOptions</a>.<a href="client.DeepClientOptions.html#linksSelectReturning">linksSelectReturning</a></p><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client.tsx#L452">work/deeplinks/deeplinks/imports/client.tsx:452</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="local" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>local</span><a href="#local" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">local</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><p>Inherited from <a href="client.DeepClientOptions.html">DeepClientOptions</a>.<a href="client.DeepClientOptions.html#local">local</a></p><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client.tsx#L473">work/deeplinks/deeplinks/imports/client.tsx:473</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="minilinks" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>minilinks</span><a href="#minilinks" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">minilinks</span><span class="tsd-signature-symbol">?:</span> <a href="../classes/minilinks.MinilinkCollection.html" class="tsd-signature-type tsd-kind-class">MinilinkCollection</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><a href="minilinks.Link.html" class="tsd-signature-type tsd-kind-interface">Link</a><span class="tsd-signature-symbol"><</span><a href="../types/minilinks.Id.html" class="tsd-signature-type tsd-kind-type-alias">Id</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Overrides <a href="client.DeepClientOptions.html">DeepClientOptions</a>.<a href="client.DeepClientOptions.html#minilinks">minilinks</a></p><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/cyber.tsx#L159">work/deeplinks/deeplinks/imports/cyber.tsx:159</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="ml" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>ml</span><a href="#ml" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">ml</span><span class="tsd-signature-symbol">?:</span> <a href="../classes/minilinks.MinilinkCollection.html" class="tsd-signature-type tsd-kind-class">MinilinkCollection</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><a href="minilinks.Link.html" class="tsd-signature-type tsd-kind-interface">Link</a><span class="tsd-signature-symbol"><</span><a href="../types/minilinks.Id.html" class="tsd-signature-type tsd-kind-type-alias">Id</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources"><p>Inherited from <a href="client.DeepClientOptions.html">DeepClientOptions</a>.<a href="client.DeepClientOptions.html#ml">ml</a></p><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client.tsx#L447">work/deeplinks/deeplinks/imports/client.tsx:447</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="namespace" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>namespace</span><a href="#namespace" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">namespace</span><span class="tsd-signature-sym