Skip to main content

Interface: PopupProps

Properties

children

children: ReactElement<any, string | JSXElementConstructor<any>>

The contents of the popup

Defined in

components/Popup.tsx:20


downShift

Optional downShift: number

The amount to shift the popup down when on the top half of the map

Defined in

components/Popup.tsx:16


leftShift

Optional leftShift: number

The amount to shift the popup left when on the right side of the map

Defined in

components/Popup.tsx:10


point

point: Point

The point in the screen coordinate system.

Defined in

components/Popup.tsx:8


rightShift

Optional rightShift: number

The amount to shift the popup right when on the left side of the map

Defined in

components/Popup.tsx:12


style

Optional style: CSSProperties

Styles to apply to the containing div element.

Defined in

components/Popup.tsx:18


upShift

Optional upShift: number

The amount to shift the popup up when on the bottom half of the map

Defined in

components/Popup.tsx:14