Store
A Store object holds a simple key/value store with methods for storing and retrieving data. It is shared across the pattern, and is the recommended way to pass data between your parts.
Methods and Properties
A Store object exposes the following methods and properties:
Extended store methods
The store can also be extended with additional methods by plugins.
- Refer to the 存储方法 documentation for more information and a list of store methods maintained by open clothes.
- Refer to the 插件指南 for information about how plugins can be used to provide store methods.