@ue-too/board / RawUserInputEvent
Type Alias: RawUserInputEvent
RawUserInputEvent =
RawUserPanInputEvent|RawUserZoomInputEvent|RawUserRotateInputEvent
Defined in: packages/board/src/input-interpretation/raw-input-publisher/raw-input-publisher.ts:114
Union type of all raw user input events.
Remarks
Use the type discriminator property to determine which event variant you have.