Contents

collisionMode

A mode that determines the shape of the collision frame.

Declaration

collisionMode?: AnnotationCollisionMode;

Discussion

Use one of the modes available in AnnotationCollisionMode:

  • Rectangle — Indicates the bounding box of the annotation.

  • Circle — Indicates a circle within the bounding box.

The default value is Rectangle.

See Also

Grouping annotations