Type alias NEPointerEventIntersection

NEPointerEventIntersection: Intersection & {
    event?: NEPointerEvent;
}

An intersection that is potentially associated with a pointer event

Type declaration

Generated using TypeDoc