I18NNamespace Class

The class that represents a registered I18N Namespace

note The readFinished member is a Promise that is resolved when the JSON file for the namespace has been retrieved from the server, or rejected if an error occurs.

Methods

Name Description
constructor(name: string, readFinished: Promise<void>): I18NNamespace    

Properties

Name Type Description
name ConstructorProperty string    
readFinished ConstructorProperty Promise<void>    

Defined in

Last Updated: 08 January, 2020