SFU.setStorageItem()
- Last UpdatedJun 25, 2024
- 1 minute read
Use setStorageItem() method to set key and value for the key in the web storage.
Syntax
SFU.setStorageItem(key,value);
Parameters
|
Parameter |
Description |
|---|---|
|
key |
Key in the web storage. |
|
value |
Value for the key in the web storage. |
Return Value
None.
Example
// Set key and value for the key in the web storage.
SFU.setStorageItem("WorkItemData","WO2015");