• storage_type (value equal to: 'local', 'session', 'memory'; default memory) - The type of the web storage. memory: only kept in memory, reset on page refresh. local: window.localStorage, data is kept after the browser quit. session: window.sessionStorage, data is cleared once the browser quit. • data (record | list | number | string | boolean) - The stored data for the id. • clear_data (boolean; default false) - Set to true to remove the data contained in `data_key`. • modified_timestamp (number; default -1) - The last time the storage was modified.
Union case | Description |
Full Usage:
ClearData bool
Parameters:
bool
|
|
Full Usage:
Data string
Parameters:
string
|
|
Full Usage:
ModifiedTimestamp int64
Parameters:
int64
|
|
|
Static member | Description |
|
|