Interface ISettingParams<T>

写入存储项操作的参数。

Since

2.0.0

Type Parameters

  • T

Hierarchy

Properties

Properties

key: string

键名。

options?: T

写入操作的选项。

parent: StorageWrap<object>

父对象。使用插件时,插件调用方为父对象。

value: string

存储项的值。

Generated using TypeDoc