Memory
Qubes 6.7 Saves local data on a screen.
Properties
| Property | Description |
| Enabled | Boolean indicating whether or not the component is enabled. |
| Hint | Specifies the user hint string that will appear in the component's interactive help bubble. |
| Input | Value, formula or reference to store. |
| StorageName | Name of the persistent local storage. |
| Trigger | Controls how saves are triggered. |
| ValueInitial | Determines the component's initial value when the screen opens and each time it is reset (see Reset Button). |
| Visible | Boolean indicating whether or not the component will be visible. |
Value
The component's value is the value of the last save or, by default, ValueInitial
If StorageName is defined, the value persists from one screen call to the next (the browser must allow localStorage).
Remarks
Trigger controls how saves are triggered. Every time its value changes, Input is evaluated and stored.
If StorageName is left blank, the memory will be temporary on the screen and will be lost as soon as the screen is validated, or if it is refreshed. Otherwise, persistent storage in the browser will be used, and the value can be accessed at a later date.