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/store > ScopedState
ScopedState interface
Signature:export interface ScopedState
Properties
Property | Type | Description |
---|---|---|
clipboard | DocumentState[] | |
documents | Record<string, DocumentState> | |
focus | string | null | |
history | { undoStack: unknown[]; redoStack: unknown[]; pendingChanges: number; } | |
plugins | Record<string, EditorPlugin> | |
root | string | null |