Public typealias

Signature
type TLPinchEventInfo = TLBaseEventInfo & {
  type: 'pinch'
  name: TLPinchEventName
  point: VecModel
  delta: VecModel
}
References

TLBaseEventInfo, TLPinchEventName, VecModel

Source

packages/editor/src/lib/editor/types/event-types.ts

TLPinchEventTLPinchEventName