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 numerical values.
Signature:
export declare class MessageMarkup extends MessageValue<MessageValue[]>
Extends: MessageValue<MessageValue
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(locale, name, { tag, meta, options, source }) | (BETA) Constructs a new instance of the MessageMarkup class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
isEndTag | readonly | boolean | (BETA) |
name | string | (BETA) | |
options? | Record<string, unknown> | (BETA) (Optional) |
Methods
Method | Modifiers | Description |
---|---|---|
matchSelectKey() | (BETA) | |
toString(onError) | (BETA) |