Skip to main content

Interface: EditorState<T>

apollo/profile.EditorState

Type parameters

NameType
Textends 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

NameTypeDescription
latestnumberLatest local version
onlinenumberOnline persisted version

saving

saving: boolean


top

top: Partial<T>


version

version: number

Actual version