@interactjs / core/types / ActionMethod
Interface: ActionMethod<T>
core/types.ActionMethod
Type parameters
Name |
---|
T |
Callable
ActionMethod
â–¸ ActionMethod(this
): T
Parameters
Name | Type |
---|---|
this | Interactable |
Returns
T
Defined in
ActionMethod
â–¸ ActionMethod(this
, options?
): Interactable
Parameters
Name | Type |
---|---|
this | Interactable |
options? | boolean | Partial <OrBoolean <T >> |