1
0
Fork 0
freesewing/markdown/dev/guides/patterns/store/en.md

15 lines
361 B
Markdown
Raw Normal View History

---
title: Store
order: 60
---
<Example part="docs_overview" options_focus="Store">
The store provides pattern-wide key/value storage
</Example>
The store provides key-value storage that is shared across your pattern.
If you have some information in one part that you want to make available
outside that part (in another part) you can save it to the store.