Share via


MessageTemplateText interface

The message template's text value information.

Extends

Properties

kind

Message parameter type is text.

text

The text value.

Inherited Properties

name

Template binding reference name

Property Details

kind

Message parameter type is text.

kind: "text"

Property Value

"text"

text

The text value.

text: string

Property Value

string

Inherited Property Details

name

Template binding reference name

name: string

Property Value

string

Inherited From MessageTemplateValueParent.name