13 lines
360 B
Markdown
13 lines
360 B
Markdown
---
|
|
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.
|