Skip to main content Link Menu Expand (external link) Document Search Copy Copied

MessageMarkupStart 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 MessageMarkupStart extends MessageValue<string> 

Extends: MessageValue<string>

Constructors

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

Properties

Property Modifiers Type Description
options   Record<string, unknown> (BETA)

Methods

Method Modifiers Description
matchSelectKey()   (BETA)
toString()   (BETA)