MessageString interface

Signature:

export interface MessageString extends MessageValue 

Extends: MessageValue

Properties

Property Modifiers Type Description
locale readonly string  
source readonly string  
type readonly ‘string’  

Methods

Method Description
selectKey(keys)  
toParts()  
toString()  
valueOf()