The API reference is a Work in Progress and will be continuously improved and extended. We'd love to hear your feedback in our documentation repository.
Home > @edtr-io/internal__plugin-state > StoreSerializeHelpers
StoreSerializeHelpers interface
Helpers to be used by a [[StateType]] when working with a deserialized state
Signature:export interface StoreSerializeHelpers<K extends string = string, S = unknown>
Methods
Method | Description |
---|---|
getDocument(id) | Retrieves a document from the store |