TLPinchEventInfo
Public TypeAlias
Signature
type TLPinchEventInfo = TLBaseEventInfo & {
  type: 'pinch'
  name: TLPinchEventName
  point: Vec2dModel
  delta: Vec2dModel
}
Public TypeAlias
type TLPinchEventInfo = TLBaseEventInfo & {
  type: 'pinch'
  name: TLPinchEventName
  point: Vec2dModel
  delta: Vec2dModel
}