Returns the stored keys.
The stored keys.
Return a value.
A string.
The stored value or undefined
.
Return a value.
A string.
A value that should be returned when there is no
value (undefined
) with the given key.
The stored value or the defaultValue.
Store a value. The value must be JSON-stringifyable.
A string.
A value. MUST not contain cyclic references.
VS Code 插件开发中文文档 | VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场
Generated by TypeDoc
A memento represents a storage utility. It can store and retrieve values.