Marionette JS Client

API Docs for: 1.7.1
Show:

Marionette.MultiActions Class

For a multifinger gesture, we can use MultiActions. For example, one finger to hold down while the other finger moves from one element to another.

Item Index

Methods

Methods

add

(
  • action
)
Object

Adds a action chain for execution.

Parameters:

Returns:

Object:

self.

perform

(
  • callback
)

Send multiple action chains that have been added to the server side for execution.

Parameters:

  • callback Function

    callback when the perform completes.