Appearance
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;
};
}