diff --git a/appinventor/docs/html/reference/components/storage.html b/appinventor/docs/html/reference/components/storage.html index c548464488b..520c6cfb99e 100644 --- a/appinventor/docs/html/reference/components/storage.html +++ b/appinventor/docs/html/reference/components/storage.html @@ -578,6 +578,8 @@

Methods

Clear the entire data store.
ClearTag(tag)
Clear the entry with the given tag.
+
GetEntries()
+
Method to get all data in form of Dictionary
GetTags()
Return a list of all the tags in the data store.
GetValue(tag,valueIfTagNotThere)
diff --git a/appinventor/docs/markdown/reference/components/storage.md b/appinventor/docs/markdown/reference/components/storage.md index 77f9d602d00..22de844f387 100644 --- a/appinventor/docs/markdown/reference/components/storage.md +++ b/appinventor/docs/markdown/reference/components/storage.md @@ -533,6 +533,9 @@ None {:id="TinyDB.ClearTag" class="method"} ClearTag(*tag*{:.text}) : Clear the entry with the given `tag`{:.text.block}. +{:id="TinyDB.GetEntries" class="method returns dictionary"} GetEntries() +: Method to get all data in form of Dictionary + {:id="TinyDB.GetTags" class="method returns any"} GetTags() : Return a list of all the tags in the data store.