API Docs for:
Show:

MessageSettings Class

Module: ui

Stores the different kind of settings for a message object such as auto-erase, wait-at-end, backlog writing, etc.

Properties

autoErase

Boolean

Indicates if the message should automatically erase it's content before displaying the next message.

Default: true

backlog

Boolean

Indicates if the message should be added to the backlog.

Default: true

domain

String

The domain the object belongs to.

linePadding

Number

Left and right padding of a text line in pixels.

Default: 6

lineSpacing

Number

Spacing between text lines in pixels.

Default: 0

paragraphSpacing

Number

Spacing between text paragraphs in pixels. A paragraph is a single message added if the autoErase property is off.

Default: 0

useCharacterColor

Boolean

Indicates if the defined text-color of the currently speaking character should be used as message text color. That is useful for NVL style messages.

Default: false

waitAtEnd

Boolean

Indicates if the message should wait for user-action to continue.

Default: true