TLPinchEventInfo

See source code
type TLPinchEventInfo = TLBaseEventInfo & {
  delta: VecModel;
  name: TLPinchEventName;
  point: VecModel;
  type: "pinch";
};
Prev
TLPinchEvent
Next
TLPinchEventName