Appearance
Home > @plaidev/karte-action-sdk > widget > setLocalStore
widget.setLocalStore() function #
ページをまたぐ変数を設定する
Signature:
typescript
function setLocalStore(key: string, value: any, options?: {
expire: number | boolean;
}): void;
Parameters #
| Parameter | Type | Description |
|---|---|---|
| key | string | 変数のキー |
| value | any | 変数値 |
| options | (Optional) |
Returns:
void