Class: Message

Main~Message()

Defines a single setter to be trapped by a Proxy for communicating component states.

Constructor

new Message()

Source:

Methods

send(message)

The most important method in the application. Does nothing directly.

Parameters:
Name Type Description
message number | string | boolean | Object

A message to notify application components of.

Source: