Table of Contents

Documentation / messaging/Message

messaging/Message

Classes

Message

Represents a message published on the Messenger.

Constructors

new Message()

new Message(type, content): Message

Initializes a new instance of Message.

Parameters
type

Constructor

Type of the content in the message.

content

object

The actual content.

Returns

Message

Defined in

Source/JavaScript/Applications.React.MVVM/messaging/Message.ts:16

Properties

content

readonly content: object

The actual content.

Defined in

Source/JavaScript/Applications.React.MVVM/messaging/Message.ts:16

type

readonly type: Constructor

Type of the content in the message.

Defined in

Source/JavaScript/Applications.React.MVVM/messaging/Message.ts:16