@tempots/dom
sessionStorageProp() function
Creates a prop that stores its value in the session storage.
Signature:
sessionStorageProp: <T>(options: StorageOptions<T>) => Prop<T>
Parameters
Parameter |
Type |
Description |
---|---|---|
options |
The options for the storage prop. |
Returns: Prop<T>
A prop that stores its value in the session storage.