1
0
Fork 0
freesewing/markdown/dev/reference/api/store/en.md

18 lines
454 B
Markdown
Raw Normal View History

---
title: Store
---
A **Store** object holds a simple key/value store with methods for storing and
2024-01-21 11:16:40 -08:00
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 />