1
0
Fork 0
freesewing/sites/dev/docs/reference/api/store
2024-09-29 07:14:59 +02:00
..
extend fix(dev): One-liner admonitions 2024-09-29 07:14:59 +02:00
get chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
logs chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
push fix(dev): One-liner admonitions 2024-09-29 07:14:59 +02:00
set fix(dev): One-liner admonitions 2024-09-29 07:14:59 +02:00
setifunset fix(dev): One-liner admonitions 2024-09-29 07:14:59 +02:00
unset fix(dev): One-liner admonitions 2024-09-29 07:14:59 +02:00
readme.mdx chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00

---
title: Store
---

A **Store** object holds a simple key/value store with methods for storing and
retrieving data. It is shared across the pattern, and is the recommended way
to pass data between your parts.

## Methods and Properties

A Store object exposes the following methods and properties:

<ReadMore recurse />

## Extended store methods

The store can also be extended with additional methods by plugins.

- Refer to [the Store Methods documentation](/reference/store-methods)
for more information and a list of store methods maintained by FreeSewing.
- Refer to [the Plugin guide](/guides/plugins) for information about how
plugins can be used to provide store methods.