1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-16 05:24:08 +02:00

Deploying to gh-pages from @ RSS-Bridge/rss-bridge@152e96d3d0 🚀

This commit is contained in:
dvikan
2025-01-02 12:12:42 +00:00
parent 2c4cbb2175
commit 3413d357ec
44 changed files with 93 additions and 173 deletions

View File

@@ -100,7 +100,7 @@
<div class="Page__header">
<h1><a href="../Bridge_API/index.html">Bridge API</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../Bridge_API/BridgeAbstract.html">BridgeAbstract</a></h1>
<span class="ModifiedDate">
November 3, 2024 at 9:33 AM </span>
January 2, 2025 at 4:12 AM </span>
<span class="EditOn">
<a href="https://github.com/RSS-Bridge/rss-bridge/tree/master/docs/05_Bridge_API/02_BridgeAbstract.md" target="_blank">
Edit on GitHub </a>
@@ -396,14 +396,10 @@ where <code>n</code> is the name with which the bridge can access the parameter
<h4><a id="defaultvalue" href="#defaultvalue" class="Permalink" aria-hidden="true" title="Permalink">#</a>defaultValue</h4>
<p>This attribute defines the default value for your parameter. Its behavior depends on the <code>type</code>:</p>
<ul>
<li>
<code>text</code>: Allows any text</li>
<li>
<code>number</code>: Allows any number</li>
<li>
<code>list</code>: Must match either name or value of one element</li>
<li>
<code>checkbox</code>: Must be “checked” to activate the checkbox</li>
<li><code>text</code>: Allows any text</li>
<li><code>number</code>: Allows any number</li>
<li><code>list</code>: Must match either name or value of one element</li>
<li><code>checkbox</code>: Must be “checked” to activate the checkbox</li>
</ul>
<hr />
<h1><a id="queriedcontext" href="#queriedcontext" class="Permalink" aria-hidden="true" title="Permalink">#</a>queriedContext</h1>