Contents

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 {}.

See Also

Overlay options