Quicksave Logo

History State

A History State remembers and restores the last active sub-state of its parent region. Two variants exist:

  • Shallow History: Default value. Restores only the top-level states for the region.
  • Deep History: Restores the top-level and all child-level history values.

When to Use a History State

  • Returning users to the exact spot they left off (e.g., multi-tab wizard).
  • Preserving UI sub-state (e.g., which accordion panel was open).

Properties

PropertyDetails
NameName of the State.
HistoryHistory type of the State. Can be shallow or deep.