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 > StoreDeserializeHelpers
StoreDeserializeHelpers interface
Helpers to be used by a [[StateType]] when working with a serialized state
Signature:export interface StoreDeserializeHelpers<K extends string = string, S = unknown>
Methods
Method | Description |
---|---|
createDocument(document) | Inserts a document into the store |