annotationManagerEditMode property

set annotationManagerEditMode (String value)

The annotation manager's edit mode when annotationManagerEnabled is true and userId is not null.

The value is given as one of the AnnotationManagerEditMode constants. Defaults to AnnotationManagerEditMode.All.

Implementation

set annotationManagerEditMode(String value) =>
    _annotationManagerEditMode = value;