continuousAnnotationEditing property

set continuousAnnotationEditing (bool value)

Whether the active annotation creation tool will remain the current annotation tool.

If false, it will revert to the pan tool after an annotation is created. Defaults to true.

Implementation

set continuousAnnotationEditing(bool value) =>
    _continuousAnnotationEditing = value;