UNPKG

@deep-foundation/deeplinks

Version:

[![npm](https://img.shields.io/npm/v/@deep-foundation/deeplinks.svg)](https://www.npmjs.com/package/@deep-foundation/deeplinks) [![Gitpod](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/deep-fo

46 lines 65.1 kB
<!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>BoolExpLink | @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/client_types.html">client_types</a></li><li><a href="client_types.BoolExpLink.html">BoolExpLink</a></li></ul><h1>Interface BoolExpLink</h1></div><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">BoolExpLink</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="client_types.BoolExpLink.html#_and">_and</a><span class="tsd-signature-symbol">?: </span><a href="client_types.BoolExpLink.html" class="tsd-signature-type tsd-kind-interface">BoolExpLink</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="client_types.BoolExpLink.html#_from_id">_from_id</a><span class="tsd-signature-symbol">?: </span><a href="../types/client_types.ComparasionType.html" class="tsd-signature-type tsd-kind-type-alias">ComparasionType</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/minilinks.Id.html" class="tsd-signature-type tsd-kind-type-alias">Id</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="client_types.BoolExpLink.html#_id">_id</a><span class="tsd-signature-symbol">?: </span><a href="../types/client_types.ComparasionType.html" class="tsd-signature-type tsd-kind-type-alias">ComparasionType</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/minilinks.Id.html" class="tsd-signature-type tsd-kind-type-alias">Id</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="client_types.BoolExpLink.html#_not">_not</a><span class="tsd-signature-symbol">?: </span><a href="client_types.BoolExpLink.html" class="tsd-signature-type tsd-kind-interface">BoolExpLink</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="client_types.BoolExpLink.html#_or">_or</a><span class="tsd-signature-symbol">?: </span><a href="client_types.BoolExpLink.html" class="tsd-signature-type tsd-kind-interface">BoolExpLink</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="client_types.BoolExpLink.html#_to_id">_to_id</a><span class="tsd-signature-symbol">?: </span><a href="../types/client_types.ComparasionType.html" class="tsd-signature-type tsd-kind-type-alias">ComparasionType</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/minilinks.Id.html" class="tsd-signature-type tsd-kind-type-alias">Id</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="client_types.BoolExpLink.html#_type_id">_type_id</a><span class="tsd-signature-symbol">?: </span><a href="../types/client_types.ComparasionType.html" class="tsd-signature-type tsd-kind-type-alias">ComparasionType</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/minilinks.Id.html" class="tsd-signature-type tsd-kind-type-alias">Id</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="client_types.BoolExpLink.html#can_action">can_action</a><span class="tsd-signature-symbol">?: </span><a href="client_types.BoolExpCan.html" class="tsd-signature-type tsd-kind-interface">BoolExpCan</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="client_types.BoolExpLink.html#can_object">can_object</a><span class="tsd-signature-symbol">?: </span><a href="client_types.BoolExpCan.html" class="tsd-signature-type tsd-kind-interface">BoolExpCan</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="client_types.BoolExpLink.html#can_rule">can_rule</a><span class="tsd-signature-symbol">?: </span><a href="client_types.BoolExpCan.html" class="tsd-signature-type tsd-kind-interface">BoolExpCan</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="client_types.BoolExpLink.html#can_subject">can_subject</a><span class="tsd-signature-symbol">?: </span><a href="client_types.BoolExpCan.html" class="tsd-signature-type tsd-kind-interface">BoolExpCan</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="client_types.BoolExpLink.html#down">down</a><span class="tsd-signature-symbol">?: </span><a href="client_types.BoolExpTree.html" class="tsd-signature-type tsd-kind-interface">BoolExpTree</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="client_types.BoolExpLink.html#from">from</a><span class="tsd-signature-symbol">?: </span><a href="client_types.BoolExpLink.html" class="tsd-signature-type tsd-kind-interface">BoolExpLink</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="client_types.BoolExpLink.html#from_id">from_id</a><span class="tsd-signature-symbol">?: </span><a href="../types/client_types.ComparasionType.html" class="tsd-signature-type tsd-kind-type-alias">ComparasionType</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/minilinks.Id.html" class="tsd-signature-type tsd-kind-type-alias">Id</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="client_types.BoolExpLink.html#id">id</a><span class="tsd-signature-symbol">?: </span><a href="../types/client_types.ComparasionType.html" class="tsd-signature-type tsd-kind-type-alias">ComparasionType</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/minilinks.Id.html" class="tsd-signature-type tsd-kind-type-alias">Id</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="client_types.BoolExpLink.html#in">in</a><span class="tsd-signature-symbol">?: </span><a href="client_types.BoolExpLink.html" class="tsd-signature-type tsd-kind-interface">BoolExpLink</a><span class="tsd-signature-symbol"> | </span><a href="client_types.BoolExpLink.html" class="tsd-signature-type tsd-kind-interface">BoolExpLink</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="client_types.BoolExpLink.html#number">number</a><span class="tsd-signature-symbol">?: </span><a href="client_types.BoolExpValue.html" class="tsd-signature-type tsd-kind-interface">BoolExpValue</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="client_types.BoolExpLink.html#object">object</a><span class="tsd-signature-symbol">?: </span><a href="client_types.BoolExpValue.html" class="tsd-signature-type tsd-kind-interface">BoolExpValue</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">object</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="client_types.BoolExpLink.html#out">out</a><span class="tsd-signature-symbol">?: </span><a href="client_types.BoolExpLink.html" class="tsd-signature-type tsd-kind-interface">BoolExpLink</a><span class="tsd-signature-symbol"> | </span><a href="client_types.BoolExpLink.html" class="tsd-signature-type tsd-kind-interface">BoolExpLink</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="client_types.BoolExpLink.html#return">return</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span><br/><span>        </span>[<span class="tsd-kind-index-signature">key</span>: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><a href="client_types.ReturnBoolExp.html" class="tsd-signature-type tsd-kind-interface">ReturnBoolExp</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="client_types.BoolExpLink.html#root">root</a><span class="tsd-signature-symbol">?: </span><a href="client_types.BoolExpTree.html" class="tsd-signature-type tsd-kind-interface">BoolExpTree</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="client_types.BoolExpLink.html#selected">selected</a><span class="tsd-signature-symbol">?: </span><a href="client_types.BoolExpSelector.html" class="tsd-signature-type tsd-kind-interface">BoolExpSelector</a><span class="tsd-signature-symbol"> | </span><a href="client_types.BoolExpSelector.html" class="tsd-signature-type tsd-kind-interface">BoolExpSelector</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="client_types.BoolExpLink.html#selectors">selectors</a><span class="tsd-signature-symbol">?: </span><a href="client_types.BoolExpSelector.html" class="tsd-signature-type tsd-kind-interface">BoolExpSelector</a><span class="tsd-signature-symbol"> | </span><a href="client_types.BoolExpSelector.html" class="tsd-signature-type tsd-kind-interface">BoolExpSelector</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="client_types.BoolExpLink.html#string">string</a><span class="tsd-signature-symbol">?: </span><a href="client_types.BoolExpValue.html" class="tsd-signature-type tsd-kind-interface">BoolExpValue</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="client_types.BoolExpLink.html#to">to</a><span class="tsd-signature-symbol">?: </span><a href="client_types.BoolExpLink.html" class="tsd-signature-type tsd-kind-interface">BoolExpLink</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="client_types.BoolExpLink.html#to_id">to_id</a><span class="tsd-signature-symbol">?: </span><a href="../types/client_types.ComparasionType.html" class="tsd-signature-type tsd-kind-type-alias">ComparasionType</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/minilinks.Id.html" class="tsd-signature-type tsd-kind-type-alias">Id</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="client_types.BoolExpLink.html#tree">tree</a><span class="tsd-signature-symbol">?: </span><a href="client_types.BoolExpTree.html" class="tsd-signature-type tsd-kind-interface">BoolExpTree</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="client_types.BoolExpLink.html#type">type</a><span class="tsd-signature-symbol">?: </span><a href="client_types.BoolExpLink.html" class="tsd-signature-type tsd-kind-interface">BoolExpLink</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="client_types.BoolExpLink.html#type_id">type_id</a><span class="tsd-signature-symbol">?: </span><a href="../types/client_types.ComparasionType.html" class="tsd-signature-type tsd-kind-type-alias">ComparasionType</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/minilinks.Id.html" class="tsd-signature-type tsd-kind-type-alias">Id</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="client_types.BoolExpLink.html#typed">typed</a><span class="tsd-signature-symbol">?: </span><a href="client_types.BoolExpLink.html" class="tsd-signature-type tsd-kind-interface">BoolExpLink</a><span class="tsd-signature-symbol"> | </span><a href="client_types.BoolExpLink.html" class="tsd-signature-type tsd-kind-interface">BoolExpLink</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="client_types.BoolExpLink.html#up">up</a><span class="tsd-signature-symbol">?: </span><a href="client_types.BoolExpTree.html" class="tsd-signature-type tsd-kind-interface">BoolExpTree</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="client_types.BoolExpLink.html#value">value</a><span class="tsd-signature-symbol">?: </span><a href="client_types.BoolExpValue.html" class="tsd-signature-type tsd-kind-interface">BoolExpValue</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><section class="tsd-panel tsd-hierarchy"><h4>Hierarchy (<a href="../hierarchy.html#client_types.BoolExpLink">view full</a>)</h4><ul class="tsd-hierarchy"><li><a href="client_types.BoolExp.html" class="tsd-signature-type tsd-kind-interface">BoolExp</a><span class="tsd-signature-symbol">&lt;</span><a href="client_types.BoolExpLink.html" class="tsd-signature-type tsd-kind-interface">BoolExpLink</a><span class="tsd-signature-symbol">&gt;</span><ul class="tsd-hierarchy"><li><span class="target">BoolExpLink</span><ul class="tsd-hierarchy"><li><a href="client_types.QueryLink.html" class="tsd-signature-type tsd-kind-interface">QueryLink</a></li><li><a href="minilinks_query.BoolExpLinkMinilinks.html" class="tsd-signature-type tsd-kind-interface">BoolExpLinkMinilinks</a></li></ul></li></ul></li></ul></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client_types.ts#L35">work/deeplinks/deeplinks/imports/client_types.ts:35</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="client_types.BoolExpLink.html#_and" 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>_and?</span></a> <a href="client_types.BoolExpLink.html#_from_id" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_from_<wbr/>id?</span></a> <a href="client_types.BoolExpLink.html#_id" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_id?</span></a> <a href="client_types.BoolExpLink.html#_not" 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>_not?</span></a> <a href="client_types.BoolExpLink.html#_or" 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>_or?</span></a> <a href="client_types.BoolExpLink.html#_to_id" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_to_<wbr/>id?</span></a> <a href="client_types.BoolExpLink.html#_type_id" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_type_<wbr/>id?</span></a> <a href="client_types.BoolExpLink.html#can_action" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>can_<wbr/>action?</span></a> <a href="client_types.BoolExpLink.html#can_object" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>can_<wbr/>object?</span></a> <a href="client_types.BoolExpLink.html#can_rule" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>can_<wbr/>rule?</span></a> <a href="client_types.BoolExpLink.html#can_subject" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>can_<wbr/>subject?</span></a> <a href="client_types.BoolExpLink.html#down" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>down?</span></a> <a href="client_types.BoolExpLink.html#from" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>from?</span></a> <a href="client_types.BoolExpLink.html#from_id" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>from_<wbr/>id?</span></a> <a href="client_types.BoolExpLink.html#id" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>id?</span></a> <a href="client_types.BoolExpLink.html#in" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>in?</span></a> <a href="client_types.BoolExpLink.html#number" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>number?</span></a> <a href="client_types.BoolExpLink.html#object" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>object?</span></a> <a href="client_types.BoolExpLink.html#out" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>out?</span></a> <a href="client_types.BoolExpLink.html#return" 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>return?</span></a> <a href="client_types.BoolExpLink.html#root" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>root?</span></a> <a href="client_types.BoolExpLink.html#selected" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>selected?</span></a> <a href="client_types.BoolExpLink.html#selectors" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>selectors?</span></a> <a href="client_types.BoolExpLink.html#string" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>string?</span></a> <a href="client_types.BoolExpLink.html#to" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>to?</span></a> <a href="client_types.BoolExpLink.html#to_id" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>to_<wbr/>id?</span></a> <a href="client_types.BoolExpLink.html#tree" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>tree?</span></a> <a href="client_types.BoolExpLink.html#type" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>type?</span></a> <a href="client_types.BoolExpLink.html#type_id" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>type_<wbr/>id?</span></a> <a href="client_types.BoolExpLink.html#typed" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>typed?</span></a> <a href="client_types.BoolExpLink.html#up" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>up?</span></a> <a href="client_types.BoolExpLink.html#value" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>value?</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="_and" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>_and</span><a href="#_and" 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">_and</span><span class="tsd-signature-symbol">?:</span> <a href="client_types.BoolExpLink.html" class="tsd-signature-type tsd-kind-interface">BoolExpLink</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from <a href="client_types.BoolExp.html">BoolExp</a>.<a href="client_types.BoolExp.html#_and">_and</a></p><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client_types.ts#L20">work/deeplinks/deeplinks/imports/client_types.ts:20</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="_from_id" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>_from_<wbr/>id</span><a href="#_from_id" 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">_from_<wbr/>id</span><span class="tsd-signature-symbol">?:</span> <a href="../types/client_types.ComparasionType.html" class="tsd-signature-type tsd-kind-type-alias">ComparasionType</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/minilinks.Id.html" class="tsd-signature-type tsd-kind-type-alias">Id</a><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client_types.ts#L41">work/deeplinks/deeplinks/imports/client_types.ts:41</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="_id" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>_id</span><a href="#_id" 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">_id</span><span class="tsd-signature-symbol">?:</span> <a href="../types/client_types.ComparasionType.html" class="tsd-signature-type tsd-kind-type-alias">ComparasionType</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/minilinks.Id.html" class="tsd-signature-type tsd-kind-type-alias">Id</a><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client_types.ts#L40">work/deeplinks/deeplinks/imports/client_types.ts:40</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="_not" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>_not</span><a href="#_not" 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">_not</span><span class="tsd-signature-symbol">?:</span> <a href="client_types.BoolExpLink.html" class="tsd-signature-type tsd-kind-interface">BoolExpLink</a></div><aside class="tsd-sources"><p>Inherited from <a href="client_types.BoolExp.html">BoolExp</a>.<a href="client_types.BoolExp.html#_not">_not</a></p><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client_types.ts#L22">work/deeplinks/deeplinks/imports/client_types.ts:22</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="_or" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>_or</span><a href="#_or" 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">_or</span><span class="tsd-signature-symbol">?:</span> <a href="client_types.BoolExpLink.html" class="tsd-signature-type tsd-kind-interface">BoolExpLink</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from <a href="client_types.BoolExp.html">BoolExp</a>.<a href="client_types.BoolExp.html#_or">_or</a></p><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client_types.ts#L21">work/deeplinks/deeplinks/imports/client_types.ts:21</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="_to_id" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>_to_<wbr/>id</span><a href="#_to_id" 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">_to_<wbr/>id</span><span class="tsd-signature-symbol">?:</span> <a href="../types/client_types.ComparasionType.html" class="tsd-signature-type tsd-kind-type-alias">ComparasionType</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/minilinks.Id.html" class="tsd-signature-type tsd-kind-type-alias">Id</a><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client_types.ts#L42">work/deeplinks/deeplinks/imports/client_types.ts:42</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="_type_id" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>_type_<wbr/>id</span><a href="#_type_id" 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">_type_<wbr/>id</span><span class="tsd-signature-symbol">?:</span> <a href="../types/client_types.ComparasionType.html" class="tsd-signature-type tsd-kind-type-alias">ComparasionType</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/minilinks.Id.html" class="tsd-signature-type tsd-kind-type-alias">Id</a><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client_types.ts#L43">work/deeplinks/deeplinks/imports/client_types.ts:43</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="can_action" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>can_<wbr/>action</span><a href="#can_action" 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/>action</span><span class="tsd-signature-symbol">?:</span> <a href="client_types.BoolExpCan.html" class="tsd-signature-type tsd-kind-interface">BoolExpCan</a></div><div class="tsd-comment tsd-typography"><p>Relation to rules where current link used as action.</p> </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client_types.ts#L68">work/deeplinks/deeplinks/imports/client_types.ts:68</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="can_object" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>can_<wbr/>object</span><a href="#can_object" 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/>object</span><span class="tsd-signature-symbol">?:</span> <a href="client_types.BoolExpCan.html" class="tsd-signature-type tsd-kind-interface">BoolExpCan</a></div><div class="tsd-comment tsd-typography"><p>Relation to rules where current link used as object.</p> </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client_types.ts#L70">work/deeplinks/deeplinks/imports/client_types.ts:70</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="can_rule" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>can_<wbr/>rule</span><a href="#can_rule" 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/>rule</span><span class="tsd-signature-symbol">?:</span> <a href="client_types.BoolExpCan.html" class="tsd-signature-type tsd-kind-interface">BoolExpCan</a></div><div class="tsd-comment tsd-typography"><p>Relation to current rule.</p> </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client_types.ts#L66">work/deeplinks/deeplinks/imports/client_types.ts:66</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="can_subject" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>can_<wbr/>subject</span><a href="#can_subject" 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/>subject</span><span class="tsd-signature-symbol">?:</span> <a href="client_types.BoolExpCan.html" class="tsd-signature-type tsd-kind-interface">BoolExpCan</a></div><div class="tsd-comment tsd-typography"><p>Relation to rules where current link used as subject.</p> </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client_types.ts#L72">work/deeplinks/deeplinks/imports/client_types.ts:72</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="down" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>down</span><a href="#down" 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">down</span><span class="tsd-signature-symbol">?:</span> <a href="client_types.BoolExpTree.html" class="tsd-signature-type tsd-kind-interface">BoolExpTree</a></div><div class="tsd-comment tsd-typography"><p>Links down by all available trees. (Use link_id for search)</p> </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client_types.ts#L74">work/deeplinks/deeplinks/imports/client_types.ts:74</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="from" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>from</span><a href="#from" 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">from</span><span class="tsd-signature-symbol">?:</span> <a href="client_types.BoolExpLink.html" class="tsd-signature-type tsd-kind-interface">BoolExpLink</a><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"><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client_types.ts#L44">work/deeplinks/deeplinks/imports/client_types.ts:44</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="from_id" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>from_<wbr/>id</span><a href="#from_id" 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">from_<wbr/>id</span><span class="tsd-signature-symbol">?:</span> <a href="../types/client_types.ComparasionType.html" class="tsd-signature-type tsd-kind-type-alias">ComparasionType</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/minilinks.Id.html" class="tsd-signature-type tsd-kind-type-alias">Id</a><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client_types.ts#L37">work/deeplinks/deeplinks/imports/client_types.ts:37</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="id" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>id</span><a href="#id" 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">id</span><span class="tsd-signature-symbol">?:</span> <a href="../types/client_types.ComparasionType.html" class="tsd-signature-type tsd-kind-type-alias">ComparasionType</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/minilinks.Id.html" class="tsd-signature-type tsd-kind-type-alias">Id</a><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client_types.ts#L36">work/deeplinks/deeplinks/imports/client_types.ts:36</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="in" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>in</span><a href="#in" 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">in</span><span class="tsd-signature-symbol">?:</span> <a href="client_types.BoolExpLink.html" class="tsd-signature-type tsd-kind-interface">BoolExpLink</a><span class="tsd-signature-symbol"> | </span><a href="client_types.BoolExpLink.html" class="tsd-signature-type tsd-kind-interface">BoolExpLink</a><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>Links related to current by to_id field</p> </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client_types.ts#L48">work/deeplinks/deeplinks/imports/client_types.ts:48</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="number" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>number</span><a href="#number" 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">number</span><span class="tsd-signature-symbol">?:</span> <a href="client_types.BoolExpValue.html" class="tsd-signature-type tsd-kind-interface">BoolExpValue</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span></div><div class="tsd-comment tsd-typography"><p>Value type number definition.</p> </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client_types.ts#L58">work/deeplinks/deeplinks/imports/client_types.ts:58</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="object" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>object</span><a href="#object" 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">object</span><span class="tsd-signature-symbol">?:</span> <a href="client_types.BoolExpValue.html" class="tsd-signature-type tsd-kind-interface">BoolExpValue</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">object</span><span class="tsd-signature-symbol">&gt;</span></div><div class="tsd-comment tsd-typography"><p>Value type object definition.</p> </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client_types.ts#L62">work/deeplinks/deeplinks/imports/client_types.ts:62</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="out" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>out</span><a href="#out" 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">out</span><span class="tsd-signature-symbol">?:</span> <a href="client_types.BoolExpLink.html" class="tsd-signature-type tsd-kind-interface">BoolExpLink</a><span class="tsd-signature-symbol"> | </span><a href="client_types.BoolExpLink.html" class="tsd-signature-type tsd-kind-interface">BoolExpLink</a><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>Links related to current by from_id field</p> </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client_types.ts#L50">work/deeplinks/deeplinks/imports/client_types.ts:50</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="return" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>return</span><a href="#return" 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">return</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span>[<span class="tsd-kind-index-signature">key</span>: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><a href="client_types.ReturnBoolExp.html" class="tsd-signature-type tsd-kind-interface">ReturnBoolExp</a><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><p>Inherited from <a href="client_types.BoolExp.html">BoolExp</a>.<a href="client_types.BoolExp.html#return">return</a></p><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client_types.ts#L23">work/deeplinks/deeplinks/imports/client_types.ts:23</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="root" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>root</span><a href="#root" 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">root</span><span class="tsd-signature-symbol">?:</span> <a href="client_types.BoolExpTree.html" class="tsd-signature-type tsd-kind-interface">BoolExpTree</a></div><div class="tsd-comment tsd-typography"><p>Links using this link as a root.</p> </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client_types.ts#L80">work/deeplinks/deeplinks/imports/client_types.ts:80</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="selected" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>selected</span><a href="#selected" 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">selected</span><span class="tsd-signature-symbol">?:</span> <a href="client_types.BoolExpSelector.html" class="tsd-signature-type tsd-kind-interface">BoolExpSelector</a><span class="tsd-signature-symbol"> | </span><a href="client_types.BoolExpSelector.html" class="tsd-signature-type tsd-kind-interface">BoolExpSelector</a><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>Selected by this link as selector (usable only for Selector typed links)</p> </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client_types.ts#L54">work/deeplinks/deeplinks/imports/client_types.ts:54</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="selectors" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>selectors</span><a href="#selectors" 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">selectors</span><span class="tsd-signature-symbol">?:</span> <a href="client_types.BoolExpSelector.html" class="tsd-signature-type tsd-kind-interface">BoolExpSelector</a><span class="tsd-signature-symbol"> | </span><a href="client_types.BoolExpSelector.html" class="tsd-signature-type tsd-kind-interface">BoolExpSelector</a><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>Selectors that select current link.</p> </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client_types.ts#L56">work/deeplinks/deeplinks/imports/client_types.ts:56</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="string" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>string</span><a href="#string" 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">string</span><span class="tsd-signature-symbol">?:</span> <a href="client_types.BoolExpValue.html" class="tsd-signature-type tsd-kind-interface">BoolExpValue</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></div><div class="tsd-comment tsd-typography"><p>Value type string definition.</p> </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client_types.ts#L60">work/deeplinks/deeplinks/imports/client_types.ts:60</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="to" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>to</span><a href="#to" 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">to</span><span class="tsd-signature-symbol">?:</span> <a href="client_types.BoolExpLink.html" class="tsd-signature-type tsd-kind-interface">BoolExpLink</a><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"><ul><li>Defined in <a href="https://github.com/deep-foundation/deeplinks/blob/381207dda313ab3c1fed0a4bfc2ddbe631750411/imports/client_types.ts#L45">work/deeplinks/deeplinks/imports/client_types.ts:45</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="to_id" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>to_<wbr/>id</span><a href="#to_id" 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 cl