Globals / "Configuration" / IStorageAPI /
- IStorageAPI
▸ getItem<T>(key
: string): T
Defined in Configuration.ts:11
Type parameters:
▪ T: any
Parameters:
Name | Type |
---|---|
key |
string |
Returns: T
▸ removeItem(key
: string): void
Defined in Configuration.ts:13
Parameters:
Name | Type |
---|---|
key |
string |
Returns: void
▸ setItem(key
: string, value
: any): void
Defined in Configuration.ts:12
Parameters:
Name | Type |
---|---|
key |
string |
value |
any |
Returns: void