1
0
Fork 0

fix(markdown): In Store doc, add link to new Store Methods doc

This commit is contained in:
Benjamin Fan 2024-02-07 07:32:13 -08:00
parent 97002a74a7
commit 75f5376019

View file

@ -6,12 +6,17 @@ 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.
The store can also be extended with additional methods by plugins. Refer to
[the plugin guide](/guides/plugins) for more details.
## Methods and Properties
A Store object exposes the following methods and properties:
<ReadMore recurse />
## Extended store methods
The store can also be extended with additional methods by plugins.
- Refer to [the Store Methods documentation](/reference/store-methods)
for more information and a list of store methods maintained by FreeSewing.
- Refer to [the Plugin guide](/guides/plugins) for information about how
plugins can be used to provide store methods.