@interactjs / core/InteractableSet / InteractableSet
Class: InteractableSet
core/InteractableSet.InteractableSet
Table of contents
Properties
Methods
Properties
list
• list: Interactable[] = []
Defined in
scope
• scope: Scope
Defined in
selectorMap
• selectorMap: Object = {}
Index signature
â–ª [selector: string]: Interactable[]
Defined in
Methods
forEachMatch
â–¸ forEachMatch<T>(node, callback): void | T
Type parameters
| Name |
|---|
T |
Parameters
| Name | Type |
|---|---|
node | Node |
callback | (interactable: Interactable) => T |
Returns
void | T
Defined in
getExisting
â–¸ getExisting(target, options?): Interactable
Parameters
| Name | Type |
|---|---|
target | Target |
options? | Options |
Returns
Defined in
new
â–¸ new(target, options?): Interactable
Parameters
| Name | Type |
|---|---|
target | Target |
options? | any |