@brettlewis this option is only available on the details component.
Inside any details component, you can save the value being shown to a custom Local Storage variable. Just remember the name you use for the variable, it will be required in your action links. Case sensitive.
For now this only works in the details component, but you can easily save any values using Javascript too. Let me know your use case and I’d be happy to explain further.
From the details component, it seems that the value is written to Browser Local storage and not Session storage. How do we write it to session storage?