@interactjs / core/Interaction
Module: core/Interaction
Table of contents
Enumerations
Classes
Interfaces
Type Aliases
Type Aliases
DoAnyPhaseArg
Ƭ DoAnyPhaseArg: DoPhaseArg<ActionName, EventPhase>
Defined in
InteractionProxy
Ƭ InteractionProxy<T>: Pick<Interaction<T>, keyof typeof _ProxyValues | keyof typeof _ProxyMethods>
Type parameters
| Name | Type |
|---|---|
T | extends ActionName | null = never |
Defined in
PointerArgProps
Ƭ PointerArgProps<T>: { event: PointerEventType ; eventTarget: Node ; interaction: Interaction<never> ; pointer: PointerType ; pointerIndex: number ; pointerInfo: PointerInfo } & T
Type parameters
| Name | Type |
|---|---|
T | extends Object = {} |