IDocumentOptions interface
可随文档作提供的选项的接口
属性
| default |
使用 getValue() 时返回的默认值。 如果文档没有值,则将改用此值。 |
| scope |
文档的存储范围。 可以是默认或用户。 |
| scope |
存储文档的范围的值。 可以是当前或我。 |
属性详细信息
defaultValue
使用 getValue() 时返回的默认值。 如果文档没有值,则将改用此值。
defaultValue?: any
属性值
any
scopeType
文档的存储范围。 可以是默认或用户。
scopeType?: string
属性值
string
scopeValue
存储文档的范围的值。 可以是当前或我。
scopeValue?: string
属性值
string