Interface: EditorState<T>
apollo/profile.EditorState
Type parameters
| Name | Type |
|---|---|
T | extends Object |
Properties
data
• data: T
Current live edited data
doc
• doc: Partial<T["doc"]>
original
• original: T
ref
• ref: Object
This ref is mutable
Type declaration
| Name | Type | Description |
|---|---|---|
latest | number | Latest local version |
online | number | Online persisted version |
saving
• saving: boolean
top
• top: Partial<T>
version
• version: number
Actual version