foundation-comms.session.setstoragekeyprefix
Home > @genesislcap/foundation-comms > Session > setStorageKeyPrefix
Session.setStorageKeyPrefix() method
Sets the storage key prefix for the session.
Signature:
setStorageKeyPrefix(prefix: string): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
prefix |
string |
The prefix to set. |
Returns:
void