@ue-too/board / RawUserZoomInputEvent
Type Alias: RawUserZoomInputEvent
RawUserZoomInputEvent =
object&RawUserZoomInputEventPayload
Defined in: packages/board/src/input-interpretation/raw-input-publisher/raw-input-publisher.ts:61
Zoom input event with discriminated type.
Type Declaration
type
type:
"zoom"
Remarks
The type property allows TypeScript discriminated unions to distinguish between different event types when subscribing to the "all" event stream.