1
0
Fork 0

Merge pull request #3195 from BenJamesBen/store-docs-fix

fix(docs): Update Store API documentation
This commit is contained in:
Joost De Cock 2022-12-10 17:08:51 +01:00 committed by GitHub
commit 7f446bbd1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ will run `myCustomMethod()`.
## Methods
A Store object exposes the following methods:
A Store object exposes the following methods and properties:
<ReadMore list />
@ -42,4 +42,6 @@ A store is typically used to share information between parts. For example
the length of the neck opening in one part can be used to calculate the
length for the collar in another part.
<Fixme compact>Include link to guide</Fixme>
Click below to learn more about:
- [How Stores work](/guides/patterns/store)