DataMessage
Extends:
Message → DataMessage
Direct Subclass:
A worker message that contains transferable data.
Constructor Summary
| Public Constructor | ||
| public |
constructor(action: Action) Constructs a new data message. |
|
Public Constructors
public constructor(action: Action) source
Constructs a new data message.
Override:
Message#constructorParams:
| Name | Type | Attribute | Description |
| action | Action |
|
A worker action. |
