mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 12:20:40 -07:00
Deploying to gh-pages from @ harttle/liquidjs@049685b9a0 🚀
This commit is contained in:
@@ -93,7 +93,9 @@
|
||||
|
||||
</header>
|
||||
<div class="article-content" itemprop="articleBody">
|
||||
<h2 id="Functions" class="article-heading"><a href="#Functions" class="headerlink" title="Functions"></a>Functions<a class="article-anchor" href="#Functions" aria-hidden="true"></a></h2><h3 id="readFirst" class="article-heading"><a href="#readFirst" class="headerlink" title="readFirst"></a>readFirst<a class="article-anchor" href="#readFirst" aria-hidden="true"></a></h3><p>▸ <strong>readFirst</strong>(<code>obj</code>: <a href="context_scope_.html#scope">Scope</a>): <em>any</em></p>
|
||||
<h2 id="Type-aliases" class="article-heading"><a href="#Type-aliases" class="headerlink" title="Type aliases"></a>Type aliases<a class="article-anchor" href="#Type-aliases" aria-hidden="true"></a></h2><h3 id="PropertyKey" class="article-heading"><a href="#PropertyKey" class="headerlink" title="PropertyKey"></a>PropertyKey<a class="article-anchor" href="#PropertyKey" aria-hidden="true"></a></h3><p>Ƭ <strong>PropertyKey</strong>: <em>string | number</em></p>
|
||||
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/context/context.ts#L8">src/context/context.ts:8</a></em></p>
|
||||
<h2 id="Functions" class="article-heading"><a href="#Functions" class="headerlink" title="Functions"></a>Functions<a class="article-anchor" href="#Functions" aria-hidden="true"></a></h2><h3 id="readFirst" class="article-heading"><a href="#readFirst" class="headerlink" title="readFirst"></a>readFirst<a class="article-anchor" href="#readFirst" aria-hidden="true"></a></h3><p>▸ <strong>readFirst</strong>(<code>obj</code>: <a href="context_scope_.html#scope">Scope</a>): <em>any</em></p>
|
||||
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/context/context.ts#L109">src/context/context.ts:109</a></em></p>
|
||||
<p><strong>Parameters:</strong></p>
|
||||
<table>
|
||||
@@ -110,7 +112,7 @@
|
||||
</tbody></table>
|
||||
<p><strong>Returns:</strong> <em>any</em></p>
|
||||
<hr>
|
||||
<h3 id="readJSProperty" class="article-heading"><a href="#readJSProperty" class="headerlink" title="readJSProperty"></a>readJSProperty<a class="article-anchor" href="#readJSProperty" aria-hidden="true"></a></h3><p>▸ <strong>readJSProperty</strong>(<code>obj</code>: <a href="context_scope_.html#scope">Scope</a>, <code>key</code>: string, <code>ownPropertyOnly</code>: boolean): <em>any</em></p>
|
||||
<h3 id="readJSProperty" class="article-heading"><a href="#readJSProperty" class="headerlink" title="readJSProperty"></a>readJSProperty<a class="article-anchor" href="#readJSProperty" aria-hidden="true"></a></h3><p>▸ <strong>readJSProperty</strong>(<code>obj</code>: <a href="context_scope_.html#scope">Scope</a>, <code>key</code>: <a href="context_context_.html#propertykey">PropertyKey</a>, <code>ownPropertyOnly</code>: boolean): <em>any</em></p>
|
||||
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/context/context.ts#L104">src/context/context.ts:104</a></em></p>
|
||||
<p><strong>Parameters:</strong></p>
|
||||
<table>
|
||||
@@ -126,7 +128,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>key</code></td>
|
||||
<td>string</td>
|
||||
<td><a href="context_context_.html#propertykey">PropertyKey</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ownPropertyOnly</code></td>
|
||||
@@ -152,8 +154,8 @@
|
||||
</tbody></table>
|
||||
<p><strong>Returns:</strong> <em>any</em></p>
|
||||
<hr>
|
||||
<h3 id="readProperty" class="article-heading"><a href="#readProperty" class="headerlink" title="readProperty"></a>readProperty<a class="article-anchor" href="#readProperty" aria-hidden="true"></a></h3><p>▸ <strong>readProperty</strong>(<code>obj</code>: <a href="context_scope_.html#scope">Scope</a>, <code>key</code>: string, <code>ownPropertyOnly</code>: boolean): <em>any</em></p>
|
||||
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/context/context.ts#L90">src/context/context.ts:90</a></em></p>
|
||||
<h3 id="readProperty" class="article-heading"><a href="#readProperty" class="headerlink" title="readProperty"></a>readProperty<a class="article-anchor" href="#readProperty" aria-hidden="true"></a></h3><p>▸ <strong>readProperty</strong>(<code>obj</code>: <a href="context_scope_.html#scope">Scope</a>, <code>key</code>: <a href="context_context_.html#propertykey">PropertyKey</a>, <code>ownPropertyOnly</code>: boolean): <em>any</em></p>
|
||||
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/context/context.ts#L92">src/context/context.ts:92</a></em></p>
|
||||
<p><strong>Parameters:</strong></p>
|
||||
<table>
|
||||
<thead>
|
||||
@@ -168,7 +170,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>key</code></td>
|
||||
<td>string</td>
|
||||
<td><a href="context_context_.html#propertykey">PropertyKey</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ownPropertyOnly</code></td>
|
||||
@@ -196,7 +198,7 @@
|
||||
|
||||
</div>
|
||||
<footer class="article-footer">
|
||||
<time class="article-footer-updated" datetime="2022-03-02T13:23:37.149Z" itemprop="dateModified">Last updated: 2022-03-02</time>
|
||||
<time class="article-footer-updated" datetime="2022-03-05T16:54:52.776Z" itemprop="dateModified">Last updated: 2022-03-05</time>
|
||||
<a href="../classes/liquid_.liquid.html" class="article-footer-next" title="sidebar.api.Liquid"><span>Next</span><i class="icon-chevron-right"></i></a>
|
||||
</footer>
|
||||
</div>
|
||||
@@ -205,7 +207,7 @@
|
||||
<div id="article-toc-inner">
|
||||
<div id="article-toc-inner-list">
|
||||
<strong class="sidebar-title">Contents</strong>
|
||||
<ol class="toc"><li class="toc-item toc-level-2"><a class="toc-link" href="#Functions"><span class="toc-text">Functions</span></a><ol class="toc-child"><li class="toc-item toc-level-3"><a class="toc-link" href="#readFirst"><span class="toc-text">readFirst</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#readJSProperty"><span class="toc-text">readJSProperty</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#readLast"><span class="toc-text">readLast</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#readProperty"><span class="toc-text">readProperty</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#readSize"><span class="toc-text">readSize</span></a></li></ol></li></ol>
|
||||
<ol class="toc"><li class="toc-item toc-level-2"><a class="toc-link" href="#Type-aliases"><span class="toc-text">Type aliases</span></a><ol class="toc-child"><li class="toc-item toc-level-3"><a class="toc-link" href="#PropertyKey"><span class="toc-text">PropertyKey</span></a></li></ol></li><li class="toc-item toc-level-2"><a class="toc-link" href="#Functions"><span class="toc-text">Functions</span></a><ol class="toc-child"><li class="toc-item toc-level-3"><a class="toc-link" href="#readFirst"><span class="toc-text">readFirst</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#readJSProperty"><span class="toc-text">readJSProperty</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#readLast"><span class="toc-text">readLast</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#readProperty"><span class="toc-text">readProperty</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#readSize"><span class="toc-text">readSize</span></a></li></ol></li></ol>
|
||||
</div>
|
||||
<a href="#" id="article-toc-top">Back to Top</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user