Class MessageRow

A single row of the MessageBar. Use remove to remove it.

Hierarchy

  • MessageRow

Accessors

Methods

Accessors

  • get message(): Message
  • Displayed message in the row.

    Returns Message

Methods

  • Replaces the displayed message in the row.

    Parameters

    • format: string

      A string containing embed points, for example "Hello {0}" will insert args[0] after the word "Hello ".

    • Rest ...args: any[]

      Optional array of values to embed in the message.

    Returns void

Generated using TypeDoc