data
Custom data to associate with the overlay.
Declaration
data?: object;Discussion
You choose the data to assign to the overlay. It can be any JavaScript value. The default value is {}.
Custom data to associate with the overlay.
data?: object;You choose the data to assign to the overlay. It can be any JavaScript value. The default value is {}.