Composer documentation
  • Quick Start
  • SAP Help Portal
  • Changelog
  • Bugs & Feature requests
Contents x
  • Home
  • Quick start
  • Platform
  • App logic
  • Build / Distribute
  • BTP
  • Best practices
  • Reference
  • Example apps
  • Deprecated material
Powered byDocument360

storage
3 Articles in this category

Share this

  • Share
  • Dark
    Light
Contents

storage

3 Articles in this category
  • Share
  • Dark
    Light

Delete item from storage

Deletes an item stored in persistent storage under the given key. Input arguments Label Key Type Required? Default Description Item key key String Yes – Key of the item to delete from persistent storage. ...
Updated on : 18 May 2022

Get item from storage

Gets an item stored in the device persistent storage under the given key. Only if an item is found with the given key , the first output will be triggered. The first output contains itemFound true/false property, which will always be true ...
Updated on : 18 May 2022

Set item to storage

Sets an item to persistent storage under the given key, allowing it to be later fetched with Get item from storage . Storage is persisted across app restarts. You can store any kind of JSON-stringifiable data in the persistent storage. Input ...
Updated on : 18 May 2022

Cookie consent

By using this site, you consent to the use of only necessary cookies to enhance your site experience and improve our services.