arc_get_storage_item
Retrieve a value from localStorage or sessionStorage by specifying a key. Optionally select a tab index or storage type.
Instructions
localStorage/sessionStorageから特定のキーの値を取得する
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | キー名 | |
| storage_type | No | ストレージタイプ | localStorage |
| tab_index | No | タブのインデックス(指定しない場合はアクティブタブ) |