mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 12:50:38 -07:00
Deploying to gh-pages from @ harttle/liquidjs@8c27a84059 🚀
This commit is contained in:
@@ -95,20 +95,20 @@
|
||||
<li><strong>RenderOptions</strong></li>
|
||||
</ul>
|
||||
<h2 id="Properties" class="article-heading"><a href="#Properties" class="headerlink" title="Properties"></a>Properties<a class="article-anchor" href="#Properties" aria-hidden="true"></a></h2><h3 id="Optional-globals" class="article-heading"><a href="#Optional-globals" class="headerlink" title="Optional globals"></a><code>Optional</code> globals<a class="article-anchor" href="#Optional-globals" aria-hidden="true"></a></h3><p>• <strong>globals</strong>? : <em>undefined | object</em></p>
|
||||
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/liquid-options.ts#L76">src/liquid-options.ts:76</a></em></p>
|
||||
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/liquid-options.ts#L78">src/liquid-options.ts:78</a></em></p>
|
||||
<p>Same as <code>globals</code> on LiquidOptions, but only for current render() call</p>
|
||||
<hr>
|
||||
<h3 id="Optional-strictVariables" class="article-heading"><a href="#Optional-strictVariables" class="headerlink" title="Optional strictVariables"></a><code>Optional</code> strictVariables<a class="article-anchor" href="#Optional-strictVariables" aria-hidden="true"></a></h3><p>• <strong>strictVariables</strong>? : <em>undefined | false | true</em></p>
|
||||
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/liquid-options.ts#L80">src/liquid-options.ts:80</a></em></p>
|
||||
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/liquid-options.ts#L82">src/liquid-options.ts:82</a></em></p>
|
||||
<p>Same as <code>strictVariables</code> on LiquidOptions, but only for current render() call</p>
|
||||
<hr>
|
||||
<h3 id="Optional-sync" class="article-heading"><a href="#Optional-sync" class="headerlink" title="Optional sync"></a><code>Optional</code> sync<a class="article-anchor" href="#Optional-sync" aria-hidden="true"></a></h3><p>• <strong>sync</strong>? : <em>undefined | false | true</em></p>
|
||||
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/liquid-options.ts#L72">src/liquid-options.ts:72</a></em></p>
|
||||
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/liquid-options.ts#L74">src/liquid-options.ts:74</a></em></p>
|
||||
<p>This call is sync or async? It’s used by Liquid internal methods, you’ll not need this.</p>
|
||||
|
||||
</div>
|
||||
<footer class="article-footer">
|
||||
<time class="article-footer-updated" datetime="2022-01-12T13:27:08.422Z" itemprop="dateModified">Last updated: 2022-01-12</time>
|
||||
<time class="article-footer-updated" datetime="2022-01-19T16:56:18.079Z" itemprop="dateModified">Last updated: 2022-01-19</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>
|
||||
|
||||
Reference in New Issue
Block a user