Recall¶
Stl.Recall — LIBRARY
Import¶
import "_IVLS/std-library/nodes/components/recall.ksp"Node: Stl.Recall¶
Uses: Init, Reload
Overview¶
Stl.Recall — LIBRARY
Snapshot recall and lock component for per-tab opt-out of snapshot loads.
- Lock button: suppresses snapshot loading for the current session (
instpers) - Enable button: controls whether this tab participates in snapshot saves
- Fires
SnapLockedinstead ofSnapLoadedwhen locked or disabled versionvariable available for migration logic in future snapshots
API¶
Nodes¶
| Name | Description |
|---|---|
node Stl.Recall |
Snapshot recall node with per-tab lock and enable controls. |
Defines¶
| Name | Description |
|---|---|
define CONDITION.REVERT_TAB |
Boolean condition that is TRUE when the current tab's snapshot load should be re... |
Nodes¶
node Stl.Recall¶
Callbacks: Init, Reload
Snapshot recall node with per-tab lock and enable controls.
Defines¶
define CONDITION.REVERT_TAB¶
Boolean condition that is TRUE when the current tab's snapshot load should be reverted.
Example¶
// TODO: Add usage example