Skip to content
On this page

Interface: EventMap

Hierarchy

  • HTMLElementEventMap

    EventMap

Properties

draw

draw: DrawEvent

Emitted when the InfiniteCanvas has drawn its content on the underlying <canvas>

Defined in

event-map.ts:22


mousedown

mousedown: MouseEvent & InfiniteCanvasEventWithDefaultBehavior

Overrides

HTMLElementEventMap.mousedown

Defined in

event-map.ts:31


pointerdown

pointerdown: PointerEvent & InfiniteCanvasEventWithDefaultBehavior

Overrides

HTMLElementEventMap.pointerdown

Defined in

event-map.ts:32


touchcancel

touchcancel: InfiniteCanvasTouchEvent

Overrides

HTMLElementEventMap.touchcancel

Defined in

event-map.ts:37


touchend

touchend: InfiniteCanvasTouchEvent

Overrides

HTMLElementEventMap.touchend

Defined in

event-map.ts:36


touchignored

touchignored: Event

Emitted when Config#greedyGestureHandling is false and the user uses one one finger

Defined in

event-map.ts:30


touchmove

touchmove: InfiniteCanvasTouchEvent

Overrides

HTMLElementEventMap.touchmove

Defined in

event-map.ts:35


touchstart

touchstart: InfiniteCanvasTouchEvent & InfiniteCanvasEventWithDefaultBehavior

Overrides

HTMLElementEventMap.touchstart

Defined in

event-map.ts:34


transformationchange

transformationchange: TransformationEvent

Emitted when InfiniteCanvas transforms (for example when the user pans)

Defined in

event-map.ts:14


transformationend

transformationend: TransformationEvent

Emitted when InfiniteCanvas has finished transforming

Defined in

event-map.ts:18


transformationstart

transformationstart: TransformationEvent

Emitted when InfiniteCanvas begins transforming (for example when the user begins to pan)

Defined in

event-map.ts:10


wheel

wheel: WheelEvent & InfiniteCanvasEventWithDefaultBehavior

Overrides

HTMLElementEventMap.wheel

Defined in

event-map.ts:33


wheelignored

wheelignored: Event

Emitted when Config#greedyGestureHandling is false and the user 'scrolls' (uses the mouse wheel) without using the Ctrl key

Defined in

event-map.ts:26