2021-10-17 17:34:55 +02:00
|
|
|
***
|
|
|
|
|
2021-08-25 16:09:31 +02:00
|
|
|
title: Store
|
|
|
|
order: 70
|
2021-10-17 17:34:55 +02:00
|
|
|
---------
|
2021-08-25 16:09:31 +02:00
|
|
|
|
2021-10-17 17:34:55 +02:00
|
|
|
\<Example
|
|
|
|
part="docs\_overview"
|
|
|
|
caption="The store provides pattern-wide key/value storage"
|
|
|
|
options={{focus: "Store"}}
|
2021-08-25 16:09:31 +02:00
|
|
|
/>
|
|
|
|
|
|
|
|
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.
|