Synchronous version ofDocumentation Index
Fetch the complete documentation index at: https://docs.rebellapp.com/llms.txt
Use this file to discover all available pages before exploring further.
my.getStorage.
Parameters
| Property | Type | Required | Description |
|---|---|---|---|
| key | String | Yes | Storage key identifier |
Return Value
Returns the stored data or undefined if key doesn’t exist.Code Example
Related APIs
my.getStorage
Get data asynchronously
my.setStorageSync
Store data synchronously