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