API Docs for: 0.0.2
Show:

remote.Message Class

Extends ludo.View
Module: language

Class displaying all messages from remote requests

Constructor

remote.Message

(
  • config
)

Parameters:

Example:

children:[{
   type:'remote.Message',
   listenTo:["Person", "City.save"]

}...

will listen to all services of the "Person" resource and the "save" service of "City".

Item Index

Attributes

Events

Attributes

listenTo

Array | String

Listen to these resources and events

Example:

listenTo:"Person" // listen to all Person events listenTo:["Person.save","Person.read", "City"] // listen to "save" and "read" service of "Person" and all services of the "City" resource

Events

showMessage

Event fired when message is shown.

Event Payload: