Skip to content

worldwind-ui API / react-worldwind / ShapeEventProps

Interface: ShapeEventProps ​

Defined in: react/src/shapes.tsx:43

Event props shared by every shape component.

Extended by ​

Properties ​

highlightOnHover? ​

optional highlightOnHover?: boolean

Defined in: react/src/shapes.tsx:49

Toggle the shape's highlightAttributes while the mouse is over it.


onClick? ​

optional onClick?: PickHandler

Defined in: react/src/shapes.tsx:44


onDoubleClick? ​

optional onDoubleClick?: PickHandler

Defined in: react/src/shapes.tsx:45


onMouseEnter? ​

optional onMouseEnter?: PickHandler

Defined in: react/src/shapes.tsx:46


onMouseLeave? ​

optional onMouseLeave?: PickHandler

Defined in: react/src/shapes.tsx:47

MIT licensed. Not affiliated with NASA; WorldWind is NASA's open-source virtual globe.