For AI agents: visit https://developers.karte.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
ページ内でデータを保存することができます。
widget.storage.memory.store(key, value)
| Name | Type | Description |
|---|
| key | String | 保存時のキー |
| value | Any | 保存する値 |
const cnt = 0;
widget.storage.memory.store("cnt", cnt);