,, , ,, , , , image/svg+xml , image/svg+xml , interact.js , image/svg+xml , ,, , ,

@interactjs / core/Interaction

Module: core/Interaction

Table of contents

Enumerations

Classes

Interfaces

Type Aliases

Type Aliases

DoAnyPhaseArg

Ƭ DoAnyPhaseArg: DoPhaseArg<ActionName, EventPhase>

Defined in

core/Interaction.ts:61


InteractionProxy

Ƭ InteractionProxy<T>: Pick<Interaction<T>, keyof typeof _ProxyValues | keyof typeof _ProxyMethods>

Type parameters

NameType
Textends ActionName | null = never

Defined in

core/Interaction.ts:101


PointerArgProps

Ƭ PointerArgProps<T>: { event: PointerEventType ; eventTarget: Node ; interaction: Interaction<never> ; pointer: PointerType ; pointerIndex: number ; pointerInfo: PointerInfo } & T

Type parameters

NameType
Textends Object = {}

Defined in

core/Interaction.ts:43