Contents

draggable

A Boolean value that determines whether the user can drag the annotation.

Declaration

get draggable(): boolean;
set draggable(value: boolean);

Discussion

The user can move the annotation if the draggable property is true.

See Also

Getting and setting interaction behavior