跳到主要内容

IStorageItem interface

数据存储

Signature:

interface IStorageItem 

Properties

Property

Modifiers

Type

Description

key

string

key值,需要唯一

value

Record<string, any>

保存的值,必须是JSON格式,不支持其他类型