|
| 1 | +<!doctype html> |
| 2 | +<html class="default" lang="en" data-base="../"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8" /> |
| 5 | + <meta http-equiv="x-ua-compatible" content="IE=edge" /> |
| 6 | + <title>reactiveMap | @embrajs/reactivity - v1.0.0</title> |
| 7 | + <meta name="description" content="Documentation for @embrajs/reactivity" /> |
| 8 | + <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 9 | + <link rel="stylesheet" href="../assets/style.css" /> |
| 10 | + <link rel="stylesheet" href="../assets/highlight.css" /> |
| 11 | + <link rel="stylesheet" href="../assets/custom.css" /> |
| 12 | + <script defer src="../assets/main.js"></script> |
| 13 | + <script async src="../assets/icons.js" id="tsd-icons-script"></script> |
| 14 | + <script async src="../assets/search.js" id="tsd-search-script"></script> |
| 15 | + <script async src="../assets/navigation.js" id="tsd-nav-script"></script> |
| 16 | + <script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script> |
| 17 | + </head> |
| 18 | + <body> |
| 19 | + <script> |
| 20 | + document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"; |
| 21 | + document.body.style.display = "none"; |
| 22 | + setTimeout(() => (window.app ? app.showPage() : document.body.style.removeProperty("display")), 500); |
| 23 | + </script> |
| 24 | + <header class="tsd-page-toolbar"> |
| 25 | + <div class="tsd-toolbar-contents container"> |
| 26 | + <a href="../index.html" class="title">@embrajs/reactivity - v1.0.0</a> |
| 27 | + <div id="tsd-toolbar-links"></div> |
| 28 | + <button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"> |
| 29 | + <svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"> |
| 30 | + <use href="../assets/icons.svg#icon-search"></use> |
| 31 | + </svg> |
| 32 | + </button> |
| 33 | + <dialog id="tsd-search" aria-label="Search"> |
| 34 | + <input |
| 35 | + role="combobox" |
| 36 | + id="tsd-search-input" |
| 37 | + aria-controls="tsd-search-results" |
| 38 | + aria-autocomplete="list" |
| 39 | + aria-expanded="true" |
| 40 | + autocapitalize="off" |
| 41 | + autocomplete="off" |
| 42 | + placeholder="Search the docs" |
| 43 | + maxlength="100" |
| 44 | + /> |
| 45 | + <ul role="listbox" id="tsd-search-results"></ul> |
| 46 | + <div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div> |
| 47 | + </dialog> |
| 48 | + <a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu" |
| 49 | + ><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"> |
| 50 | + <use href="../assets/icons.svg#icon-menu"></use></svg |
| 51 | + ></a> |
| 52 | + </div> |
| 53 | + </header> |
| 54 | + <div class="container container-main"> |
| 55 | + <div class="col-content"> |
| 56 | + <div class="tsd-page-title"> |
| 57 | + <ul class="tsd-breadcrumb" aria-label="Breadcrumb"> |
| 58 | + <li><a href="" aria-current="page">reactiveMap</a></li> |
| 59 | + </ul> |
| 60 | + <h1>Function reactiveMap</h1> |
| 61 | + </div> |
| 62 | + <section class="tsd-panel"> |
| 63 | + <ul class="tsd-signatures"> |
| 64 | + <li class=""> |
| 65 | + <div class="tsd-signature tsd-anchor-link" id="reactivemap"> |
| 66 | + <span class="tsd-kind-call-signature">reactiveMap</span><span class="tsd-signature-symbol"><</span |
| 67 | + ><a class="tsd-signature-type tsd-kind-type-parameter" href="#reactivemapk">K</a |
| 68 | + ><span class="tsd-signature-symbol">,</span> |
| 69 | + <a class="tsd-signature-type tsd-kind-type-parameter" href="#reactivemapv">V</a |
| 70 | + ><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">(</span |
| 71 | + ><br /> <span class="tsd-kind-parameter">entries</span><span class="tsd-signature-symbol">?:</span> |
| 72 | + <span class="tsd-signature-type">null</span> <span class="tsd-signature-symbol">|</span> |
| 73 | + <span class="tsd-signature-keyword">readonly</span> (<span class="tsd-signature-keyword">readonly</span> |
| 74 | + <span class="tsd-signature-symbol">[</span |
| 75 | + ><a class="tsd-signature-type tsd-kind-type-parameter" href="#reactivemapk">K</a |
| 76 | + ><span class="tsd-signature-symbol">,</span> |
| 77 | + <a class="tsd-signature-type tsd-kind-type-parameter" href="#reactivemapv">V</a |
| 78 | + ><span class="tsd-signature-symbol">]</span>)<span class="tsd-signature-symbol">[]</span |
| 79 | + ><span class="tsd-signature-symbol">,</span><br /><span class="tsd-signature-symbol">)</span |
| 80 | + ><span class="tsd-signature-symbol">:</span> |
| 81 | + <a href="../interfaces/OwnedReactiveMap.html" class="tsd-signature-type tsd-kind-interface" |
| 82 | + >OwnedReactiveMap</a |
| 83 | + ><span class="tsd-signature-symbol"><</span |
| 84 | + ><a class="tsd-signature-type tsd-kind-type-parameter" href="#reactivemapk">K</a |
| 85 | + ><span class="tsd-signature-symbol">,</span> |
| 86 | + <a class="tsd-signature-type tsd-kind-type-parameter" href="#reactivemapv">V</a |
| 87 | + ><span class="tsd-signature-symbol">></span |
| 88 | + ><a href="#reactivemap" aria-label="Permalink" class="tsd-anchor-icon" |
| 89 | + ><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg |
| 90 | + ></a> |
| 91 | + </div> |
| 92 | + <div class="tsd-description"> |
| 93 | + <section class="tsd-panel"> |
| 94 | + <h4>Type Parameters</h4> |
| 95 | + <ul class="tsd-type-parameter-list"> |
| 96 | + <li> |
| 97 | + <span id="reactivemapk"><span class="tsd-kind-type-parameter">K</span></span> |
| 98 | + </li> |
| 99 | + <li> |
| 100 | + <span id="reactivemapv"><span class="tsd-kind-type-parameter">V</span></span> |
| 101 | + </li> |
| 102 | + </ul> |
| 103 | + </section> |
| 104 | + <div class="tsd-parameters"> |
| 105 | + <h4 class="tsd-parameters-title">Parameters</h4> |
| 106 | + <ul class="tsd-parameter-list"> |
| 107 | + <li> |
| 108 | + <span |
| 109 | + ><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">entries</span>: |
| 110 | + <span class="tsd-signature-type">null</span> <span class="tsd-signature-symbol">|</span> |
| 111 | + <span class="tsd-signature-keyword">readonly</span> (<span class="tsd-signature-keyword" |
| 112 | + >readonly</span |
| 113 | + > |
| 114 | + <span class="tsd-signature-symbol">[</span |
| 115 | + ><a class="tsd-signature-type tsd-kind-type-parameter" href="#reactivemapk">K</a |
| 116 | + ><span class="tsd-signature-symbol">,</span> |
| 117 | + <a class="tsd-signature-type tsd-kind-type-parameter" href="#reactivemapv">V</a |
| 118 | + ><span class="tsd-signature-symbol">]</span>)<span class="tsd-signature-symbol">[]</span></span |
| 119 | + > |
| 120 | + </li> |
| 121 | + </ul> |
| 122 | + </div> |
| 123 | + <h4 class="tsd-returns-title"> |
| 124 | + Returns |
| 125 | + <a href="../interfaces/OwnedReactiveMap.html" class="tsd-signature-type tsd-kind-interface" |
| 126 | + >OwnedReactiveMap</a |
| 127 | + ><span class="tsd-signature-symbol"><</span |
| 128 | + ><a class="tsd-signature-type tsd-kind-type-parameter" href="#reactivemapk">K</a |
| 129 | + ><span class="tsd-signature-symbol">,</span> |
| 130 | + <a class="tsd-signature-type tsd-kind-type-parameter" href="#reactivemapv">V</a |
| 131 | + ><span class="tsd-signature-symbol">></span> |
| 132 | + </h4> |
| 133 | + <aside class="tsd-sources"> |
| 134 | + <ul> |
| 135 | + <li> |
| 136 | + Defined in |
| 137 | + <a |
| 138 | + href="https://github.com/embrajs/reactivity/blob/a1063f9e8404bc2acf847038991f4029f83a054f/src/collections/reactiveMap.ts#L180" |
| 139 | + >src/collections/reactiveMap.ts:180</a |
| 140 | + > |
| 141 | + </li> |
| 142 | + </ul> |
| 143 | + </aside> |
| 144 | + </div> |
| 145 | + </li> |
| 146 | + </ul> |
| 147 | + </section> |
| 148 | + </div> |
| 149 | + <div class="col-sidebar"> |
| 150 | + <div class="page-menu"> |
| 151 | + <div class="tsd-navigation settings"> |
| 152 | + <details class="tsd-accordion"> |
| 153 | + <summary class="tsd-accordion-summary"> |
| 154 | + <svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"> |
| 155 | + <use href="../assets/icons.svg#icon-chevronDown"></use> |
| 156 | + </svg> |
| 157 | + <h3>Settings</h3> |
| 158 | + </summary> |
| 159 | + <div class="tsd-accordion-details"> |
| 160 | + <div class="tsd-theme-toggle"> |
| 161 | + <label class="settings-label" for="tsd-theme">Theme</label |
| 162 | + ><select id="tsd-theme"> |
| 163 | + <option value="os">OS</option> |
| 164 | + <option value="light">Light</option> |
| 165 | + <option value="dark">Dark</option> |
| 166 | + </select> |
| 167 | + </div> |
| 168 | + </div> |
| 169 | + </details> |
| 170 | + </div> |
| 171 | + </div> |
| 172 | + <div class="site-menu"> |
| 173 | + <nav class="tsd-navigation"> |
| 174 | + <a href="../modules.html">@embrajs/reactivity - v1.0.0</a> |
| 175 | + <ul class="tsd-small-nested-navigation" id="tsd-nav-container"> |
| 176 | + <li>Loading...</li> |
| 177 | + </ul> |
| 178 | + </nav> |
| 179 | + </div> |
| 180 | + </div> |
| 181 | + </div> |
| 182 | + <footer></footer> |
| 183 | + <div class="overlay"></div> |
| 184 | + </body> |
| 185 | +</html> |
0 commit comments