@interactjs / auto-start/base / AutoStart
Interface: AutoStart
auto-start/base.AutoStart
Table of contents
Properties
Properties
cursorElement
• cursorElement: Element
Defined in
maxInteractions
• maxInteractions: number
Defined in
withinInteractionLimit
• withinInteractionLimit: <T>(interactable: Interactable, element: Element, action: ActionProps<T>, scope: Scope) => boolean
Type declaration
â–¸ <T>(interactable, element, action, scope): boolean
Type parameters
| Name | Type |
|---|---|
T | extends keyof ActionMap |
Parameters
| Name | Type |
|---|---|
interactable | Interactable |
element | Element |
action | ActionProps<T> |
scope | Scope |
Returns
boolean