Interface: PopupProps
Properties
children
• children: ReactElement
<any
, string
| JSXElementConstructor
<any
>>
The contents of the popup
Defined in
downShift
• Optional
downShift: number
The amount to shift the popup down when on the top half of the map
Defined in
leftShift
• Optional
leftShift: number
The amount to shift the popup left when on the right side of the map
Defined in
point
• point: Point
The point in the screen coordinate system.
Defined in
rightShift
• Optional
rightShift: number
The amount to shift the popup right when on the left side of the map
Defined in
style
• Optional
style: CSSProperties
Styles to apply to the containing div
element.
Defined in
upShift
• Optional
upShift: number
The amount to shift the popup up when on the bottom half of the map