Skip to content

Commit d742ff7

Browse files
committed
[docs] Mobile footer
1 parent 31c01e1 commit d742ff7

1,829 files changed

Lines changed: 1829 additions & 1829 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/api/all.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28888,4 +28888,4 @@
2888828888
</code></pre></section><section class="s5"><h5>Since</h5><p>v5.0.0</p></section></section></section><section class="s3" id="/api/ui-react-inspector/type-aliases/" data-id="u3/TA25"><h3>Type Aliases</h3><section class="s4" id="/api/ui-react-inspector/type-aliases/props/inspectorprops/" data-id="IP2"><h4><code>InspectorProps</code></h4><p><code>InspectorProps</code> props are used to configure the <a href="#/api/ui-react-inspector/functions/development-components/inspector/"><code>Inspector</code></a> component.</p><pre><code><span class="punctuation">{</span>
2888928889
position<span class="operator">?</span><span class="operator">:</span> <span class="string">"top"</span> <span class="operator">|</span> <span class="string">"right"</span> <span class="operator">|</span> <span class="string">"bottom"</span> <span class="operator">|</span> <span class="string">"left"</span> <span class="operator">|</span> <span class="string">"full"</span><span class="punctuation">;</span>
2889028890
open<span class="operator">?</span><span class="operator">:</span> <span class="builtin">boolean</span><span class="punctuation">;</span>
28891-
<span class="punctuation">}</span></code></pre><div class="table"><table><tr><th></th><th>Type</th><th>Description</th></tr><tr><th><code>position<span class="operator">?</span></code></th><td><code><span class="string">"top"</span> <span class="operator">|</span> <span class="string">"right"</span> <span class="operator">|</span> <span class="string">"bottom"</span> <span class="operator">|</span> <span class="string">"left"</span> <span class="operator">|</span> <span class="string">"full"</span></code></td><td><p>An optional string to indicate where you want the inspector to first appear.</p></td></tr><tr><th><code>open<span class="operator">?</span></code></th><td><code><span class="builtin">boolean</span></code></td><td><p>An optional boolean to indicate whether the inspector should start in the opened state.</p></td></tr></table></div><section class="s5"><h5>Since</h5><p>v5.0.0</p></section></section></section></section></section></article><aside></aside></main><footer><nav><a id="gh" href="https://github.com/tinyplex/tinybase" target="_blank">GitHub</a><a id="bs" href="https://bsky.app/profile/tinybase.bsky.social" target="_blank">Bluesky</a><a id="tw" href="https://x.com/tinybasejs" target="_blank">X / Twitter</a><a id="dc" href="https://discord.com/invite/mGz3mevwP8" target="_blank">Discord</a></nav><nav><a href="/">TinyBase <span id="version"></span></a> © 2022- All Rights Reserved</nav></footer></body><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-D1MGR8VRWJ"></script><script>window.dataLayer=window.dataLayer||[];function g(){dataLayer.push(arguments);}g('js',new Date());g('config','G-D1MGR8VRWJ');</script></html>
28891+
<span class="punctuation">}</span></code></pre><div class="table"><table><tr><th></th><th>Type</th><th>Description</th></tr><tr><th><code>position<span class="operator">?</span></code></th><td><code><span class="string">"top"</span> <span class="operator">|</span> <span class="string">"right"</span> <span class="operator">|</span> <span class="string">"bottom"</span> <span class="operator">|</span> <span class="string">"left"</span> <span class="operator">|</span> <span class="string">"full"</span></code></td><td><p>An optional string to indicate where you want the inspector to first appear.</p></td></tr><tr><th><code>open<span class="operator">?</span></code></th><td><code><span class="builtin">boolean</span></code></td><td><p>An optional boolean to indicate whether the inspector should start in the opened state.</p></td></tr></table></div><section class="s5"><h5>Since</h5><p>v5.0.0</p></section></section></section></section></section></article><aside></aside></main><footer><nav><a id="gh" href="https://github.com/tinyplex/tinybase" target="_blank">GitHub</a><a id="bs" href="https://bsky.app/profile/tinybase.bsky.social" target="_blank">Bluesky</a><a id="tw" href="https://x.com/tinybasejs" target="_blank">X / Twitter</a><a id="dc" href="https://discord.com/invite/mGz3mevwP8" target="_blank">Discord</a></nav><nav><a href="/">TinyBase <span id="version"></span></a> © 2022-</nav></footer></body><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-D1MGR8VRWJ"></script><script>window.dataLayer=window.dataLayer||[];function g(){dataLayer.push(arguments);}g('js',new Date());g('config','G-D1MGR8VRWJ');</script></html>

docs/api/checkpoints/functions/creation/createcheckpoints/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
<span class="keyword">const</span> checkpoints2 <span class="operator">=</span> <span class="function"><a href="/api/checkpoints/functions/creation/createcheckpoints/">createCheckpoints</a></span><span class="punctuation">(</span>store<span class="punctuation">)</span><span class="punctuation">;</span>
1212
console<span class="punctuation">.</span><span class="function">log</span><span class="punctuation">(</span>checkpoints1 <span class="operator">===</span> checkpoints2<span class="punctuation">)</span><span class="punctuation">;</span>
1313
<span class="comment">// -> true</span>
14-
</code></pre></section><section class="s2"><h2>Since</h2><p>v1.0.0</p></section></section></article><aside></aside></main><footer><nav><a id="gh" href="https://github.com/tinyplex/tinybase" target="_blank">GitHub</a><a id="bs" href="https://bsky.app/profile/tinybase.bsky.social" target="_blank">Bluesky</a><a id="tw" href="https://x.com/tinybasejs" target="_blank">X / Twitter</a><a id="dc" href="https://discord.com/invite/mGz3mevwP8" target="_blank">Discord</a></nav><nav><a href="/">TinyBase <span id="version"></span></a> © 2022- All Rights Reserved</nav></footer></body><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-D1MGR8VRWJ"></script><script>window.dataLayer=window.dataLayer||[];function g(){dataLayer.push(arguments);}g('js',new Date());g('config','G-D1MGR8VRWJ');</script></html>
14+
</code></pre></section><section class="s2"><h2>Since</h2><p>v1.0.0</p></section></section></article><aside></aside></main><footer><nav><a id="gh" href="https://github.com/tinyplex/tinybase" target="_blank">GitHub</a><a id="bs" href="https://bsky.app/profile/tinybase.bsky.social" target="_blank">Bluesky</a><a id="tw" href="https://x.com/tinybasejs" target="_blank">X / Twitter</a><a id="dc" href="https://discord.com/invite/mGz3mevwP8" target="_blank">Discord</a></nav><nav><a href="/">TinyBase <span id="version"></span></a> © 2022-</nav></footer></body><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-D1MGR8VRWJ"></script><script>window.dataLayer=window.dataLayer||[];function g(){dataLayer.push(arguments);}g('js',new Date());g('config','G-D1MGR8VRWJ');</script></html>

docs/api/checkpoints/functions/creation/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/api/checkpoints/functions/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/api/checkpoints/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/api/checkpoints/interfaces/checkpoints/checkpoints/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@
4141
<span class="comment">// Previous redo of checkpoints '1' and '2' are now not possible.</span>
4242

4343
checkpoints<span class="punctuation">.</span><span class="function"><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/listener/dellistener/">delListener</a></span><span class="punctuation">(</span>listenerId<span class="punctuation">)</span><span class="punctuation">;</span>
44-
</code></pre></section><section class="s2"><h2>See also</h2><ul><li><a href="/guides/using-checkpoints/">Using Checkpoints</a> guide</li><li><a href="/demos/todo-app/">Todo App</a> demos</li><li><a href="/demos/drawing/">Drawing</a> demo</li></ul></section><section class="s2"><h2>Since</h2><p>v1.0.0</p></section><section class="s2" id="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/getter/" data-id="C24/M13/G9"><h2>Getter methods</h2><ul><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/getter/getstore/"><code>getStore</code></a></li><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/getter/getcheckpoint/"><code>getCheckpoint</code></a></li><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/getter/getcheckpointids/"><code>getCheckpointIds</code></a></li><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/getter/hascheckpoint/"><code>hasCheckpoint</code></a></li></ul></section><section class="s2" id="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/setter/" data-id="C24/M13/S15"><h2>Setter methods</h2><ul><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/setter/addcheckpoint/"><code>addCheckpoint</code></a></li><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/setter/setcheckpoint/"><code>setCheckpoint</code></a></li></ul></section><section class="s2" id="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/listener/" data-id="C24/M13/L16"><h2>Listener methods</h2><ul><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/listener/addcheckpointidslistener/"><code>addCheckpointIdsListener</code></a></li><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/listener/addcheckpointlistener/"><code>addCheckpointListener</code></a></li><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/listener/dellistener/"><code>delListener</code></a></li></ul></section><section class="s2" id="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/configuration/" data-id="C24/M13/C25"><h2>Configuration methods</h2><ul><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/configuration/setsize/"><code>setSize</code></a></li></ul></section><section class="s2" id="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/iterator/" data-id="C24/M13/I17"><h2>Iterator methods</h2><ul><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/iterator/foreachcheckpoint/"><code>forEachCheckpoint</code></a></li></ul></section><section class="s2" id="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/lifecycle/" data-id="C24/M13/L17"><h2>Lifecycle methods</h2><ul><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/lifecycle/clear/"><code>clear</code></a></li><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/lifecycle/clearforward/"><code>clearForward</code></a></li><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/lifecycle/destroy/"><code>destroy</code></a></li></ul></section><section class="s2" id="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/movement/" data-id="C24/M13/M14"><h2>Movement methods</h2><ul><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/movement/gobackward/"><code>goBackward</code></a></li><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/movement/goforward/"><code>goForward</code></a></li><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/movement/goto/"><code>goTo</code></a></li></ul></section><section class="s2" id="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/development/" data-id="C24/M13/D18"><h2>Development methods</h2><ul><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/development/getlistenerstats/"><code>getListenerStats</code></a></li></ul></section></section></article><aside></aside></main><footer><nav><a id="gh" href="https://github.com/tinyplex/tinybase" target="_blank">GitHub</a><a id="bs" href="https://bsky.app/profile/tinybase.bsky.social" target="_blank">Bluesky</a><a id="tw" href="https://x.com/tinybasejs" target="_blank">X / Twitter</a><a id="dc" href="https://discord.com/invite/mGz3mevwP8" target="_blank">Discord</a></nav><nav><a href="/">TinyBase <span id="version"></span></a> © 2022- All Rights Reserved</nav></footer></body><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-D1MGR8VRWJ"></script><script>window.dataLayer=window.dataLayer||[];function g(){dataLayer.push(arguments);}g('js',new Date());g('config','G-D1MGR8VRWJ');</script></html>
44+
</code></pre></section><section class="s2"><h2>See also</h2><ul><li><a href="/guides/using-checkpoints/">Using Checkpoints</a> guide</li><li><a href="/demos/todo-app/">Todo App</a> demos</li><li><a href="/demos/drawing/">Drawing</a> demo</li></ul></section><section class="s2"><h2>Since</h2><p>v1.0.0</p></section><section class="s2" id="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/getter/" data-id="C24/M13/G9"><h2>Getter methods</h2><ul><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/getter/getstore/"><code>getStore</code></a></li><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/getter/getcheckpoint/"><code>getCheckpoint</code></a></li><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/getter/getcheckpointids/"><code>getCheckpointIds</code></a></li><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/getter/hascheckpoint/"><code>hasCheckpoint</code></a></li></ul></section><section class="s2" id="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/setter/" data-id="C24/M13/S15"><h2>Setter methods</h2><ul><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/setter/addcheckpoint/"><code>addCheckpoint</code></a></li><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/setter/setcheckpoint/"><code>setCheckpoint</code></a></li></ul></section><section class="s2" id="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/listener/" data-id="C24/M13/L16"><h2>Listener methods</h2><ul><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/listener/addcheckpointidslistener/"><code>addCheckpointIdsListener</code></a></li><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/listener/addcheckpointlistener/"><code>addCheckpointListener</code></a></li><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/listener/dellistener/"><code>delListener</code></a></li></ul></section><section class="s2" id="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/configuration/" data-id="C24/M13/C25"><h2>Configuration methods</h2><ul><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/configuration/setsize/"><code>setSize</code></a></li></ul></section><section class="s2" id="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/iterator/" data-id="C24/M13/I17"><h2>Iterator methods</h2><ul><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/iterator/foreachcheckpoint/"><code>forEachCheckpoint</code></a></li></ul></section><section class="s2" id="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/lifecycle/" data-id="C24/M13/L17"><h2>Lifecycle methods</h2><ul><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/lifecycle/clear/"><code>clear</code></a></li><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/lifecycle/clearforward/"><code>clearForward</code></a></li><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/lifecycle/destroy/"><code>destroy</code></a></li></ul></section><section class="s2" id="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/movement/" data-id="C24/M13/M14"><h2>Movement methods</h2><ul><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/movement/gobackward/"><code>goBackward</code></a></li><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/movement/goforward/"><code>goForward</code></a></li><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/movement/goto/"><code>goTo</code></a></li></ul></section><section class="s2" id="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/development/" data-id="C24/M13/D18"><h2>Development methods</h2><ul><li><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/development/getlistenerstats/"><code>getListenerStats</code></a></li></ul></section></section></article><aside></aside></main><footer><nav><a id="gh" href="https://github.com/tinyplex/tinybase" target="_blank">GitHub</a><a id="bs" href="https://bsky.app/profile/tinybase.bsky.social" target="_blank">Bluesky</a><a id="tw" href="https://x.com/tinybasejs" target="_blank">X / Twitter</a><a id="dc" href="https://discord.com/invite/mGz3mevwP8" target="_blank">Discord</a></nav><nav><a href="/">TinyBase <span id="version"></span></a> © 2022-</nav></footer></body><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-D1MGR8VRWJ"></script><script>window.dataLayer=window.dataLayer||[];function g(){dataLayer.push(arguments);}g('js',new Date());g('config','G-D1MGR8VRWJ');</script></html>

0 commit comments

Comments
 (0)