Contents

data

Custom data to associate with the overlay.

Declaration

get data(): {};
set data(data: {});

Discussion

You choose the data to assign to the overlay. It can be any JavaScript value.

See Also

Setting overlay options