Files
automatisch/packages/docs/pages/apps/datastore/actions.md
2024-03-19 17:39:27 +01:00

17 lines
373 B
Markdown

---
favicon: /favicons/datastore.svg
items:
- name: Get value
desc: Get value from the persistent datastore.
- name: Set value
desc: Set value to the persistent datastore.
- name: Update value
desc: Update value in the persistent datastore.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />