Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AppMessage

Used for displaying messages on the client

Hierarchy

  • AppMessage

Index

Constructors

Properties

Constructors

constructor

  • Create a new application message. By default, sets the message priority to "info", but alternativae values can be passed in as the second parameter.

    Parameters

    • message: string
    • Default value variant: MESSAGE_TYPE = MESSAGE_TYPE.INFO

    Returns AppMessage

Properties

text

text: string

variant

variant: MESSAGE_TYPE

Generated using TypeDoc