Skip to content
On this page

Home > @plaidev/karte-action-sdk > widget > storage

widget.storage variable

Signature:

typescript
storage: {
        memory: {
            store: typeof setMemoryStore;
            restore: typeof getMemoryStore;
        };
        local: {
            store: typeof setLocalStore;
            restore: typeof getLocalStore;
        };
    }