Files
hugo/docs/content/en/getting-started/glossary/scratch-pad.md
2025-01-23 09:47:46 +01:00

9 lines
352 B
Markdown

---
title: scratch pad
---
Conceptually, a [map](g) with [methods](g) to set, get, update, and delete values. Attach the data structure to a `Page` or `Site` object using the [`Store`] method, or create a locally scoped scratch pad using the [`newScratch`] function.
[`Store`]: /methods/page/store/
[`newScratch`]: /functions/collections/newscratch/