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.
Custom data to associate with the overlay.
get data(): {};
set data(data: {});You choose the data to assign to the overlay. It can be any JavaScript value.