Class Label

Each of the attributes contains the translation in that language of the Label.

Example:

name.it: 'ciao';
name.en: 'hello';

Hierarchy

  • Label

Indexable

[key: string]: string | any

Constructors

Methods

Constructors

Methods

  • Translate the label in the desired language; in case there's no translation, get the default one.

    Parameters

    Returns any

Generated using TypeDoc