MessageMarkup class

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

A child class of MessageValue for starting markup elements.

Signature:

export declare class MessageMarkup extends MessageValue<string> 

Extends: MessageValue<string>

Constructors

Constructor Modifiers Description
(constructor)(locale, name, { kind, meta, operand, options, source })   (BETA) Constructs a new instance of the MessageMarkup class

Properties

Property Modifiers Type Description
operand?   MessageValue (BETA) (Optional)
options   Record<string, unknown> (BETA)

Methods

Method Modifiers Description
selectKey()   (BETA)
toString()   (BETA)