Appearance
Home > @plaidev/karte-action-sdk > widget > getLocalStore
widget.getLocalStore() function #
ページをまたぐ変数を取得設定する
Signature:
typescript
function getLocalStore(key: string): any | undefined;
Parameters #
Parameter | Type | Description |
---|---|---|
key | string | 変数のキー |
Returns:
any | undefined
変数