When a user is interacting with a custom visualisation is there a way to store programmatically details about their session. Such as zoom level or last item zoomed on so that it can be rendered back to the original state when reopening or sharing the document ? Looking at the arguments to the render function only properties looks like it might be a fit but I'm not sure if this is supported.
ideally this would be serialized on close and read back when reopened and rendered in the LUMS document.
Thanks.