Integrations
Last updated
Last updated
Method
Description
appmixer.ui.Integrations()
Constructor function that accepts config
object. The config
object must contain at least the el
property that points to a container DOM element where the Integrations will be rendered.
open()
Render the Integrations inside its container.
close()
Close the Integrations.
on(event, handler)
React on events of the Integrations widget. See below for the list of events the Integrations widget supports.
off([event, handler])
Remove event listeners. If no arguments are provided, remove all event listeners. If only the event
is provided, remove all listeners for that event. If both event
and handler
are given, remove the listener for that specific handler only.
reload()
Refresh the Integrations.
Event
Callback
Triggered when ...
integration:create
function(templateId)
User clicks to opens an available Integration.
integration:edit
function(integrationId)
User clicks to edits an active Integration.