Class: MangooluEvent

adapters. MangooluEvent


new MangooluEvent()

Events used for mangoolu comunication

Members


<static> GET_ALL_TEXTS :string

Event sent to Mangoolu to get all texts
Type:
  • string

<static> GET_TEXT :string

Event sent to Mangoolu to get specific text
Type:
  • string

<static> GET_TEXTS_ON_STAGE :string

Event recieved from Mangoolu when it needs all actual texts
Type:
  • string

<static> GO_TO :string

Event recieved from Mangoolu to change site
Type:
  • string

<static> PAGE_CHANGED :string

Event sent to Mangoolu when site is changed
Type:
  • string

<static> TEXT_SELECTED :string

Event sent to Mangoolu when textfield is selected
Type:
  • string

<static> TEXTS_LOADED :string

Event recieved from Mangoolu when texts are sent
Type:
  • string

<static> TEXTS_ON_STAGE :string

Event sent to Mangoolu with all actual texts
Type:
  • string

<static> TEXTS_UPDATED :string

Event recieved from Mangoolu when texts are updated
Type:
  • string

<static> TOGGLE_LIVE_EDIT :string

Event recieved from Mangoolu to toggle site
Type:
  • string

Methods


<static> all()

Get all events
Returns:
events
Type
array

<static> fromMangoolu()

Get all events that are sent from mangoolu
Returns:
events
Type
array

<static> toMangoolu()

Get all events that are sent to mangoolu
Returns:
events
Type
array