Hierarchy

  • LocalUpdateUndoState

Properties

commitInProgress: undefined | null | Annotation

If not undefined, a commit has been sent to the backend, and we are waiting for the result.

existingAnnotation: undefined | Annotation

The state of the annotation prior to any local modifications.

pendingCommit: undefined | null | Annotation

If commitInProgress === undefined, this must be undefined. Otherwise, it specifies a commit that has been requested and which will be initiated as soon as the in-progress request completes.

Generated using TypeDoc