Module StatePersistence

Module StatePersistence 

Source
Expand description

ยงTree View State Persistence Helpers

Internal helper functions for saving and restoring tree view state.

Functionsยง

persist_tree_view_state ๐Ÿ”’
Persists the current state of a tree view. Saves the expansion, selection, and other state for later restoration.
restore_tree_view_state ๐Ÿ”’
Restores a previously persisted tree view state. Restores expansion, selection, and other state from a JSON representation.