2021-10-17 18:26:00 +02:00
|
|
|
---
|
2021-08-25 16:09:31 +02:00
|
|
|
title: Store
|
2021-12-27 14:58:44 +01:00
|
|
|
order: 60
|
2021-10-17 18:26:00 +02:00
|
|
|
---
|
2021-08-25 16:09:31 +02:00
|
|
|
|
2021-10-17 18:26:00 +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.
|
2021-10-17 18:26:00 +02:00
|
|
|
|