接口: DatastoreEditor
约 139 字小于 1 分钟
datastore.DatastoreEditor
本地存储编辑器。
目录
方法
方法
clear
▸ clear(): DatastoreEditor
清空本地存储,将在随后被批量写回文件。
返回值
remove
▸ remove(key
): DatastoreEditor
移除键值,将在随后被批量写回文件。
参数
名称 | 类型 |
---|---|
key | string |
返回值
set
▸ set<T
>(key
, value
): DatastoreEditor
设置键值,将在随后被批量写回文件。
类型参数
名称 |
---|
T |
参数
名称 | 类型 |
---|---|
key | string |
value | T |