data
Data that you define that’s specific to an annotation.
Declaration
get data(): object;
set data(data: object);Discussion
This is data of your choosing that you can assign to the annotation. It can be any JavaScript value, and defaults to an empty object.