isMouseEvent
It returns true when the underlying native event is a {@link MouseEvent}, false otherwise.
Types
IIsMouseEvent
Parameters accepted by isMouseEvent.
| Input | Input Description | Return | Return Description |
|---|---|---|---|
(event: SyntheticEvent) | event - The React {@link SyntheticEvent} to inspect. | boolean | true when the underlying native event is a {@link MouseEvent}, false otherwise. |
