Skip to content
On this page

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

widget.setMemoryStore() function

ページ内の変数を設定する

Signature:

typescript
function setMemoryStore(key: string, value: any): void;

Parameters

ParameterTypeDescription
keystring変数のキー
valueany変数値

Returns:

void