Loads data from the data store.
The key used to identify the data.
A promise that resolves to a result object that indicates whether the data was loaded, as well as the data.
Save data to the data store.
The key used to identify the data.
The data to save. The data will be serialized using advanced IPC serialization.
A promise that resolves to a result object that indicates whether the data was saved.
StaticgetTries to acquire a DevDataStore instance. This will only succeed when the backend
process is being run through the @backstage/cli in development mode.
A DevDataStore instance, or undefined if not available.
A data store that can be used to store temporary data during development.