annotationManagerUndoMode property
set
annotationManagerUndoMode
(String value)
The annotation manager's undo mode when annotationManagerEnabled is true and userId is not null.
The value
is given as one of the AnnotationManagerUndoMode constants.
Defaults to AnnotationManagerUndoMode.All.
Implementation
set annotationManagerUndoMode(String value) =>
_annotationManagerUndoMode = value;