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
|
|
|
|
2022-01-19 13:06:33 +01:00
|
|
|
<Example part="docs_overview" options_focus="Store">
|
2022-01-19 11:31:39 +01:00
|
|
|
The store provides pattern-wide key/value storage
|
|
|
|
</Example>
|
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
|
|
|
|