PanelPersistProps
type PanelPersistProps = { key?: string storage?: 'local' | 'session' syncTabs?: boolean}Options for persisting Inspect.Panel state or configuration using the Panel UI.
Properties
Section titled “Properties”optional key?: string;Storage key used with local/session storage
Default
Section titled “Default”'siv.panel'storage?
Section titled “storage?”optional storage?: "local" | "session";The storage type to use.
Default
Section titled “Default”'local'syncTabs?
Section titled “syncTabs?”optional syncTabs?: boolean;Enable or disable syncing the state changes from other tabs.
Default
Section titled “Default”false