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. |
Defines a single setter to be trapped by a Proxy for communicating component states.
The most important method in the application. Does nothing directly.
| Name | Type | Description |
|---|---|---|
message |
number | string | boolean | Object | A message to notify application components of. |