Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
Change-Id: I31bb419dcbaa198949b44e8cc87d15f57d178509
  • Loading branch information
ewpatton committed Aug 4, 2023
1 parent f820350 commit d3e53fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appinventor/docs/html/reference/components/storage.html
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,8 @@ <h3 id="TinyDB-Methods">Methods</h3>
<dd>Clear the entire data store.</dd>
<dt id="TinyDB.ClearTag" class="method"><i></i> ClearTag(<em class="text">tag</em>)</dt>
<dd>Clear the entry with the given <code class="text block highlighter-rouge">tag</code>.</dd>
<dt id="TinyDB.GetEntries" class="method returns dictionary"><i></i> GetEntries()</dt>
<dd>Method to get all data in form of Dictionary</dd>
<dt id="TinyDB.GetTags" class="method returns any"><i></i> GetTags()</dt>
<dd>Return a list of all the tags in the data store.</dd>
<dt id="TinyDB.GetValue" class="method returns any"><i></i> GetValue(<em class="text">tag</em>,<em class="any">valueIfTagNotThere</em>)</dt>
Expand Down
3 changes: 3 additions & 0 deletions appinventor/docs/markdown/reference/components/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,9 @@ None
{:id="TinyDB.ClearTag" class="method"} <i/> ClearTag(*tag*{:.text})
: Clear the entry with the given `tag`{:.text.block}.

{:id="TinyDB.GetEntries" class="method returns dictionary"} <i/> GetEntries()
: Method to get all data in form of Dictionary

{:id="TinyDB.GetTags" class="method returns any"} <i/> GetTags()
: Return a list of all the tags in the data store.

Expand Down

0 comments on commit d3e53fa

Please sign in to comment.