SFU.getStorageItem()
- Last UpdatedJun 25, 2024
- 1 minute read
Use getStorageItem() method to get value for the specified key in the web storage.
Syntax
aRetVal = SFU.getStorageItem(key);
Parameters
|
Parameter |
Description |
|---|---|
|
key |
Key in the web storage for which value is required. |
Return Value
This method returns an array.
Example
// Get value for the specified key in the web storage.
var workItems = SFU.getStorageItem("WorkItemData");