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? ​
optionalhighlightOnHover?:boolean
Defined in: react/src/shapes.tsx:49
Toggle the shape's highlightAttributes while the mouse is over it.
onClick? ​
optionalonClick?:PickHandler
Defined in: react/src/shapes.tsx:44
onDoubleClick? ​
optionalonDoubleClick?:PickHandler
Defined in: react/src/shapes.tsx:45
onMouseEnter? ​
optionalonMouseEnter?:PickHandler
Defined in: react/src/shapes.tsx:46
onMouseLeave? ​
optionalonMouseLeave?:PickHandler
Defined in: react/src/shapes.tsx:47