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

373 B

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