pointer-events
Introduction
The pointer-events CSS property specifies whether a component can respond to touch events.
Usage Examples

Syntax
Values
-
autoDefault value. In this case, the node can respond to touch events.
-
noneThe node cannot respond to touch events.
Formal Definition
| Initial value | auto |
| Applies to | all elements that don't override hitTest |
| Inherited | no |
| Animatable | no |
Formal Syntax
Differences from Web
inherit, initial, and unset are not supported. There are no SVG only attribute values such as visiblePaintedroll and visibleFill.
Notes
- This property has an inheritance effect, that is, when the child node does not set
pointer-events, it will inherit thepointer-eventsvalue of the parent node.
Compatibility
LCD tables only load in the browser