Memory

Qubes 6.7 Saves local data on a screen.

Properties

PropertyDescription
EnabledBoolean indicating whether or not the component is enabled.
HintSpecifies the user hint string that will appear in the component's interactive help bubble.
InputValue, formula or reference to store.
StorageNameName of the persistent local storage.
TriggerControls how saves are triggered.
ValueInitialDetermines the component's initial value when the screen opens and each time it is reset (see Reset Button).
VisibleBoolean 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.

Classification

Cloud